|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.text.html.HTMLEditorKit.Parser
javax.swing.text.html.parser.ParserDelegator
public class ParserDelegator
This class instantiates and starts the working instance of html parser, being responsible for providing the default DTD.
Constructor Summary | |
---|---|
ParserDelegator()
|
Method Summary | |
---|---|
protected static DTD |
createDTD(DTD a_dtd,
String name)
Registers the user - written DTD under the given name, also making it default for the subsequent parsings. |
void |
parse(Reader reader,
HTMLEditorKit.ParserCallback a_callback,
boolean ignoreCharSet)
Parses the HTML document, calling methods of the provided callback. |
protected static void |
setDefaultDTD()
Calling this method instructs that, if not specified directly, the documents will be parsed using the default DTD of the implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParserDelegator()
Method Detail |
---|
public void parse(Reader reader, HTMLEditorKit.ParserCallback a_callback, boolean ignoreCharSet) throws IOException
parse
in class HTMLEditorKit.Parser
reader
- The reader to read the HTML document froma_callback
- The callback that is notifyed about the presence
of HTML elements in the document.ignoreCharSet
- If thrue, any charset changes during parsing
are ignored.
IOException
protected static void setDefaultDTD()
protected static DTD createDTD(DTD a_dtd, String name)
Parser
instead.
a_dtd
- The DTD that will be used to parse documents by this class.name
- The name of this DTD.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |