Uses of Class
net.htmlparser.jericho.Attributes
-
Packages that use Attributes Package Description net.htmlparser.jericho Jericho HTML Parser 3.3 -
-
Uses of Attributes in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return Attributes Modifier and Type Method Description Attributes
Element. getAttributes()
Returns the attributes specified in this element's start tag.Attributes
StartTag. getAttributes()
Returns the attributes specified in this start tag.Attributes
Segment. parseAttributes()
Parses anyAttributes
within this segment.Attributes
Source. parseAttributes(int pos, int maxEnd)
Parses anyAttributes
starting at the specified position.Attributes
Source. parseAttributes(int pos, int maxEnd, int maxErrorCount)
Parses anyAttributes
starting at the specified position.Attributes
StartTag. parseAttributes()
Parses the attributes specified in this start tag, regardless of the type of start tag.Attributes
StartTag. parseAttributes(int maxErrorCount)
Parses the attributes specified in this start tag, regardless of the type of start tag.protected Attributes
StartTagType. parseAttributes(Source source, int startTagBegin, java.lang.String tagName)
Internal method for the parsing ofAttributes
.Methods in net.htmlparser.jericho with parameters of type Attributes Modifier and Type Method Description protected StartTag
StartTagType. constructStartTag(Source source, int begin, int end, java.lang.String name, Attributes attributes)
Internal method for the construction of aStartTag
object if this type.java.util.Map<java.lang.String,java.lang.String>
OutputDocument. replace(Attributes attributes, boolean convertNamesToLowerCase)
Replaces the specifiedAttributes
segment in this output document with the name/value entries in the returnedMap
.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 specifiedMap
.
-