Modifier and Type | Method and Description |
---|---|
Attributes |
StartTag.getAttributes()
Returns the attributes specified in this start tag.
|
Attributes |
Element.getAttributes()
Returns the attributes specified in this element's start tag.
|
Attributes |
StartTag.parseAttributes()
Parses the attributes specified in this start tag, regardless of the type of start tag.
|
Attributes |
Segment.parseAttributes()
Parses any
Attributes within this segment. |
Attributes |
StartTag.parseAttributes(int maxErrorCount)
Parses the attributes specified in this start tag, regardless of the type of start tag.
|
Attributes |
Source.parseAttributes(int pos,
int maxEnd)
Parses any
Attributes starting at the specified position. |
Attributes |
Source.parseAttributes(int pos,
int maxEnd,
int maxErrorCount)
Parses any
Attributes starting at the specified position. |
protected Attributes |
StartTagType.parseAttributes(Source source,
int startTagBegin,
java.lang.String tagName)
Internal method for the parsing of
Attributes . |
Modifier and Type | Method and Description |
---|---|
protected StartTag |
StartTagType.constructStartTag(Source source,
int begin,
int end,
java.lang.String name,
Attributes attributes)
Internal method for the construction of a
StartTag object if this type. |
java.util.Map<java.lang.String,java.lang.String> |
OutputDocument.replace(Attributes attributes,
boolean convertNamesToLowerCase)
Replaces the specified
Attributes segment in this output document with the name/value entries
in the returned Map . |
void |
OutputDocument.replace(Attributes attributes,
java.util.Map<java.lang.String,java.lang.String> map)
Replaces the specified attributes segment in this source document with the name/value entries in the specified
Map . |