|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebm_ws.infra.xmlmapping.ObjInfoHolder
com.ebm_ws.infra.xmlmapping.XmlInstantiator
public class XmlInstantiator
The base class for instantiating an object model that conform to XML mapping rules.
| Method Summary | |
|---|---|
IXmlObject |
getRoot()
Returns the root instantiated object. |
SchemasManager |
getSchemas()
|
static XmlInstantiator |
instantiate(org.w3c.dom.Document iDoc,
java.lang.Object iValidSupport)
Instantiates a declarative model that conforms to implicit XML Mapping rules. |
static XmlInstantiator |
instantiate(java.io.InputStream iInput,
java.lang.Object iValidSupport)
Instantiates a declarative model that conforms to implicit XML Mapping rules. |
| Methods inherited from class com.ebm_ws.infra.xmlmapping.ObjInfoHolder |
|---|
addInfo, checkAllNodes, dumpMessages, getAllElementMessages, getAllMessages, getGlobalElementMessages, getInfoFromId, getInfoFromObj, getMappingElementMessages, hasMessages, removeAllInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public IXmlObject getRoot()
public SchemasManager getSchemas()
public static final XmlInstantiator instantiate(java.io.InputStream iInput,
java.lang.Object iValidSupport)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
iInput - The XML input stream
javax.xml.parsers.ParserConfigurationException
java.io.IOException
org.xml.sax.SAXException
public static final XmlInstantiator instantiate(org.w3c.dom.Document iDoc,
java.lang.Object iValidSupport)
iDoc - The XML document.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||