|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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 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 StartTag with the specified name 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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |