| Constructor and Description |
|---|
PYXScanner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] argv) |
void |
resetDocumentLocator(java.lang.String publicid,
java.lang.String systemid)
Reset the embedded locator.
|
void |
scan(java.io.Reader r,
ScanHandler h)
Invoke a scanner.
|
void |
startCDATA()
Signal to the scanner to start CDATA content mode.
|
public void resetDocumentLocator(java.lang.String publicid,
java.lang.String systemid)
ScannerresetDocumentLocator in interface Scannerpublicid - The publicid of the sourcesystemid - The systemid of the sourcepublic void scan(java.io.Reader r,
ScanHandler h)
throws java.io.IOException,
org.xml.sax.SAXException
Scannerpublic void startCDATA()
ScannerstartCDATA in interface Scannerpublic static void main(java.lang.String[] argv)
throws java.io.IOException,
org.xml.sax.SAXException
java.io.IOExceptionorg.xml.sax.SAXExceptionLicence: Academic Free License 3.0 and/or GPL 2.0