Uses of Class
au.id.jericho.lib.html.StartTag

Uses of StartTag in au.id.jericho.lib.html
 

Methods in au.id.jericho.lib.html that return StartTag
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.
 StartTag Source.findNextStartTag(int pos)
          Returns the StartTag beginning at or immediately following the specified position in the source document.
 StartTag Source.findNextStartTag(int pos, java.lang.String name)
          Returns the normal StartTag with the specified name beginning at or immediately following the specified position in the source document.
 StartTag Source.findNextStartTag(int pos, java.lang.String name, StartTagType startTagType)
          Returns the StartTag with the specified name and type beginning at or immediately following the specified position in the source document.
 StartTag Source.findNextStartTag(int pos, java.lang.String attributeName, java.lang.String value, boolean valueCaseSensitive)
          Returns the StartTag with the specified attribute name/value pair beginning at or immediately following the specified position in the source document.
 StartTag Source.findPreviousStartTag(int pos)
          Returns the StartTag at or immediately preceding (or enclosing) the specified position in the source document.
 StartTag Source.findPreviousStartTag(int pos, java.lang.String name)
          Returns the normal StartTag with the specified name at or immediately preceding (or enclosing) the specified position in the source document.
 StartTag Source.findPreviousStartTag(int pos, java.lang.String name, StartTagType startTagType)
          Returns the StartTag with the specified name and type at or immediately preceding (or enclosing) the specified position in the source document.
 StartTag Element.getStartTag()
          Returns the start tag of the element.
 

Methods in au.id.jericho.lib.html with parameters of type StartTag
 boolean TextExtractor.excludeElement(StartTag startTag)
          Indicates whether the text inside the Element of the specified start tag should be excluded from the output.
 boolean TextExtractor.includeAttribute(StartTag startTag, Attribute attribute)
          Indicates whether the value of the specified attribute in the specified start tag is included in the output.