Enhydra 3.1.1b1 API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

C

callCharacters(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Report the scanning of character data
callComment(int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when a comment has been scanned
callComment(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Report the scanning of a comment
callEndCDATA() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the end of a CDATA section
callEndDocument() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the end of a document
callEndDTD() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
End of DTD.
callEndElement(int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
signal the scanning of an end element tag
callProcessingInstruction(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when a processing instruction has been scanned
callProcessingInstruction(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Report the scanning of a processing instruction
callStandaloneIsYes() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal standalone = "yes"
callStartCDATA() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the start of a CDATA section
callStartDocument() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the start of a document
callStartDTD() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Start of DTD.
callStartElement(QName) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
signal the scanning of a start element tag
callTextDecl(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Signal the Text declaration of an external entity.
callTextDecl(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the Text declaration of an external entity.
callXMLDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the XML declaration of a document
cap - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity cap (?).
CAPTURING_PHASE - Static variable in interface org.w3c.dom.events.Event
 
ccedil - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity ccedil (ç).
Ccedil - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Ccedil (Ç).
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.
cedil - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity cedil (¸).
cent - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity cent (¢).
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.
characters(char[], int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for characters.
characters(char[], int, int) - Method in class org.apache.xerces.parsers.DOMParser
Not called.
characters(char[], int, int) - Method in class org.apache.xerces.parsers.SAXParser
Characters.
characters(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
characters(char[], int, int) - Method in class org.apache.xml.serialize.TextSerializer
 
characters(char[], int, int) - Method in class org.apache.xml.serialize.HTMLSerializer
 
characters(char[], int, int) - Method in interface org.xml.sax.ContentHandler
Receive notification of character data.
characters(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of character data inside an element.
characters(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of character data.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 characters event.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a character data event.
characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 characters event.
characters(int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for characters (string pool form).
characters(int) - Method in class org.apache.xerces.parsers.DOMParser
Characters.
characters(int) - Method in class org.apache.xerces.parsers.SAXParser
Not called.
characters(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called to print the text contents in the prevailing element format.
characters(String) - Method in class org.apache.xml.serialize.HTMLSerializer
 
characters(String, boolean) - Method in class org.apache.xml.serialize.TextSerializer
 
charFromName(String) - Static method in class org.apache.xml.serialize.HTMLdtd
Returns the value of an HTML character reference by its name.
charToEntity(char) - Static method in class org.enhydra.xml.io.HTMLEntities
Convert a text character to an entity name.
charToEntity4(char) - Static method in class org.enhydra.xml.io.HTMLEntities
Convert a text character to a HTML 4.0 entity name.
checkForAttributeNameWithPEReference(XMLEntityHandler.EntityReader, char, QName) - Method in class org.apache.xerces.framework.XMLDTDScanner
 
checkForElementTypeWithPEReference(XMLEntityHandler.EntityReader, char, QName) - Method in class org.apache.xerces.framework.XMLDTDScanner
 
checkForNameWithPEReference(XMLEntityHandler.EntityReader, char) - Method in class org.apache.xerces.framework.XMLDTDScanner
 
checkForNmtokenWithPEReference(XMLEntityHandler.EntityReader, char) - Method in class org.apache.xerces.framework.XMLDTDScanner
 
checkXMLLangAttributeValue(int) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Check the value of an XML Language attribute
chi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity chi (?).
Chi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Chi (?).
circ - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity circ (?).
CLASSPATH_PROTOCOL - Static variable in class org.enhydra.xml.io.XMLEntityResolver
Protocol to use in specifying a URL pointing to the CLASSPATH.
CLASSPATH_PROTOCOL_PREFIX - Static variable in class org.enhydra.xml.io.XMLEntityResolver
Protocol prefix.
clear() - Method in class org.apache.xerces.framework.XMLContentSpec
Clears the values.
clear() - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Clear the attribute list.
clear() - Method in class org.xml.sax.helpers.AttributesImpl
Clear the attribute list for reuse.
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.lazydom.LazyProcessingInstruction
 
cloneNode(boolean) - Method in class org.enhydra.xml.lazydom.LazyEntity
 
cloneNode(boolean) - Method in class org.enhydra.xml.lazydom.LazyNotation
 
cloneNode(boolean) - Method in class org.enhydra.xml.lazydom.LazyComment
 
cloneNode(boolean) - Method in class org.enhydra.xml.lazydom.LazyCDATASection
 
cloneNode(boolean) - Method in class org.enhydra.xml.lazydom.LazyText
 
cloneNode(boolean) - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
cloneNode(boolean) - Method in class org.enhydra.xml.lazydom.LazyDocument
 
cloneNode(boolean) - Method in class org.enhydra.xml.lazydom.LazyDocumentType
 
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 to the 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.
close(InputSource) - Static method in class org.enhydra.xml.io.InputSourceOps
Close an InputSource, if open.
closeIfOpened(InputSource, Reader) - Static method in class org.enhydra.xml.io.InputSourceOps
Close a byte stream returned by open(), only if it was actually opened by open.
ClosingInputSource - class org.enhydra.xml.io.ClosingInputSource.
Input source that automatically close its InputStream when EOF is reached or an error occurs.
ClosingInputSource() - Constructor for class org.enhydra.xml.io.ClosingInputSource
Zero-argument default constructor.
ClosingInputSource(InputSource, boolean) - Constructor for class org.enhydra.xml.io.ClosingInputSource
Create a new input source from another input source.
ClosingInputSource(InputStream) - Constructor for class org.enhydra.xml.io.ClosingInputSource
Create a new input source with a byte stream.
ClosingInputSource(Reader) - Constructor for class org.enhydra.xml.io.ClosingInputSource
Create a new input source with a character stream.
ClosingInputSource(String) - Constructor for class org.enhydra.xml.io.ClosingInputSource
Create a new input source with a system identifier.
ClosingInputSource(String, boolean) - Constructor for class org.enhydra.xml.io.ClosingInputSource
Create a new input source with a system identifier.
clubs - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity clubs (?).
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
 
comment(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
comment(char[], int, int) - Method in class org.apache.xml.serialize.TextSerializer
 
comment(char[], int, int) - Method in interface org.xml.sax.ext.LexicalHandler
Report an XML comment anywhere in the document.
comment(int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for comment.
comment(int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
Callback for comment in DTD.
comment(int) - Method in class org.apache.xerces.parsers.DOMParser
Comment.
comment(int) - Method in class org.apache.xerces.parsers.SAXParser
Comment.
comment(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
comment(String) - Method in class org.apache.xml.serialize.TextSerializer
 
compareBoundaryPoints(short, Range) - Method in interface org.w3c.dom.range.Range
Compare the boundary-points of two ranges in a document.
cong - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity cong (?).
content() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Must be called by a method about to print any type of content.
content() - Method in class org.apache.xml.serialize.TextSerializer
 
ContentHandler - interface org.xml.sax.ContentHandler.
Receive notification of the logical content of a document.
CONTENTSPECNODE_ANY - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents any namespace specified namespace.
CONTENTSPECNODE_ANY_LAX - Static variable in class org.apache.xerces.framework.XMLContentSpec
prcessContent is 'lax'
CONTENTSPECNODE_ANY_LOCAL - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents any local element (XML Schema: ##local).
CONTENTSPECNODE_ANY_LOCAL_LAX - Static variable in class org.apache.xerces.framework.XMLContentSpec
 
CONTENTSPECNODE_ANY_LOCAL_SKIP - Static variable in class org.apache.xerces.framework.XMLContentSpec
 
CONTENTSPECNODE_ANY_OTHER - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents any other namespace (XML Schema: ##other).
CONTENTSPECNODE_ANY_OTHER_LAX - Static variable in class org.apache.xerces.framework.XMLContentSpec
 
CONTENTSPECNODE_ANY_OTHER_SKIP - Static variable in class org.apache.xerces.framework.XMLContentSpec
 
CONTENTSPECNODE_ANY_SKIP - Static variable in class org.apache.xerces.framework.XMLContentSpec
processContent is 'skip'
CONTENTSPECNODE_CHOICE - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents choice, '|'.
CONTENTSPECNODE_LEAF - Static variable in class org.apache.xerces.framework.XMLContentSpec
Name or #PCDATA.
CONTENTSPECNODE_ONE_OR_MORE - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents a one or more occurence count, '+'.
CONTENTSPECNODE_SEQ - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents sequence, ','.
CONTENTSPECNODE_ZERO_OR_MORE - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents a zero or more occurence count, '*'.
CONTENTSPECNODE_ZERO_OR_ONE - Static variable in class org.apache.xerces.framework.XMLContentSpec
Represents a zero or one occurence count, '?'.
CONTEXT_ATTRIBUTE - Static variable in class org.enhydra.xml.xmlc.servlet.XMLCContext
Name of ServletContext attribute that contains the instance of this class for a WebApp.
copy - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity copy (©).
copyNode(Node, Document) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. use org.w3c.dom.Document.importNode
countChildren(Node) - Static method in class org.enhydra.xml.dom.DOMOps
Count the number of children in a node has.
crarr - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity crarr (?).
create(Class) - Method in interface org.enhydra.xml.xmlc.XMLCFactory
Create an instance of a XMLC-generated class or a class derived from one, given either a class or an interface object.
create(Class) - Method in class org.enhydra.xml.xmlc.XMLCStdFactory
Create an instance of a XMLC-generated class or a class derived from one, given the name of the class, using the associated classloader
create(Class) - Method in class org.enhydra.xml.xmlc.reloading.XMLCReloadingFactory
Create an instance of a XMLC-generated class or a class derived from one, given either a class or an interface object.
create(ClassLoader, XMLCLogger) - Static method in class org.enhydra.xml.xmlc.reloading.ResourceLoaderFactory
Create a ResourceLoader associated with a specified class loader.
create(String) - Method in interface org.enhydra.xml.xmlc.XMLCFactory
Create an instance of a XMLC-generated class or a class derived from one, given the name of the class.
create(String) - Method in class org.enhydra.xml.xmlc.XMLCStdFactory
Create an instance of a XMLC-generated class or a class derived from one, given either a class or an interface object, using the associated classloader
create(String) - Method in class org.enhydra.xml.xmlc.reloading.XMLCReloadingFactory
Create an instance of a XMLC-generated class or a class derived from one, given the name of the class.
createAccessMethodInit(ElementInfo, String, JavaCode) - Method in interface org.enhydra.xml.xmlc.dom.AccessorGenerator
 
createAccessorGenerator(Document) - Method in interface org.enhydra.xml.xmlc.dom.XMLCDomFactory
Create an AccessorGenerator object for this DOM.
createAccessorMethod(ElementInfo, ElementInfo.AccessorInfo, boolean, JavaClass) - Method in interface org.enhydra.xml.xmlc.dom.AccessorGenerator
 
createAttribute(int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create an attribute from a template given its id.
createAttribute(String) - Method in class org.enhydra.xml.lazydom.LazyDocument
 
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.lazydom.LazyDocument
 
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.
createAttributeNS(String, String, int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a template Attr with namespace.
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.
createBuildDocumentMethod(XMLCDocument, AccessorGenerator, ElementTable, JavaClass, JavaMethod) - Method in interface org.enhydra.xml.xmlc.dom.DocBuilderGenerator
 
createCaption() - Method in interface org.w3c.dom.html.HTMLTableElement
Create a new table caption object or return an existing one.
createCDATASection(int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a CDATASection from a template given its id.
createCDATASection(String) - Method in class org.enhydra.xml.lazydom.LazyDocument
 
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.
createCodeGenerator(String, boolean, JavaCode) - Method in class org.enhydra.xml.io.OutputOptions
Generate code to create an object with the same attributes as this object.
createComment(int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a comment from a template given its id.
createComment(String) - Method in class org.enhydra.xml.lazydom.LazyDocument
 
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.
createDocBuilderGenerator(Document) - Method in interface org.enhydra.xml.xmlc.dom.XMLCDomFactory
Create an DocBuilderGenerator object for this DOM.
createDocument() - Static method in class org.enhydra.xml.xmlc.html.HTMLDocumentFactory
Create a new HTMLDocument object.
createDocument(String, String) - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
 
createDocument(String, String, DocumentType) - Method in class org.enhydra.wireless.wml.WMLDomFactory
 
createDocument(String, String, DocumentType) - Method in class org.enhydra.xml.lazydom.LazyDOMImplementation
Create a new LazyDocument
createDocument(String, String, DocumentType) - Method in interface org.enhydra.xml.xmlc.dom.XMLCDomFactory
Creates an XML Document object of the specified type.
createDocument(String, String, DocumentType) - Method in interface org.w3c.dom.DOMImplementation
Creates an XML Document object of the specified type with its document element.
createDocument(TemplateDOM) - Method in class org.enhydra.xml.lazydom.LazyDOMImplementation
Create a new LazyDocument from a template.
createDocumentFragment() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
createDocumentFragment() - Method in interface org.w3c.dom.Document
Creates an empty DocumentFragment object.
createDocumentType(int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a new DocumentType object (Non-DOM).
createDocumentType(String, String, String) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a new DocumentType object (Non-DOM).
createDocumentType(String, String, String) - Method in interface org.w3c.dom.DOMImplementation
Creates an empty DocumentType node.
createDocumentType(String, String, String, String) - Method in class org.enhydra.wireless.wml.WMLDomFactory
 
createDocumentType(String, String, String, String) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a new DocumentType object (Non-DOM).
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 class org.enhydra.xml.xmlc.dom.XMLCDocument
 
createElement(int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a element from a template given its id.
createElement(String) - Method in class org.enhydra.xml.lazydom.LazyDocument
 
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.lazydom.LazyDocument
 
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.
createEntity(int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a new Entity object (Non-DOM).
createEntity(String) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a new Entity object (Non-DOM).
createEntityReference(int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a entity reference from a template given its id.
createEntityReference(String) - Method in class org.enhydra.xml.lazydom.LazyDocument
 
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.
createNotation(int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a notation node from a template given its id.
createNotation(String) - Method in class org.enhydra.xml.lazydom.LazyDocument
 
createNullElementAccess(ElementInfo, JavaCode) - Method in interface org.enhydra.xml.xmlc.dom.AccessorGenerator
 
createOutputOptions(HttpServletRequest, HttpServletResponse, XMLObject) - Method in class org.enhydra.xml.xmlc.servlet.XMLCContext
Create an OutputOptions object for a document.
createProcessingInstruction(int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a process instruction node from a template given its id.
createProcessingInstruction(String, String) - Method in class org.enhydra.xml.lazydom.LazyDocument
 
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.
createResetElementAccess(ElementInfo, String, JavaCode) - Method in interface org.enhydra.xml.xmlc.dom.AccessorGenerator
 
createSelectiveClassLoader(String) - Method in interface org.enhydra.xml.xmlc.reloading.ResourceLoader
Create a selective class loader for the specified class and its subclasses.
createSetTextMethod(ElementInfo, boolean, JavaClass) - Method in interface org.enhydra.xml.xmlc.dom.AccessorGenerator
 
createTemplateAttribute(String, int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a template Attr.
createTemplateAttributeNS(String, String, int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a template Attr.
createTemplateCDATASection(String, int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a template CDATASection.
createTemplateComment(String, int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a template comment.
createTemplateDocumentType(String, String, String, String, int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a template DocumentType.
createTemplateElement(String, int, String) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a template element.
createTemplateElementNS(String, String, int, String) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a template Element with namespace.
createTemplateEntity(String, String, String, String, int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a template Entity.
createTemplateEntityReference(String, int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a template EntityReference.
createTemplateNotation(String, int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a template Notation.
createTemplateProcessingInstruction(String, String, int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a template ProcessingInstruction.
createTemplateTextNode(String, int, String) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a template text node.
createTextNode(int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Create a text node from a template given its id.
createTextNode(String) - Method in class org.enhydra.xml.lazydom.LazyDocument
 
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.
createXMLReader() - Static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XML reader from a system property.
createXMLReader(String) - Static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XML reader from a class name.
cup - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity cup (?).
curren - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity curren (¤).

Enhydra 3.1.1b1 API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _