| java.lang.Object org.xorm.util.jdoxml.JDOXML
JDOXML | public class JDOXML (Code) | | Utility class to generate an object graph from a JDO XML file
or serialize an object graph.
|
JDO_DTD_URL | final public static String JDO_DTD_URL(Code) | | PUBLIC DOCTYPE that will be recognized.
|
JDO_SYSTEM_URL | final public static String JDO_SYSTEM_URL(Code) | | SYSTEM DOCTYPE that will be recognized.
|
read | final public static JDOPackage read(InputStream input, boolean validateXML) throws IOException(Code) | | Uses JDOM to load from an XML .jdo file.
Parameters: input - the .jdo XML input stream Parameters: validateXML - whether the XML should be validated againstthe JDO DTD |
|
|