Uses of Class au.id.jericho.lib.html.Attributes

Uses in package au.id.jericho.lib.html

Methods with parameter type au.id.jericho.lib.html.Attributes

StartTag
StartTagType.constructStartTag(Source source, int begin, int end, String name, Attributes attributes)
Internal method for the construction of a StartTag object if this type.
void
OutputDocument.replace(Attributes attributes, Map map)
Replaces the specified attributes segment in this source document with the name/value entries in the specified Map.
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.

Methods with return type au.id.jericho.lib.html.Attributes

Attributes
Returns the attributes specified in this element's start tag.
Attributes
Returns the attributes specified in this start tag.
Attributes
Parses any Attributes within this segment.
Attributes
Parses the attributes specified in this start tag, regardless of the type of start tag.
Attributes
StartTagType.parseAttributes(Source source, int startTagBegin, String tagName)
Internal method for the parsing of Attributes.
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.