|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XoDMInstance | |
com.virtualweaver.xotics.datamodel | |
com.virtualweaver.xotics.datamodel.editor | |
com.virtualweaver.xotics.datamodel.event |
Uses of XoDMInstance in com.virtualweaver.xotics.datamodel |
Methods in com.virtualweaver.xotics.datamodel that return XoDMInstance | |
XoDMInstance |
XoObjectSupport.getXoDMInstance()
|
XoDMInstance |
XoRegistry.getDataModelDocument(java.lang.String nsref)
Returns the DMDL document describing Data-Model for namespace nsref |
XoDMInstance[] |
XoRegistry.getDataModelDocuments()
Returns the DMDL document list of all loaded DM modules |
XoDMInstance |
XoFactory.loadDMInstance(java.net.URL url,
java.util.Map options,
java.lang.Object initObject)
Loads a DM instance from an XML file pointed by param url . |
XoDMInstance |
XoFactory.loadDMInstance(java.io.InputStream is,
java.util.Map options,
java.lang.Object initObject)
Loads a DM instance from an XML document read by param reader . |
XoDMInstance |
XoFactory.loadDMInstance(java.io.Reader r,
java.util.Map options,
java.lang.Object initObject)
Loads a DM instance from an XML document read by param reader . |
XoDMInstance |
XoFactory.loadDMInstance(java.lang.String xmlDoc,
java.util.Map options,
java.lang.Object initObject)
Loads a DM instance from a String argument ( xmlDoc ) containing an XML document. |
XoDMInstance |
XoFactory.createDMInstance(XoRoot root,
java.lang.String rootnsprefix,
java.util.Map options,
java.lang.Object initObject)
Creates a new DM instance with param root as root element and param rootnsprefix
as optional prefix. |
XoDMInstance |
XoFactory.createDMInstance(java.lang.String rootnsref,
java.lang.String rootnsprefix,
java.lang.String rootelement,
java.util.Map options,
java.lang.Object initObject)
Creates a new DM instance with param rootelement as root element name,
from namespace param rootnsref , with param rootnsprefix as optional prefix. |
XoDMInstance |
XoDMInstance.exportDMInstance(XoRoot rpos)
Creates a new DM instance and sets its content with a deep copy of a rootable object of this .
|
XoDMInstance |
XoObject.getXoDMInstance()
Returns the XO Data-Model instance owning this XO Object. |
Methods in com.virtualweaver.xotics.datamodel with parameters of type XoDMInstance | |
void |
XoObjectSupport.setXoDMInstance(XoDMInstance xoDMInstance)
|
java.lang.String |
XoRegistry.loadDataModel(XoDMInstance dm)
Loads the DM module described in param dm in DMDL format. |
void |
XoUpdateHandler.setXoDMInstance(XoDMInstance dmi)
Sets the DM instance on which this update handler must operate. |
void |
XoDMInstance.importDMInstance(XoDMInstance edm,
XoContainer ppos)
Imports entire content copy of external DM instance edm
as child of container param ppos . note that this is a deep copy made
from content tree that is added as child of ppos |
void |
XoDMInstance.transferResourceRefs(XoDMInstance extdm)
Copy into an external DM instance the list of all local resource path URLs. |
void |
XoObject.setXoDMInstance(XoDMInstance mi)
Sets the XO Data-Model instance owning this XO Object. |
Uses of XoDMInstance in com.virtualweaver.xotics.datamodel.editor |
Fields in com.virtualweaver.xotics.datamodel.editor declared as XoDMInstance | |
protected XoDMInstance |
XoIdRefXsdPropertyEditor.dataModel
|
Uses of XoDMInstance in com.virtualweaver.xotics.datamodel.event |
Constructors in com.virtualweaver.xotics.datamodel.event with parameters of type XoDMInstance | |
XoUndoableEvent(XoDMInstance source,
byte undoablekind,
XoContainer parent,
XoObject child,
int index)
Constructor used to create an undoable event of type add or remove child |
|
XoUndoableEvent(XoDMInstance source,
XoObject xo,
java.lang.String pname,
java.lang.Object oldvalue,
java.lang.Object newvalue)
Constructor used to create an undoable event of type set property. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |