Uses of Class
org.htmlparser.scanners.CompositeTagScanner
Packages that use CompositeTagScanner
Package
Description
The scanners package contains classes responsible for the tertiary
identification of tags.
The tags package contains specific tags.
-
Uses of CompositeTagScanner in org.htmlparser.scanners
Subclasses of CompositeTagScanner in org.htmlparser.scannersModifier and TypeClassDescriptionclassThe ScriptScanner handles script CDATA.classThe StyleScanner handles style elements. -
Uses of CompositeTagScanner in org.htmlparser.tags
Fields in org.htmlparser.tags declared as CompositeTagScannerModifier and TypeFieldDescriptionprotected static final CompositeTagScannerCompositeTag.mDefaultCompositeScannerThe default scanner for non-composite tags.