Uses of Class
net.htmlparser.jericho.Source
Packages that use Source
-
Uses of Source in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return SourceModifier and TypeMethodDescriptionfinal SourceSegment.getSource()Returns theSourcedocument containing this segment.Methods in net.htmlparser.jericho with parameters of type SourceModifier and TypeMethodDescriptionbooleanStartTagType.atEndOfAttributes(Source source, int pos, boolean isClosingSlashIgnored) Indicates whether the specified source document position is at the end of a tag's attributes.protected final EndTagEndTagType.constructEndTag(Source source, int begin, int end, String name) Internal method for the construction of anEndTagobject of this type.protected final StartTagStartTagType.constructStartTag(Source source, int begin, int end, String name, Attributes attributes) Internal method for the construction of aStartTagobject if this type.protected TagEndTagTypeGenericImplementation.constructTagAt(Source source, int pos) Constructs a tag of this type at the specified position in the specified source document if it matches all of the required features.protected TagStartTagTypeGenericImplementation.constructTagAt(Source source, int pos) Constructs a tag of this type at the specified position in the specified source document if it matches all of the required features.protected abstract TagTagType.constructTagAt(Source source, int pos) Constructs a tag of this type at the specified position in the specified source document if it matches all of the required features.protected intReturns the end of a tag of this type, starting from the specified position in the specified source document.protected booleanTagType.isValidPosition(Source source, int pos, int[] fullSequentialParseData) Indicates whether a tag of this type is valid in the specified position of the specified source document.protected final AttributesStartTagType.parseAttributes(Source source, int startTagBegin, String tagName) Internal method for the parsing ofAttributes.protected final booleanTagType.tagEncloses(Source source, int pos) Indicates whether a tag of this type encloses the specified position of the specified source document.Constructors in net.htmlparser.jericho with parameters of type SourceModifierConstructorDescriptionOutputDocument(Source source) Constructs a new output document based on the specified source document.Constructs a newSegmentwithin the specified source document with the specified begin and end character positions. -
Uses of Source in net.htmlparser.jericho.nodoc
Constructors in net.htmlparser.jericho.nodoc with parameters of type Source