|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.xineo.xml.handler.tree.TreeBuilder
This class can be used to dynamically create handler trees from their XML description.
| Constructor Summary | |
TreeBuilder()
Creates a new instance of TreeBuilder |
|
| Method Summary | |
ObjectHandler |
createHandlerTree(org.xml.sax.InputSource inputSource)
Generates a handler tree given the input source of the input XML document |
ObjectHandler |
createHandlerTree(java.lang.String systemId)
Generates a handler tree given the system ID of the input XML document |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TreeBuilder()
TreeBuilder
| Method Detail |
public ObjectHandler createHandlerTree(java.lang.String systemId)
throws java.io.IOException,
org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException,
TreeFormatException
systemId - System ID of the input XML document
IOException - I/O Exception
org.xml.sax.SAXException - SAX Exception
javax.xml.parsers.ParserConfigurationException
TreeFormatException
public ObjectHandler createHandlerTree(org.xml.sax.InputSource inputSource)
throws java.io.IOException,
org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException,
TreeFormatException
inputSource - Input source of the input XML document
IOException - I/O Exception
org.xml.sax.SAXException - SAX Exception
javax.xml.parsers.ParserConfigurationException
TreeFormatException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||