|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Attributes in au.id.jericho.lib.html |
---|
Methods in au.id.jericho.lib.html that return Attributes | |
---|---|
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 . |
Methods in au.id.jericho.lib.html with parameters of type Attributes | |
---|---|
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 |
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 map)
Replaces the specified attributes segment in this source document with the name/value entries in the specified Map . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |