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 StartTagStartTagType.constructStartTag(Source source, int begin, int end, String name, Attributes attributes) Internal method for the construction of aStartTagobject if this type.final StartTagSegment.getFirstStartTag()final StartTagSegment.getFirstStartTag(String name) final StartTagSegment.getFirstStartTag(String attributeName, String value, boolean valueCaseSensitive) final StartTagSegment.getFirstStartTag(String attributeName, Pattern valueRegexPattern) final StartTagSegment.getFirstStartTag(StartTagType startTagType) final StartTagSegment.getFirstStartTagByClass(String className) Source.getNextStartTag(int pos) Returns theStartTagbeginning 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 theStartTagwith 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 theStartTagwith 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 theStartTagwith 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 TypeMethodDescriptionbooleanTextExtractor.excludeElement(StartTag startTag) Indicates whether the text inside theElementof the specified start tag should be excluded from the output.booleanTextExtractor.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.