|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.gxe.GxeLoader
public class GxeLoader
Handles the loading of a Geoportal XML editor definition.
| Constructor Summary | |
|---|---|
GxeLoader()
Default constructor |
|
| Method Summary | |
|---|---|
protected void |
checkI18NAttributes(GxeContext context,
GxeFile file,
Node domNode,
XmlElement gxeElement)
Checks the I18N (internationalization and localization) attributes for an XmlElement. |
protected String |
getTextContent(Node domNode,
boolean first)
Gets the text associated with a node. |
void |
loadDefinition(GxeContext context,
GxeDefinition definition)
Loads a Geoportal XML editor definition. |
protected void |
loadXmlAttributes(GxeContext context,
GxeFile file,
Node domNode,
XmlElement gxeElement)
Loads the XmlAttributes associated with an XmlElement. |
protected void |
loadXmlChildren(GxeContext context,
GxeFile file,
Node domNode,
XmlElement gxeElement)
Loads the child XmlElements associated with an XmlElement. |
protected void |
loadXmlElement(GxeContext context,
GxeFile file,
Node domNode,
XmlElement gxeElement)
Loads an XmlElement. |
protected void |
loadXmlNodeInfo(GxeContext context,
GxeFile file,
Node domNode,
XmlNode gxeNode)
Loads the XmlNodeInfo associated with an XmlNode. |
void |
onXmlElementLoaded(GxeContext context,
GxeFile file,
Node domNode,
XmlElement gxeElement)
Fired when an XmlElement has been loaded. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GxeLoader()
| Method Detail |
|---|
protected void checkI18NAttributes(GxeContext context,
GxeFile file,
Node domNode,
XmlElement gxeElement)
throws Exception
context - the processing contextfile - the file that is currently being processeddomNode - the active DOM nodegxeElement - the active XmlElement
Exception - if an exception occurs
protected String getTextContent(Node domNode,
boolean first)
domNode - the subject nodefirst - if true, get the first text node associated with an element node
public void loadDefinition(GxeContext context,
GxeDefinition definition)
throws Exception
context - the processing contextdefinition - the definition to be loaded
Exception - if an exception occurs
protected void loadXmlAttributes(GxeContext context,
GxeFile file,
Node domNode,
XmlElement gxeElement)
throws Exception
context - the processing contextfile - the file that is currently being processeddomNode - the active DOM nodegxeElement - the active XmlElement
Exception - if an exception occurs
protected void loadXmlChildren(GxeContext context,
GxeFile file,
Node domNode,
XmlElement gxeElement)
throws Exception
context - the processing contextfile - the file that is currently being processeddomNode - the active DOM nodegxeElement - the active XmlElement
Exception - if an exception occurs
protected void loadXmlElement(GxeContext context,
GxeFile file,
Node domNode,
XmlElement gxeElement)
throws Exception
context - the processing contextfile - the file that is currently being processeddomNode - the active DOM nodegxeElement - the active XmlElement
Exception - if an exception occurs
protected void loadXmlNodeInfo(GxeContext context,
GxeFile file,
Node domNode,
XmlNode gxeNode)
throws Exception
context - the processing contextfile - the file that is currently being processeddomNode - the active DOM nodegxeNode - the active XmlNode (XmlElement or XmlAttribute)
Exception - if an exception occurs
public void onXmlElementLoaded(GxeContext context,
GxeFile file,
Node domNode,
XmlElement gxeElement)
throws Exception
context - the processing contextfile - the file that is currently being processeddomNode - the active DOM nodegxeElement - the active XmlElement
Exception - if an exception occurs
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||