Package | Description |
---|---|
it.unimi.dsi.parser | |
it.unimi.dsi.parser.callback |
Modifier and Type | Field and Description |
---|---|
static Attribute |
Attribute.ABBR |
static Attribute |
Attribute.ACCEPT |
static Attribute |
Attribute.ACCEPT_CHARSET |
static Attribute |
Attribute.ACCESSKEY |
static Attribute |
Attribute.ACTION |
static Attribute |
Attribute.ALIGN |
static Attribute |
Attribute.ALINK |
static Attribute |
Attribute.ALT |
static Attribute |
Attribute.ARCHIVE |
static Attribute |
Attribute.AXIS |
static Attribute |
Attribute.BACKGROUND |
static Attribute |
Attribute.BGCOLOR |
static Attribute |
Attribute.BORDER |
static Attribute |
Attribute.CELLPADING |
static Attribute |
Attribute.CHAR |
static Attribute |
Attribute.CHAROFF |
static Attribute |
Attribute.CHARSET |
static Attribute |
Attribute.CHECKED |
static Attribute |
Attribute.CITE |
static Attribute |
Attribute.CLASS |
static Attribute |
Attribute.CLASSID |
static Attribute |
Attribute.CLEAR |
static Attribute |
Attribute.CODE |
static Attribute |
Attribute.CODEBASE |
static Attribute |
Attribute.CODETYPE |
static Attribute |
Attribute.COLOR |
static Attribute |
Attribute.COLS |
static Attribute |
Attribute.COLSPAN |
static Attribute |
Attribute.COMPACT |
static Attribute |
Attribute.CONTENT |
static Attribute |
Attribute.COORDS |
static Attribute |
Attribute.DATA |
static Attribute |
Attribute.DATETIME |
static Attribute |
Attribute.DECLARE |
static Attribute |
Attribute.DEFER |
static Attribute |
Attribute.DIR |
static Attribute |
Attribute.DISABLED |
static Attribute |
Attribute.ENCTYPE |
static Attribute |
Attribute.FACE |
static Attribute |
Attribute.FOR |
static Attribute |
Attribute.FRAME |
static Attribute |
Attribute.FRAMEBORDER |
static Attribute |
Attribute.HEADERS |
static Attribute |
Attribute.HEIGHT |
static Attribute |
Attribute.HREF |
static Attribute |
Attribute.HREFLANG |
static Attribute |
Attribute.HSPACE |
static Attribute |
Attribute.HTTP_EQUIV |
static Attribute |
Attribute.ID |
static Attribute |
Attribute.ISMAP |
static Attribute |
Attribute.LABEL |
static Attribute |
Attribute.LANG |
static Attribute |
Attribute.LANGUAGE |
static Attribute |
Attribute.LINK |
static Attribute |
Attribute.LONGDESC |
static Attribute |
Attribute.MARGINHEIGHT |
static Attribute |
Attribute.MARGINLENGTH |
static Attribute |
Attribute.MARGINWIDTH |
static Attribute |
Attribute.MEDIA |
static Attribute |
Attribute.METHOD |
static Attribute |
Attribute.MULTIPLE |
static Attribute |
Attribute.NAME |
static Attribute |
Attribute.NOHREF |
static Attribute |
Attribute.NORESIZE |
static Attribute |
Attribute.NOSHADE |
static Attribute |
Attribute.NOWRAP |
static Attribute |
Attribute.OBJECT |
static Attribute |
Attribute.ONBLUR |
static Attribute |
Attribute.ONCHANGE |
static Attribute |
Attribute.ONCLICK |
static Attribute |
Attribute.ONDBLCLICK |
static Attribute |
Attribute.ONFOCUS |
static Attribute |
Attribute.ONKEYDOWN |
static Attribute |
Attribute.ONKEYPRESS |
static Attribute |
Attribute.ONKEYUP |
static Attribute |
Attribute.ONLOAD |
static Attribute |
Attribute.ONMOUSEDOWN |
static Attribute |
Attribute.ONMOUSEMOVE |
static Attribute |
Attribute.ONMOUSEOUT |
static Attribute |
Attribute.ONMOUSEOVER |
static Attribute |
Attribute.ONMOUSEUP |
static Attribute |
Attribute.ONRESET |
static Attribute |
Attribute.ONSELECT |
static Attribute |
Attribute.ONSUBMIT |
static Attribute |
Attribute.ONUNLOAD |
static Attribute |
Attribute.PROFILE |
static Attribute |
Attribute.PROMPT |
static Attribute |
Attribute.READONLY |
static Attribute |
Attribute.REL |
static Attribute |
Attribute.REV |
static Attribute |
Attribute.ROWS |
static Attribute |
Attribute.ROWSPAN |
static Attribute |
Attribute.RULES |
static Attribute |
Attribute.SCHEME |
static Attribute |
Attribute.SCOPE |
static Attribute |
Attribute.SCROLLING |
static Attribute |
Attribute.SELECTED |
static Attribute |
Attribute.SHAPE |
static Attribute |
Attribute.SIZE |
static Attribute |
Attribute.SPAN |
static Attribute |
Attribute.SRC |
static Attribute |
Attribute.STANDBY |
static Attribute |
Attribute.START |
static Attribute |
Attribute.STYLE |
static Attribute |
Attribute.SUMMARY |
static Attribute |
Attribute.TABINDEX |
static Attribute |
Attribute.TARGET |
static Attribute |
Attribute.TEXT |
static Attribute |
Attribute.TITLE |
static Attribute |
Attribute.TYPE |
static Attribute |
Attribute.UNKNOWN |
static Attribute |
Attribute.USEMAP |
static Attribute |
Attribute.VALIGN |
static Attribute |
Attribute.VALUE |
static Attribute |
Attribute.VALUETYPE |
static Attribute |
Attribute.VERSION |
static Attribute |
Attribute.VLINK |
static Attribute |
Attribute.VSPACE |
static Attribute |
Attribute.WIDTH |
Modifier and Type | Field and Description |
---|---|
protected it.unimi.dsi.fastutil.objects.Reference2ObjectMap<Attribute,MutableString> |
BulletParser.attrMap
A map from attributes to attribute values.
|
it.unimi.dsi.fastutil.objects.ReferenceSet<Attribute> |
BulletParser.parsedAttributes
An externally visible, immutable subset of attributes whose values will
be actually parsed.
|
protected it.unimi.dsi.fastutil.objects.ReferenceArraySet<Attribute> |
BulletParser.parsedAttrs
The subset of attributes whose values will be actually parsed (if, of
course,
BulletParser.parseAttributes is true). |
Modifier and Type | Method and Description |
---|---|
Attribute |
HTMLFactory.getAttribute(MutableString name) |
Attribute |
ParsingFactory.getAttribute(MutableString name)
Returns the
Attribute associated
to a name. |
Attribute |
WellFormedXmlFactory.getAttribute(MutableString name) |
Modifier and Type | Method and Description |
---|---|
BulletParser |
BulletParser.parseAttribute(Attribute attribute)
Adds the given attribute to the set of attributes to be parsed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TextExtractor.startElement(Element element,
Map<Attribute,MutableString> attrMapUnused) |
boolean |
DebugCallbackDecorator.startElement(Element element,
Map<Attribute,MutableString> attrMap) |
boolean |
DefaultCallback.startElement(Element elementUnused,
Map<Attribute,MutableString> attrMapUnused) |
boolean |
Callback.startElement(Element element,
Map<Attribute,MutableString> attrMap)
Receive notification of the start of an element.
|
boolean |
LinkExtractor.startElement(Element element,
Map<Attribute,MutableString> attrMap) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.