HTML Lexer Jar Home Page

Uses of Interface
org.htmlparser.Tag

Packages that use Tag
org.htmlparser The basic API classes which will be used by most developers when working with the HTML Parser. 
org.htmlparser.lexer The lexer package is the base level I/O subsystem. 
org.htmlparser.nodes The nodes package has the concrete node implementations. 
org.htmlparser.scanners The scanners package contains classes responsible for the tertiary identification of tags. 
org.htmlparser.visitors   
 

Uses of Tag in org.htmlparser
 

Methods in org.htmlparser that return Tag
 Tag NodeFactory.createTagNode(Page page, int start, int end, java.util.Vector attributes)
          Create a new tag node.
 Tag Tag.getEndTag()
          Get the end tag for this (composite) tag.
 

Methods in org.htmlparser with parameters of type Tag
 void Tag.setEndTag(Tag tag)
          Set the end tag for this (composite) tag.
 

Uses of Tag in org.htmlparser.lexer
 

Methods in org.htmlparser.lexer that return Tag
 Tag Lexer.createTagNode(Page page, int start, int end, java.util.Vector attributes)
          Create a new tag node.
 

Uses of Tag in org.htmlparser.nodes
 

Classes in org.htmlparser.nodes that implement Tag
 class TagNode
          TagNode represents a generic tag.
 

Methods in org.htmlparser.nodes that return Tag
 Tag TagNode.getEndTag()
          Get the end tag for this (composite) tag.
 

Methods in org.htmlparser.nodes with parameters of type Tag
 void TagNode.setEndTag(Tag end)
          Set the end tag for this (composite) tag.
 

Uses of Tag in org.htmlparser.scanners
 

Methods in org.htmlparser.scanners that return Tag
 Tag TagScanner.scan(Tag tag, Lexer lexer, NodeList stack)
          Scan the tag.
 Tag Scanner.scan(Tag tag, Lexer lexer, NodeList stack)
          Scan the tag.
 

Methods in org.htmlparser.scanners with parameters of type Tag
 Tag TagScanner.scan(Tag tag, Lexer lexer, NodeList stack)
          Scan the tag.
 Tag Scanner.scan(Tag tag, Lexer lexer, NodeList stack)
          Scan the tag.
 

Uses of Tag in org.htmlparser.visitors
 

Methods in org.htmlparser.visitors with parameters of type Tag
 void NodeVisitor.visitEndTag(Tag tag)
          Called for each Tag visited that is an end tag.
 void NodeVisitor.visitTag(Tag tag)
          Called for each Tag visited.
 


© 2006 Derrick Oswald
April 1, 2006

HTML Parser is an open source library released under Common Public License.SourceForge.net