Uses of Interface
org.htmlparser.scanners.Scanner
-
Packages that use Scanner Package Description org.htmlparser The basic API classes which will be used by most developers when working with the HTML Parser.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. -
-
Uses of Scanner in org.htmlparser
Methods in org.htmlparser that return Scanner Modifier and Type Method Description ScannerTag. getThisScanner()Return the scanner associated with this tag.Methods in org.htmlparser with parameters of type Scanner Modifier and Type Method Description voidTag. setThisScanner(Scanner scanner)Set the scanner associated with this tag. -
Uses of Scanner in org.htmlparser.nodes
Fields in org.htmlparser.nodes declared as Scanner Modifier and Type Field Description protected static ScannerTagNode. mDefaultScannerThe default scanner for non-composite tags.Methods in org.htmlparser.nodes that return Scanner Modifier and Type Method Description ScannerTagNode. getThisScanner()Return the scanner associated with this tag.Methods in org.htmlparser.nodes with parameters of type Scanner Modifier and Type Method Description voidTagNode. setThisScanner(Scanner scanner)Set the scanner associated with this tag. -
Uses of Scanner in org.htmlparser.scanners
Classes in org.htmlparser.scanners that implement Scanner Modifier and Type Class Description classCompositeTagScannerThe main scanning logic for nested tags.classJspScannerPlaceholder for yet to be written scanner for JSP tags.classScriptScannerThe ScriptScanner handles script CDATA.classStyleScannerThe StyleScanner handles style elements.classTagScannerTagScanner is an abstract superclass, subclassed to create specific scanners.
-