EAF 7.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

handleAttr(Attr) - Method in class org.enhydra.xml.io.ExtHTMLFormatter
Handler called for Attr nodes.
handleAttr(Attr) - Method in class org.enhydra.xml.io.ExtXMLFormatter
Handler called for Attr nodes.
handleCDATASection(CDATASection) - Method in class org.enhydra.xml.io.ExtHTMLFormatter
Handler called for CDATASection nodes.
handleCDATASection(CDATASection) - Method in class org.enhydra.xml.io.ExtXMLFormatter
Handler called for CDATASection nodes.
handleDocument(Document) - Method in class org.enhydra.xml.io.ExtHTMLFormatter
Handler called for Document nodes.
handleDocument(Document) - Method in class org.enhydra.xml.io.ExtXMLFormatter
Handler called for Document nodes; creates the XML file header.
handleDocumentFragment(DocumentFragment) - Method in class org.enhydra.xml.io.ExtHTMLFormatter
Handler called for DocumentFragment nodes; just process children.
handleDocumentFragment(DocumentFragment) - Method in class org.enhydra.xml.io.ExtXMLFormatter
Handler called for DocumentFragment nodes; just process children
handleDocumentType(DocumentType) - Method in class org.enhydra.xml.io.ExtHTMLFormatter
Handler called for Document nodes; should never be called.
handleDocumentType(DocumentType) - Method in class org.enhydra.xml.io.ExtXMLFormatter
Handler called for Document nodes; writes the DOCTYPE specification.
handleElement(Element) - Method in class org.enhydra.xml.io.ExtHTMLFormatter
Handler called for Element nodes.
handleElement(Element) - Method in class org.enhydra.xml.io.ExtXMLFormatter
Handler called for Element nodes.
handleProcessingInstruction(ProcessingInstruction) - Method in class org.enhydra.xml.io.ExtHTMLFormatter
Handler called for ProcessingInstruction nodes.
handleProcessingInstruction(ProcessingInstruction) - Method in class org.enhydra.xml.io.ExtXMLFormatter
Handler called for ProcessingInstruction nodes.
handleText(Text) - Method in class org.enhydra.xml.io.ExtHTMLFormatter
Handler called for Text nodes.
handleText(Text) - Method in class org.enhydra.xml.io.ExtXMLFormatter
Handler called for Text nodes.
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
 
HashMapElement - Class in org.enhydra.xml
 
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.

EAF 7.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