|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.milyn.dom.Parser
Nested Class Summary | |
static class |
Parser.HTMLSAXParser
HTML parser using the cyberneko HTML configuration. |
Constructor Summary | |
Parser()
|
|
Parser(ContainerRequest request)
|
Method Summary | |
void |
append(java.io.Reader source,
org.w3c.dom.Element appendElement)
Append the content, behind the supplied input stream, to suplied document element. |
org.w3c.dom.Document |
parse(java.io.Reader source)
Document parser. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Parser()
public Parser(ContainerRequest request)
Method Detail |
public org.w3c.dom.Document parse(java.io.Reader source) throws java.io.IOException, org.xml.sax.SAXException
source
- Source content stream to be parsed.
org.xml.sax.SAXException
- Unable to parse the content.
java.io.IOException
- Unable to read the input stream.public void append(java.io.Reader source, org.w3c.dom.Element appendElement) throws java.io.IOException, org.xml.sax.SAXException
source
- Source content stream to be parsed.appendElement
- DOM element to which the content fragment is to
be added.
org.xml.sax.SAXException
- Unable to parse the content.
java.io.IOException
- Unable to read the input stream.
|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |