|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLException | |
|---|---|
| org.planx.xmlstore.convert | |
| Uses of XMLException in org.planx.xmlstore.convert |
|---|
| Methods in org.planx.xmlstore.convert that throw XMLException | |
|---|---|
static Node |
SAXBuilder.build(InputSource in)
Loads an XML document from an InputSource. |
static Node |
SAXBuilder.build(InputSource in,
NodeListener listener)
|
static Node |
SAXBuilder.build(InputSource in,
XMLStore xmlstore)
Loads an XML document from an InputSource
and saves it in XMLStore during loading. |
static Node |
DOMBuilder.build(Node domNode)
Converts a DOM representation of an XML tree to a DVM representation. |
static Node |
SAXBuilder.build(String fileName)
Loads an XML document from a file. |
static Node |
SAXBuilder.build(String fileName,
NodeListener listener)
|
static Node |
SAXBuilder.build(String fileName,
XMLStore xmlstore)
Loads an XML document from a file and saves it in XMLStore during loading. |
static Node |
SAXBuilder.build(String fileName,
XMLStore xmlstore,
int flushDepth)
Loads an XML document from a file and saves it in XMLStore during loading. |
void |
SAXOutputter.output(Node root)
|
void |
XMLOutputter.output(Node node,
OutputStream os)
Output a node as an XML document. |
void |
XMLOutputter.output(Node node,
Writer out)
Output a node as an XML document. |
static Node |
DVMBuilder.parse(InputSource in)
Reads an XML document in serialized form and builds a DVM representation of the document. |
static Node |
DVMBuilder.parse(String fileName)
Reads an XML document in serialized form and builds a DVM representation of the document. |
static Document |
DOMUtil.parseFile(String filename)
|
static Document |
DOMUtil.parseSource(InputSource in)
|
static Node |
DVMBuilder.saxparse(String fileName)
|
Reference |
DVMBuilder.unparse(InputSource in)
Unparses an XML document in serialized format to a persistent representation in the Document Value Model (DVM). |
Reference |
DVMBuilder.unparse(String fileName)
Unparses an XML document in serialized format to a persistent representation in the Document Value Model (DVM). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||