Class Index | File Index

Classes


Class gxe.xml.XmlDocument

A target XML document.
Defined in: gxe.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
the editor context
 
the namespaces associated with the document
 
the root element for the document
Method Summary
Method Attributes Method Name and Description
 
initializeRoot(context, cfgDefinition)
Initializes the root element and XML namespaces.
Class Detail
gxe.xml.XmlDocument()
Field Detail
{gxe.Context} context
the editor context

{gxe.xml.XmlNamespaces} namespaces
the namespaces associated with the document

{gxe.xml.XmlElement} rootElement
the root element for the document
Method Detail
{gxe.xml.XmlElement} initializeRoot(context, cfgDefinition)
Initializes the root element and XML namespaces.
Parameters:
{gxe.Context} context
the editor context
{Object} cfgDefinition
the configured editor definition (JSON)
Returns:
{gxe.xml.XmlElement} the root element for the document