public interface Scanner
| Modifier and Type | Method and Description |
|---|---|
void |
resetDocumentLocator(String publicid,
String systemid)
Reset the embedded locator.
|
void |
scan(Reader r,
ScanHandler h)
Invoke a scanner.
|
void |
startCDATA()
Signal to the scanner to start CDATA content mode.
|
void scan(Reader r, ScanHandler h) throws IOException, SAXException
r - A source of characters to scanh - A ScanHandler to report events toIOExceptionSAXExceptionvoid resetDocumentLocator(String publicid, String systemid)
publicid - The publicid of the sourcesystemid - The systemid of the sourcevoid startCDATA()
Copyright © 2010 - 2020 Adobe. All Rights Reserved