Enhydra 3.0.3 API
A B C D E F G H I L M N O P R S T U W X

C

CAPTURING_PHASE - Static variable in interface org.w3c.dom.events.Event
 
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
 
CDATASection - interface org.w3c.dom.CDATASection.
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
CharacterData - interface org.w3c.dom.CharacterData.
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
ClassInfo - interface org.enhydra.xml.xmlc.autocomp.ClassInfo.
 
click() - Method in interface org.w3c.dom.html.HTMLInputElement
Simulate a mouse-click.
cloneContents() - Method in interface org.w3c.dom.range.Range
Duplicates the contents of a range
cloneDeepCheck(boolean) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
Check that cloneNode on an entire document is done with the deep option.
cloneNode(boolean) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
Clone the entire document.
cloneNode(boolean) - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
Clone the entire document.
cloneNode(boolean) - Method in interface org.w3c.dom.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneRange() - Method in interface org.w3c.dom.range.Range
Produces a new range whose boundary-points are equal tothe boundary-points of the range.
close() - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
close() - Method in interface org.w3c.dom.html.HTMLDocument
Closes a document stream opened by open()and forces rendering.
code - Variable in class org.w3c.dom.DOMException
 
code - Variable in class org.w3c.dom.events.EventException
 
code - Variable in class org.w3c.dom.range.RangeException
 
collapse(boolean) - Method in interface org.w3c.dom.range.Range
Collapse a range onto one of its boundary-points
Comment - interface org.w3c.dom.Comment.
This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!--' and ending '-->'.
COMMENT_NODE - Static variable in interface org.w3c.dom.Node
 
compareBoundaryPoints(int, Range) - Method in interface org.w3c.dom.range.Range
Compare the boundary-points of two ranges in a document.
copyNode(Node, Document) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. use Document.importNode
create(Class) - Method in interface org.enhydra.xml.xmlc.XMLCFactory
 
create(Class) - Method in class org.enhydra.xml.xmlc.autocomp.XMLCAutoCompFactory
Create an instance of a XMLC-generated class or a class derived from one, given either a class or an interface object.
create(ClassLoader) - Static method in class org.enhydra.xml.xmlc.autocomp.ResourceLoaderFactory
Create a ResourceLoader associated with a specified class loader.
create(String) - Method in interface org.enhydra.xml.xmlc.XMLCFactory
 
create(String) - Method in class org.enhydra.xml.xmlc.autocomp.XMLCAutoCompFactory
Create an instance of a XMLC-generated class or a class derived from one, given the name of the class.
createAttribute(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createAttribute(String) - Method in interface org.w3c.dom.Document
Creates an Attr of the given name.
createAttributeNS(String, String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createAttributeNS(String, String) - Method in interface org.w3c.dom.Document
Creates an attribute of the given qualified name and namespace URI.
createBasicDocument() - Static method in class org.enhydra.xml.xmlc.html.HTMLDocumentFactory
Create a new HTMLDocument object, initialized with empty HTML, HEAD, TITLE and BODY elements.
createBasicDocument(String) - Static method in class org.enhydra.xml.xmlc.html.HTMLDocumentFactory
Create a new HTMLDocument object, initialized with empty HTML, HEAD, TITLE and BODY elements.
createCaption() - Method in interface org.w3c.dom.html.HTMLTableElement
Create a new table caption object or return an existing one.
createCDATASection(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createCDATASection(String) - Method in interface org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createComment(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createComment(String) - Method in interface org.w3c.dom.Document
Creates a Comment node given the specified string.
createDocument() - Static method in class org.enhydra.xml.xmlc.html.HTMLDocumentFactory
Create a new HTMLDocument object.
createDocument(String, DocumentType) - Method in interface org.enhydra.xml.xmlc.dom.XMLCDomFactory
Creates an XML Document object of the specified type with its document element.
createDocument(String, String, DocumentType) - Method in interface org.w3c.dom.DOMImplementation
Creates an XML Document object of the specified type with its document element.
createDocumentFragment() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createDocumentFragment() - Method in interface org.w3c.dom.Document
Creates an empty DocumentFragment object.
createDocumentType(String, String, String, String) - Method in interface org.enhydra.xml.xmlc.dom.XMLCDomFactory
Creates an empty DocumentType node.
createDocumentType(String, String, String, String) - Method in interface org.w3c.dom.DOMImplementation
Creates an empty DocumentType node.
createElement(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createElement(String) - Method in interface org.w3c.dom.Document
Creates an element of the type specified.
createElementNS(String, String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createElementNS(String, String) - Method in interface org.w3c.dom.Document
Creates an element of the given qualified name and namespace URI.
createEntityReference(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createEntityReference(String) - Method in interface org.w3c.dom.Document
Creates an EntityReference object.
createEvent(String) - Method in interface org.w3c.dom.events.DocumentEvent
 
createHTMLDocument(String) - Method in interface org.w3c.dom.html.HTMLDOMImplementation
Creates an HTMLDocument object with the minimal tree made of the following elements: HTML, HEAD, TITLE, and BODY.
createNodeIterator(Node, int, NodeFilter, boolean) - Method in interface org.w3c.dom.traversal.DocumentTraversal
Create a new NodeIterator over the subtree rooted at the specified node.
createProcessingInstruction(String, String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createProcessingInstruction(String, String) - Method in interface org.w3c.dom.Document
Creates a ProcessingInstruction node given the specified name and data strings.
createRange() - Method in interface org.w3c.dom.range.DocumentRange
This interface can be obtained from the object implementing the Document interface using binding-specific casting methods.
createTextNode(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createTextNode(String) - Method in interface org.w3c.dom.Document
Creates a Text node given the specified string.
createTFoot() - Method in interface org.w3c.dom.html.HTMLTableElement
Create a table footer row or return an existing one.
createTHead() - Method in interface org.w3c.dom.html.HTMLTableElement
Create a table header row or return an existing one.
createTreeWalker(Node, int, NodeFilter, boolean) - Method in interface org.w3c.dom.traversal.DocumentTraversal
Create a new TreeWalker over the subtree rooted at the specified node.

Enhydra 3.0.3 API
A B C D E F G H I L M N O P R S T U W X