|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Scanner
An interface allowing Parser to invoke scanners.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void scan(java.io.Reader r, ScanHandler h) throws java.io.IOException, org.xml.sax.SAXException
r
- A source of characters to scanh
- A ScanHandler to report events to
java.io.IOException
org.xml.sax.SAXException
void resetDocumentLocator(java.lang.String publicid, java.lang.String systemid)
publicid
- The publicid of the sourcesystemid
- The systemid of the sourcevoid startCDATA()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |