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 AttributesElement. getAttributes()Returns the attributes specified in this element's start tag.AttributesStartTag. getAttributes()Returns the attributes specified in this start tag.AttributesSegment. parseAttributes()Parses anyAttributeswithin this segment.AttributesSource. parseAttributes(int pos, int maxEnd)Parses anyAttributesstarting at the specified position.AttributesSource. parseAttributes(int pos, int maxEnd, int maxErrorCount)Parses anyAttributesstarting at the specified position.AttributesStartTag. parseAttributes()Parses the attributes specified in this start tag, regardless of the type of start tag.AttributesStartTag. parseAttributes(int maxErrorCount)Parses the attributes specified in this start tag, regardless of the type of start tag.protected AttributesStartTagType. 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 StartTagStartTagType. constructStartTag(Source source, int begin, int end, java.lang.String name, Attributes attributes)Internal method for the construction of aStartTagobject if this type.java.util.Map<java.lang.String,java.lang.String>OutputDocument. replace(Attributes attributes, boolean convertNamesToLowerCase)Replaces the specifiedAttributessegment in this output document with the name/value entries in the returnedMap.voidOutputDocument. 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.
-