EAF 6.4 Util
A B C D E F G H I J K L M N O P Q R S T U V W X

H

HashMapElement - class org.enhydra.xml.HashMapElement.
 
HashMapElement() - Constructor for class org.enhydra.xml.HashMapElement
Constructs an empty HashMapElement.
HashMapElement(HashMapElement) - Constructor for class org.enhydra.xml.HashMapElement
Constructs a HashMapElement from the given node, without creating entire children subtree.
HashMapElement(Document, String) - Constructor for class org.enhydra.xml.HashMapElement
Constructs an HashMapElement with the given document owner and node name.
HashMapElement(Document, String, short, String) - Constructor for class org.enhydra.xml.HashMapElement
Constructs an HashMapElement with the given document owner, node name, node type and node value.
HashMapElement(Node) - Constructor for class org.enhydra.xml.HashMapElement
Constructs an HashMapElement from a given node (creates the children subtree too), as a Node
HashMapElement(Node, boolean) - Constructor for class org.enhydra.xml.HashMapElement
Constructs an HashMapElement from a given node, as a Node, and deep as boolean.
hasAttribute(String) - Method in class org.enhydra.xml.ElementImpl
Returns true, if this node has attribute with given name, otherwise false.
hasAttributeNS(String, String) - Method in class org.enhydra.xml.ElementImpl
Equivalent to hasAttribute(localName).
hasAttributes() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
hasAttributes() - Method in class org.enhydra.xml.ElementImpl
Returns true, if this node has attributes, otherwise false.
hasAttributes() - Method in class org.enhydra.xml.NodeImpl
Returns true, if this node has attributes, otherwise false.
hasChildNodes() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
hasChildNodes() - Method in class org.enhydra.xml.NodeImpl
Returns true if this node has child nodes.
hasElementChildNodes() - Method in class org.enhydra.xml.ElementImpl
Returns true if this node has children nodes.
hasElementChildNodes() - Method in class org.enhydra.xml.HashMapElement
Returns true if this node has child nodes.
hashCode() - Method in class org.enhydra.tool.swing.layout.XYConstraints
 

EAF 6.4 Util
A B C D E F G H I J K L M N O P Q R S T U V W X