Alphabetical Index

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

_

_boolean(org.w3c.dom.Node,Object) - static method in class gnu.xml.xpath.Expr
Implementation of the XPath boolean function.
_id(org.w3c.dom.Node,Object) - static method in class gnu.xml.xpath.Expr
The id function selects elements by their unique ID.
_local_name(org.w3c.dom.Node,Collection) - static method in class gnu.xml.xpath.Expr
The local-name function returns the local part of the expanded-name of the node in the argument node-set that is first in document order.
_name(org.w3c.dom.Node,Collection) - static method in class gnu.xml.xpath.Expr
The name function returns a string containing a QName representing the expanded-name of the node in the argument node-set that is first in document order.
_namespace_uri(org.w3c.dom.Node,Collection) - static method in class gnu.xml.xpath.Expr
The namespace-uri function returns the namespace URI of the expanded-name of the node in the argument node-set that is first in document order.
_number(org.w3c.dom.Node,Object) - static method in class gnu.xml.xpath.Expr
Implementation of the XPath number function.
_string(org.w3c.dom.Node,Object) - static method in class gnu.xml.xpath.Expr
Implementation of the XPath string function.

A

abort() - method in class gnu.xml.dom.ls.DomLSParser
Abort the loading of the document that is currently being loaded by the LSParser.
abort() - method in class org.w3c.dom.ls.LSParser
Abort the loading of the document that is currently being loaded by the LSParser.
AbstractView - interface org.w3c.dom.views.AbstractView
A base interface that all views shall derive from.
acceptNode(org.w3c.dom.Node) - method in class org.w3c.dom.ls.LSParserFilter
This method will be called by the parser at the completion of the parsing of each node.
acceptNode(org.w3c.dom.Node) - method in class org.w3c.dom.traversal.NodeFilter
Test whether a specified node is visible in the logical view of a TreeWalker or NodeIterator.
ACTION_APPEND_AS_CHILDREN - static field in class org.w3c.dom.ls.LSParser
Append the result of the parse operation as children of the context node.
ACTION_INSERT_AFTER - static field in class org.w3c.dom.ls.LSParser
Insert the result of the parse operation as the immediately following sibling of the context node.
ACTION_INSERT_BEFORE - static field in class org.w3c.dom.ls.LSParser
Insert the result of the parse operation as the immediately preceding sibling of the context node.
ACTION_REPLACE - static field in class org.w3c.dom.ls.LSParser
Replace the context node with the result of the parse operation.
ACTION_REPLACE_CHILDREN - static field in class org.w3c.dom.ls.LSParser
Replace all the children of the context node with the result of the parse operation.
add(javax.xml.datatype.Duration) - method in class javax.xml.datatype.Duration
Returns the result of adding the specified duration to this duration.
add(javax.xml.datatype.Duration) - method in class javax.xml.datatype.XMLGregorianCalendar
Adds the specified duration to this calendar.
Add a new element to the collection of OPTION elements for this SELECT.
addAttribute(String,String,String) - method in class org.xml.sax.helpers.AttributeListImpl
Add an attribute to an attribute list.
Add an attribute to the end of the list, setting its "specified" flag to true.
Add an attribute to the end of the list.
addDirectoryMapping(Dictionary,mappings[][],File) - static method in class gnu.xml.util.Resolver
Updates a dictionary used to map PUBLIC identifiers to file names, so that it uses the mappings in a specified directory.
DOM L2 (Events) Registers an event listener's interest in a class of events.
This method allows the registration of event listeners on the event target.
ADDITION - static field in class org.w3c.dom.events.MutationEvent
The Attr was just added.
Register an implementation.
addTo(Calendar) - method in class javax.xml.datatype.Duration
Adds this duration to the specified calendar.
addTo(Date) - method in class javax.xml.datatype.Duration
Adds this duration to the specified date.
adoptNode(org.w3c.dom.Node) - method in class org.w3c.dom.Document
Attempts to adopt a node from another document to this document.
adoptNode(org.w3c.dom.Node) - method in class gnu.xml.dom.DomDocument
adoptNode(org.w3c.dom.Node) - method in class gnu.xml.libxmlj.dom.GnomeDocument
advance() - method in class gnu.xml.xpath.XPathParser.yyInput
move on to next token.
advance() - method in class gnu.xml.xpath.XPathTokenizer
ANCESTOR - static field in class gnu.xml.xpath.Selector
ANCESTOR - static field in class gnu.xml.xpath.XPathParser
ANCESTOR_OR_SELF - static field in class gnu.xml.xpath.Selector
ANCESTOR_OR_SELF - static field in class gnu.xml.xpath.XPathParser
AND - static field in class gnu.xml.xpath.XPathParser
AndExpr - class gnu.xml.xpath.AndExpr
Logical and.
AndExpr(gnu.xml.xpath.Expr,gnu.xml.xpath.Expr) - constructor for class gnu.xml.xpath.AndExpr
ANY_TYPE - static field in class org.w3c.dom.xpath.XPathResult
This code does not represent a specific type.
ANY_UNORDERED_NODE_TYPE - static field in class org.w3c.dom.xpath.XPathResult
The result is a node set as defined by [XPath 1.0] and will be accessed as a single node, which may be nullif the node set is empty.
appendChild(org.w3c.dom.Node) - method in class gnu.xml.dom.DomDocument
DOM L1 Appends the specified node to this node's list of children, enforcing the constraints that there be only one root element and one document type child.
appendChild(org.w3c.dom.Node) - method in class gnu.xml.dom.DomNode
DOM L1 Appends the specified node to this node's list of children.
appendChild(org.w3c.dom.Node) - method in class org.w3c.dom.Node
Adds the node newChild to the end of the list of children of this node.
appendData(String) - method in class org.w3c.dom.CharacterData
Append the string to the end of the character data of the node.
appendData(String) - method in class gnu.xml.dom.DomCharacterData
DOM L1 Appends the specified data to the value of this node.
appendMedium(String) - method in class org.w3c.dom.stylesheets.MediaList
Adds the medium newMedium to the end of the list.
APRIL - static field in class javax.xml.datatype.DatatypeConstants
Value for April.
AT - static field in class gnu.xml.xpath.XPathParser
AT_TARGET - static field in class org.w3c.dom.events.Event
The event is currently being evaluated at the target EventTarget.
Attr - interface org.w3c.dom.Attr
The Attr interface represents an attribute in an Element object.
ATTRIBUTE - static field in class gnu.xml.xpath.Selector
ATTRIBUTE - static field in class gnu.xml.xpath.XPathParser
ATTRIBUTE_NODE - static field in class org.w3c.dom.Node
The node is an Attr.
Report an attribute type declaration.
SAX2: passes this callback to the next consumer, if any
DecllHandler Records attribute declaration for later use in validating document content, and checks validity constraints that are applicable to attribute declarations.
SAX2: called on attribute declarations
AttributeList - interface org.xml.sax.AttributeList
Interface for an element's attribute specifications.
AttributeListImpl - class org.xml.sax.helpers.AttributeListImpl
Default implementation for AttributeList.
AttributeListImpl() - constructor for class org.xml.sax.helpers.AttributeListImpl
Create an empty attribute list.
AttributeListImpl(org.xml.sax.AttributeList) - constructor for class org.xml.sax.helpers.AttributeListImpl
Construct a persistent copy of an existing attribute list.
Attributes - interface org.xml.sax.Attributes
Interface for a list of XML attributes.
Attributes2 - interface org.xml.sax.ext.Attributes2
SAX2 extension to augment the per-attribute information provided though Attributes.
Attributes2Impl - class org.xml.sax.ext.Attributes2Impl
SAX2 extension helper for additional Attributes information, implementing the Attributes2 interface.
Attributes2Impl() - constructor for class org.xml.sax.ext.Attributes2Impl
Construct a new, empty Attributes2Impl object.
Attributes2Impl(org.xml.sax.Attributes) - constructor for class org.xml.sax.ext.Attributes2Impl
Copy an existing Attributes or Attributes2 object.
AttributesImpl - class org.xml.sax.helpers.AttributesImpl
Default implementation of the Attributes interface.
AttributesImpl() - constructor for class org.xml.sax.helpers.AttributesImpl
Construct a new, empty AttributesImpl object.
AttributesImpl(org.xml.sax.Attributes) - constructor for class org.xml.sax.helpers.AttributesImpl
Copy an existing Attributes object.
AUGUST - static field in class javax.xml.datatype.DatatypeConstants
Value for August.
available() - method in class gnu.xml.dom.ls.ReaderInputStream
Returns conservative number of bytes available without blocking.

B

Implements the backdoors needed by DOM.
Backdoor(gnu.xml.pipeline.DomConsumer) - constructor for class gnu.xml.dom.Consumer.Backdoor
Constructor.
BAD_BOUNDARYPOINTS_ERR - static field in class org.w3c.dom.ranges.RangeException
If the boundary-points of a Range do not meet specific requirements.
Binds the standard SAX2 handlers from the specified consumer pipeline to the specified producer.
Bindings - class gnu.xml.transform.Bindings
The set of variable bindings in effect for a stylesheet.
blur() - method in class org.w3c.dom.html2.HTMLAnchorElement
Removes keyboard focus from this element.
blur() - method in class org.w3c.dom.html2.HTMLInputElement
Removes keyboard focus from this element.
blur() - method in class org.w3c.dom.html2.HTMLSelectElement
Removes keyboard focus from this element.
blur() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Removes keyboard focus from this element.
BOOLEAN - static field in class javax.xml.xpath.XPathConstants
The XPath 1.0 boolean data type.
BOOLEAN_TYPE - static field in class org.w3c.dom.xpath.XPathResult
The result is a boolean as defined by [XPath 1.0].
BUBBLING_PHASE - static field in class org.w3c.dom.events.Event
The current event phase is the bubbling phase.

C

CallFilter - class gnu.xml.pipeline.CallFilter
Input is sent as an XML request to given URI, and the output of this filter is the parsed response to that request.
CallFilter(String,gnu.xml.pipeline.EventConsumer) - constructor for class gnu.xml.pipeline.CallFilter
Initializes a call filter so that its inputs are sent to the specified URI, and its outputs are sent to the next consumer provided.
canPopulateEntityRefs() - method in class gnu.xml.dom.Consumer.Backdoor
canPopulateEntityRefs() - method in class gnu.xml.pipeline.DomConsumer.Handler
May be overridden by subclasses to return true, indicating that entity reference nodes can be populated and then made read-only.
canSetParameter(String,Object) - method in class org.w3c.dom.DOMConfiguration
Check if setting a parameter to a specific value is supported.
canSetParameter(String,Object) - method in class gnu.xml.dom.ls.DomLSParser
canSetParameter(String,Object) - method in class gnu.xml.dom.ls.DomLSSerializer
Check if setting a parameter to a specific value is supported.
canSetParameter(String,Object) - method in class gnu.xml.libxmlj.dom.GnomeDocument
CAPTURING_PHASE - static field in class org.w3c.dom.events.Event
The current event phase is the capturing phase.
CDATA_SECTION_ELEMENTS - static field in class javax.xml.transform.OutputKeys
Whitespace-separated list of element names for which text children should be output as CDATA sections.
CDATA_SECTION_NODE - static field in class org.w3c.dom.Node
The node is a CDATASection.
CDATASection - interface org.w3c.dom.CDATASection
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
chainTo(org.xml.sax.helpers.XMLFilterImpl) - method in class gnu.xml.pipeline.EventFilter
Treats the XMLFilterImpl as a limited functionality event consumer, by arranging to deliver events to it; this lets such classes be "wrapped" as pipeline stages.
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(ch[],int,int) - method in class org.xml.sax.ContentHandler
Receive notification of character data.
characters(ch[],int,int) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
characters(ch[],int,int) - method in class org.xml.sax.DocumentHandler
Receive notification of character data.
characters(ch[],int,int) - method in class gnu.xml.pipeline.DomConsumer.Handler
Receive notification of character data.
characters(ch[],int,int) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
characters(ch[],int,int) - method in class org.xml.sax.HandlerBase
Receive notification of character data inside an element.
characters(ch[],int,int) - method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
characters(ch[],int,int) - method in class gnu.xml.pipeline.TeeConsumer
characters(ch[],int,int) - method in class gnu.xml.pipeline.ValidationConsumer
ContentHandler Reports a validity error if the element's content model does not permit character data.
characters(ch[],int,int) - method in class gnu.xml.pipeline.WellFormednessFilter
SAX2: passes this callback to the next consumer, if any
characters(ch[],int,int) - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
characters(ch[],int,int) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a character data event.
characters(ch[],int,int) - method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 characters event.
characters(ch[],int,int) - method in class gnu.xml.util.XMLWriter
SAX1: reports content characters
CHARSET_RULE - static field in class org.w3c.dom.css.CSSRule
The rule is a CSSCharsetRule.
CHILD - static field in class gnu.xml.xpath.Selector
CHILD - static field in class gnu.xml.xpath.XPathParser
clear() - method in class org.xml.sax.helpers.AttributeListImpl
Clear the attribute list.
clear() - method in class org.xml.sax.helpers.AttributesImpl
Clear the attribute list for reuse.
clear() - method in class javax.xml.datatype.XMLGregorianCalendar
Resets all fields to undefined.
clearParameters() - method in class gnu.xml.libxmlj.transform.GnomeTransformer
clearParameters() - method in class javax.xml.transform.Transformer
Clears all parameter values.
click() - method in class org.w3c.dom.html2.HTMLInputElement
Simulate a mouse-click.
clone() - method in class gnu.xml.transform.Bindings
clone() - method in class gnu.xml.dom.DomAttr
Shallow clone of the attribute, breaking all ties with any elements.
clone() - method in class gnu.xml.dom.DomDoctype
Shallow clone of the doctype, except that associated entities and notations are (deep) cloned.
clone() - method in class gnu.xml.dom.DomElement
Shallow clone of the element, except that associated attributes are (deep) cloned.
clone() - method in class gnu.xml.dom.DomNode
Clones this node; roughly equivalent to cloneNode(false).
clone() - method in class javax.xml.datatype.XMLGregorianCalendar
clone(Object) - method in class gnu.xml.xpath.AndExpr
clone(Object) - method in class gnu.xml.xpath.Constant
clone(Object) - method in class gnu.xml.xpath.Expr
clone(Object) - method in class gnu.xml.xpath.FunctionCall
clone(Object) - method in class gnu.xml.xpath.IdFunction
clone(Object) - method in class gnu.xml.xpath.NamespaceTest
clone(Object) - method in class gnu.xml.xpath.NameTest
clone(Object) - method in class gnu.xml.xpath.NodeTypeTest
clone(Object) - method in class gnu.xml.xpath.OrExpr
clone(Object) - method in class gnu.xml.xpath.Root
clone(Object) - method in class gnu.xml.xpath.Selector
clone(Object) - method in class gnu.xml.xpath.Steps
clone(Object) - method in class gnu.xml.xpath.Test
clone(Object) - method in class gnu.xml.xpath.UnionExpr
clone(Object) - method in class gnu.xml.xpath.VariableReference
cloneContents() - method in class org.w3c.dom.ranges.Range
Duplicates the contents of a Range
cloneNode(boolean) - method in class gnu.xml.dom.DomNode
DOM L1 Returns a clone of this node which optionally includes cloned versions of child nodes.
cloneNode(boolean) - method in class org.w3c.dom.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneRange() - method in class org.w3c.dom.ranges.Range
Produces a new Range whose boundary-points are equal to the boundary-points of the Range.
close() - method in class org.w3c.dom.html2.HTMLDocument
Closes a document stream opened by open() and forces rendering.
close() - method in class gnu.xml.dom.ls.ReaderInputStream
close() - method in class gnu.xml.dom.ls.WriterOutputStream
code - field in class org.w3c.dom.DOMException
code - field in class org.w3c.dom.events.EventException
code - field in class org.w3c.dom.ls.LSException
code - field in class org.w3c.dom.ranges.RangeException
code - field in class org.w3c.dom.xpath.XPathException
collapse(boolean) - method in class org.w3c.dom.ranges.Range
Collapse a Range onto one of its boundary-points
COLON - static field in class gnu.xml.xpath.XPathParser
COMMA - static field in class gnu.xml.xpath.XPathParser
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 - static field in class gnu.xml.xpath.XPathParser
comment(ch[],int,int) - method in class org.xml.sax.ext.DefaultHandler2
comment(ch[],int,int) - method in class gnu.xml.pipeline.DomConsumer.Handler
comment(ch[],int,int) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
comment(ch[],int,int) - method in class org.xml.sax.ext.LexicalHandler
Report an XML comment anywhere in the document.
comment(ch[],int,int) - method in class gnu.xml.pipeline.TeeConsumer
comment(ch[],int,int) - method in class gnu.xml.pipeline.WellFormednessFilter
SAX2: passes this callback to the next consumer, if any
comment(ch[],int,int) - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
comment(ch[],int,int) - method in class gnu.xml.util.XMLWriter
SAX2: called when comments are parsed.
COMMENT_NODE - static field in class org.w3c.dom.Node
The node is a Comment.
compact() - method in class gnu.xml.dom.DomNode
Reduces space utilization for this node.
compare(javax.xml.datatype.Duration) - method in class javax.xml.datatype.Duration
Partial order relation comparison with this duration, in accordance with XML Schema 1.0 Part 2, Section 3.2.7.6.2.
compare(Object,Object) - method in class gnu.xml.xpath.DocumentOrderComparator
Compare the boundary-points of two Ranges in a document.
Compares the reference node, i.e.
compareDocumentPosition(org.w3c.dom.Node) - method in class org.w3c.dom.Node
Compares the reference node, i.e.
compareTo(Object) - method in class gnu.xml.dom.DomNode
DOM nodes have a natural ordering: document order.
compile(String) - method in class javax.xml.xpath.XPath
Compiles an XPath expression for future evaluation.
compile(String) - method in class gnu.xml.xpath.XPathImpl
Compiles an XPath expression for future evaluation.
Constant - class gnu.xml.xpath.Constant
Constant value (string literal or number).
Constant(Object) - constructor for class gnu.xml.xpath.Constant
consumer - field in class gnu.xml.pipeline.DomConsumer.Handler
Consumer - class gnu.xml.dom.Consumer
Event consumer which constructs DOM documents using the implementation in this package, using SAX2 events.
Consumer() - constructor for class gnu.xml.dom.Consumer
Constructs an unconfigured event consumer, as a terminus in a SAX event pipeline.
Consumer(gnu.xml.pipeline.EventConsumer) - constructor for class gnu.xml.dom.Consumer
Constructs an unconfigured event consumer, as a stage in a SAX event pipeline.
contains(String) - method in class gnu.xml.dom.ls.DomLSParser
contains(String) - method in class gnu.xml.dom.ls.DomLSSerializer
Test if a string is part of this DOMStringList.
contains(String) - method in class org.w3c.dom.DOMStringList
Test if a string is part of this DOMStringList.
contains(String) - method in class org.w3c.dom.NameList
Test if a name is part of this NameList.
containsKey(String,boolean) - method in class gnu.xml.transform.Bindings
containsNS(String,String) - method in class org.w3c.dom.NameList
Test if the pair namespaceURI/name is part of this NameList.
ContentHandler - interface org.xml.sax.ContentHandler
Receive notification of the logical content of a document.
ContentHandler2 - interface gnu.xml.aelfred2.ContentHandler2
Extension to the SAX ContentHandler interface to report parsing events and parameters required by DOM Level 3 but not supported by SAX.
Counter - interface org.w3c.dom.css.Counter
The Counter interface is used to represent any counter or counters function value.
createAttribute(String) - method in class org.w3c.dom.Document
Creates an Attr of the given name.
createAttribute(String) - method in class gnu.xml.dom.DomDocument
DOM L1 Returns a newly created attribute with the specified name.
createAttribute(String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
createAttributeNS(String,String) - method in class org.w3c.dom.Document
Creates an attribute of the given qualified name and namespace URI.
createAttributeNS(String,String) - method in class gnu.xml.dom.DomDocument
DOM L2 Returns a newly created attribute with the specified name and namespace information.
createAttributeNS(String,String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
createCaption() - method in class org.w3c.dom.html2.HTMLTableElement
Create a new table caption object or return an existing one.
createCDATASection(char[],int,int) - method in class gnu.xml.dom.DomDocument
Returns a newly created CDATA section node with the specified value.
createCDATASection(String) - method in class org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createCDATASection(String) - method in class gnu.xml.dom.DomDocument
DOM L1 Returns a newly created CDATA section node with the specified value.
createCDATASection(String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
createComment(String) - method in class org.w3c.dom.Document
Creates a Comment node given the specified string.
createComment(String) - method in class gnu.xml.dom.DomDocument
DOM L1 Returns a newly created comment node with the specified value.
createComment(String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
Creates a new CSSStyleSheet.
DOM L2 Creates and returns a Document, populated only with a root element and optionally a document type(if that was provided).
Creates a DOM Document object of the specified type with its document element.
Creates a DOM Document object of the specified type with its document element.
createDocumentFragment() - method in class org.w3c.dom.Document
Creates an empty DocumentFragment object.
createDocumentFragment() - method in class gnu.xml.dom.DomDocument
DOM L1 Returns a newly created document fragment.
createDocumentFragment() - method in class gnu.xml.libxmlj.dom.GnomeDocument
DOM L2 Creates and returns a DocumentType, associated with this implementation.
Creates an empty DocumentType node.
createDocumentType(String,String,String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
Creates an empty DocumentType node.
createElement(String) - method in class org.w3c.dom.Document
Creates an element of the type specified.
createElement(String) - method in class gnu.xml.dom.DomDocument
DOM L1 Returns a newly created element with the specified name.
createElement(String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
createElementNS(String,String) - method in class org.w3c.dom.Document
Creates an element of the given qualified name and namespace URI.
createElementNS(String,String) - method in class gnu.xml.dom.DomDocument
DOM L2 Returns a newly created element with the specified name and namespace information.
createElementNS(String,String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
createEntityReference(String) - method in class org.w3c.dom.Document
Creates an EntityReference object.
createEntityReference(String) - method in class gnu.xml.dom.DomDocument
DOM L1 Returns a newly created reference to the specified entity.
createEntityReference(String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
createEvent(String) - method in class org.w3c.dom.events.DocumentEvent
createEvent(String) - method in class gnu.xml.dom.DomNode
DOM L2 (Events) Returns an instance of the specified type of event object.
Creates a parsed XPath expression with resolved namespaces.
Creates a parsed XPath expression with resolved namespaces.
createLSInput() - method in class gnu.xml.dom.DomImpl
Create a new empty input source object where LSInput.characterStream, LSInput.byteStream , LSInput.stringData LSInput.systemId, LSInput.publicId, LSInput.baseURI, and LSInput.encoding are null, and LSInput.certifiedText is false.
createLSInput() - method in class org.w3c.dom.ls.DOMImplementationLS
Create a new empty input source object where LSInput.characterStream, LSInput.byteStream , LSInput.stringData LSInput.systemId, LSInput.publicId, LSInput.baseURI, and LSInput.encoding are null, and LSInput.certifiedText is false.
createLSOutput() - method in class gnu.xml.dom.DomImpl
Create a new empty output destination object where LSOutput.characterStream, LSOutput.byteStream, LSOutput.systemId, LSOutput.encoding are null.
createLSOutput() - method in class org.w3c.dom.ls.DOMImplementationLS
Create a new empty output destination object where LSOutput.characterStream, LSOutput.byteStream, LSOutput.systemId, LSOutput.encoding are null.
createLSParser(short,String) - method in class gnu.xml.dom.DomImpl
Create a new LSParser.
createLSParser(short,String) - method in class org.w3c.dom.ls.DOMImplementationLS
Create a new LSParser.
createLSSerializer() - method in class gnu.xml.dom.DomImpl
Create a new LSSerializer object.
createLSSerializer() - method in class org.w3c.dom.ls.DOMImplementationLS
Create a new LSSerializer object.
Create a new NodeIterator over the subtree rooted at the specified node.
DOM L2 (Traversal) Returns a newly created node iterator.
createNSResolver(org.w3c.dom.Node) - method in class gnu.xml.dom.DomDocument
Adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated relative to the context of the node where it appeared within the document.
createNSResolver(org.w3c.dom.Node) - method in class gnu.xml.libxmlj.dom.GnomeDocument
createNSResolver(org.w3c.dom.Node) - method in class org.w3c.dom.xpath.XPathEvaluator
Adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated relative to the context of the node where it appeared within the document.
createPipeline(String) - static method in class gnu.xml.pipeline.PipelineFactory
Creates a simple pipeline according to the description string passed in.
Extends an existing pipeline by prepending the filter pipeline to the specified consumer.
Extends an existing pipeline by prepending a pre-tokenized filter pipeline to the specified consumer.
Creates a ProcessingInstruction node given the specified name and data strings.
DOM L1 Returns a newly created processing instruction.
createProcessingInstruction(String,String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
createRange() - method in class org.w3c.dom.ranges.DocumentRange
This interface can be obtained from the object implementing the Document interface using binding-specific casting methods.
createText(boolean,ch[],int,int) - method in class gnu.xml.pipeline.DomConsumer.Handler
Subclasses may overrride this method to provide a more efficient way to construct text nodes.
createTextNode(char[],int,int) - method in class gnu.xml.dom.DomDocument
Returns a newly created text node with the specified value.
createTextNode(String) - method in class org.w3c.dom.Document
Creates a Text node given the specified string.
createTextNode(String) - method in class gnu.xml.dom.DomDocument
DOM L1 Returns a newly created text node with the specified value.
createTextNode(String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
createTFoot() - method in class org.w3c.dom.html2.HTMLTableElement
Create a table footer row or return an existing one.
createTHead() - method in class org.w3c.dom.html2.HTMLTableElement
Create a table header row or return an existing one.
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 XMLReader from system defaults.
createXMLReader(String) - static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XML reader from a class name.
CSS2Properties - interface org.w3c.dom.css.CSS2Properties
The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties within a CSSStyleDeclaration.
CSS_ATTR - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a attribute function.
CSS_CM - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (cm).
CSS_COUNTER - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a counter or counters function.
CSS_CUSTOM - static field in class org.w3c.dom.css.CSSValue
The value is a custom value.
CSS_DEG - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is an angle (deg).
CSS_DIMENSION - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a number with an unknown dimension.
CSS_EMS - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (ems).
CSS_EXS - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (exs).
CSS_GRAD - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is an angle (grad).
CSS_HZ - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a frequency (Hz).
CSS_IDENT - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is an identifier.
CSS_IN - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (in).
CSS_INHERIT - static field in class org.w3c.dom.css.CSSValue
The value is inherited and the cssText contains "inherit".
CSS_KHZ - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a frequency (kHz).
CSS_MM - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (mm).
CSS_MS - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a time (ms).
CSS_NUMBER - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a simple number.
CSS_PC - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (pc).
CSS_PERCENTAGE - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a percentage.
CSS_PRIMITIVE_VALUE - static field in class org.w3c.dom.css.CSSValue
The value is a primitive value and an instance of the CSSPrimitiveValue interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.
CSS_PT - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (pt).
CSS_PX - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a length (px).
CSS_RAD - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is an angle (rad).
CSS_RECT - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a rect function.
CSS_RGBCOLOR - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a RGB color.
CSS_S - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a time (s).
CSS_STRING - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a STRING.
CSS_UNKNOWN - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is not a recognized CSS2 value.
CSS_URI - static field in class org.w3c.dom.css.CSSPrimitiveValue
The value is a URI.
CSS_VALUE_LIST - static field in class org.w3c.dom.css.CSSValue
The value is a CSSValue list and an instance of the CSSValueList interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.
CSSCharsetRule - interface org.w3c.dom.css.CSSCharsetRule
The CSSCharsetRule interface represents a @charset rule in a CSS style sheet.
CSSFontFaceRule - interface org.w3c.dom.css.CSSFontFaceRule
The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet.
CSSImportRule - interface org.w3c.dom.css.CSSImportRule
The CSSImportRule interface represents a @import rule within a CSS style sheet.
CSSMediaRule - interface org.w3c.dom.css.CSSMediaRule
The CSSMediaRule interface represents a @media rule in a CSS style sheet.
CSSPageRule - interface org.w3c.dom.css.CSSPageRule
The CSSPageRule interface represents a @page rule within a CSS style sheet.
CSSPrimitiveValue - interface org.w3c.dom.css.CSSPrimitiveValue
The CSSPrimitiveValue interface represents a single CSS value .
CSSRule - interface org.w3c.dom.css.CSSRule
The CSSRule interface is the abstract base interface for any type of CSS statement.
CSSRuleList - interface org.w3c.dom.css.CSSRuleList
The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.
CSSStyleDeclaration - interface org.w3c.dom.css.CSSStyleDeclaration
The CSSStyleDeclaration interface represents a single CSS declaration block.
CSSStyleRule - interface org.w3c.dom.css.CSSStyleRule
The CSSStyleRule interface represents a single rule set in a CSS style sheet.
CSSStyleSheet - interface org.w3c.dom.css.CSSStyleSheet
The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i.e., a style sheet whose content type is "text/css".
CSSUnknownRule - interface org.w3c.dom.css.CSSUnknownRule
The CSSUnknownRule interface represents an at-rule not supported by this user agent.
CSSValue - interface org.w3c.dom.css.CSSValue
The CSSValue interface represents a simple or a complex value.
CSSValueList - interface org.w3c.dom.css.CSSValueList
The CSSValueList interface provides the abstraction of an ordered collection of CSS values.

D

A serious error during datatype configuration.
DatatypeConfigurationException() - constructor for class javax.xml.datatype.DatatypeConfigurationException
DatatypeConstants - class javax.xml.datatype.DatatypeConstants
Basic data type constants.
DatatypeFactory - class javax.xml.datatype.DatatypeFactory
Factory class to create new datatype objects mapping XML to and from Java objects.
DatatypeFactory() - constructor for class javax.xml.datatype.DatatypeFactory
DATATYPEFACTORY_IMPLEMENTATION_CLASS - static field in class javax.xml.datatype.DatatypeFactory
JAXP 1.3 default implementation class name.
DATATYPEFACTORY_PROPERTY - static field in class javax.xml.datatype.DatatypeFactory
JAXP 1.3 default property name.
DATE - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the date data type.
DATETIME - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the dateTime data type.
DAYS - static field in class javax.xml.datatype.DatatypeConstants
Constant that represents the days field.
DECEMBER - static field in class javax.xml.datatype.DatatypeConstants
Value for December.
decimalFormat - static field in class gnu.xml.xpath.Expr
DECL_HANDLER - static field in class gnu.xml.pipeline.EventFilter
SAX2 property identifier for DeclHandler events
Records the declaration of a general entity in this DocumentType.
Records the declaration of a notation in this DocumentType.
declarePrefix(String,String) - method in class org.xml.sax.helpers.NamespaceSupport
Declare a Namespace prefix.
DeclHandler - interface org.xml.sax.ext.DeclHandler
SAX2 extension handler for DTD declaration events.
DEFAULT_NS_PREFIX - static field in class javax.xml.XMLConstants
Dummy namespace prefix indicating that there is no namespace.
DEFAULT_OBJECT_MODEL_URI - static field in class javax.xml.xpath.XPathFactory
The default object model URI.
DEFAULT_PROPERTY_NAME - static field in class javax.xml.xpath.XPathFactory
The default property name according to the JAXP specification.
DefaultHandler - class org.xml.sax.helpers.DefaultHandler
Default base class for SAX2 event handlers.
DefaultHandler2 - class org.xml.sax.ext.DefaultHandler2
This class extends the SAX2 base handler class to support the SAX2 LexicalHandler, DeclHandler, and EntityResolver2 extensions.
DefaultHandler2() - constructor for class org.xml.sax.ext.DefaultHandler2
Constructs a handler which ignores all parsing events.