|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.planx.xmlstore.convert.DVMBuilder
public class DVMBuilder
| Constructor Summary | |
|---|---|
DVMBuilder(XMLStore xmlstore)
|
|
| Method Summary | |
|---|---|
static Node |
parse(InputSource in)
Reads an XML document in serialized form and builds a DVM representation of the document. |
static Node |
parse(String fileName)
Reads an XML document in serialized form and builds a DVM representation of the document. |
static Node |
saxparse(String fileName)
|
Reference |
unparse(InputSource in)
Unparses an XML document in serialized format to a persistent representation in the Document Value Model (DVM). |
Reference |
unparse(String fileName)
Unparses an XML document in serialized format to a persistent representation in the Document Value Model (DVM). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DVMBuilder(XMLStore xmlstore)
| Method Detail |
|---|
public static Node parse(InputSource in)
throws XMLException,
IOException
in - serialized XML document.
XMLException
IOException
public static Node parse(String fileName)
throws XMLException,
IOException
fileName - file name denoting the serialized XML document.
XMLException
IOException
public Reference unparse(InputSource in)
throws XMLException,
IOException
in - serialized XML document
XMLException
IOException
public Reference unparse(String fileName)
throws XMLException,
IOException
fileName - serialized XML document
XMLException
IOException
public static Node saxparse(String fileName)
throws XMLException,
IOException
XMLException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||