public interface IMXMLXMLNode extends IMXMLNode
<XML> tag.
An IMXMLXMLNode has no child nodes, but it stores a reference to an
IMXMLTagData object which represents the single XML tag inside the
<XML> tag.
| Modifier and Type | Interface and Description |
|---|---|
static class |
IMXMLXMLNode.XML_TYPE |
| Modifier and Type | Field and Description |
|---|---|
static String |
XML_NODE_NAME |
UNKNOWN| Modifier and Type | Method and Description |
|---|---|
String |
getXMLString()
Gets the XML that this node represents as a string.
|
IMXMLXMLNode.XML_TYPE |
getXMLType()
What type of xml object should this node create.
|
getClassDefinitionNode, getDocumentNode, getFileNode, getName, isValidForCodeGencontains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminalgetAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStartstatic final String XML_NODE_NAME
String getXMLString()
IMXMLXMLNode.XML_TYPE getXMLType()
Copyright © 2016 The Apache Software Foundation. All rights reserved.