Ontimize 5.2072EN

com.ontimize.builder.xml
Class CustomNode

java.lang.Object
  extended bycom.ontimize.builder.xml.CustomNode

public class CustomNode
extends java.lang.Object


Field Summary
static int ARROW
           
static int BUTTON
           
static int FIELD
           
static int LINE
           
static int PANEL
           
protected  org.w3c.dom.Node xMLDocumentNode
           
 
Constructor Summary
CustomNode(org.w3c.dom.Node node)
           
 
Method Summary
 org.w3c.dom.NamedNodeMap attributeList()
           
 CustomNode child(int index)
           
 int getChildrenNumber()
           
 java.lang.String getNodeInfo()
          Creates a text based on the type of node
 org.w3c.dom.Node getXMLDocumentNode()
           
 boolean hasChildren()
           
 java.util.Hashtable hashtableAttribute()
           
 int index(CustomNode child)
           
 boolean isTag()
          If it is a tag returns true.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

CustomNode

public CustomNode(org.w3c.dom.Node node)
Method Detail

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()

Ontimize