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 anyAttributes
within this segment.Source.parseAttributes
(int pos, int maxEnd) Parses anyAttributes
starting at the specified position.Source.parseAttributes
(int pos, int maxEnd, int maxErrorCount) Parses anyAttributes
starting 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 Attributes
StartTagType.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 StartTag
StartTagType.constructStartTag
(Source source, int begin, int end, String name, Attributes attributes) Internal method for the construction of aStartTag
object if this type.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, Map<String, String> map) Replaces the specified attributes segment in this source document with the name/value entries in the specifiedMap
.