Constructor | Description |
---|---|
PYXScanner() |
Modifier and Type | Method | 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)
Scanner
resetDocumentLocator
in interface Scanner
publicid
- 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
Scanner
public void startCDATA()
Scanner
startCDATA
in interface Scanner
public static void main(java.lang.String[] argv) throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
Licence: Academic Free License 3.0 and/or GPL 2.0