com.ontimize.builder.xml
Class CustomNode
java.lang.Object
com.ontimize.builder.xml.CustomNode
- public class CustomNode
- extends java.lang.Object
|
Constructor Summary |
CustomNode(org.w3c.dom.Node node)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
xMLDocumentNode
protected org.w3c.dom.Node xMLDocumentNode
PANEL
public static final int PANEL
- See Also:
- Constant Field Values
FIELD
public static final int FIELD
- See Also:
- Constant Field Values
BUTTON
public static final int BUTTON
- See Also:
- Constant Field Values
ARROW
public static final int ARROW
- See Also:
- Constant Field Values
LINE
public static final int LINE
- See Also:
- Constant Field Values
CustomNode
public CustomNode(org.w3c.dom.Node node)
isTag
public boolean isTag()
- If it is a tag returns true. Other case return false
- Returns:
getNodeInfo
public java.lang.String getNodeInfo()
- Creates a text based on the type of node
toString
public java.lang.String toString()
hasChildren
public boolean hasChildren()
attributeList
public org.w3c.dom.NamedNodeMap attributeList()
hashtableAttribute
public java.util.Hashtable hashtableAttribute()
child
public CustomNode child(int index)
index
public int index(CustomNode child)
getChildrenNumber
public int getChildrenNumber()
getXMLDocumentNode
public org.w3c.dom.Node getXMLDocumentNode()