Uses of Class
net.htmlparser.jericho.StartTag
Packages that use StartTag
-
Uses of StartTag in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return StartTagModifier 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.final StartTag
Segment.getFirstStartTag()
final StartTag
Segment.getFirstStartTag
(String name) final StartTag
Segment.getFirstStartTag
(String attributeName, String value, boolean valueCaseSensitive) final StartTag
Segment.getFirstStartTag
(String attributeName, Pattern valueRegexPattern) final StartTag
Segment.getFirstStartTag
(StartTagType startTagType) final StartTag
Segment.getFirstStartTagByClass
(String className) Source.getNextStartTag
(int pos) Returns theStartTag
beginning at or immediately following the specified position in the source document.Source.getNextStartTag
(int pos, String name) Source.getNextStartTag
(int pos, String attributeName, String value, boolean valueCaseSensitive) Returns theStartTag
with the specified attribute name/value pair beginning at or immediately following the specified position in the source document.Source.getNextStartTag
(int pos, String attributeName, Pattern valueRegexPattern) Returns theStartTag
with the specified attribute name and value pattern beginning at or immediately following the specified position in the source document.Source.getNextStartTag
(int pos, String name, StartTagType startTagType) Source.getNextStartTag
(int pos, StartTagType startTagType) Source.getNextStartTagByClass
(int pos, String className) Returns theStartTag
with the specified class beginning at or immediately following the specified position in the source document.Source.getPreviousStartTag
(int pos) Source.getPreviousStartTag
(int pos, String name) Source.getPreviousStartTag
(int pos, String name, StartTagType startTagType) Source.getPreviousStartTag
(int pos, StartTagType startTagType) Attribute.getStartTag()
Returns the start tag to which this attribute belongs.Element.getStartTag()
Returns the start tag of the element.Methods in net.htmlparser.jericho that return types with arguments of type StartTagModifier and TypeMethodDescriptionSegment.getAllStartTags()
Segment.getAllStartTags
(String name) Segment.getAllStartTags
(String attributeName, String value, boolean valueCaseSensitive) Segment.getAllStartTags
(String attributeName, Pattern valueRegexPattern) Segment.getAllStartTags
(StartTagType startTagType) Source.getAllStartTags()
Returns a list of all start tags in this source document.Segment.getAllStartTagsByClass
(String className) Methods in net.htmlparser.jericho with parameters of type StartTagModifier and TypeMethodDescriptionboolean
TextExtractor.excludeElement
(StartTag startTag) Indicates whether the text inside theElement
of the specified start tag should be excluded from the output.boolean
TextExtractor.includeAttribute
(StartTag startTag, Attribute attribute) Renderer.renderAlternateText
(StartTag startTag) Renders the alternate text of the specified start tag.Renderer.renderHyperlinkURL
(StartTag startTag) Renders the hyperlink URL from the specifiedStartTag
.