Frames | No Frames |
Methods with parameter type au.id.jericho.lib.html.StartTag | |
boolean | Indicates whether the text inside the Element of the specified start tag should be excluded from the output. |
boolean |
Methods with return type au.id.jericho.lib.html.StartTag | |
StartTag | StartTagType.constructStartTag(Source source, int begin, int end, 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, String name) |
StartTag | Source.findNextStartTag(int pos, String attributeName, 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 | |
StartTag | Source.findPreviousStartTag(int pos) |
StartTag | Source.findPreviousStartTag(int pos, String name) |
StartTag | |
StartTag | Returns the start tag of the element. |