|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttreebolic.provider.xml.dom.Parser
public class Parser
DOM Parser
| Field Summary | |
|---|---|
protected boolean |
validate
Validate XML |
| Constructor Summary | |
|---|---|
Parser()
Constructor |
|
Parser(boolean thisValidateFlag)
Constructor |
|
| Method Summary | |
|---|---|
org.w3c.dom.Document |
makeDocument(java.net.URL thisUrl,
org.xml.sax.EntityResolver thisResolver)
Make document |
org.w3c.dom.Document |
makeDocument(java.net.URL thisIn,
java.net.URL thisXslt,
org.xml.sax.EntityResolver thisResolver)
Document |
private javax.xml.parsers.DocumentBuilder |
makeDocumentBuilder()
Make Document builder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean validate
| Constructor Detail |
|---|
public Parser()
public Parser(boolean thisValidateFlag)
| Method Detail |
|---|
public org.w3c.dom.Document makeDocument(java.net.URL thisUrl,
org.xml.sax.EntityResolver thisResolver)
thisUrl - in data urlthisResolver - entity resolver
private javax.xml.parsers.DocumentBuilder makeDocumentBuilder()
throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.ParserConfigurationException
public org.w3c.dom.Document makeDocument(java.net.URL thisIn,
java.net.URL thisXslt,
org.xml.sax.EntityResolver thisResolver)
thisIn - in data urlthisXslt - xslt urlthisResolver - entity resolver, null if none
javax.xml.transform.TransformerException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||