org.ccil.cowan.tagsoup
public interface Scanner
Method Summary | |
---|---|
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.
|
Parameters: publicid The publicid of the source systemid The systemid of the source
Parameters: r A source of characters to scan h A ScanHandler to report events to