Uses of Class
net.htmlparser.jericho.Attributes

Uses of Attributes in net.htmlparser.jericho
 

Methods in net.htmlparser.jericho that return Attributes
 Attributes StartTag.getAttributes()
          Returns the attributes specified in this start tag.
 Attributes Element.getAttributes()
          Returns the attributes specified in this element's start tag.
 Attributes StartTag.parseAttributes()
          Parses the attributes specified in this start tag, regardless of the type of start tag.
 Attributes Segment.parseAttributes()
          Parses any Attributes within this segment.
 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.
protected  Attributes StartTagType.parseAttributes(Source source, int startTagBegin, java.lang.String tagName)
          Internal method for the parsing of Attributes.
 

Methods in net.htmlparser.jericho with parameters of type Attributes
protected  StartTag StartTagType.constructStartTag(Source source, int begin, int end, java.lang.String name, Attributes attributes)
          Internal method for the construction of a StartTag object if this type.
 java.util.Map<java.lang.String,java.lang.String> OutputDocument.replace(Attributes attributes, boolean convertNamesToLowerCase)
          Replaces the specified Attributes segment in this output document with the name/value entries in the returned Map.
 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 specified Map.