Uses of Class
net.htmlparser.jericho.Attributes
Packages that use Attributes
-
Uses of Attributes in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return AttributesModifier and TypeMethodDescriptionElement.getAttributes()Returns the attributes specified in this element's start tag.StartTag.getAttributes()Returns the attributes specified in this start tag.Segment.parseAttributes()Parses anyAttributeswithin this segment.Source.parseAttributes(int pos, int maxEnd) Parses anyAttributesstarting at the specified position.Source.parseAttributes(int pos, int maxEnd, int maxErrorCount) Parses anyAttributesstarting at the specified position.StartTag.parseAttributes()Parses the attributes specified in this start tag, regardless of the type of start tag.StartTag.parseAttributes(int maxErrorCount) Parses the attributes specified in this start tag, regardless of the type of start tag.protected final AttributesStartTagType.parseAttributes(Source source, int startTagBegin, String tagName) Internal method for the parsing ofAttributes.Methods in net.htmlparser.jericho with parameters of type AttributesModifier and TypeMethodDescriptionprotected final StartTagStartTagType.constructStartTag(Source source, int begin, int end, String name, Attributes attributes) Internal method for the construction of aStartTagobject if this type.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, Map<String, String> map) Replaces the specified attributes segment in this source document with the name/value entries in the specifiedMap.