Uses of Interface
org.codelibs.nekohtml.HTMLScanner.Scanner
-
Packages that use HTMLScanner.Scanner Package Description org.codelibs.nekohtml -
-
Uses of HTMLScanner.Scanner in org.codelibs.nekohtml
Classes in org.codelibs.nekohtml that implement HTMLScanner.Scanner Modifier and Type Class Description classHTMLScanner.ContentScannerThe primary HTML document scanner.classHTMLScanner.SpecialScannerSpecial scanner used for elements whose content needs to be scanned as plain text, ignoring markup such as elements and entity references.Fields in org.codelibs.nekohtml declared as HTMLScanner.Scanner Modifier and Type Field Description protected HTMLScanner.ScannerHTMLScanner. fContentScannerContent scanner.protected HTMLScanner.ScannerHTMLScanner. fScannerThe current scanner.Methods in org.codelibs.nekohtml that return HTMLScanner.Scanner Modifier and Type Method Description HTMLScanner.ScannerHTMLScanner.SpecialScanner. setElementName(java.lang.String ename)Sets the element name.Methods in org.codelibs.nekohtml with parameters of type HTMLScanner.Scanner Modifier and Type Method Description protected voidHTMLScanner. setScanner(HTMLScanner.Scanner scanner)Sets the scanner.
-