| Constructor and Description |
|---|
PYXScanner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] argv) |
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.
|
public void resetDocumentLocator(String publicid, String systemid)
ScannerresetDocumentLocator in interface Scannerpublicid - The publicid of the sourcesystemid - The systemid of the sourcepublic void scan(Reader r, ScanHandler h) throws IOException, SAXException
Scannerscan in interface Scannerr - A source of characters to scanh - A ScanHandler to report events toIOExceptionSAXExceptionpublic void startCDATA()
ScannerstartCDATA in interface Scannerpublic static void main(String[] argv) throws IOException, SAXException
IOExceptionSAXExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved