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.
deleteCaption() - method in class org.w3c.dom.html2.HTMLTableElement
Delete the table caption, if one exists.
deleteCell(int) - method in class org.w3c.dom.html2.HTMLTableRowElement
Delete a cell from the current row.
deleteContents() - method in class org.w3c.dom.ranges.Range
Removes the contents of a Range from the containing document or document fragment without returning a reference to the removed content.
deleteData(int,int) - method in class org.w3c.dom.CharacterData
Remove a range of 16-bit units from the node.
deleteData(int,int) - method in class gnu.xml.dom.DomCharacterData
DOM L1 Modifies the value of this node.
deleteMedium(String) - method in class org.w3c.dom.stylesheets.MediaList
Deletes the medium indicated by oldMedium from the list.
deleteRow(int) - method in class org.w3c.dom.html2.HTMLTableElement
Delete a table row.
deleteRow(int) - method in class org.w3c.dom.html2.HTMLTableSectionElement
Delete a row from this section.
deleteRule(int) - method in class org.w3c.dom.css.CSSMediaRule
Used to delete a rule from the media block.
deleteRule(int) - method in class org.w3c.dom.css.CSSStyleSheet
Used to delete a rule from the style sheet.
deleteTFoot() - method in class org.w3c.dom.html2.HTMLTableElement
Delete the footer from the table, if one exists.
deleteTHead() - method in class org.w3c.dom.html2.HTMLTableElement
Delete the header from the table, if one exists.
DERIVATION_EXTENSION - static field in class org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the derivation by extension.
DERIVATION_LIST - static field in class org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the list.
DERIVATION_RESTRICTION - static field in class org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the derivation by restriction if complex types are involved, or a restriction if simple types are involved.
DERIVATION_UNION - static field in class org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the union if simple types are involved.
DESCENDANT - static field in class gnu.xml.xpath.Selector
DESCENDANT - static field in class gnu.xml.xpath.XPathParser
DESCENDANT_OR_SELF - static field in class gnu.xml.xpath.Selector
DESCENDANT_OR_SELF - static field in class gnu.xml.xpath.XPathParser
detach() - method in class gnu.xml.dom.DomIterator
DOM L2 Flags the iterator as done, unregistering its event listener so that the iterator can be garbage collected without relying on weak references (a "Java 2" feature) in the event subsystem.
detach() - method in class gnu.xml.dom.DomNodeIterator
Detaches the NodeIterator from the set which it iterated over, releasing any computational resources and placing the NodeIterator in the INVALID state.
detach() - method in class org.w3c.dom.traversal.NodeIterator
Detaches the NodeIterator from the set which it iterated over, releasing any computational resources and placing the NodeIterator in the INVALID state.
detach() - method in class org.w3c.dom.ranges.Range
Called to indicate that the Range is no longer in use and that the implementation may relinquish any resources associated with this Range.
DIGITS - static field in class gnu.xml.xpath.XPathParser
disableLoading() - method in class gnu.xml.util.XCat
Records that catalog loading is no longer permitted.
discardDefaultContent - field in class gnu.xml.transform.StreamSerializer
dispatchEvent(org.w3c.dom.events.Event) - method in class gnu.xml.dom.DomNode
DOM L2 (Events) Delivers an event to all relevant listeners, returning true if the caller should perform their default action.
dispatchEvent(org.w3c.dom.events.Event) - method in class org.w3c.dom.events.EventTarget
This method allows the dispatch of events into the implementations event model.
DIV - static field in class gnu.xml.xpath.XPathParser
DOCTYPE_PUBLIC - static field in class javax.xml.transform.OutputKeys
The public ID to output in the doctype declaration.
DOCTYPE_SYSTEM - static field in class javax.xml.transform.OutputKeys
The system ID to output in the doctype declaration.
Document - interface org.w3c.dom.Document
The Document interface represents the entire HTML or XML document.
DOCUMENT_FRAGMENT_NODE - static field in class org.w3c.dom.Node
The node is a DocumentFragment.
DOCUMENT_NODE - static field in class org.w3c.dom.Node
The node is a Document.
DOCUMENT_POSITION_CONTAINED_BY - static field in class org.w3c.dom.Node
The node is contained by the reference node.
DOCUMENT_POSITION_CONTAINS - static field in class org.w3c.dom.Node
The node contains the reference node.
DOCUMENT_POSITION_DISCONNECTED - static field in class org.w3c.dom.Node
The two nodes are disconnected.
DOCUMENT_POSITION_FOLLOWING - static field in class org.w3c.dom.Node
The node follows the reference node.
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC - static field in class org.w3c.dom.Node
The determination of preceding versus following is implementation-specific.
DOCUMENT_POSITION_PRECEDING - static field in class org.w3c.dom.Node
The second node precedes the reference node.
DOCUMENT_TYPE_NODE - static field in class org.w3c.dom.Node
The node is a DocumentType.
DocumentBuilder - class javax.xml.parsers.DocumentBuilder
Convenience class for parsing an XML document into a W3C DOM object graph.
DocumentBuilder() - constructor for class javax.xml.parsers.DocumentBuilder
Factory for obtaining document builders.
DocumentBuilderFactory() - constructor for class javax.xml.parsers.DocumentBuilderFactory
DocumentCSS - interface org.w3c.dom.css.DocumentCSS
This interface represents a document with a CSS view.
DocumentEvent - interface org.w3c.dom.events.DocumentEvent
The DocumentEvent interface provides a mechanism by which the user can create an Event of a type supported by the implementation.
DocumentFragment - interface org.w3c.dom.DocumentFragment
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentHandler - interface org.xml.sax.DocumentHandler
Receive notification of general document events.
documentOrderComparator - static field in class gnu.xml.xpath.Expr
Sorts nodes into document order.
DocumentRange - interface org.w3c.dom.ranges.DocumentRange
DocumentStyle - interface org.w3c.dom.stylesheets.DocumentStyle
The DocumentStyle interface provides a mechanism by which the style sheets embedded in a document can be retrieved.
DocumentTraversal - interface org.w3c.dom.traversal.DocumentTraversal
DocumentTraversal contains methods that create NodeIterators and TreeWalkers to traverse a node and its children in document order (depth first, pre-order traversal, which is equivalent to the order in which the start tags occur in the text representation of the document).
DocumentType - interface org.w3c.dom.DocumentType
Each Document has a doctype attribute whose value is either null or a DocumentType object.
DocumentView - interface org.w3c.dom.views.DocumentView
The DocumentView interface is implemented by Document objects in DOM implementations supporting DOM Views.
DOLLAR - static field in class gnu.xml.xpath.XPathParser
DOM_OBJECT_MODEL - static field in class javax.xml.xpath.XPathConstants
The URL for the JAXP DOM object model.
DomAttr - class gnu.xml.dom.DomAttr
"Attr" implementation.
DomAttr(gnu.xml.dom.DomDocument,String,String) - constructor for class gnu.xml.dom.DomAttr
Constructs an Attr node associated with the specified document.
DomCDATA - class gnu.xml.dom.DomCDATA
"CDATASection" implementation.
DomCDATA(gnu.xml.dom.DomDocument,buf[],int,int) - constructor for class gnu.xml.dom.DomCDATA
DomCDATA(gnu.xml.dom.DomDocument,String) - constructor for class gnu.xml.dom.DomCDATA
Constructs a CDATA section node associated with the specified document and holding the specified data.
Abstract "CharacterData" implementation.
DomComment - class gnu.xml.dom.DomComment
"Comment" implementation.
DomComment(gnu.xml.dom.DomDocument,String) - constructor for class gnu.xml.dom.DomComment
Constructs a comment node associated with the specified document and holding the specified data.
DOMConfiguration - interface org.w3c.dom.DOMConfiguration
The DOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters.
DomConsumer - class gnu.xml.pipeline.DomConsumer
This consumer builds a DOM Document from its input, acting either as a pipeline terminus or as an intermediate buffer.
DomConsumer(Class) - constructor for class gnu.xml.pipeline.DomConsumer
Configures this pipeline terminus to use the specified implementation of DOM when constructing its result value.
DomConsumer(Class,gnu.xml.pipeline.EventConsumer) - constructor for class gnu.xml.pipeline.DomConsumer
Configures this consumer as a buffer/filter, using the specified DOM implementation when constructing its result value.
DomDoctype - class gnu.xml.dom.DomDoctype
"DocumentType" implementation (with no extensions for supporting any document typing information).
JAXP builder constructor.
Constructs a DocumentType node associated with the specified implementation, with the specified name.
DomDocument - class gnu.xml.dom.DomDocument
"Document" and "DocumentTraversal" implementation.
DomDocument() - constructor for class gnu.xml.dom.DomDocument
Constructs a Document node, associating it with an instance of the DomImpl class.
DomDocument(org.w3c.dom.DOMImplementation) - constructor for class gnu.xml.dom.DomDocument
Constructs a Document node, associating it with the specified implementation.
Document builder factory that uses a DOM Level 3 Load & Save implementation.
DomDocumentBuilderFactory() - constructor for class gnu.xml.dom.DomDocumentBuilderFactory
DomElement - class gnu.xml.dom.DomElement
"Element" implementation.
Constructs an Element node associated with the specified document.
DomEntity - class gnu.xml.dom.DomEntity
"Entity" implementation.
Constructs an Entity node associated with the specified document, with the specified descriptive data.
"EntityReference" implementation (reference to parsed entity).
Constructs an EntityReference node associated with the specified document.
DOMError - interface org.w3c.dom.DOMError
DOMError is an interface that describes an error.
DOMErrorHandler - interface org.w3c.dom.DOMErrorHandler
DOMErrorHandler is a callback interface that the DOM implementation can call when reporting errors that happens while processing XML data, or when doing some other processing (e.g.
DomEvent - class gnu.xml.dom.DomEvent
"Event" implementation.
DomEvent(String) - constructor for class gnu.xml.dom.DomEvent
Constructs, but does not initialize, an event.
DomEx - class gnu.xml.dom.DomEx
DOMException implementation.
DomEx(short) - constructor for class gnu.xml.dom.DomEx
Constructs an exception, with the diagnostic message corresponding to the specified code.
DomEx(short,String,org.w3c.dom.Node,int) - constructor for class gnu.xml.dom.DomEx
Constructs an exception, with the diagnostic message corresponding to the specified code and additional information as provided.
DOMException - class org.w3c.dom.DOMException
DOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable).
DOMException(short,String) - constructor for class org.w3c.dom.DOMException
DomExtern - class gnu.xml.dom.DomExtern
Abstract implemention of nodes describing external DTD-related objects.
DomFragment - class gnu.xml.dom.DomFragment
"DocumentFragment" implementation.
DomFragment(gnu.xml.dom.DomDocument) - constructor for class gnu.xml.dom.DomFragment
Constructs a DocumentFragment node associated with the specified document.
DomImpl - class gnu.xml.dom.DomImpl
"DOMImplementation" implementation.
DomImpl() - constructor for class gnu.xml.dom.DomImpl
Constructs a DOMImplementation object which supports "XML" and other DOM Level 2 features.
DOMImplementation - interface org.w3c.dom.DOMImplementation
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
DOMImplementationCSS - interface org.w3c.dom.css.DOMImplementationCSS
This interface allows the DOM user to create a CSSStyleSheet outside the context of a document.
The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented.
DOMImplementationLS - interface org.w3c.dom.ls.DOMImplementationLS
DOMImplementationLS contains the factory methods for creating Load and Save objects.
A factory that enables applications to obtain instances of DOMImplementation.
This interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified in .
DomIterator - class gnu.xml.dom.DomIterator
"NodeIterator" implementation, usable with any L2 DOM which supports MutationEvents.
Constructs and initializes an iterator.
DOMLocator - interface javax.xml.transform.dom.DOMLocator
Locator for reporting a location in a W3C DOM object graph.
DOMLocator - interface org.w3c.dom.DOMLocator
DOMLocator is an interface that describes a location (e.g.
DomLSEx - class gnu.xml.dom.ls.DomLSEx
A DOM LS exception incorporating a cause.
DomLSEx(short,Exception) - constructor for class gnu.xml.dom.ls.DomLSEx
DomLSInput - class gnu.xml.dom.ls.DomLSInput
Specification of XML input to parse.
DomLSOutput - class gnu.xml.dom.ls.DomLSOutput
Specification of XML output to produce.
DomLSParser - class gnu.xml.dom.ls.DomLSParser
Parser implementation for GNU DOM.
DomLSParser(short,String) - constructor for class gnu.xml.dom.ls.DomLSParser
DomLSSerializer - class gnu.xml.dom.ls.DomLSSerializer
Serialize a DOM node to a stream.
DomLSSerializer() - constructor for class gnu.xml.dom.ls.DomLSSerializer
"MutationEvent" implementation.
DomMutationEvent(String) - constructor for class gnu.xml.dom.DomEvent.DomMutationEvent
Constructs an uninitialized mutation event.
DomNamedNodeMap - class gnu.xml.dom.DomNamedNodeMap
"NamedNodeMap" implementation.
DomNode - class gnu.xml.dom.DomNode
"Node", "EventTarget", and "DocumentEvent" implementation.
DomNode(short,gnu.xml.dom.DomDocument) - constructor for class gnu.xml.dom.DomNode
Constructs a node and associates it with its owner.
DomNodeIterator - class gnu.xml.dom.DomNodeIterator
Node iterator and tree walker.
DomNotation - class gnu.xml.dom.DomNotation
"Notation" implementation.
Constructs a Notation node associated with the specified document, with the specified descriptive data.
DomNsNode - class gnu.xml.dom.DomNsNode
Abstract implemention of namespace support.
DomParser - class gnu.xml.util.DomParser
This parser emits SAX2 parsing events as it traverses a DOM tree, using any conformant implementation of DOM.
DomParser() - constructor for class gnu.xml.util.DomParser
Constructs an unitialized SAX2 parser.
DomParser(org.w3c.dom.Node) - constructor for class gnu.xml.util.DomParser
Constructs an SAX2 parser initialized to traverse the specified DOM tree.
DomPI - class gnu.xml.dom.DomPI
"ProcessingInstruction" (PI) implementation.
DomPI(gnu.xml.dom.DomDocument,String,String) - constructor for class gnu.xml.dom.DomPI
Constructs a ProcessingInstruction node associated with the specified document, with the specified data.
DOMResult - class javax.xml.transform.dom.DOMResult
Output result specified as a W3C DOM object graph.
DOMResult() - constructor for class javax.xml.transform.dom.DOMResult
Default constructor.
DOMResult(org.w3c.dom.Node) - constructor for class javax.xml.transform.dom.DOMResult
Constructor with the node to append to.
DOMResult(org.w3c.dom.Node,org.w3c.dom.Node) - constructor for class javax.xml.transform.dom.DOMResult
Constructor with the node to append to and the child node before which the result should be appended.
DOMResult(org.w3c.dom.Node,org.w3c.dom.Node,String) - constructor for class javax.xml.transform.dom.DOMResult
Constructor with the node to append to, the child node before which the result should be appended, and the system ID.
DOMResult(org.w3c.dom.Node,String) - constructor for class javax.xml.transform.dom.DOMResult
Constructor with the node to append to and the system ID.
DOMSource - class javax.xml.transform.dom.DOMSource
An XML source specified as a W3C DOM node context.
DOMSource() - constructor for class javax.xml.transform.dom.DOMSource
Default constructor.
DOMSource(org.w3c.dom.Node) - constructor for class javax.xml.transform.dom.DOMSource
Constructor with a context node.
DOMSource(org.w3c.dom.Node,String) - constructor for class javax.xml.transform.dom.DOMSource
Constructor with a context node and system ID.
DOMSTRING_SIZE_ERR - static field in class org.w3c.dom.DOMException
If the specified range of text does not fit into a DOMString.
DOMStringList - interface org.w3c.dom.DOMStringList
The DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or constraining how this collection is implemented.
DomText - class gnu.xml.dom.DomText
"Text" implementation.
DomText(gnu.xml.dom.DomDocument,char[],int,int) - constructor for class gnu.xml.dom.DomText
DomText(gnu.xml.dom.DomDocument,String) - constructor for class gnu.xml.dom.DomText
Constructs a text node associated with the specified document and holding the specified data.
"UIEvent" implementation.
DomUIEvent(String) - constructor for class gnu.xml.dom.DomEvent.DomUIEvent
Constructs an uninitialized User Interface (UI) event
DoParse - class gnu.xml.util.DoParse
This class provides a driver which may be invoked from the command line to process a document using a SAX2 parser and a specified XML processing pipeline.
DOT - static field in class gnu.xml.xpath.XPathParser
DOUBLE_COLON - static field in class gnu.xml.xpath.XPathParser
DOUBLE_DOT - static field in class gnu.xml.xpath.XPathParser
DOUBLE_SLASH - static field in class gnu.xml.xpath.XPathParser
DTDHandler - interface org.xml.sax.DTDHandler
Receive notification of basic DTD-related events.
DURATION - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the duration data type.
Duration - class javax.xml.datatype.Duration
An immutable time space as specified in XML Schema 1.0.
DURATION_DAYTIME - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the dayTimeDuration data type.
DURATION_YEARMONTH - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the yearMonthDuration data type.

E

Element - interface org.w3c.dom.Element
The Element interface represents an element in an HTML or XML document.
ELEMENT_NODE - static field in class org.w3c.dom.Node
The node is an Element.
ElementCSSInlineStyle - interface org.w3c.dom.css.ElementCSSInlineStyle
Inline style information attached to elements is exposed through the style attribute.
elementDecl(String,String) - method in class gnu.xml.dom.Consumer.Backdoor
elementDecl(String,String) - method in class org.xml.sax.ext.DeclHandler
Report an element type declaration.
elementDecl(String,String) - method in class org.xml.sax.ext.DefaultHandler2
elementDecl(String,String) - method in class gnu.xml.pipeline.DomConsumer.Handler
elementDecl(String,String) - method in class gnu.xml.dom.DomDoctype
elementDecl(String,String) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
elementDecl(String,String) - method in class gnu.xml.pipeline.TeeConsumer
elementDecl(String,String) - method in class gnu.xml.pipeline.ValidationConsumer
DecllHandler Records the element declaration for later use when checking document content, and checks validity constraints that apply to element declarations.
elementDecl(String,String) - method in class gnu.xml.util.XMLWriter
SAX2: called on element declarations
ENCODING - static field in class javax.xml.transform.OutputKeys
The preferred output character encoding.
encoding - field in class gnu.xml.transform.StreamSerializer
END_TO_END - static field in class org.w3c.dom.ranges.Range
Compare end boundary-point of sourceRange to end boundary-point of Range on which compareBoundaryPoints is invoked.
END_TO_START - static field in class org.w3c.dom.ranges.Range
Compare end boundary-point of sourceRange to start boundary-point of Range on which compareBoundaryPoints is invoked.
endCDATA() - method in class org.xml.sax.ext.DefaultHandler2
endCDATA() - method in class gnu.xml.pipeline.DomConsumer.Handler
endCDATA() - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
endCDATA() - method in class org.xml.sax.ext.LexicalHandler
Report the end of a CDATA section.
endCDATA() - method in class gnu.xml.pipeline.TeeConsumer
endCDATA() - method in class gnu.xml.pipeline.WellFormednessFilter
SAX2: passes this callback to the next consumer, if any
endCDATA() - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
endCDATA() - method in class gnu.xml.util.XMLWriter
SAX2: called after parsing CDATA characters
endDocument() - method in class gnu.xml.dom.Consumer.Backdoor
endDocument() - method in class org.xml.sax.ContentHandler
Receive notification of the end of a document.
endDocument() - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of the document.
endDocument() - method in class org.xml.sax.DocumentHandler
Receive notification of the end of a document.
endDocument() - method in class gnu.xml.pipeline.DomConsumer.Handler
Receive notification of the end of a document.
endDocument() - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
endDocument() - method in class org.xml.sax.HandlerBase
Receive notification of the end of the document.
endDocument() - method in class gnu.xml.pipeline.LinkFilter
Forgets about any base URI information that may be recorded.
endDocument() - method in class gnu.xml.pipeline.NSFilter
endDocument() - method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
endDocument() - method in class gnu.xml.pipeline.TeeConsumer
endDocument() - method in class gnu.xml.pipeline.ValidationConsumer
ContentHandler Checks whether all ID values that were referenced have been declared, and releases all resources.
endDocument() - method in class gnu.xml.pipeline.WellFormednessFilter
SAX2: passes this callback to the next consumer, if any
endDocument() - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
endDocument() - method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end document event.
endDocument() - method in class org.xml.sax.helpers.XMLReaderAdapter
End document event.
endDocument() - method in class gnu.xml.util.XMLWriter
SAX1: indicates the completion of a parse.
endDTD() - method in class gnu.xml.dom.Consumer.Backdoor
endDTD() - method in class org.xml.sax.ext.DefaultHandler2
endDTD() - method in class gnu.xml.pipeline.DomConsumer.Handler
endDTD() - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
endDTD() - method in class org.xml.sax.ext.LexicalHandler
Report the end of DTD declarations.
endDTD() - method in class gnu.xml.pipeline.TeeConsumer
endDTD() - method in class gnu.xml.pipeline.ValidationConsumer
LexicalHandler Verifies that all referenced notations and unparsed entities have been declared.
endDTD() - method in class gnu.xml.pipeline.WellFormednessFilter
SAX2: passes this callback to the next consumer, if any
endDTD() - method in class gnu.xml.util.XMLWriter
SAX2: called after the doctype is parsed
endElement(String) - method in class org.xml.sax.DocumentHandler
Receive notification of the end of an element.
endElement(String) - method in class org.xml.sax.HandlerBase
Receive notification of the end of an element.
endElement(String) - method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
endElement(String,String,String) - method in class org.xml.sax.ContentHandler
Receive notification of the end of an element.
endElement(String,String,String) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of an element.
endElement(String,String,String) - method in class gnu.xml.pipeline.DomConsumer.Handler
Receive notification of the end of an element.
endElement(String,String,String) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
endElement(String,String,String) - method in class gnu.xml.pipeline.NSFilter
endElement(String,String,String) - method in class gnu.xml.pipeline.TeeConsumer
endElement(String,String,String) - method in class gnu.xml.pipeline.ValidationConsumer
ContentHandler Reports a validity error if the element's content model does not permit end-of-element yet, or a well formedness error if there was no matching startElement call.
endElement(String,String,String) - method in class gnu.xml.pipeline.WellFormednessFilter
SAX2: passes this callback to the next consumer, if any
endElement(String,String,String) - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
endElement(String,String,String) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end element event.
endElement(String,String,String) - method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 end element event.
endElement(String,String,String) - method in class gnu.xml.util.XMLWriter
SAX2: indicates the end of an element
endEntity(String) - method in class gnu.xml.dom.Consumer.Backdoor
endEntity(String) - method in class org.xml.sax.ext.DefaultHandler2
endEntity(String) - method in class gnu.xml.pipeline.DomConsumer.Handler
endEntity(String) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any.
endEntity(String) - method in class org.xml.sax.ext.LexicalHandler
Report the end of an entity.
endEntity(String) - method in class gnu.xml.pipeline.TeeConsumer
endEntity(String) - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any.
endEntity(String) - method in class gnu.xml.util.XMLWriter
SAX2: called after parsing a general entity in content
endPrefixMapping(String) - method in class org.xml.sax.ContentHandler
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of a Namespace mapping.
endPrefixMapping(String) - method in class gnu.xml.pipeline.DomConsumer.Handler
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
endPrefixMapping(String) - method in class gnu.xml.pipeline.NSFilter
This call is not passed to the next consumer in the chain.
endPrefixMapping(String) - method in class gnu.xml.pipeline.TeeConsumer
endPrefixMapping(String) - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
endPrefixMapping(String) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end Namespace prefix mapping event.
endPrefixMapping(String) - method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 end prefix mapping event.
endPrefixMapping(String) - method in class gnu.xml.util.XMLWriter
SAX2: ignored.
Entity - interface org.w3c.dom.Entity
This interface represents a known entity, either parsed or unparsed, in an XML document.
ENTITY_NODE - static field in class org.w3c.dom.Node
The node is an Entity.
ENTITY_REFERENCE_NODE - static field in class org.w3c.dom.Node
The node is an EntityReference.
EntityReference - interface org.w3c.dom.EntityReference
EntityReference nodes may be used to represent an entity reference in the tree.
EntityResolver - interface org.xml.sax.EntityResolver
Basic interface for resolving entities.
EntityResolver2 - interface org.xml.sax.ext.EntityResolver2
Extended interface for mapping external entity references to input sources, or providing a missing external subset.
eol - field in class gnu.xml.transform.StreamSerializer
EQ - static field in class gnu.xml.xpath.XPathParser
EQUAL - static field in class javax.xml.datatype.DatatypeConstants
Comparison result.
equals(java.lang.Object) - method in class javax.xml.datatype.Duration
equals(Object) - method in class javax.xml.namespace.QName
equals(Object) - method in class javax.xml.datatype.XMLGregorianCalendar
Reports a recoverable error.
error(org.xml.sax.SAXParseException) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a recoverable parser error.
error(org.xml.sax.SAXParseException) - method in class gnu.xml.dom.ls.DomLSParser
Receive notification of a recoverable error.
Receive notification of a recoverable parser error.
error(org.xml.sax.SAXParseException) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter an error event.
ErrorHandler - interface org.xml.sax.ErrorHandler
Basic interface for SAX error handlers.
ErrorListener - interface javax.xml.transform.ErrorListener
Error reporting callback handler.
evaluate(List) - method in class javax.xml.xpath.XPathFunction
Evaluate the function with the specified arguments.
evaluate(Object) - method in class gnu.xml.xpath.Expr
evaluate(Object) - method in class javax.xml.xpath.XPathExpression
Evaluates this expression against the specified context, returning the result as a string.
evaluate(Object,javax.xml.namespace.QName) - method in class gnu.xml.xpath.Expr
Evaluates this expression against the specified context.
evaluate(org.w3c.dom.Node,int,int) - method in class gnu.xml.xpath.AndExpr
evaluate(org.w3c.dom.Node,int,int) - method in class gnu.xml.xpath.Constant
evaluate(org.w3c.dom.Node,int,int) - method in class gnu.xml.xpath.Expr
evaluate(org.w3c.dom.Node,int,int) - method in class gnu.xml.xpath.FunctionCall
evaluate(org.w3c.dom.Node,int,int) - method in class gnu.xml.xpath.IdFunction
evaluate(org.w3c.dom.Node,int,int) - method in class gnu.xml.xpath.OrExpr
evaluate(org.w3c.dom.Node,int,int) - method in class gnu.xml.xpath.Root
evaluate(org.w3c.dom.Node,int,int) - method in class gnu.xml.xpath.Selector
evaluate(org.w3c.dom.Node,int,int) - method in class gnu.xml.xpath.Steps
evaluate(org.w3c.dom.Node,int,int) - method in class gnu.xml.xpath.UnionExpr
evaluate(org.w3c.dom.Node,short,Object) - method in class org.w3c.dom.xpath.XPathExpression
Evaluates this XPath expression and returns a result.
evaluate(org.xml.sax.InputSource) - method in class gnu.xml.xpath.Expr
evaluate(org.xml.sax.InputSource) - method in class javax.xml.xpath.XPathExpression
Evaluates this expression against the specified context, returning the result as a string.
Evaluates this expression against the specified context.
evaluate(String,Object) - method in class javax.xml.xpath.XPath
Evaluates an expression and returns the result as a string.
evaluate(String,Object) - method in class gnu.xml.xpath.XPathImpl
Evaluates an expression and returns the result as a string.
Evaluates an expression.
Evaluates an expression.
Evaluates an XPath expression string and returns a result of the specified type if possible.
Evaluates an XPath expression string and returns a result of the specified type if possible.
evaluate(String,org.xml.sax.InputSource) - method in class javax.xml.xpath.XPath
Evaluates an expression and returns the result as a string.
evaluate(String,org.xml.sax.InputSource) - method in class gnu.xml.xpath.XPathImpl
Evaluates an expression and returns the result as a string.
Evaluates an expression.
Evaluates an expression.
Event - interface org.w3c.dom.events.Event
The Event interface is used to provide contextual information about an event to the handler processing the event.
EventConsumer - interface gnu.xml.pipeline.EventConsumer
Collects the event consumption apparatus of a SAX pipeline stage.
EventException - class org.w3c.dom.events.EventException
Event operations may throw an EventException as specified in their method descriptions.
EventException(short,String) - constructor for class org.w3c.dom.events.EventException
EventFilter - class gnu.xml.pipeline.EventFilter
A customizable event consumer, used to assemble various kinds of filters using SAX handlers and an optional second consumer.
EventFilter() - constructor for class gnu.xml.pipeline.EventFilter
Initializes all handlers to null.
EventFilter(gnu.xml.pipeline.EventConsumer) - constructor for class gnu.xml.pipeline.EventFilter
Handlers that are not otherwise set will default to those from the specified consumer, making it easy to pass events through.
EventListener - interface org.w3c.dom.events.EventListener
The EventListener interface is the primary method for handling events.
EventTarget - interface org.w3c.dom.events.EventTarget
The EventTarget interface is implemented by all Nodes in an implementation which supports the DOM Event Model.
Expr - class gnu.xml.xpath.Expr
An XPath expression.
externalEntityDecl(String,String,String) - method in class org.xml.sax.ext.DeclHandler
Report a parsed external entity declaration.
externalEntityDecl(String,String,String) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
externalEntityDecl(String,String,String) - method in class gnu.xml.pipeline.TeeConsumer
DecllHandler passed to the next consumer, unless this one was preloaded with a particular DTD
externalEntityDecl(String,String,String) - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
SAX2: called on external entity declarations
extractContents() - method in class org.w3c.dom.ranges.Range
Moves the contents of a Range from the containing document or document fragment to a new DocumentFragment.

F

An error occurred during configuration of the parser factory.
FactoryConfigurationError() - constructor for class javax.xml.parsers.FactoryConfigurationError
Constructor with no detail message.
FactoryConfigurationError(Exception) - constructor for class javax.xml.parsers.FactoryConfigurationError
Constructor with the specified underlying cause.
Constructor with the specified underlying cause and detail message.
FactoryConfigurationError(String) - constructor for class javax.xml.parsers.FactoryConfigurationError
Constructor with the specified detail message.
fatal(String,Exception) - method in class gnu.xml.util.XMLWriter
Used internally and by subclasses, this encapsulates the logic involved in reporting fatal errors.
Reports a fatal error.
fatalError(org.xml.sax.SAXParseException) - method in class org.xml.sax.helpers.DefaultHandler
Report a fatal XML parsing error.
Receive notification of a non-recoverable error.
Report a fatal XML parsing error.
fatalError(org.xml.sax.SAXParseException) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a fatal error event.
FEATURE - static field in class javax.xml.transform.dom.DOMResult
Factory feature indicating that DOM results are supported.
FEATURE - static field in class javax.xml.transform.dom.DOMSource
Factory feature indicating that DOM sources are supported.
FEATURE - static field in class javax.xml.transform.sax.SAXResult
Factory feature indicating that SAX results are supported.
FEATURE - static field in class javax.xml.transform.sax.SAXSource
Factory feature indicating that SAX sources are supported.
FEATURE - static field in class javax.xml.transform.sax.SAXTransformerFactory
Factory feature indicating that the factory can be cast to this class.
FEATURE - static field in class javax.xml.transform.stream.StreamResult
Factory feature indicating that stream results are supported.
FEATURE - static field in class javax.xml.transform.stream.StreamSource
Factory feature indicating that stream sources are supported.
FEATURE_SECURE_PROCESSING - static field in class javax.xml.XMLConstants
DOM feature for secure processing.
FEATURE_URI - static field in class gnu.xml.pipeline.EventFilter
SAX2 URI prefix for standard feature flags.
FEATURE_XMLFILTER - static field in class javax.xml.transform.sax.SAXTransformerFactory
Factory feature indicating that this factory can create new XMLFilters.
FEBRUARY - static field in class javax.xml.datatype.DatatypeConstants
Value for February.
Typesafe enumerated class representing the six fields of the Duration class.
FIELD_UNDEFINED - static field in class javax.xml.datatype.DatatypeConstants
Comparison result.
fileNameToURL(String) - static method in class gnu.xml.util.Resolver
Provides the URL for a named file, without relying on the JDK 1.2 File.toURL() utility method.
fileToURL(File) - static method in class gnu.xml.util.Resolver
Provides the URL for a file, without relying on the JDK 1.2 File.toURL() utility method.
FILTER_ACCEPT - static field in class org.w3c.dom.ls.LSParserFilter
Accept the node.
FILTER_ACCEPT - static field in class org.w3c.dom.traversal.NodeFilter
Accept the node.
FILTER_INTERRUPT - static field in class org.w3c.dom.ls.LSParserFilter
Interrupt the normal processing of the document.
FILTER_REJECT - static field in class org.w3c.dom.ls.LSParserFilter
Reject the node and its children.
FILTER_REJECT - static field in class org.w3c.dom.traversal.NodeFilter
Reject the node.
FILTER_SKIP - static field in class org.w3c.dom.ls.LSParserFilter
Skip this single node.
FILTER_SKIP - static field in class org.w3c.dom.traversal.NodeFilter
Skip this single node.
finalize() - method in class gnu.xml.libxmlj.dom.GnomeDocument
finalize() - method in class gnu.xml.libxmlj.transform.GnomeTransformer
FIRST_ORDERED_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 null if the node set is empty.
firstChild() - method in class gnu.xml.dom.DomNodeIterator
firstChild() - method in class org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the first visible child of the current node, and returns the new node.
flush() - method in class gnu.xml.dom.ls.WriterOutputStream
flush() - method in class gnu.xml.util.XMLWriter
Flushes the output stream.
focus() - method in class org.w3c.dom.html2.HTMLAnchorElement
Gives keyboard focus to this element.
focus() - method in class org.w3c.dom.html2.HTMLInputElement
Gives keyboard focus to this element.
focus() - method in class org.w3c.dom.html2.HTMLSelectElement
Gives keyboard focus to this element.
focus() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Gives keyboard focus to this element.
FOLLOWING - static field in class gnu.xml.xpath.Selector
FOLLOWING - static field in class gnu.xml.xpath.XPathParser
FOLLOWING_SIBLING - static field in class gnu.xml.xpath.Selector
FOLLOWING_SIBLING - static field in class gnu.xml.xpath.XPathParser
FONT_FACE_RULE - static field in class org.w3c.dom.css.CSSRule
The rule is a CSSFontFaceRule.
freeLibxsltGlobal() - static method in class gnu.xml.libxmlj.transform.GnomeTransformerFactory
Perform native cleanup.
Function - interface gnu.xml.xpath.Function
Interface to be implemented by external functions that need to receive parameter values.
FunctionCall - class gnu.xml.xpath.FunctionCall
Executes an XPath core or extension function.

G

GDAY - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the gDay data type.
get(String,org.w3c.dom.Node,int,int) - method in class gnu.xml.transform.Bindings
getAbbr() - method in class org.w3c.dom.html2.HTMLTableCellElement
Abbreviation for header cells.
getAccept() - method in class org.w3c.dom.html2.HTMLInputElement
A comma-separated list of content types that a server processing this form will handle correctly.
getAcceptCharset() - method in class org.w3c.dom.html2.HTMLFormElement
List of character sets supported by the server.
getAccessKey() - method in class org.w3c.dom.html2.HTMLAnchorElement
A single character access key to give access to the form control.
getAccessKey() - method in class org.w3c.dom.html2.HTMLAreaElement
A single character access key to give access to the form control.
getAccessKey() - method in class org.w3c.dom.html2.HTMLButtonElement
A single character access key to give access to the form control.
getAccessKey() - method in class org.w3c.dom.html2.HTMLInputElement
A single character access key to give access to the form control.
getAccessKey() - method in class org.w3c.dom.html2.HTMLLabelElement
A single character access key to give access to the form control.
getAccessKey() - method in class org.w3c.dom.html2.HTMLLegendElement
A single character access key to give access to the form control.
getAccessKey() - method in class org.w3c.dom.html2.HTMLTextAreaElement
A single character access key to give access to the form control.
getAction() - method in class org.w3c.dom.html2.HTMLFormElement
Server-side form handler.
getAlign() - method in class org.w3c.dom.html2.HTMLAppletElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - method in class org.w3c.dom.html2.HTMLDivElement
Horizontal text alignment.
getAlign() - method in class org.w3c.dom.html2.HTMLHeadingElement
Horizontal text alignment.
getAlign() - method in class org.w3c.dom.html2.HTMLHRElement
Align the rule on the page.
getAlign() - method in class org.w3c.dom.html2.HTMLIFrameElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - method in class org.w3c.dom.html2.HTMLImageElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - method in class org.w3c.dom.html2.HTMLInputElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - method in class org.w3c.dom.html2.HTMLLegendElement
Text alignment relative to FIELDSET.
getAlign() - method in class org.w3c.dom.html2.HTMLObjectElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
getAlign() - method in class org.w3c.dom.html2.HTMLParagraphElement
Horizontal text alignment.
getAlign() - method in class org.w3c.dom.html2.HTMLTableCaptionElement
Caption alignment with respect to the table.
getAlign() - method in class org.w3c.dom.html2.HTMLTableCellElement
Horizontal alignment of data in cell.
getAlign() - method in class org.w3c.dom.html2.HTMLTableColElement
Horizontal alignment of cell data in column.
getAlign() - method in class org.w3c.dom.html2.HTMLTableElement
Specifies the table's position with respect to the rest of the document.
getAlign() - method in class org.w3c.dom.html2.HTMLTableRowElement
Horizontal alignment of data within cells of this row.
getAlign() - method in class org.w3c.dom.html2.HTMLTableSectionElement
Horizontal alignment of data in cells.
getALink() - method in class org.w3c.dom.html2.HTMLBodyElement
Color of active links (after mouse-button down, but before mouse-button up).
getAlt() - method in class org.w3c.dom.html2.HTMLAppletElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - method in class org.w3c.dom.html2.HTMLAreaElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - method in class org.w3c.dom.html2.HTMLImageElement
Alternate text for user agents not rendering the normal content of this element.
getAlt() - method in class org.w3c.dom.html2.HTMLInputElement
Alternate text for user agents not rendering the normal content of this element.
getAltKey() - method in class org.w3c.dom.events.MouseEvent
Used to indicate whether the 'alt' key was depressed during the firing of the event.
getAnchors() - method in class org.w3c.dom.html2.HTMLDocument
A collection of all the anchor (A) elements in a document with a value for the name attribute.
getApplets() - method in class org.w3c.dom.html2.HTMLDocument
A collection of all the OBJECT elements that include applets and APPLET (deprecated) elements in a document.
getArchive() - method in class org.w3c.dom.html2.HTMLAppletElement
Comma-separated archive list.
getArchive() - method in class org.w3c.dom.html2.HTMLObjectElement
Space-separated list of archives.
getAreas() - method in class org.w3c.dom.html2.HTMLMapElement
The list of areas defined for the image map.
Returns the stylesheet associated with the specified XML source, or null if no associated stylesheet could be found.
(not yet implemented)
Returns a source object representing the XML resource specified by the xml-stylesheet processing instruction and matching the given criteria.
Returns a source object representing the XML resource specified by the xml-stylesheet processing instruction and matching the given criteria.
getAsync() - method in class gnu.xml.dom.ls.DomLSParser
true if the LSParser is asynchronous, false if it is synchronous.
getAsync() - method in class org.w3c.dom.ls.LSParser
true if the LSParser is asynchronous, false if it is synchronous.
getAttrChange() - method in class gnu.xml.dom.DomEvent.DomMutationEvent
For attribute change events, returns how the attribuet changed
getAttrChange() - method in class org.w3c.dom.events.MutationEvent
attrChange indicates the type of change which triggered the DOMAttrModified event.
getAttribute(String) - method in class javax.xml.parsers.DocumentBuilderFactory
Retrieves the named attribute value from the underlying implementation.
getAttribute(String) - method in class gnu.xml.dom.DomDocumentBuilderFactory
Retrieves the named attribute value from the underlying implementation.
getAttribute(String) - method in class gnu.xml.dom.DomElement
DOM L1 Returns the value of the specified attribute, or an empty string.
getAttribute(String) - method in class org.w3c.dom.Element
Retrieves an attribute value by name.
getAttribute(String) - method in class gnu.xml.libxmlj.dom.GnomeDocumentBuilderFactory
Retrieves the named attribute value from the underlying implementation.
getAttribute(String) - method in class gnu.xml.libxmlj.transform.GnomeTransformerFactory
getAttribute(String) - method in class gnu.xml.dom.JAXPFactory
There seems to be no useful specification for attribute names
getAttribute(String) - method in class gnu.xml.util.SAXNullTransformerFactory
Throws an exception (no implementation attributes are supported)
getAttribute(String) - method in class javax.xml.transform.TransformerFactory
Retrieve the specified named attribute value.
getAttribute(String) - method in class gnu.xml.transform.TransformerFactoryImpl
Retrieve the specified named attribute value.
getAttributeNode(String) - method in class gnu.xml.dom.DomElement
DOM L1 Returns the appropriate attribute node; the name is the nodeName property of the attribute.
getAttributeNode(String) - method in class org.w3c.dom.Element
Retrieves an attribute node by name.
getAttributeNodeNS(String,String) - method in class gnu.xml.dom.DomElement
DOM L2 Returns the appropriate attribute node; the name combines the namespace name and the local part.
getAttributeNodeNS(String,String) - method in class org.w3c.dom.Element
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String,String) - method in class gnu.xml.dom.DomElement
DOM L2 Returns the value of the specified attribute, or an empty string.
getAttributeNS(String,String) - method in class org.w3c.dom.Element
Retrieves an attribute value by local name and namespace URI.
getAttributes() - method in class gnu.xml.dom.DomElement
DOM L1 Returns the element's attributes
getAttributes() - method in class gnu.xml.dom.DomNode
DOM L1 Returns null; Element subclasses must override this method.
getAttributes() - method in class org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getAttributeTypeInfo(int) - method in class javax.xml.validation.TypeInfoProvider
Returns the type information for the specified attribute of the current element.
getAttrName() - method in class gnu.xml.dom.DomEvent.DomMutationEvent
For attribute change events, returns the attribute's name
getAttrName() - method in class org.w3c.dom.events.MutationEvent
attrName indicates the name of the changed Attr node in a DOMAttrModified event.
getAxis() - method in class org.w3c.dom.html2.HTMLTableCellElement
Names group of related headers.
getAzimuth() - method in class org.w3c.dom.css.CSS2Properties
See the azimuth property definition in CSS2.
getBackground() - method in class org.w3c.dom.css.CSS2Properties
See the background property definition in CSS2.
getBackground() - method in class org.w3c.dom.html2.HTMLBodyElement
URI [IETF RFC 2396] of the background texture tile image.
getBackgroundAttachment() - method in class org.w3c.dom.css.CSS2Properties
See the background-attachment property definition in CSS2.
getBackgroundColor() - method in class org.w3c.dom.css.CSS2Properties
See the background-color property definition in CSS2.
getBackgroundImage() - method in class org.w3c.dom.css.CSS2Properties
See the background-image property definition in CSS2.
getBackgroundPosition() - method in class org.w3c.dom.css.CSS2Properties
See the background-position property definition in CSS2.
getBackgroundRepeat() - method in class org.w3c.dom.css.CSS2Properties
See the background-repeat property definition in CSS2.
getBaseURI() - method in class gnu.xml.dom.DomAttr
The base URI of an Attr is always null.
getBaseURI() - method in class gnu.xml.dom.DomCharacterData
The base URI for character data is null.
getBaseURI() - method in class gnu.xml.dom.DomDoctype
The base URI of a DocumentType is always null.
getBaseURI() - method in class gnu.xml.dom.DomDocument
The absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
getBaseURI() - method in class gnu.xml.dom.DomElement
The absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
getBaseURI() - method in class gnu.xml.dom.DomEntity
The base URI of an external entity is its system ID.
getBaseURI() - method in class gnu.xml.dom.DomEntityReference
The base URI of an entity reference is the base URI where the entity declaration occurs.
getBaseURI() - method in class gnu.xml.dom.ls.DomLSInput
getBaseURI() - method in class gnu.xml.dom.DomNode
The absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
getBaseURI() - method in class gnu.xml.dom.DomNotation
The base URI of an external entity is its system ID.
getBaseURI() - method in class org.w3c.dom.ls.LSInput
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relative systemId to an absolute URI.
getBaseURI() - method in class org.w3c.dom.Node
The absolute base URI of this node or null if the implementation wasn't able to obtain an absolute URI.
getBgColor() - method in class org.w3c.dom.html2.HTMLBodyElement
Document background color.
getBgColor() - method in class org.w3c.dom.html2.HTMLTableCellElement
Cell background color.
getBgColor() - method in class org.w3c.dom.html2.HTMLTableElement
Cell background color.
getBgColor() - method in class org.w3c.dom.html2.HTMLTableRowElement
Background color for rows.
getBlue() - method in class org.w3c.dom.css.RGBColor
This attribute is used for the blue value of the RGB color.
getBody() - method in class org.w3c.dom.html2.HTMLDocument
The element that contains the content for the document.
getBooleanValue() - method in class org.w3c.dom.xpath.XPathResult
The value of this boolean result.
getBorder() - method in class org.w3c.dom.css.CSS2Properties
See the border property definition in CSS2.
getBorder() - method in class org.w3c.dom.html2.HTMLImageElement
Width of border around image.
getBorder() - method in class org.w3c.dom.html2.HTMLObjectElement
Width of border around the object.
getBorder() - method in class org.w3c.dom.html2.HTMLTableElement
The width of the border around the table.
getBorderBottom() - method in class org.w3c.dom.css.CSS2Properties
See the border-bottom property definition in CSS2.
getBorderBottomColor() - method in class org.w3c.dom.css.CSS2Properties
See the border-bottom-color property definition in CSS2.
getBorderBottomStyle() - method in class org.w3c.dom.css.CSS2Properties
See the border-bottom-style property definition in CSS2.
getBorderBottomWidth() - method in class org.w3c.dom.css.CSS2Properties
See the border-bottom-width property definition in CSS2.
getBorderCollapse() - method in class org.w3c.dom.css.CSS2Properties
See the border-collapse property definition in CSS2.
getBorderColor() - method in class org.w3c.dom.css.CSS2Properties
See the border-color property definition in CSS2.
getBorderLeft() - method in class org.w3c.dom.css.CSS2Properties
See the border-left property definition in CSS2.
getBorderLeftColor() - method in class org.w3c.dom.css.CSS2Properties
See the border-left-color property definition in CSS2.
getBorderLeftStyle() - method in class org.w3c.dom.css.CSS2Properties
See the border-left-style property definition in CSS2.
getBorderLeftWidth() - method in class org.w3c.dom.css.CSS2Properties
See the border-left-width property definition in CSS2.
getBorderRight() - method in class org.w3c.dom.css.CSS2Properties
See the border-right property definition in CSS2.
getBorderRightColor() - method in class org.w3c.dom.css.CSS2Properties
See the border-right-color property definition in CSS2.
getBorderRightStyle() - method in class org.w3c.dom.css.CSS2Properties
See the border-right-style property definition in CSS2.
getBorderRightWidth() - method in class org.w3c.dom.css.CSS2Properties
See the border-right-width property definition in CSS2.
getBorderSpacing() - method in class org.w3c.dom.css.CSS2Properties
See the border-spacing property definition in CSS2.
getBorderStyle() - method in class org.w3c.dom.css.CSS2Properties
See the border-style property definition in CSS2.
getBorderTop() - method in class org.w3c.dom.css.CSS2Properties
See the border-top property definition in CSS2.
getBorderTopColor() - method in class org.w3c.dom.css.CSS2Properties
See the border-top-color property definition in CSS2.
getBorderTopStyle() - method in class org.w3c.dom.css.CSS2Properties
See the border-top-style property definition in CSS2.
getBorderTopWidth() - method in class org.w3c.dom.css.CSS2Properties
See the border-top-width property definition in CSS2.
getBorderWidth() - method in class org.w3c.dom.css.CSS2Properties
See the border-width property definition in CSS2.
getBottom() - method in class org.w3c.dom.css.CSS2Properties
See the bottom property definition in CSS2.
getBottom() - method in class org.w3c.dom.css.Rect
This attribute is used for the bottom of the rect.
getBubbles() - method in class gnu.xml.dom.DomEvent
Returns true if the news of the event bubbles to tree tops (as specified during initialization).
getBubbles() - method in class org.w3c.dom.events.Event
Used to indicate whether or not an event is a bubbling event.
getBusy() - method in class gnu.xml.dom.ls.DomLSParser
true if the LSParser is currently busy loading a document, otherwise false.
getBusy() - method in class org.w3c.dom.ls.LSParser
true if the LSParser is currently busy loading a document, otherwise false.
getButton() - method in class org.w3c.dom.events.MouseEvent
During mouse events caused by the depression or release of a mouse button, button is used to indicate which mouse button changed state.
getByteOffset() - method in class org.w3c.dom.DOMLocator
The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available.
getByteStream() - method in class gnu.xml.dom.ls.DomLSInput
getByteStream() - method in class gnu.xml.dom.ls.DomLSOutput
An attribute of a language and binding dependent type that represents a writable stream of bytes.
getByteStream() - method in class org.xml.sax.InputSource
Get the byte stream for this input source.
getByteStream() - method in class org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of bytes.
getByteStream() - method in class org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream of bytes.
getCallTarget() - method in class gnu.xml.pipeline.CallFilter
Returns the call target's URI.
getCancelable() - method in class gnu.xml.dom.DomEvent
Returns true if the default handling may be canceled (as specified during initialization).
getCancelable() - method in class org.w3c.dom.events.Event
Used to indicate whether or not an event can have its default action prevented.
getCaption() - method in class org.w3c.dom.html2.HTMLTableElement
Returns the table's CAPTION, or void if none exists.
getCaptionSide() - method in class org.w3c.dom.css.CSS2Properties
See the caption-side property definition in CSS2.
getCause() - method in class javax.xml.transform.TransformerException
Returns the underlying cause of this exception.
getCause() - method in class javax.xml.xpath.XPathException
getCellIndex() - method in class org.w3c.dom.html2.HTMLTableCellElement
The index of this cell in the row, starting from 0.
getCellPadding() - method in class org.w3c.dom.html2.HTMLTableElement
Specifies the horizontal and vertical space between cell content and cell borders.
getCells() - method in class org.w3c.dom.html2.HTMLTableRowElement
The collection of cells in this row.
getCellSpacing() - method in class org.w3c.dom.html2.HTMLTableElement
Specifies the horizontal and vertical separation between cells.
getCertifiedText() - method in class gnu.xml.dom.ls.DomLSInput
getCertifiedText() - method in class org.w3c.dom.ls.LSInput
If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1].
getCh() - method in class org.w3c.dom.html2.HTMLTableCellElement
Alignment character for cells in a column.
getCh() - method in class org.w3c.dom.html2.HTMLTableColElement
Alignment character for cells in a column.
getCh() - method in class org.w3c.dom.html2.HTMLTableRowElement
Alignment character for cells in a column.
getCh() - method in class org.w3c.dom.html2.HTMLTableSectionElement
Alignment character for cells in a column.
getCharacterStream() - method in class gnu.xml.dom.ls.DomLSInput
getCharacterStream() - method in class gnu.xml.dom.ls.DomLSOutput
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
getCharacterStream() - method in class org.xml.sax.InputSource
Get the character stream for this input source.
getCharacterStream() - method in class org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
getCharacterStream() - method in class org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
getCharset() - method in class org.w3c.dom.html2.HTMLAnchorElement
The character encoding of the linked resource.
getCharset() - method in class org.w3c.dom.html2.HTMLLinkElement
The character encoding of the resource being linked to.
getCharset() - method in class org.w3c.dom.html2.HTMLScriptElement
The character encoding of the linked resource.
getChecked() - method in class org.w3c.dom.html2.HTMLInputElement
When the type attribute of the element has the value "radio" or "checkbox", this represents the current state of the form control, in an interactive user agent.
getChildNodes() - method in class gnu.xml.dom.DomNode
DOM L1 Returns a list, possibly empty, of the children of this node.
getChildNodes() - method in class org.w3c.dom.Node
A NodeList that contains all children of this node.
getChOff() - method in class org.w3c.dom.html2.HTMLTableCellElement
Offset of alignment character.
getChOff() - method in class org.w3c.dom.html2.HTMLTableColElement
Offset of alignment character.
getChOff() - method in class org.w3c.dom.html2.HTMLTableRowElement
Offset of alignment character.
getChOff() - method in class org.w3c.dom.html2.HTMLTableSectionElement
Offset of alignment character.
getCite() - method in class org.w3c.dom.html2.HTMLModElement
A URI [IETF RFC 2396] designating a document that describes the reason for the change.
getCite() - method in class org.w3c.dom.html2.HTMLQuoteElement
A URI [IETF RFC 2396] designating a source document or message.
getClassName() - method in class org.w3c.dom.html2.HTMLElement
The class attribute of the element.
getClear() - method in class org.w3c.dom.css.CSS2Properties
See the clear property definition in CSS2.
getClear() - method in class org.w3c.dom.html2.HTMLBRElement
Control flow of text around floats.
getClientX() - method in class org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the DOM implementation's client area.
getClientY() - method in class org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the DOM implementation's client area.
getClip() - method in class org.w3c.dom.css.CSS2Properties
See the clip property definition in CSS2.
getCode() - method in class org.w3c.dom.html2.HTMLAppletElement
Applet class file.
getCode() - method in class org.w3c.dom.html2.HTMLObjectElement
Applet class file.
getCodeBase() - method in class org.w3c.dom.html2.HTMLAppletElement
Optional base URI [IETF RFC 2396] for applet.
getCodeBase() - method in class org.w3c.dom.html2.HTMLObjectElement
Base URI [IETF RFC 2396] for classid, data, and archive attributes.
getCodeType() - method in class org.w3c.dom.html2.HTMLObjectElement
Content type for data downloaded via classid attribute.
getCollapsed() - method in class org.w3c.dom.ranges.Range
TRUE if the Range is collapsed
getColor() - method in class org.w3c.dom.css.CSS2Properties
See the color property definition in CSS2.
getColor() - method in class org.w3c.dom.html2.HTMLBaseFontElement
Font color.
getColor() - method in class org.w3c.dom.html2.HTMLFontElement
Font color.
getCols() - method in class org.w3c.dom.html2.HTMLFrameSetElement
The number of columns of frames in the frameset.
getCols() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Width of control (in characters).
getColSpan() - method in class org.w3c.dom.html2.HTMLTableCellElement
Number of columns spanned by cell.
getColumnNumber() - method in class org.w3c.dom.DOMLocator
The column number this locator is pointing to, or -1 if there is no column number available.
getColumnNumber() - method in class org.xml.sax.Locator
Return the column number where the current document event ends.
getColumnNumber() - method in class org.xml.sax.helpers.LocatorImpl
Return the saved column number (1-based).
getColumnNumber() - method in class gnu.xml.aelfred2.SAXDriver
SAX Locator method (don't invoke on parser);
getColumnNumber() - method in class org.xml.sax.SAXParseException
The column number of the end of the text where the exception occurred.
getColumnNumber() - method in class javax.xml.transform.SourceLocator
Returns the column number at which the event occurred.
getColumnNumber() - method in class gnu.xml.pipeline.XIncludeFilter
Used for proxy locator; do not call directly.
getCommonAncestorContainer() - method in class org.w3c.dom.ranges.Range
The deepest common ancestor container of the Range's two boundary-points.
getCompact() - method in class org.w3c.dom.html2.HTMLDirectoryElement
Reduce spacing between list items.
getCompact() - method in class org.w3c.dom.html2.HTMLDListElement
Reduce spacing between list items.
getCompact() - method in class org.w3c.dom.html2.HTMLMenuElement
Reduce spacing between list items.
getCompact() - method in class org.w3c.dom.html2.HTMLOListElement
Reduce spacing between list items.
getCompact() - method in class org.w3c.dom.html2.HTMLUListElement
Reduce spacing between list items.
getComputedStyle(org.w3c.dom.Element,String) - method in class org.w3c.dom.css.ViewCSS
This method is used to get the computed style as it is defined in [CSS2].
getContent() - method in class org.w3c.dom.css.CSS2Properties
See the content property definition in CSS2.
getContent() - method in class org.w3c.dom.html2.HTMLMetaElement
Associated information.
getContentDocument() - method in class org.w3c.dom.html2.HTMLFrameElement
The document this frame contains, if there is any and it is available, or null otherwise.
getContentDocument() - method in class org.w3c.dom.html2.HTMLIFrameElement
The document this frame contains, if there is any and it is available, or null otherwise.
getContentDocument() - method in class org.w3c.dom.html2.HTMLObjectElement
The document this object contains, if there is any and it is available, or null otherwise.
getContentHandler() - method in class gnu.xml.pipeline.CallFilter
Returns the content handler currently in use.
getContentHandler() - method in class gnu.xml.pipeline.DomConsumer
Returns the document handler being used.
getContentHandler() - method in class gnu.xml.util.DomParser
SAX2: Returns the object used to report the logical content of an XML document.
getContentHandler() - method in class gnu.xml.pipeline.EventConsumer
Most stages process these core SAX callbacks.
getContentHandler() - method in class gnu.xml.pipeline.EventFilter
Returns the content handler being used.
getContentHandler() - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
getContentHandler() - method in class org.xml.sax.helpers.ParserAdapter
Return the current content handler.
getContentHandler() - method in class gnu.xml.aelfred2.SAXDriver
SAX2: Returns the object used to report the logical content of an XML document.
getContentHandler() - method in class gnu.xml.pipeline.TeeConsumer
Returns the content handler being used.
getContentHandler() - method in class gnu.xml.pipeline.TextConsumer
EventConsumer Returns the document handler being used.
getContentHandler() - method in class javax.xml.validation.ValidatorHandler
Returns the ContentHandler to receive PSVI SAX events.
getContentHandler() - method in class org.xml.sax.helpers.XMLFilterImpl
Get the content event handler.
getContentHandler() - method in class gnu.xml.aelfred2.XmlReader
SAX2: Returns the object used to report the logical content of an XML document.
getContentHandler() - method in class org.xml.sax.XMLReader
Return the current content handler.
getCookie() - method in class org.w3c.dom.html2.HTMLDocument
This mutable string attribute denotes persistent state information that (1) is associated with the current frame or document and (2) is composed of information described by the cookies non-terminal of [IETF RFC 2965], Section 4.2.2.
getCoords() - method in class org.w3c.dom.html2.HTMLAnchorElement
Comma-separated list of lengths, defining an active region geometry.
getCoords() - method in class org.w3c.dom.html2.HTMLAreaElement
Comma-separated list of lengths, defining an active region geometry.
getCounterIncrement() - method in class org.w3c.dom.css.CSS2Properties
See the counter-increment property definition in CSS2.
getCounterReset() - method in class org.w3c.dom.css.CSS2Properties
See the counter-reset property definition in CSS2.
getCounterValue() - method in class org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the Counter value.
getCssFloat() - method in class org.w3c.dom.css.CSS2Properties
See the float property definition in CSS2.
getCssRules() - method in class org.w3c.dom.css.CSSMediaRule
A list of all CSS rules contained within the media block.
getCssRules() - method in class org.w3c.dom.css.CSSStyleSheet
The list of all CSS rules contained within the style sheet.
getCssText() - method in class org.w3c.dom.css.CSSRule
The parsable textual representation of the rule.
getCssText() - method in class org.w3c.dom.css.CSSStyleDeclaration
The parsable textual representation of the declaration block (excluding the surrounding curly braces).
getCssText() - method in class org.w3c.dom.css.CSSValue
A string representation of the current value.
getCssValueType() - method in class org.w3c.dom.css.CSSValue
A code defining the type of the value as defined above.
getCtrlKey() - method in class org.w3c.dom.events.MouseEvent
Used to indicate whether the 'ctrl' key was depressed during the firing of the event.
getCue() - method in class org.w3c.dom.css.CSS2Properties
See the cue property definition in CSS2.
getCueAfter() - method in class org.w3c.dom.css.CSS2Properties
See the cue-after property definition in CSS2.
getCueBefore() - method in class org.w3c.dom.css.CSS2Properties
See the cue-before property definition in CSS2.
getCurrentNode() - method in class gnu.xml.dom.DomNodeIterator
getCurrentNode() - method in class org.w3c.dom.traversal.TreeWalker
The node at which the TreeWalker is currently positioned.
getCurrentTarget() - method in class gnu.xml.dom.DomEvent
Returns the target to which events are currently being delivered.
getCurrentTarget() - method in class org.w3c.dom.events.Event
Used to indicate the EventTarget whose EventListeners are currently being processed.
getCursor() - method in class org.w3c.dom.css.CSS2Properties
See the cursor property definition in CSS2.
getData() - method in class org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getData() - method in class gnu.xml.dom.DomCharacterData
DOM L1 Returns the value of this node; same as getNodeValue.
getData() - method in class gnu.xml.dom.DomEx
Returns data to which the diagnotic applies, or null.
getData() - method in class gnu.xml.dom.DomPI
DOM L1 Returns the data associated with the processing instruction.
getData() - method in class org.w3c.dom.html2.HTMLObjectElement
A URI [IETF RFC 2396] specifying the location of the object's data.
getData() - method in class gnu.xml.xpath.NodeTypeTest
getData() - method in class org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
getDateTime() - method in class org.w3c.dom.html2.HTMLModElement
The date and time of the change.
getDay() - method in class javax.xml.datatype.XMLGregorianCalendar
getDays() - method in class javax.xml.datatype.Duration
Returns the days in this duration as an int, or 0 if not present.
getDeclarationHandler() - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
getDeclare() - method in class org.w3c.dom.html2.HTMLObjectElement
Declare (for future reference), but do not instantiate, this object.
getDeclaredPrefixes() - method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes declared in this context.
getDefaultChecked() - method in class org.w3c.dom.html2.HTMLInputElement
When type has the value "radio" or "checkbox", this represents the HTML checked attribute of the element.
getDefaultSelected() - method in class org.w3c.dom.html2.HTMLOptionElement
Represents the value of the HTML selected attribute.
getDefaultValue() - method in class org.w3c.dom.html2.HTMLInputElement
When the type attribute of the element has the value "text", "file" or "password", this represents the HTML value attribute of the element.
getDefaultValue() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Represents the contents of the element.
getDefaultView() - method in class org.w3c.dom.views.DocumentView
The default AbstractView for this Document, or null if none available.
getDefer() - method in class org.w3c.dom.html2.HTMLScriptElement
Indicates that the user agent can defer processing of the script.
getDetail() - method in class gnu.xml.dom.DomEvent.DomUIEvent
getDetail() - method in class org.w3c.dom.events.UIEvent
Specifies some detail information about the Event, depending on the type of event.
getDir() - method in class org.w3c.dom.html2.HTMLElement
Specifies the base direction of directionally neutral text and the directionality of tables.
getDirection() - method in class org.w3c.dom.css.CSS2Properties
See the direction property definition in CSS2.
getDisabled() - method in class org.w3c.dom.html2.HTMLButtonElement
The control is unavailable in this context.
getDisabled() - method in class org.w3c.dom.html2.HTMLInputElement
The control is unavailable in this context.
getDisabled() - method in class org.w3c.dom.html2.HTMLLinkElement
Enables/disables the link.
getDisabled() - method in class org.w3c.dom.html2.HTMLOptGroupElement
The control is unavailable in this context.
getDisabled() - method in class org.w3c.dom.html2.HTMLOptionElement
The control is unavailable in this context.
getDisabled() - method in class org.w3c.dom.html2.HTMLSelectElement
The control is unavailable in this context.
getDisabled() - method in class org.w3c.dom.html2.HTMLStyleElement
Enables/disables the style sheet.
getDisabled() - method in class org.w3c.dom.html2.HTMLTextAreaElement
The control is unavailable in this context.
getDisabled() - method in class org.w3c.dom.stylesheets.StyleSheet
false if the style sheet is applied to the document.
getDisplay() - method in class org.w3c.dom.css.CSS2Properties
See the display property definition in CSS2.
getDoctype() - method in class org.w3c.dom.Document
The Document Type Declaration (see DocumentType) associated with this document.
getDoctype() - method in class gnu.xml.dom.DomDocument
DOM L1 Returns the document's DocumentType, or null.
getDoctype() - method in class gnu.xml.libxmlj.dom.GnomeDocument
getDocument() - method in class org.w3c.dom.views.AbstractView
The source DocumentView of which this is an AbstractView.
getDocument() - method in class gnu.xml.pipeline.DomConsumer
Returns the document constructed from the preceding sequence of events.
getDocument() - method in class gnu.xml.pipeline.DomConsumer.Handler
Returns the document under construction.
getDocumentElement() - method in class org.w3c.dom.Document
This is a convenience attribute that allows direct access to the child node that is the document element of the document.
getDocumentElement() - method in class gnu.xml.dom.DomDocument
DOM L1 Returns the document's root element, or null.
getDocumentElement() - method in class gnu.xml.libxmlj.dom.GnomeDocument
getDocumentLocator() - method in class gnu.xml.pipeline.EventFilter
Returns any locator provided to the next consumer, if this class (or a subclass) is handling ContentHandler events.
getDocumentURI() - method in class org.w3c.dom.Document
The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.
getDocumentURI() - method in class gnu.xml.dom.DomDocument
getDocumentURI() - method in class gnu.xml.libxmlj.dom.GnomeDocument
getDomain() - method in class org.w3c.dom.html2.HTMLDocument
The domain name of the server that served the document, or null if the server cannot be identified by a domain name.
getDomConfig() - method in class org.w3c.dom.Document
The configuration used when Document.normalizeDocument() is invoked.
getDomConfig() - method in class gnu.xml.dom.DomDocument
getDomConfig() - method in class gnu.xml.dom.ls.DomLSParser
The DOMConfiguration object used when parsing an input source.
getDomConfig() - method in class gnu.xml.dom.ls.DomLSSerializer
The DOMConfiguration object used by the LSSerializer when serializing a DOM node.
getDomConfig() - method in class gnu.xml.libxmlj.dom.GnomeDocument
getDomConfig() - method in class org.w3c.dom.ls.LSParser
The DOMConfiguration object used when parsing an input source.
getDomConfig() - method in class org.w3c.dom.ls.LSSerializer
The DOMConfiguration object used by the LSSerializer when serializing a DOM node.
getDOMImplementation() - method in class javax.xml.parsers.DocumentBuilder
Returns the DOM implementation.
getDOMImplementation() - method in class gnu.xml.libxmlj.dom.GnomeDocumentBuilder
getDOMImplementation(String) - method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
Return the first implementation that has the desired features, or null if none is found.
A method to request the first DOM implementation that supports the specified features.
getDOMImplementationList(String) - method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
Return a list of implementations that support the desired features.
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
getDTDHandler() - method in class gnu.xml.pipeline.CallFilter
Returns the DTD handler currently in use.
getDTDHandler() - method in class gnu.xml.pipeline.DomConsumer
Returns the DTD handler being used.
getDTDHandler() - method in class gnu.xml.util.DomParser
SAX2: Returns the object used to process declarations related to notations and unparsed entities.
getDTDHandler() - method in class gnu.xml.pipeline.EventConsumer
Few stages will use unparsed entities.
getDTDHandler() - method in class gnu.xml.pipeline.EventFilter
Returns the dtd handler being used.
getDTDHandler() - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
getDTDHandler() - method in class org.xml.sax.helpers.ParserAdapter
Return the current DTD handler.
getDTDHandler() - method in class gnu.xml.aelfred2.SAXDriver
SAX2: Returns the object used to process declarations related to notations and unparsed entities.
getDTDHandler() - method in class gnu.xml.pipeline.TeeConsumer
Returns the dtd handler being used.
getDTDHandler() - method in class gnu.xml.pipeline.TextConsumer
EventConsumer Returns the dtd handler being used.
getDTDHandler() - method in class org.xml.sax.helpers.XMLFilterImpl
Get the current DTD event handler.
getDTDHandler() - method in class gnu.xml.aelfred2.XmlReader
SAX2: Returns the object used to process declarations related to notations and unparsed entities.
getDTDHandler() - method in class org.xml.sax.XMLReader
Return the current DTD handler.
getElementById(String) - method in class org.w3c.dom.Document
Returns the Element that has an ID attribute with the given value.
getElementById(String) - method in class gnu.xml.dom.DomDocument
DOM L1 (relocated in DOM L2) Returns the element with the specified "ID" attribute, or null.
getElementById(String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
getElements() - method in class org.w3c.dom.html2.HTMLFormElement
Returns a collection of all form control elements in the form.
getElementsByName(String) - method in class org.w3c.dom.html2.HTMLDocument
With [HTML 4.01] documents, this method returns the (possibly empty) collection of elements whose name value is given by elementName.
getElementsByTagName(String) - method in class org.w3c.dom.Document
Returns a NodeList of all the Elements in document order with a given tag name and are contained in the document.
getElementsByTagName(String) - method in class gnu.xml.dom.DomNode
DOM L1 Creates a NodeList giving array-style access to elements with the specified name.
getElementsByTagName(String) - method in class org.w3c.dom.Element
Returns a NodeList of all descendant Elements with a given tag name, in document order.
getElementsByTagName(String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
getElementsByTagNameNS(String,String) - method in class org.w3c.dom.Document
Returns a NodeList of all the Elements with a given local name and namespace URI in document order.
getElementsByTagNameNS(String,String) - method in class gnu.xml.dom.DomNode
DOM L2 Creates a NodeList giving array-style access to elements with the specified namespace and local name.
getElementsByTagNameNS(String,String) - method in class org.w3c.dom.Element
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in document order.
getElementsByTagNameNS(String,String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
getElementTypeInfo() - method in class javax.xml.validation.TypeInfoProvider
Returns the type information for the current element.
getElevation() - method in class org.w3c.dom.css.CSS2Properties
See the elevation property definition in CSS2.
getEmptyCells() - method in class org.w3c.dom.css.CSS2Properties
See the empty-cells property definition in CSS2.
getEncoding() - method in class org.w3c.dom.css.CSSCharsetRule
The encoding information used in this @charset rule.
getEncoding() - method in class gnu.xml.dom.ls.DomLSInput
getEncoding() - method in class gnu.xml.dom.ls.DomLSOutput
The character encoding to use for the output.
getEncoding() - method in class org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
getEncoding() - method in class org.xml.sax.ext.Locator2
Returns the name of the character encoding for the entity.
getEncoding() - method in class org.xml.sax.ext.Locator2Impl
Returns the current value of the encoding property.
getEncoding() - method in class org.w3c.dom.ls.LSInput
The character encoding, if known.
getEncoding() - method in class org.w3c.dom.ls.LSOutput
The character encoding to use for the output.
getEncoding(String) - static method in class gnu.xml.util.Resolver
This parses most MIME content type strings that have charset=... encoding declarations to and returns the specified encoding.
getEnctype() - method in class org.w3c.dom.html2.HTMLFormElement
The content type of the submitted form, generally "application/x-www-form-urlencoded".
getEndContainer() - method in class org.w3c.dom.ranges.Range
Node within which the Range ends
getEndOffset() - method in class org.w3c.dom.ranges.Range
Offset within the ending node of the Range.
getEntities() - method in class org.w3c.dom.DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getEntities() - method in class gnu.xml.dom.DomDoctype
DOM L1 Returns information about any general entities declared in the DTD.
getEntityResolver() - method in class gnu.xml.util.DomParser
SAX2: Returns the object used when resolving external entities during parsing (both general and parameter entities).
getEntityResolver() - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
getEntityResolver() - method in class org.xml.sax.helpers.ParserAdapter
Return the current entity resolver.
getEntityResolver() - method in class gnu.xml.aelfred2.SAXDriver
SAX2: Returns the object used when resolving external entities during parsing (both general and parameter entities).
getEntityResolver() - method in class org.xml.sax.helpers.XMLFilterImpl
Get the current entity resolver.
getEntityResolver() - method in class gnu.xml.aelfred2.XmlReader
SAX2: Returns the object used when resolving external entities during parsing (both general and parameter entities).
getEntityResolver() - method in class org.xml.sax.XMLReader
Return the current entity resolver.
getEon() - method in class javax.xml.datatype.XMLGregorianCalendar
getEonAndYear() - method in class javax.xml.datatype.XMLGregorianCalendar
getErrorHandler() - method in class gnu.xml.util.DomParser
SAX2: Returns the object used to receive callbacks for XML errors of all levels (fatal, nonfatal, warning).
getErrorHandler() - method in class gnu.xml.pipeline.EventFilter
Returns the error handler assigned this filter stage, or null if no such assigment has been made.
getErrorHandler() - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
getErrorHandler() - method in class org.xml.sax.helpers.ParserAdapter
Return the current error handler.
getErrorHandler() - method in class gnu.xml.aelfred2.SAXDriver
SAX2: Returns the object used to receive callbacks for XML errors of all levels (fatal, nonfatal, warning); this is never null;
getErrorHandler() - method in class javax.xml.validation.SchemaFactory
getErrorHandler() - method in class javax.xml.validation.Validator
getErrorHandler() - method in class javax.xml.validation.ValidatorHandler
getErrorHandler() - method in class gnu.xml.util.XCat
Returns the error handler used to report catalog errors.
getErrorHandler() - method in class org.xml.sax.helpers.XMLFilterImpl
Get the current error event handler.
getErrorHandler() - method in class gnu.xml.aelfred2.XmlReader
SAX2: Returns the object used to receive callbacks for XML errors of all levels (fatal, nonfatal, warning); this is never null;
getErrorHandler() - method in class org.xml.sax.XMLReader
Return the current error handler.
getErrorListener() - method in class gnu.xml.libxmlj.transform.GnomeTransformer
getErrorListener() - method in class gnu.xml.libxmlj.transform.GnomeTransformerFactory
getErrorListener() - method in class gnu.xml.util.SAXNullTransformerFactory
Returns the value assigned by setErrorListener(ErrorListener).
getErrorListener() - method in class javax.xml.transform.Transformer
Returns the callback used to report errors during the transformation.
getErrorListener() - method in class javax.xml.transform.TransformerFactory
Returns the callback to be used by transformers obtained from this factory to report transformation errors.
getErrorListener() - method in class gnu.xml.transform.TransformerFactoryImpl
Returns the callback to be used by transformers obtained from this factory to report transformation errors.
getEvent() - method in class org.w3c.dom.html2.HTMLScriptElement
Reserved for future use.
getEventPhase() - method in class gnu.xml.dom.DomEvent
Returns CAPTURING_PHASE, AT_TARGET, or BUBBLING; only meaningful within EventListener.handleEvent
getEventPhase() - method in class org.w3c.dom.events.Event
Used to indicate which phase of event flow is currently being evaluated.
getException() - method in class javax.xml.parsers.FactoryConfigurationError
Returns the underlying cause of this exception, if any.
getException() - method in class org.xml.sax.SAXException
Return the embedded exception, if any.
getException() - method in class javax.xml.transform.TransformerException
Returns the underlying cause of this exception.
getException() - method in class javax.xml.transform.TransformerFactoryConfigurationError
Returns the underlying cause.
getExpandEntityReferences() - method in class gnu.xml.dom.DomIterator
DOM L2 Returns the flag controlling whether iteration descends through entity references.
getExpandEntityReferences() - method in class gnu.xml.dom.DomNodeIterator
The value of this flag determines whether the children of entity reference nodes are visible to the NodeIterator.
getExpandEntityReferences() - method in class org.w3c.dom.traversal.NodeIterator
The value of this flag determines whether the children of entity reference nodes are visible to the NodeIterator.
getExpandEntityReferences() - method in class org.w3c.dom.traversal.TreeWalker
The value of this flag determines whether the children of entity reference nodes are visible to the TreeWalker.
getExternalSubset(String,String) - method in class org.xml.sax.ext.DefaultHandler2
Tells the parser that if no external subset has been declared in the document text, none should be used.
getExternalSubset(String,String) - method in class org.xml.sax.ext.EntityResolver2
Allows applications to provide an external subset for documents that don't explicitly define one.
getExternalSubset(String,String) - method in class gnu.xml.util.XCat
"New Style" parser callback to add an external subset.
getFace() - method in class org.w3c.dom.html2.HTMLBaseFontElement
Font face identifier.
getFace() - method in class org.w3c.dom.html2.HTMLFontElement
Font face identifier.
getFeature(String) - method in class gnu.xml.util.DomParser
SAX2: Tells whether this parser supports the specified feature.
getFeature(String) - method in class gnu.xml.libxmlj.sax.GnomeSAXParserFactory
getFeature(String) - method in class gnu.xml.libxmlj.transform.GnomeTransformerFactory
getFeature(String) - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
getFeature(String) - method in class gnu.xml.aelfred2.JAXPFactory
Returns the specified feature for SAX2 parsers obtained from this factory.
getFeature(String) - method in class org.xml.sax.helpers.ParserAdapter
Check a parser feature flag.
getFeature(String) - method in class gnu.xml.aelfred2.SAXDriver
SAX2: Tells the value of the specified feature flag.
getFeature(String) - method in class gnu.xml.util.SAXNullTransformerFactory
Returns true if the requested feature is supported.
getFeature(String) - method in class javax.xml.parsers.SAXParserFactory
Returns the specified feature for SAX2 parsers obtained from this factory.
getFeature(String) - method in class javax.xml.validation.SchemaFactory
getFeature(String) - method in class javax.xml.transform.TransformerFactory
Returns the state of a feature in the factory implementation.
getFeature(String) - method in class gnu.xml.transform.TransformerFactoryImpl
Returns the state of a feature in the factory implementation.
getFeature(String) - method in class javax.xml.validation.Validator
getFeature(String) - method in class javax.xml.validation.ValidatorHandler
getFeature(String) - method in class org.xml.sax.helpers.XMLFilterImpl
Look up the value of a feature.
getFeature(String) - method in class gnu.xml.aelfred2.XmlReader
SAX2: Tells whether this parser supports the specified feature.
getFeature(String) - method in class org.xml.sax.XMLReader
Look up the value of a feature flag.
getFeature(String) - method in class javax.xml.xpath.XPathFactory
Returns the state of the named feature.
getFeature(String) - method in class gnu.xml.xpath.XPathFactoryImpl
Returns the state of the named feature.
getFeature(String,String) - method in class gnu.xml.dom.DomImpl
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
getFeature(String,String) - method in class org.w3c.dom.DOMImplementation
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
getFeature(String,String) - method in class gnu.xml.dom.DomNode
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
getFeature(String,String) - method in class gnu.xml.libxmlj.dom.GnomeDocumentBuilder
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
getFeature(String,String) - method in class org.w3c.dom.Node
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
Returns the value of the specified field, or null if the field is undefined.
getFilter() - method in class gnu.xml.dom.DomIterator
DOM L2 Returns the filter provided during construction.
getFilter() - method in class gnu.xml.dom.ls.DomLSParser
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
getFilter() - method in class gnu.xml.dom.ls.DomLSSerializer
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
getFilter() - method in class gnu.xml.dom.DomNodeIterator
The NodeFilter used to screen nodes.
getFilter() - method in class org.w3c.dom.ls.LSParser
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
getFilter() - method in class org.w3c.dom.ls.LSSerializer
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
getFilter() - method in class org.w3c.dom.traversal.NodeIterator
The NodeFilter used to screen nodes.
getFilter() - method in class org.w3c.dom.traversal.TreeWalker
The filter used to screen nodes.
getFirst() - method in class gnu.xml.pipeline.TeeConsumer
Returns the first pipeline to get event calls.
getFirstChild() - method in class gnu.xml.dom.DomAttr
The first child of this node.
getFirstChild() - method in class gnu.xml.dom.DomNode
DOM L1 Returns the first child of this node, or null if there are none.
getFirstChild() - method in class org.w3c.dom.Node
The first child of this node.
getFloatValue(short) - method in class org.w3c.dom.css.CSSPrimitiveValue
This method is used to get a float value in a specified unit.
getFont() - method in class org.w3c.dom.css.CSS2Properties
See the font property definition in CSS2.
getFontFamily() - method in class org.w3c.dom.css.CSS2Properties
See the font-family property definition in CSS2.
getFontSize() - method in class org.w3c.dom.css.CSS2Properties
See the font-size property definition in CSS2.
getFontSizeAdjust() - method in class org.w3c.dom.css.CSS2Properties
See the font-size-adjust property definition in CSS2.
getFontStretch() - method in class org.w3c.dom.css.CSS2Properties
See the font-stretch property definition in CSS2.
getFontStyle() - method in class org.w3c.dom.css.CSS2Properties
See the font-style property definition in CSS2.
getFontVariant() - method in class org.w3c.dom.css.CSS2Properties
See the font-variant property definition in CSS2.
getFontWeight() - method in class org.w3c.dom.css.CSS2Properties
See the font-weight property definition in CSS2.
getForm() - method in class org.w3c.dom.html2.HTMLButtonElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLFieldSetElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLInputElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLIsIndexElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLLabelElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLLegendElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLObjectElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLOptionElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLSelectElement
Returns the FORM element containing this control.
getForm() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Returns the FORM element containing this control.
getForms() - method in class org.w3c.dom.html2.HTMLDocument
A collection of all the forms of a document.
getFractionalSecond() - method in class javax.xml.datatype.XMLGregorianCalendar
getFrame() - method in class org.w3c.dom.html2.HTMLTableElement
Specifies which external table borders to render.
getFrameBorder() - method in class org.w3c.dom.html2.HTMLFrameElement
Request frame borders.
getFrameBorder() - method in class org.w3c.dom.html2.HTMLIFrameElement
Request frame borders.
getGreen() - method in class org.w3c.dom.css.RGBColor
This attribute is used for the green value of the RGB color.
getHandler() - method in class javax.xml.transform.sax.SAXResult
Returns the content handler to which result document events will be propagated.
getHeaders() - method in class org.w3c.dom.html2.HTMLTableCellElement
List of id attribute values for header cells.
getHeight() - method in class org.w3c.dom.css.CSS2Properties
See the height property definition in CSS2.
getHeight() - method in class org.w3c.dom.html2.HTMLAppletElement
Override height.
getHeight() - method in class org.w3c.dom.html2.HTMLIFrameElement
Frame height.
getHeight() - method in class org.w3c.dom.html2.HTMLImageElement
Height of the image in pixels.
getHeight() - method in class org.w3c.dom.html2.HTMLObjectElement
Override height.
getHeight() - method in class org.w3c.dom.html2.HTMLTableCellElement
Cell height.
getHour() - method in class javax.xml.datatype.XMLGregorianCalendar
getHours() - method in class javax.xml.datatype.Duration
Returns the hours in this duration as an int, or 0 if not present.
getHref() - method in class org.w3c.dom.css.CSSImportRule
The location of the style sheet to be imported.
getHref() - method in class org.w3c.dom.html2.HTMLAnchorElement
The absolute URI [IETF RFC 2396] of the linked resource.
getHref() - method in class org.w3c.dom.html2.HTMLAreaElement
The URI [IETF RFC 2396] of the linked resource.
getHref() - method in class org.w3c.dom.html2.HTMLBaseElement
The base URI [IETF RFC 2396].
getHref() - method in class org.w3c.dom.html2.HTMLLinkElement
The URI [IETF RFC 2396] of the linked resource.
getHref() - method in class org.w3c.dom.stylesheets.StyleSheet
If the style sheet is a linked style sheet, the value of its attribute is its location.
getHreflang() - method in class org.w3c.dom.html2.HTMLAnchorElement
Language code of the linked resource.
getHreflang() - method in class org.w3c.dom.html2.HTMLLinkElement
Language code of the linked resource.
getHspace() - method in class org.w3c.dom.html2.HTMLAppletElement
Horizontal space, in pixels, to the left and right of this image, applet, or object.
getHspace() - method in class org.w3c.dom.html2.HTMLImageElement
Horizontal space to the left and right of this image in pixels.
getHspace() - method in class org.w3c.dom.html2.HTMLObjectElement
Horizontal space, in pixels, to the left and right of this image, applet, or object.
getHtmlFor() - method in class org.w3c.dom.html2.HTMLLabelElement
This attribute links this label with another form control by id attribute.
getHtmlFor() - method in class org.w3c.dom.html2.HTMLScriptElement
Reserved for future use.
getHttpEquiv() - method in class org.w3c.dom.html2.HTMLMetaElement
HTTP response header name [IETF RFC 2616].
getId() - method in class javax.xml.datatype.DatatypeConstants.Field
getId() - method in class org.w3c.dom.html2.HTMLElement
The element's identifier.
getIdentifier() - method in class org.w3c.dom.css.Counter
This attribute is used for the identifier of the counter.
getImages() - method in class org.w3c.dom.html2.HTMLDocument
A collection of all the IMG elements in a document.
getImplementation() - method in class org.w3c.dom.Document
The DOMImplementation object that handles this document.
getImplementation() - method in class gnu.xml.dom.DomDoctype
Returns the implementation associated with this document type.
getImplementation() - method in class gnu.xml.dom.DomDocument
DOM L1 Returns the document's DOMImplementation.
getImplementation() - method in class gnu.xml.libxmlj.dom.GnomeDocument
getIndex() - method in class org.w3c.dom.html2.HTMLOptionElement
The index of this OPTION in its parent SELECT , starting from 0.
getIndex(String) - method in class org.xml.sax.Attributes
Look up the index of an attribute by XML qualified (prefixed) name.
getIndex(String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by qualified (prefixed) name.
getIndex(String) - method in class gnu.xml.aelfred2.SAXDriver
SAX2 Attributes method (don't invoke on parser);
getIndex(String,String) - method in class org.xml.sax.Attributes
Look up the index of an attribute by Namespace name.
getIndex(String,String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by Namespace name.
getIndex(String,String) - method in class gnu.xml.aelfred2.SAXDriver
SAX2 Attributes method (don't invoke on parser);
getInput() - method in class org.w3c.dom.ls.LSLoadEvent
The input source that was parsed.
getInput() - method in class org.w3c.dom.ls.LSProgressEvent
The input source that is being parsed.
getInputEncoding() - method in class org.w3c.dom.Document
An attribute specifying the encoding used for this document at the time of the parsing.
getInputEncoding() - method in class gnu.xml.dom.DomDocument
DOM L3
getInputEncoding() - method in class gnu.xml.dom.DomEntity
getInputEncoding() - method in class org.w3c.dom.Entity
An attribute specifying the encoding used for this entity at the time of parsing, when it is an external parsed entity.
getInputEncoding() - method in class gnu.xml.libxmlj.dom.GnomeDocument
getInputSource() - method in class javax.xml.transform.sax.SAXSource
Returns the input source to parse.
getInputStream() - method in class javax.xml.transform.stream.StreamSource
Returns the source input stream.
getInternalSubset() - method in class org.w3c.dom.DocumentType
The internal subset as a string, or null if there is none.
getInternalSubset() - method in class gnu.xml.dom.DomDoctype
DOM L2 Returns the internal subset of the document, as a string of unparsed XML declarations (and comments, PIs, whitespace); or returns null if there is no such subset.
getInvalidIteratorState() - method in class org.w3c.dom.xpath.XPathResult
Signifies that the iterator has become invalid.
getIsMap() - method in class org.w3c.dom.html2.HTMLImageElement
Use server-side image map.
getLabel() - method in class org.w3c.dom.html2.HTMLOptGroupElement
Assigns a label to this option group.
getLabel() - method in class org.w3c.dom.html2.HTMLOptionElement
Option label for use in hierarchical menus.
getLang() - method in class org.w3c.dom.html2.HTMLElement
Language code defined in RFC 1766.
getLastChild() - method in class gnu.xml.dom.DomAttr
The last child of this node.
getLastChild() - method in class gnu.xml.dom.DomNode
DOM L1 Returns the last child of this node, or null if there are none.
getLastChild() - method in class org.w3c.dom.Node
The last child of this node.
getLeft() - method in class org.w3c.dom.css.CSS2Properties
See the left property definition in CSS2.
getLeft() - method in class org.w3c.dom.css.Rect
This attribute is used for the left of the rect.
getLength() - method in class org.xml.sax.AttributeList
Return the number of attributes in this list.
getLength() - method in class org.xml.sax.helpers.AttributeListImpl
Return the number of attributes in the list.
getLength() - method in class org.xml.sax.Attributes
Return the number of attributes in the list.
getLength() - method in class org.xml.sax.helpers.AttributesImpl
Return the number of attributes in the list.
getLength() - method in class org.w3c.dom.CharacterData
The number of 16-bit units that are available through data and the substringData method below.
getLength() - method in class org.w3c.dom.css.CSSRuleList
The number of CSSRules in the list.
getLength() - method in class org.w3c.dom.css.CSSStyleDeclaration
The number of properties that have been explicitly set in this declaration block.
getLength() - method in class org.w3c.dom.css.CSSValueList
The number of CSSValues in the list.
getLength() - method in class gnu.xml.dom.DomCharacterData
DOM L1 Returns the length of the data.
getLength() - method in class org.w3c.dom.DOMImplementationList
The number of DOMImplementations in the list.
getLength() - method in class gnu.xml.dom.ls.DomLSParser
getLength() - method in class gnu.xml.dom.ls.DomLSSerializer
The number of DOMStrings in the list.
getLength() - method in class gnu.xml.dom.DomNamedNodeMap
DOM L1 Returns the length of the map.
getLength() - method in class gnu.xml.dom.DomNode
DOM L1 (NodeList) Returns the number of elements in this NodeList.
getLength() - method in class org.w3c.dom.DOMStringList
The number of DOMStrings in the list.
getLength() - method in class org.w3c.dom.html2.HTMLCollection
This attribute specifies the length or size of the list.
getLength() - method in class org.w3c.dom.html2.HTMLFormElement
The number of form controls in the form.
getLength() - method in class org.w3c.dom.html2.HTMLOptionsCollection
This attribute specifies the length or size of the list.
getLength() - method in class org.w3c.dom.html2.HTMLSelectElement
The number of options in this SELECT.
getLength() - method in class gnu.xml.dom.ImplementationList
getLength() - method in class org.w3c.dom.stylesheets.MediaList
The number of media in the list.
getLength() - method in class org.w3c.dom.NamedNodeMap
The number of nodes in this map.
getLength() - method in class org.w3c.dom.NameList
The number of pairs (name and namespaceURI) in the list.
getLength() - method in class org.w3c.dom.NodeList
The number of nodes in the list.
getLength() - method in class gnu.xml.aelfred2.SAXDriver
SAX1 AttributeList, SAX2 Attributes method (don't invoke on parser);
getLength() - method in class org.w3c.dom.stylesheets.StyleSheetList
The number of StyleSheets in the list.
getLetterSpacing() - method in class org.w3c.dom.css.CSS2Properties
See the letter-spacing property definition in CSS2.
getLexicalHandler() - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
getLexicalHandler() - method in class javax.xml.transform.sax.SAXResult
Returns the lexical handler to which lexical events will be propagated.
getLineHeight() - method in class org.w3c.dom.css.CSS2Properties
See the line-height property definition in CSS2.
getLineNumber() - method in class org.w3c.dom.DOMLocator
The line number this locator is pointing to, or -1 if there is no column number available.
getLineNumber() - method in class org.xml.sax.Locator
Return the line number where the current document event ends.
getLineNumber() - method in class org.xml.sax.helpers.LocatorImpl
Return the saved line number (1-based).
getLineNumber() - method in class gnu.xml.aelfred2.SAXDriver
SAX Locator method (don't invoke on parser);
getLineNumber() - method in class org.xml.sax.SAXParseException
The line number of the end of the text where the exception occurred.
getLineNumber() - method in class javax.xml.transform.SourceLocator
Returns the line number at which the event occurred.
getLineNumber() - method in class gnu.xml.pipeline.XIncludeFilter
Used for proxy locator; do not call directly.
getLink() - method in class org.w3c.dom.html2.HTMLBodyElement
Color of links that are not active and unvisited.
getLinks() - method in class org.w3c.dom.html2.HTMLDocument
A collection of all AREA elements and anchor ( A) elements in a document with a value for the href attribute.
getLinks() - method in class gnu.xml.pipeline.LinkFilter
Returns an enumeration of the links found since the filter was constructed, or since removeAllLinks() was called.
getListStyle() - method in class org.w3c.dom.css.Counter
This attribute is used for the style of the list.
getListStyle() - method in class org.w3c.dom.css.CSS2Properties
See the list-style property definition in CSS2.
getListStyleImage() - method in class org.w3c.dom.css.CSS2Properties
See the list-style-image property definition in CSS2.
getListStylePosition() - method in class org.w3c.dom.css.CSS2Properties
See the list-style-position property definition in CSS2.
getListStyleType() - method in class org.w3c.dom.css.CSS2Properties
See the list-style-type property definition in CSS2.
getLocalName() - method in class gnu.xml.dom.DomExtern
DOM L2 Returns the node name; this must be overridden for element and attribute nodes.
getLocalName() - method in class gnu.xml.dom.DomNode
DOM L2 Returns the node name; this must be overridden for element and attribute nodes.
getLocalName() - method in class gnu.xml.dom.DomNsNode
DOM L2 Returns the local part of the node's name (after any colon).
getLocalName() - method in class org.w3c.dom.Node
Returns the local part of the qualified name of this node.
getLocalName(int) - method in class org.xml.sax.Attributes
Look up an attribute's local name by index.
getLocalName(int) - method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's local name.
getLocalName(int) - method in class gnu.xml.aelfred2.SAXDriver
SAX2 Attributes method (don't invoke on parser);
getLocalPart() - method in class javax.xml.namespace.QName
getLocation() - method in class org.w3c.dom.DOMError
The location of the error.
getLocationAsString() - method in class javax.xml.transform.TransformerException
Returns the location information as a string.
getLocator() - method in class javax.xml.transform.TransformerException
Returns a locator indicating where the error occurred.
getLongDesc() - method in class org.w3c.dom.html2.HTMLFrameElement
URI [IETF RFC 2396] designating a long description of this image or frame.
getLongDesc() - method in class org.w3c.dom.html2.HTMLIFrameElement
URI [IETF RFC 2396] designating a long description of this image or frame.
getLongDesc() - method in class org.w3c.dom.html2.HTMLImageElement
URI [IETF RFC 2396] designating a long description of this image or frame.
getMargin() - method in class org.w3c.dom.css.CSS2Properties
See the margin property definition in CSS2.
getMarginBottom() - method in class org.w3c.dom.css.CSS2Properties
See the margin-bottom property definition in CSS2.
getMarginHeight() - method in class org.w3c.dom.html2.HTMLFrameElement
Frame margin height, in pixels.
getMarginHeight() - method in class org.w3c.dom.html2.HTMLIFrameElement
Frame margin height, in pixels.
getMarginLeft() - method in class org.w3c.dom.css.CSS2Properties
See the margin-left property definition in CSS2.
getMarginRight() - method in class org.w3c.dom.css.CSS2Properties
See the margin-right property definition in CSS2.
getMarginTop() - method in class org.w3c.dom.css.CSS2Properties
See the margin-top property definition in CSS2.
getMarginWidth() - method in class org.w3c.dom.html2.HTMLFrameElement
Frame margin width, in pixels.
getMarginWidth() - method in class org.w3c.dom.html2.HTMLIFrameElement
Frame margin width, in pixels.
getMarkerOffset() - method in class org.w3c.dom.css.CSS2Properties
See the marker-offset property definition in CSS2.
getMarks() - method in class org.w3c.dom.css.CSS2Properties
See the marks property definition in CSS2.
getMaxHeight() - method in class org.w3c.dom.css.CSS2Properties
See the max-height property definition in CSS2.
getMaxLength() - method in class org.w3c.dom.html2.HTMLInputElement
Maximum number of characters for text fields, when type has the value "text" or "password".
getMaxWidth() - method in class org.w3c.dom.css.CSS2Properties
See the max-width property definition in CSS2.
getMedia() - method in class org.w3c.dom.css.CSSImportRule
A list of media types for which this style sheet may be used.
getMedia() - method in class org.w3c.dom.css.CSSMediaRule
A list of media types for this rule.
getMedia() - method in class org.w3c.dom.html2.HTMLLinkElement
Designed for use with one or more target media.
getMedia() - method in class org.w3c.dom.html2.HTMLStyleElement
Designed for use with one or more target media.
getMedia() - method in class org.w3c.dom.stylesheets.StyleSheet
The intended destination media for style information.
getMediaText() - method in class org.w3c.dom.stylesheets.MediaList
The parsable textual representation of the media list.
getMessage() - method in class org.w3c.dom.DOMError
An implementation specific string describing the error that occurred.
getMessage() - method in class gnu.xml.dom.DomEx
Returns a diagnostic message that may be slightly more useful than the generic one, where possible.
getMessage() - method in class javax.xml.parsers.FactoryConfigurationError
Returns the message for this error, if any.
getMessage() - method in class org.xml.sax.SAXException
Return a detail message for this exception.
getMessage() - method in class javax.xml.transform.TransformerFactoryConfigurationError
Returns the detail message.
getMessageAndLocation() - method in class javax.xml.transform.TransformerException
Returns the exception message with location information appended.
getMetaKey() - method in class org.w3c.dom.events.MouseEvent
Used to indicate whether the 'meta' key was depressed during the firing of the event.
getMethod() - method in class org.w3c.dom.html2.HTMLFormElement
HTTP method [IETF RFC 2616] used to submit form.
getMillisecond() - method in class javax.xml.datatype.XMLGregorianCalendar
getMinHeight() - method in class org.w3c.dom.css.CSS2Properties
See the min-height property definition in CSS2.
getMinute() - method in class javax.xml.datatype.XMLGregorianCalendar
getMinutes() - method in class javax.xml.datatype.Duration
Returns the minutes in this duration as an int, or 0 if not present.
getMinWidth() - method in class org.w3c.dom.css.CSS2Properties
See the min-width property definition in CSS2.
getMonth() - method in class javax.xml.datatype.XMLGregorianCalendar
getMonths() - method in class javax.xml.datatype.Duration
Returns the months in this duration as an int, or 0 if not present.
getMultiple() - method in class org.w3c.dom.html2.HTMLSelectElement
If true, multiple OPTION elements may be selected in this SELECT.
getName() - method in class org.w3c.dom.Attr
Returns the name of this attribute.
getName() - method in class org.w3c.dom.DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
getName() - method in class gnu.xml.dom.DomAttr
DOM L1 Returns the attribute name (same as getNodeName)
getName() - method in class gnu.xml.dom.DomDoctype
DOM L1 Returns the root element's name (just like getNodeName).
getName() - method in class org.w3c.dom.html2.HTMLAnchorElement
Anchor name.
getName() - method in class org.w3c.dom.html2.HTMLAppletElement
The name of the applet.
getName() - method in class org.w3c.dom.html2.HTMLButtonElement
Form control or object name when submitted with a form.
getName() - method in class org.w3c.dom.html2.HTMLFormElement
Names the form.
getName() - method in class org.w3c.dom.html2.HTMLFrameElement
The frame name (object of the target attribute).
getName() - method in class org.w3c.dom.html2.HTMLIFrameElement
The frame name (object of the target attribute).
getName() - method in class org.w3c.dom.html2.HTMLImageElement
The name of the element (for backwards compatibility).
getName() - method in class org.w3c.dom.html2.HTMLInputElement
Form control or object name when submitted with a form.
getName() - method in class org.w3c.dom.html2.HTMLMapElement
Names the map (for use with usemap).
getName() - method in class org.w3c.dom.html2.HTMLMetaElement
Meta information name.
getName() - method in class org.w3c.dom.html2.HTMLObjectElement
Form control or object name when submitted with a form.
getName() - method in class org.w3c.dom.html2.HTMLParamElement
The name of a run-time parameter.
getName() - method in class org.w3c.dom.html2.HTMLSelectElement
Form control or object name when submitted with a form.
getName() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Form control or object name when submitted with a form.
getName(int) - method in class org.xml.sax.AttributeList
Return the name of an attribute in this list (by position).
getName(int) - method in class org.xml.sax.helpers.AttributeListImpl
Get the name of an attribute (by position).
getName(int) - method in class org.w3c.dom.NameList
Returns the indexth name item in the collection.
getName(int) - method in class gnu.xml.aelfred2.SAXDriver
SAX1 AttributeList method (don't invoke on parser);
getNamedItem(String) - method in class gnu.xml.dom.DomNamedNodeMap
DOM L1 Returns the named item from the map, or null; names are just the nodeName property.
getNamedItem(String) - method in class org.w3c.dom.NamedNodeMap
Retrieves a node specified by name.
getNamedItemNS(String,String) - method in class gnu.xml.dom.DomNamedNodeMap
DOM L2 Returns the named item from the map, or null; names are the localName and namespaceURI properties, ignoring any prefix.
getNamedItemNS(String,String) - method in class org.w3c.dom.NamedNodeMap
Retrieves a node specified by local name and namespace URI.
getNamespaceContext() - method in class javax.xml.xpath.XPath
getNamespaceContext() - method in class gnu.xml.xpath.XPathImpl
getNamespaceURI() - method in class gnu.xml.dom.DomNode
DOM L2 Returns null; this must be overridden for element and attribute nodes.
getNamespaceURI() - method in class gnu.xml.dom.DomNsNode
DOM L2 Returns the node's namespace URI or null if the node name is not namespace scoped.
getNamespaceURI() - method in class org.w3c.dom.Node
The namespace URI of this node, or null if it is unspecified (see ).
getNamespaceURI() - method in class javax.xml.namespace.QName
getNamespaceURI(int) - method in class org.w3c.dom.NameList
Returns the indexth namespaceURI item in the collection.
getNamespaceURI(String) - method in class javax.xml.namespace.NamespaceContext
Returns the namespace URI currently bound to the given prefix.
getNewDocument() - method in class org.w3c.dom.ls.LSLoadEvent
The document that finished loading.
getNewLine() - method in class gnu.xml.dom.ls.DomLSSerializer
The end-of-line sequence of characters to be used in the XML being written out.
getNewLine() - method in class org.w3c.dom.ls.LSSerializer
The end-of-line sequence of characters to be used in the XML being written out.
getNewValue() - method in class gnu.xml.dom.DomEvent.DomMutationEvent
Returns any "new value" provided by this type of event
getNewValue() - method in class org.w3c.dom.events.MutationEvent
newValue indicates the new value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharacterDataModified events.
getNext() - method in class gnu.xml.pipeline.EventFilter
Returns the next event consumer in sequence; or null if there is no such handler.
getNextSibling() - method in class gnu.xml.dom.DomAttr
The node immediately following this node.
getNextSibling() - method in class gnu.xml.dom.DomNode
DOM L1 Returns the previous sibling, if one is known.
getNextSibling() - method in class javax.xml.transform.dom.DOMResult
Returns the child node before which the result nodes will be inserted.
getNextSibling() - method in class org.w3c.dom.Node
The node immediately following this node.
getNode() - method in class gnu.xml.dom.DomEx
Returns the node to which the diagnotic applies, or null.
getNode() - method in class javax.xml.transform.dom.DOMResult
Returns the node to which the result tree is to be appended, or the result tree after transformation if no node was previously set.
getNode() - method in class javax.xml.transform.dom.DOMSource
Returns the context node.
getNodeName() - method in class gnu.xml.dom.DomCDATA
DOM L1 Returns the string "#cdata-section".
getNodeName() - method in class gnu.xml.dom.DomComment
DOM L1 Returns the string "#comment".
getNodeName() - method in class gnu.xml.dom.DomDocument
DOM L1 Returns the constant "#document".
getNodeName() - method in class gnu.xml.dom.DomEntityReference
Returns the name of the referenced entity.
getNodeName() - method in class gnu.xml.dom.DomExtern
DOM L1 Returns the object's name.
getNodeName() - method in class gnu.xml.dom.DomFragment
DOM L1 Returns the string "#document-fragment".
getNodeName() - method in class gnu.xml.dom.DomNode
This forces GCJ compatibility.
getNodeName() - method in class gnu.xml.dom.DomNsNode
DOM L1 Returns the node's name, including any namespace prefix.
getNodeName() - method in class gnu.xml.dom.DomPI
DOM L1 Returns the target of the processing instruction (same as getTarget).
getNodeName() - method in class gnu.xml.dom.DomText
DOM L1 Returns the string "#text".
getNodeName() - method in class org.w3c.dom.Node
The name of this node, depending on its type; see the table above.
getNodeType() - method in class gnu.xml.dom.DomNode
This forces GCJ compatibility.
getNodeType() - method in class org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeType() - method in class gnu.xml.xpath.NodeTypeTest
getNodeValue() - method in class gnu.xml.dom.DomAttr
DOM L1 Returns the attribute value, with character and entity references substituted.
getNodeValue() - method in class gnu.xml.dom.DomCharacterData
DOM L1 Returns the value of this node.
getNodeValue() - method in class gnu.xml.dom.DomNode
DOM L1 Returns null; this must be overridden for nodes types with a defined value, along with the setNodeValue method.
getNodeValue() - method in class gnu.xml.dom.DomPI
DOM L1 Returns the data associated with the processing instruction (same as getData).
getNodeValue() - method in class org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
getNoHref() - method in class org.w3c.dom.html2.HTMLAreaElement
Specifies that this area is inactive, i.e., has no associated action.
getNoResize() - method in class org.w3c.dom.html2.HTMLFrameElement
When true, forbid user from resizing frame.
getNoShade() - method in class org.w3c.dom.html2.HTMLHRElement
Indicates to the user agent that there should be no shading in the rendering of this element.
getNotationName() - method in class gnu.xml.dom.DomEntity
DOM L1 Returns the NOTATION identifier associated with this entity, if any.
getNotationName() - method in class org.w3c.dom.Entity
For unparsed entities, the name of the notation for the entity.
getNotations() - method in class org.w3c.dom.DocumentType
A NamedNodeMap containing the notations declared in the DTD.
getNotations() - method in class gnu.xml.dom.DomDoctype
DOM L1 Returns information about any notations declared in the DTD.
getNoWrap() - method in class org.w3c.dom.html2.HTMLTableCellElement
Suppress word wrapping.
getNumberValue() - method in class org.w3c.dom.xpath.XPathResult
The value of this number result.
getObject() - method in class org.w3c.dom.html2.HTMLAppletElement
The value of the "object" attribute.
getOptions() - method in class org.w3c.dom.html2.HTMLSelectElement
The collection of OPTION elements contained by this element.
getOriginatingNode() - method in class javax.xml.transform.dom.DOMLocator
Returns the node on which the event originated.
getOrphans() - method in class org.w3c.dom.css.CSS2Properties
See the orphans property definition in CSS2.
getOutline() - method in class org.w3c.dom.css.CSS2Properties
See the outline property definition in CSS2.
getOutlineColor() - method in class org.w3c.dom.css.CSS2Properties
See the outline-color property definition in CSS2.
getOutlineStyle() - method in class org.w3c.dom.css.CSS2Properties
See the outline-style property definition in CSS2.
getOutlineWidth() - method in class org.w3c.dom.css.CSS2Properties
See the outline-width property definition in CSS2.
getOutputProperties() - method in class gnu.xml.libxmlj.transform.GnomeTransformer
getOutputProperties() - method in class javax.xml.transform.Templates
Returns the static properties for the xsl:output instruction.
getOutputProperties() - method in class javax.xml.transform.Transformer
Returns a copy of the output properties for the transformation.
getOutputProperty(String) - method in class gnu.xml.libxmlj.transform.GnomeTransformer
getOutputProperty(String) - method in class javax.xml.transform.Transformer
Returns the value of an output property for the transformation.
getOutputStream() - method in class javax.xml.transform.stream.StreamResult
Returns the target output stream.
getOverflow() - method in class org.w3c.dom.css.CSS2Properties
See the overflow property definition in CSS2.
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
getOwnerDocument() - method in class gnu.xml.dom.DomNode
DOM L1 (modified in L2) Returns the owner document.
getOwnerDocument() - method in class org.w3c.dom.Node
The Document object associated with this node.
getOwnerElement() - method in class org.w3c.dom.Attr
The Element node this attribute is attached to or null if this attribute is not in use.
getOwnerElement() - method in class gnu.xml.dom.DomAttr
DOM L2 Returns the element with which this attribute is associated.
getOwnerElement() - method in class org.w3c.dom.xpath.XPathNamespace
The Element on which the namespace was in scope when it was requested.
getOwnerNode() - method in class org.w3c.dom.stylesheets.StyleSheet
The node that associates this style sheet with the document.
getOwnerRule() - method in class org.w3c.dom.css.CSSStyleSheet
If this style sheet comes from an @import rule, the ownerRule attribute will contain the CSSImportRule.
getPadding() - method in class org.w3c.dom.css.CSS2Properties
See the padding property definition in CSS2.
getPaddingBottom() - method in class org.w3c.dom.css.CSS2Properties
See the padding-bottom property definition in CSS2.
getPaddingLeft() - method in class org.w3c.dom.css.CSS2Properties
See the padding-left property definition in CSS2.
getPaddingRight() - method in class org.w3c.dom.css.CSS2Properties
See the padding-right property definition in CSS2.
getPaddingTop() - method in class org.w3c.dom.css.CSS2Properties
See the padding-top property definition in CSS2.
getPage() - method in class org.w3c.dom.css.CSS2Properties
See the page property definition in CSS2.
getPageBreakAfter() - method in class org.w3c.dom.css.CSS2Properties
See the page-break-after property definition in CSS2.
getPageBreakBefore() - method in class org.w3c.dom.css.CSS2Properties
See the page-break-before property definition in CSS2.
getPageBreakInside() - method in class org.w3c.dom.css.CSS2Properties
See the page-break-inside property definition in CSS2.
getParameter(String) - method in class org.w3c.dom.DOMConfiguration
Return the value of a parameter if known.
getParameter(String) - method in class gnu.xml.dom.ls.DomLSParser
getParameter(String) - method in class gnu.xml.dom.ls.DomLSSerializer
Return the value of a parameter if known.
getParameter(String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
getParameter(String) - method in class gnu.xml.libxmlj.transform.GnomeTransformer
getParameter(String) - method in class javax.xml.transform.Transformer
Returns the specified parameter value.
getParameterNames() - method in class org.w3c.dom.DOMConfiguration
The list of the parameters supported by this DOMConfiguration object and for which at least one value can be set by the application.
getParameterNames() - method in class gnu.xml.dom.ls.DomLSParser
getParameterNames() - method in class gnu.xml.dom.ls.DomLSSerializer
The list of the parameters supported by this DOMConfiguration object and for which at least one value can be set by the application.
getParameterNames() - method in class gnu.xml.libxmlj.dom.GnomeDocument
getParent() - method in class org.xml.sax.XMLFilter
Get the parent reader.
getParent() - method in class org.xml.sax.helpers.XMLFilterImpl
Get the parent reader.
getParentNode() - method in class gnu.xml.dom.DomAttr
The parent of this node.
getParentNode() - method in class gnu.xml.dom.DomNode
DOM L1 Returns the parent node, if one is known.
getParentNode() - method in class org.w3c.dom.Node
The parent of this node.
getParentRule() - method in class org.w3c.dom.css.CSSRule
If this rule is contained inside another rule (e.g.
getParentRule() - method in class org.w3c.dom.css.CSSStyleDeclaration
The CSS rule that contains this declaration block or null if this CSSStyleDeclaration is not attached to a CSSRule.
getParentStyleSheet() - method in class org.w3c.dom.css.CSSRule
The style sheet that contains this rule.
getParentStyleSheet() - method in class org.w3c.dom.stylesheets.StyleSheet
For style sheet languages that support the concept of style sheet inclusion, this attribute represents the including style sheet, if one exists.
getParser() - method in class javax.xml.parsers.SAXParser
Returns the underlying SAX1 parser.
getParserClass() - method in class gnu.xml.util.XCat
Returns the name of the SAX2 parser class used to parse catalogs.
getPause() - method in class org.w3c.dom.css.CSS2Properties
See the pause property definition in CSS2.
getPauseAfter() - method in class org.w3c.dom.css.CSS2Properties
See the pause-after property definition in CSS2.
getPauseBefore() - method in class org.w3c.dom.css.CSS2Properties
See the pause-before property definition in CSS2.
getPitch() - method in class org.w3c.dom.css.CSS2Properties
See the pitch property definition in CSS2.
getPitchRange() - method in class org.w3c.dom.css.CSS2Properties
See the pitch-range property definition in CSS2.
getPlayDuring() - method in class org.w3c.dom.css.CSS2Properties
See the play-during property definition in CSS2.
getPosition() - method in class org.w3c.dom.css.CSS2Properties
See the position property definition in CSS2.
getPosition() - method in class org.w3c.dom.ls.LSProgressEvent
The current position in the input source, including all external entities and other resources that have been read.
getPrefix() - method in class gnu.xml.dom.DomNode
DOM L2 Returns null; this must be overridden for element and attribute nodes.
getPrefix() - method in class gnu.xml.dom.DomNsNode
DOM L2 Returns any prefix part of the node's name (before any colon).
getPrefix() - method in class org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
getPrefix() - method in class javax.xml.namespace.QName
getPrefix(String) - method in class javax.xml.namespace.NamespaceContext
Returns the prefix currently bound to the given namespace URI.
getPrefix(String) - method in class org.xml.sax.helpers.NamespaceSupport
Return one of the prefixes mapped to a Namespace URI.
getPrefixes() - method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes whose declarations are active in the current context.
getPrefixes(String) - method in class javax.xml.namespace.NamespaceContext
Returns all the prefixes currently bound to the given namespace URI.
getPrefixes(String) - method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes for a given URI whose declarations are active in the current context.
getPreviousSibling() - method in class gnu.xml.dom.DomAttr
The node immediately preceding this node.
getPreviousSibling() - method in class gnu.xml.dom.DomNode
DOM L1 Returns the previous sibling, if one is known.
getPreviousSibling() - method in class org.w3c.dom.Node
The node immediately preceding this node.
getPrevValue() - method in class gnu.xml.dom.DomEvent.DomMutationEvent
Returns any "previous value" provided by this type of event
getPrevValue() - method in class org.w3c.dom.events.MutationEvent
prevValue indicates the previous value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharacterDataModified events.
getPrimitiveType() - method in class org.w3c.dom.css.CSSPrimitiveValue
The type of the value as defined by the constants specified above.
getProfile() - method in class org.w3c.dom.html2.HTMLHeadElement
URI [IETF RFC 2396] designating a metadata profile.
getPrompt() - method in class org.w3c.dom.html2.HTMLIsIndexElement
The prompt message.
getProperty(String) - method in class gnu.xml.pipeline.CallFilter
Returns the declaration or lexical handler currently in use, or throws an exception for other properties.
getProperty(String) - method in class gnu.xml.pipeline.DomConsumer
Returns the lexical handler being used.
getProperty(String) - method in class gnu.xml.util.DomParser
SAX2: Returns the specified property.
getProperty(String) - method in class gnu.xml.pipeline.EventConsumer
This method works like the SAX2 XMLReader method of the same name, and is used to retrieve the optional lexical and declaration handlers in a pipeline.
getProperty(String) - method in class gnu.xml.pipeline.EventFilter
Retrieves a property of unknown intent (usually a handler)
getProperty(String) - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
getProperty(String) - method in class org.xml.sax.helpers.ParserAdapter
Get a parser property.
getProperty(String) - method in class gnu.xml.aelfred2.SAXDriver
SAX2: Returns the specified property.
getProperty(String) - method in class javax.xml.parsers.SAXParser
Returns the value of the specified SAX2 parser property.
getProperty(String) - method in class javax.xml.validation.SchemaFactory
getProperty(String) - method in class gnu.xml.pipeline.TeeConsumer
Returns the declaration or lexical handler being used.
getProperty(String) - method in class gnu.xml.pipeline.TextConsumer
XMLReaderRetrieves a property (lexical and decl handlers)
getProperty(String) - method in class javax.xml.validation.Validator
getProperty(String) - method in class javax.xml.validation.ValidatorHandler
getProperty(String) - method in class org.xml.sax.helpers.XMLFilterImpl
Look up the value of a property.
getProperty(String) - method in class gnu.xml.aelfred2.XmlReader
SAX2: Returns the specified property.
getProperty(String) - method in class org.xml.sax.XMLReader
Look up the value of a property.
getPropertyCSSValue(String) - method in class org.w3c.dom.css.CSSStyleDeclaration
Used to retrieve the object representation of the value of a CSS property if it has been explicitly set within this declaration block.
getPropertyPriority(String) - method in class org.w3c.dom.css.CSSStyleDeclaration
Used to retrieve the priority of a CSS property (e.g.
getPropertyValue(String) - method in class org.w3c.dom.css.CSSStyleDeclaration
Used to retrieve the value of a CSS property if it has been explicitly set within this declaration block.
getPublicId() - method in class org.w3c.dom.DocumentType
The public identifier of the external subset.
getPublicId() - method in class gnu.xml.dom.DomExtern
DOM L1 Returns the PUBLIC identifier associated with this object, if any.
getPublicId() - method in class gnu.xml.dom.ls.DomLSInput
getPublicId() - method in class org.w3c.dom.Entity
The public identifier associated with the entity if specified, and null otherwise.
getPublicId() - method in class org.xml.sax.InputSource
Get the public identifier for this input source.
getPublicId() - method in class org.xml.sax.Locator
Return the public identifier for the current document event.
getPublicId() - method in class org.xml.sax.helpers.LocatorImpl
Return the saved public identifier.
getPublicId() - method in class org.w3c.dom.ls.LSInput
The public identifier for this input source.
getPublicId() - method in class org.w3c.dom.Notation
The public identifier of this notation.
getPublicId() - method in class gnu.xml.aelfred2.SAXDriver
SAX Locator method (don't invoke on parser);
getPublicId() - method in class org.xml.sax.SAXParseException
Get the public identifier of the entity where the exception occurred.
getPublicId() - method in class javax.xml.transform.SourceLocator
Returns the XML public ID for the document.
getPublicId() - method in class javax.xml.transform.stream.StreamSource
Returns the public ID for this source.
getPublicId() - method in class gnu.xml.pipeline.XIncludeFilter
Used for proxy locator; do not call directly.
getQName(int) - method in class org.xml.sax.Attributes
Look up an attribute's XML qualified (prefixed) name by index.
getQName(int) - method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's qualified (prefixed) name.
getQName(int) - method in class gnu.xml.aelfred2.SAXDriver
SAX2 Attributes method (don't invoke on parser);
getQuotes() - method in class org.w3c.dom.css.CSS2Properties
See the quotes property definition in CSS2.
getReader() - method in class javax.xml.transform.stream.StreamSource
Returns the source reader.
getReadOnly() - method in class org.w3c.dom.html2.HTMLInputElement
This control is read-only.
getReadOnly() - method in class org.w3c.dom.html2.HTMLTextAreaElement
This control is read-only.
getRectValue() - method in class org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the Rect value.
getRed() - method in class org.w3c.dom.css.RGBColor
This attribute is used for the red value of the RGB color.
getReferrer() - method in class org.w3c.dom.html2.HTMLDocument
Returns the URI [IETF RFC 2396] of the page that linked to this page.
getRel() - method in class org.w3c.dom.html2.HTMLAnchorElement
Forward link type.
getRel() - method in class org.w3c.dom.html2.HTMLLinkElement
Forward link type.
getRelatedData() - method in class org.w3c.dom.DOMError
The related DOMError.type dependent data if any.
getRelatedException() - method in class org.w3c.dom.DOMError
The related platform dependent exception if any.
getRelatedNode() - method in class gnu.xml.dom.DomEvent.DomMutationEvent
Returns any "related" node provided by this type of event
getRelatedNode() - method in class org.w3c.dom.DOMLocator
The node this locator is pointing to, or null if no node is available.
getRelatedNode() - method in class org.w3c.dom.events.MutationEvent
relatedNode is used to identify a secondary node related to a mutation event.
getRelatedTarget() - method in class org.w3c.dom.events.MouseEvent
Used to identify a secondary EventTarget related to a UI event.
getResourceResolver() - method in class javax.xml.validation.SchemaFactory
getResourceResolver() - method in class javax.xml.validation.Validator
getResourceResolver() - method in class javax.xml.validation.ValidatorHandler
getRest() - method in class gnu.xml.pipeline.TeeConsumer
Returns the second pipeline to get event calls.
getResultType() - method in class org.w3c.dom.xpath.XPathResult
A code representing the type of this result, as defined by the type constants.
getRev() - method in class org.w3c.dom.html2.HTMLAnchorElement
Reverse link type.
getRev() - method in class org.w3c.dom.html2.HTMLLinkElement
Reverse link type.
getRGBColorValue() - method in class org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the RGB color.
getRichness() - method in class org.w3c.dom.css.CSS2Properties
See the richness property definition in CSS2.
getRight() - method in class org.w3c.dom.css.CSS2Properties
See the right property definition in CSS2.
getRight() - method in class org.w3c.dom.css.Rect
This attribute is used for the right of the rect.
getRoot() - method in class gnu.xml.dom.DomIterator
DOM L2 Returns the root of the tree this is iterating through.
getRoot() - method in class gnu.xml.dom.DomNodeIterator
The root node of the NodeIterator, as specified when it was created.
getRoot() - method in class org.w3c.dom.traversal.NodeIterator
The root node of the NodeIterator, as specified when it was created.
getRoot() - method in class org.w3c.dom.traversal.TreeWalker
The root node of the TreeWalker, as specified when it was created.
getRowIndex() - method in class org.w3c.dom.html2.HTMLTableRowElement
This is in logical order and not in document order.
getRows() - method in class org.w3c.dom.html2.HTMLFrameSetElement
The number of rows of frames in the frameset.
getRows() - method in class org.w3c.dom.html2.HTMLTableElement
Returns a collection of all the rows in the table, including all in THEAD, TFOOT, all TBODY elements.
getRows() - method in class org.w3c.dom.html2.HTMLTableSectionElement
The collection of rows in this table section.
getRows() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Number of text rows.
getRowSpan() - method in class org.w3c.dom.html2.HTMLTableCellElement
Number of rows spanned by cell.
getRules() - method in class org.w3c.dom.html2.HTMLTableElement
Specifies which internal table borders to render.
getSchema() - method in class javax.xml.parsers.DocumentBuilder
Returns the schema in use by the XML processor.
getSchema() - method in class javax.xml.parsers.DocumentBuilderFactory
Returns the schema.
getSchema() - method in class javax.xml.parsers.SAXParser
Returns the schema in use by this parser.
getSchema() - method in class javax.xml.parsers.SAXParserFactory
Returns the schema.
getSchemaTypeInfo() - method in class org.w3c.dom.Attr
The type information associated with this attribute.
getSchemaTypeInfo() - method in class gnu.xml.dom.DomAttr
The type information associated with this attribute.
getSchemaTypeInfo() - method in class gnu.xml.dom.DomElement
The type information associated with this element.
getSchemaTypeInfo() - method in class org.w3c.dom.Element
The type information associated with this element.
getScheme() - method in class org.w3c.dom.html2.HTMLMetaElement
Select form of content.
getScope() - method in class org.w3c.dom.html2.HTMLTableCellElement
Scope covered by header cells.
getScreenX() - method in class org.w3c.dom.events.MouseEvent
The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScreenY() - method in class org.w3c.dom.events.MouseEvent
The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.
getScrolling() - method in class org.w3c.dom.html2.HTMLFrameElement
Specify whether or not the frame should have scrollbars.
getScrolling() - method in class org.w3c.dom.html2.HTMLIFrameElement
Specify whether or not the frame should have scrollbars.
getSecond() - method in class javax.xml.datatype.XMLGregorianCalendar
getSeconds() - method in class javax.xml.datatype.Duration
Returns the seconds in this duration as an int, or 0 if not present.
getSectionRowIndex() - method in class org.w3c.dom.html2.HTMLTableRowElement
The index of this row, relative to the current section ( THEAD, TFOOT, or TBODY), starting from 0.
getSelected() - method in class org.w3c.dom.html2.HTMLOptionElement
Represents the current state of the corresponding form control, in an interactive user agent.
getSelectedIndex() - method in class org.w3c.dom.html2.HTMLSelectElement
The ordinal index of the selected option, starting from 0.
getSelectorText() - method in class org.w3c.dom.css.CSSPageRule
The parsable textual representation of the page selector for the rule.
getSelectorText() - method in class org.w3c.dom.css.CSSStyleRule
The textual representation of the selector for the rule set.
getSeparator() - method in class org.w3c.dom.css.Counter
This attribute is used for the separator of the nested counters.
getSeverity() - method in class org.w3c.dom.DOMError
The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
getShape() - method in class org.w3c.dom.html2.HTMLAnchorElement
The shape of the active area.
getShape() - method in class org.w3c.dom.html2.HTMLAreaElement
The shape of the active area.
getSheet() - method in class org.w3c.dom.stylesheets.LinkStyle
The style sheet.
getShiftKey() - method in class org.w3c.dom.events.MouseEvent
Used to indicate whether the 'shift' key was depressed during the firing of the event.
getSign() - method in class javax.xml.datatype.Duration
Returns the sign of this value.
getSingleNodeValue() - method in class org.w3c.dom.xpath.XPathResult
The value of this single node result, which may be null.
getSize() - method in class org.w3c.dom.css.CSS2Properties
See the size property definition in CSS2.
getSize() - method in class org.w3c.dom.html2.HTMLBaseFontElement
Computed font size.
getSize() - method in class org.w3c.dom.html2.HTMLFontElement
Font size.
getSize() - method in class org.w3c.dom.html2.HTMLHRElement
The height of the rule.
getSize() - method in class org.w3c.dom.html2.HTMLInputElement
Size information.
getSize() - method in class org.w3c.dom.html2.HTMLSelectElement
Number of visible rows.
getSnapshotLength() - method in class org.w3c.dom.xpath.XPathResult
The number of nodes in the result snapshot.
getSpan() - method in class org.w3c.dom.html2.HTMLTableColElement
Indicates the number of columns in a group or affected by a grouping.
getSpeak() - method in class org.w3c.dom.css.CSS2Properties
See the speak property definition in CSS2.
getSpeakHeader() - method in class org.w3c.dom.css.CSS2Properties
See the speak-header property definition in CSS2.
getSpeakNumeral() - method in class org.w3c.dom.css.CSS2Properties
See the speak-numeral property definition in CSS2.
getSpeakPunctuation() - method in class org.w3c.dom.css.CSS2Properties
See the speak-punctuation property definition in CSS2.
getSpecified() - method in class org.w3c.dom.Attr
True if this attribute was explicitly given a value in the instance document, false otherwise.
getSpecified() - method in class gnu.xml.dom.DomAttr
DOM L1 Returns true if a parser reported this was in the source text.
getSpeechRate() - method in class org.w3c.dom.css.CSS2Properties
See the speech-rate property definition in CSS2.
getSrc() - method in class org.w3c.dom.html2.HTMLFrameElement
A URI [IETF RFC 2396] designating the initial frame contents.
getSrc() - method in class org.w3c.dom.html2.HTMLIFrameElement
A URI [IETF RFC 2396] designating the initial frame contents.
getSrc() - method in class org.w3c.dom.html2.HTMLImageElement
URI [IETF RFC 2396] designating the source of this image.
getSrc() - method in class org.w3c.dom.html2.HTMLInputElement
When the type attribute has the value "image", this attribute specifies the location of the image to be used to decorate the graphical submit button.
getSrc() - method in class org.w3c.dom.html2.HTMLScriptElement
URI [IETF RFC 2396] designating an external script.
getStandby() - method in class org.w3c.dom.html2.HTMLObjectElement
Message to render while loading the object.
getStart() - method in class org.w3c.dom.html2.HTMLOListElement
Starting sequence number.
getStartContainer() - method in class org.w3c.dom.ranges.Range
Node within which the Range begins
getStartOffset() - method in class org.w3c.dom.ranges.Range
Offset within the starting node of the Range.
getStress() - method in class org.w3c.dom.css.CSS2Properties
See the stress property definition in CSS2.
getStrictErrorChecking() - method in class org.w3c.dom.Document
An attribute specifying whether error checking is enforced or not.
getStrictErrorChecking() - method in class gnu.xml.dom.DomDocument
getStrictErrorChecking() - method in class gnu.xml.libxmlj.dom.GnomeDocument
getStringData() - method in class gnu.xml.dom.ls.DomLSInput
getStringData() - method in class org.w3c.dom.ls.LSInput
String data to parse.
getStringValue() - method in class org.w3c.dom.css.CSSPrimitiveValue
This method is used to get the string value.
getStringValue() - method in class org.w3c.dom.xpath.XPathResult
The value of this string result.
getStyle() - method in class org.w3c.dom.css.CSSFontFaceRule
The declaration-block of this rule.
getStyle() - method in class org.w3c.dom.css.CSSPageRule
The declaration-block of this rule.
getStyle() - method in class org.w3c.dom.css.CSSStyleRule
The declaration-block of this rule set.
getStyle() - method in class org.w3c.dom.css.ElementCSSInlineStyle
The style attribute.
getStyleSheet() - method in class org.w3c.dom.css.CSSImportRule
The style sheet referred to by this rule, if it has been loaded.
getStyleSheets() - method in class org.w3c.dom.stylesheets.DocumentStyle
A list containing all the style sheets explicitly linked into or embedded in a document.
getSummary() - method in class org.w3c.dom.html2.HTMLTableElement
Description about the purpose or structure of a table.
getSystemId() - method in class org.w3c.dom.DocumentType
The system identifier of the external subset.
getSystemId() - method in class gnu.xml.dom.DomExtern
DOM L1 Returns the SYSTEM identifier associated with this object, if any.
getSystemId() - method in class gnu.xml.dom.ls.DomLSInput
getSystemId() - method in class gnu.xml.dom.ls.DomLSOutput
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
getSystemId() - method in class javax.xml.transform.dom.DOMResult
Returns the system ID used to resolve external entities.
getSystemId() - method in class javax.xml.transform.dom.DOMSource
Returns the base URI to use as the context for resolving entities.
getSystemId() - method in class org.w3c.dom.Entity
The system identifier associated with the entity if specified, and null otherwise.
getSystemId() - method in class org.xml.sax.InputSource
Get the system identifier for this input source.
getSystemId() - method in class org.xml.sax.Locator
Return the system identifier for the current document event.
getSystemId() - method in class org.xml.sax.helpers.LocatorImpl
Return the saved system identifier.
getSystemId() - method in class org.w3c.dom.ls.LSInput
The system identifier, a URI reference [IETF RFC 2396], for this input source.
getSystemId() - method in class org.w3c.dom.ls.LSOutput
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
getSystemId() - method in class org.w3c.dom.Notation
The system identifier of this notation.
getSystemId() - method in class javax.xml.transform.Result
Returns the system ID for this result.
getSystemId() - method in class gnu.xml.aelfred2.SAXDriver
SAX Locator method (don't invoke on parser);
getSystemId() - method in class org.xml.sax.SAXParseException
Get the system identifier of the entity where the exception occurred.
getSystemId() - method in class javax.xml.transform.sax.SAXResult
Returns the system ID which this result represnts.
getSystemId() - method in class javax.xml.transform.sax.SAXSource
Returns the system ID for this source.
getSystemId() - method in class javax.xml.transform.Source
Returns the system ID for this source.
getSystemId() - method in class javax.xml.transform.SourceLocator
Returns the XML system ID for the document.
getSystemId() - method in class javax.xml.transform.stream.StreamResult
Returns the system ID.
getSystemId() - method in class javax.xml.transform.stream.StreamSource
Returns the system ID for this source.
getSystemId() - method in class javax.xml.transform.sax.TemplatesHandler
Returns the system ID for the templates object created by this processor.
getSystemId() - method in class javax.xml.transform.sax.TransformerHandler
Returns the system ID relative to which URLs will be resolved.
getSystemId() - method in class gnu.xml.pipeline.XIncludeFilter
Used for proxy locator; do not call directly.
getTabIndex() - method in class org.w3c.dom.html2.HTMLAnchorElement
Index that represents the element's position in the tabbing order.
getTabIndex() - method in class org.w3c.dom.html2.HTMLAreaElement
Index that represents the element's position in the tabbing order.
getTabIndex() - method in class org.w3c.dom.html2.HTMLButtonElement
Index that represents the element's position in the tabbing order.
getTabIndex() - method in class org.w3c.dom.html2.HTMLInputElement
Index that represents the element's position in the tabbing order.
getTabIndex() - method in class org.w3c.dom.html2.HTMLObjectElement
Index that represents the element's position in the tabbing order.
getTabIndex() - method in class org.w3c.dom.html2.HTMLSelectElement
Index that represents the element's position in the tabbing order.
getTabIndex() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Index that represents the element's position in the tabbing order.
getTableLayout() - method in class org.w3c.dom.css.CSS2Properties
See the table-layout property definition in CSS2.
getTagName() - method in class gnu.xml.dom.DomElement
DOM L1 Returns the element name (same as getNodeName).
getTagName() - method in class org.w3c.dom.Element
The name of the element.
getTarget() - method in class gnu.xml.dom.DomEvent
Returns event's target; delivery of an event is initiated by a target.dispatchEvent(event) invocation.
getTarget() - method in class gnu.xml.dom.DomPI
DOM L1 Returns the target of the processing instruction.
getTarget() - method in class org.w3c.dom.events.Event
Used to indicate the EventTarget to which the event was originally dispatched.
getTarget() - method in class org.w3c.dom.html2.HTMLAnchorElement
Frame to render the resource in.
getTarget() - method in class org.w3c.dom.html2.HTMLAreaElement
Frame to render the resource in.
getTarget() - method in class org.w3c.dom.html2.HTMLBaseElement
The default target frame.
getTarget() - method in class org.w3c.dom.html2.HTMLFormElement
Frame to render the resource in.
getTarget() - method in class org.w3c.dom.html2.HTMLLinkElement
Frame to render the resource in.
getTarget() - method in class org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTBodies() - method in class org.w3c.dom.html2.HTMLTableElement
Returns a collection of the table bodies (including implicit ones).
getTemplates() - method in class javax.xml.transform.sax.TemplatesHandler
Returns the templates object created by the parsing of the SAX events.
getTests() - method in class gnu.xml.xpath.Selector
Returns the list of tests to perform on candidates.
getText() - method in class org.w3c.dom.html2.HTMLBodyElement
Document text color.
getText() - method in class org.w3c.dom.html2.HTMLOptionElement
The text contained within the option element.
getText() - method in class org.w3c.dom.html2.HTMLScriptElement
The script content of the element.
getText() - method in class org.w3c.dom.html2.HTMLTitleElement
The specified title as a string.
getTextAlign() - method in class org.w3c.dom.css.CSS2Properties
See the text-align property definition in CSS2.
getTextContent() - method in class gnu.xml.dom.DomNode
This attribute returns the text content of this node and its descendants.
getTextContent() - method in class org.w3c.dom.Node
This attribute returns the text content of this node and its descendants.
getTextDecoration() - method in class org.w3c.dom.css.CSS2Properties
See the text-decoration property definition in CSS2.
getTextIndent() - method in class org.w3c.dom.css.CSS2Properties
See the text-indent property definition in CSS2.
getTextShadow() - method in class org.w3c.dom.css.CSS2Properties
See the text-shadow property definition in CSS2.
getTextTransform() - method in class org.w3c.dom.css.CSS2Properties
See the text-transform property definition in CSS2.
getTFoot() - method in class org.w3c.dom.html2.HTMLTableElement
Returns the table's TFOOT, or null if none exists.
getTHead() - method in class org.w3c.dom.html2.HTMLTableElement
Returns the table's THEAD, or null if none exists.
getTimeInMillis(Calendar) - method in class javax.xml.datatype.Duration
Returns the duration length in milliseconds.
getTimeInMillis(Date) - method in class javax.xml.datatype.Duration
Returns the duration length in milliseconds.
getTimeStamp() - method in class gnu.xml.dom.DomEvent
Returns the event's timestamp.
getTimeStamp() - method in class org.w3c.dom.events.Event
Used to specify the time (in milliseconds relative to the epoch) at which the event was created.
getTimezone() - method in class javax.xml.datatype.XMLGregorianCalendar
getTimeZone(int) - method in class javax.xml.datatype.XMLGregorianCalendar
getTitle() - method in class org.w3c.dom.html2.HTMLDocument
The title of a document as specified by the TITLE element in the head of the document.
getTitle() - method in class org.w3c.dom.html2.HTMLElement
The element's advisory title.
getTitle() - method in class org.w3c.dom.stylesheets.StyleSheet
The advisory title.
getTop() - method in class org.w3c.dom.css.CSS2Properties
See the top property definition in CSS2.
getTop() - method in class gnu.xml.pipeline.DomConsumer.Handler
Returns the current node being populated.
getTop() - method in class org.w3c.dom.css.Rect
This attribute is used for the top of the rect.
getTotalSize() - method in class org.w3c.dom.ls.LSProgressEvent
The total size of the document including all external resources, this number might change as a document is being parsed if references to more external resources are seen.
getTransformer() - method in class javax.xml.transform.sax.TransformerHandler
Returns the transformer associated with this handler in order to set parameters and output properties.
getType() - method in class org.w3c.dom.css.CSSRule
The type of the rule, as defined above.
getType() - method in class org.w3c.dom.DOMError
A DOMString indicating which related data is expected in relatedData.
getType() - method in class gnu.xml.dom.DomEvent
Returns the event's type (name) as initialized
getType() - method in class org.w3c.dom.events.Event
The name of the event (case-insensitive).
getType() - method in class org.w3c.dom.html2.HTMLAnchorElement
Advisory content type.
getType() - method in class org.w3c.dom.html2.HTMLButtonElement
The type of button (all lower case).
getType() - method in class org.w3c.dom.html2.HTMLInputElement
The type of control created (all lower case).
getType() - method in class org.w3c.dom.html2.HTMLLIElement
List item bullet style.
getType() - method in class org.w3c.dom.html2.HTMLLinkElement
Advisory content type.
getType() - method in class org.w3c.dom.html2.HTMLObjectElement
Content type for data downloaded via data attribute.
getType() - method in class org.w3c.dom.html2.HTMLOListElement
Numbering style.
getType() - method in class org.w3c.dom.html2.HTMLParamElement
Content type for the value attribute when valuetype has the value "ref".
getType() - method in class org.w3c.dom.html2.HTMLScriptElement
The content type of the script language.
getType() - method in class org.w3c.dom.html2.HTMLSelectElement
The type of this form control.
getType() - method in class org.w3c.dom.html2.HTMLStyleElement
The content type of the style sheet language.
getType() - method in class org.w3c.dom.html2.HTMLTextAreaElement
The type of this form control.
getType() - method in class org.w3c.dom.html2.HTMLUListElement
Bullet style.
getType() - method in class org.w3c.dom.stylesheets.StyleSheet
This specifies the style sheet language for this style sheet.
getType(int) - method in class org.xml.sax.AttributeList
Return the type of an attribute in the list (by position).
getType(int) - method in class org.xml.sax.helpers.AttributeListImpl
Get the type of an attribute (by position).
getType(int) - method in class org.xml.sax.Attributes
Look up an attribute's type by index.
getType(int) - method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's type by index.
getType(int) - method in class gnu.xml.aelfred2.SAXDriver
SAX1 AttributeList, SAX2 Attributes method (don't invoke on parser);
getType(String) - method in class org.xml.sax.AttributeList
Return the type of an attribute in the list (by name).
getType(String) - method in class org.xml.sax.helpers.AttributeListImpl
Get the type of an attribute (by name).
getType(String) - method in class org.xml.sax.Attributes
Look up an attribute's type by XML qualified (prefixed) name.
getType(String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by qualified (prefixed) name.
getType(String) - method in class gnu.xml.aelfred2.SAXDriver
SAX1 AttributeList, SAX2 Attributes method (don't invoke on parser);
getType(String,String) - method in class org.xml.sax.Attributes
Look up an attribute's type by Namespace name.
getType(String,String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by Namespace-qualified name.
getType(String,String) - method in class gnu.xml.aelfred2.SAXDriver
SAX2 Attributes method (don't invoke on parser);
getTypeInfoProvider() - method in class javax.xml.validation.ValidatorHandler
getTypeName() - method in class org.w3c.dom.TypeInfo
The name of a type declared for the associated element or attribute, or null if unknown.
getTypeNamespace() - method in class org.w3c.dom.TypeInfo
The namespace of the type declared for the associated element or attribute or null if the element does not have declaration or if no namespace information is available.
getUnicodeBidi() - method in class org.w3c.dom.css.CSS2Properties
See the unicode-bidi property definition in CSS2.
getUri() - method in class org.w3c.dom.DOMLocator
The URI this locator is pointing to, or null if no URI is available.
getURI(int) - method in class org.xml.sax.Attributes
Look up an attribute's Namespace URI by index.
getURI(int) - method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's Namespace URI.
getURI(int) - method in class gnu.xml.aelfred2.SAXDriver
SAX2 Attributes method (don't invoke on parser);
getURI(String) - method in class org.xml.sax.helpers.NamespaceSupport
Look up a prefix and get the currently-mapped Namespace URI.
getURIResolver() - method in class gnu.xml.libxmlj.transform.GnomeTransformer
getURIResolver() - method in class gnu.xml.libxmlj.transform.GnomeTransformerFactory
getURIResolver() - method in class gnu.xml.util.SAXNullTransformerFactory
Returns the value assigned by setURIResolver(URIResolver).
getURIResolver() - method in class javax.xml.transform.Transformer
Returns the callback used to resolve entities referenced by xsl:include, xsl:import, or the XPath document() function.
getURIResolver() - method in class javax.xml.transform.TransformerFactory
Returns the resolver callback to be used by transformers obtained from this factory.
getURIResolver() - method in class gnu.xml.transform.TransformerFactoryImpl
Returns the resolver callback to be used by transformers obtained from this factory.
getURL() - method in class org.w3c.dom.html2.HTMLDocument
The absolute URI [IETF RFC 2396] of the document.
getURL(String) - static method in class gnu.xml.util.Resolver
Returns a URL string.
getUseMap() - method in class org.w3c.dom.html2.HTMLImageElement
Use client-side image map.
getUseMap() - method in class org.w3c.dom.html2.HTMLInputElement
Use client-side image map.
getUseMap() - method in class org.w3c.dom.html2.HTMLObjectElement
Use client-side image map.
getUserData(String) - method in class gnu.xml.dom.DomNode
Retrieves the object associated to a key on a this node.
getUserData(String) - method in class org.w3c.dom.Node
Retrieves the object associated to a key on a this node.
getUtf16Offset() - method in class org.w3c.dom.DOMLocator
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or -1 if there is no UTF-16 offset available.
getVAlign() - method in class org.w3c.dom.html2.HTMLTableCellElement
Vertical alignment of data in cell.
getVAlign() - method in class org.w3c.dom.html2.HTMLTableColElement
Vertical alignment of cell data in column.
getVAlign() - method in class org.w3c.dom.html2.HTMLTableRowElement
Vertical alignment of data within cells of this row.
getVAlign() - method in class org.w3c.dom.html2.HTMLTableSectionElement
Vertical alignment of data in cells.
getValue() - method in class org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
getValue() - method in class gnu.xml.dom.DomAttr
DOM L1 Returns the value of the attribute as a non-null string; same as getNodeValue.
getValue() - method in class gnu.xml.dom.DomEx
Returns data to which the diagnotic applies, or null.
getValue() - method in class org.w3c.dom.html2.HTMLButtonElement
The current form control value.
getValue() - method in class org.w3c.dom.html2.HTMLInputElement
When the type attribute of the element has the value "text", "file" or "password", this represents the current contents of the corresponding form control, in an interactive user agent.
getValue() - method in class org.w3c.dom.html2.HTMLLIElement
Reset sequence number when used in OL.
getValue() - method in class org.w3c.dom.html2.HTMLOptionElement
The current form control value.
getValue() - method in class org.w3c.dom.html2.HTMLParamElement
The value of a run-time parameter.
getValue() - method in class org.w3c.dom.html2.HTMLSelectElement
The current form control value (i.e.
getValue() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Represents the current contents of the corresponding form control, in an interactive user agent.
getValue(int) - method in class org.xml.sax.AttributeList
Return the value of an attribute in the list (by position).
getValue(int) - method in class org.xml.sax.helpers.AttributeListImpl
Get the value of an attribute (by position).
getValue(int) - method in class org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(int) - method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's value by index.
getValue(int) - method in class gnu.xml.aelfred2.SAXDriver
SAX1 AttributeList, SAX2 Attributes method (don't invoke on parser);
getValue(String) - method in class org.xml.sax.AttributeList
Return the value of an attribute in the list (by name).
getValue(String) - method in class org.xml.sax.helpers.AttributeListImpl
Get the value of an attribute (by name).
getValue(String) - method in class org.xml.sax.Attributes
Look up an attribute's value by XML qualified (prefixed) name.
getValue(String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by qualified (prefixed) name.
getValue(String) - method in class gnu.xml.aelfred2.SAXDriver
SAX1 AttributeList, SAX2 Attributes method (don't invoke on parser);
getValue(String,String) - method in class org.xml.sax.Attributes
Look up an attribute's value by Namespace name.
getValue(String,String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by Namespace-qualified name.
getValue(String,String) - method in class gnu.xml.aelfred2.SAXDriver
SAX Attributes method (don't invoke on parser);
getValueType() - method in class org.w3c.dom.html2.HTMLParamElement
Information about the meaning of the value attribute value.
getVersion() - method in class org.w3c.dom.html2.HTMLHtmlElement
Version information about the document's DTD.
getVerticalAlign() - method in class org.w3c.dom.css.CSS2Properties
See the vertical-align property definition in CSS2.
getView() - method in class gnu.xml.dom.DomEvent.DomUIEvent
getView() - method in class org.w3c.dom.events.UIEvent
The view attribute identifies the AbstractView from which the event was generated.
getVisibility() - method in class org.w3c.dom.css.CSS2Properties
See the visibility property definition in CSS2.
getVLink() - method in class org.w3c.dom.html2.HTMLBodyElement
Color of links that have been visited by the user.
getVoiceFamily() - method in class org.w3c.dom.css.CSS2Properties
See the voice-family property definition in CSS2.
getVolume() - method in class org.w3c.dom.css.CSS2Properties
See the volume property definition in CSS2.
getVspace() - method in class org.w3c.dom.html2.HTMLAppletElement
Vertical space, in pixels, above and below this image, applet, or object.
getVspace() - method in class org.w3c.dom.html2.HTMLImageElement
Vertical space above and below this image in pixels.
getVspace() - method in class org.w3c.dom.html2.HTMLObjectElement
Vertical space, in pixels, above and below this image, applet, or object.
getWhatToShow() - method in class gnu.xml.dom.DomIterator
DOM L2 Returns the mask of flags provided during construction.
getWhatToShow() - method in class gnu.xml.dom.DomNodeIterator
This attribute determines which node types are presented via the NodeIterator.
getWhatToShow() - method in class org.w3c.dom.ls.LSParserFilter
Tells the LSParser what types of nodes to show to the method LSParserFilter.acceptNode.
getWhatToShow() - method in class org.w3c.dom.ls.LSSerializerFilter
Tells the LSSerializer what types of nodes to show to the filter.
getWhatToShow() - method in class org.w3c.dom.traversal.NodeIterator
This attribute determines which node types are presented via the NodeIterator.
getWhatToShow() - method in class org.w3c.dom.traversal.TreeWalker
This attribute determines which node types are presented via the TreeWalker.
getWhiteSpace() - method in class org.w3c.dom.css.CSS2Properties
See the white-space property definition in CSS2.
getWholeText() - method in class gnu.xml.dom.DomText
getWholeText() - method in class org.w3c.dom.Text
Returns all text of Text nodes logically-adjacent text nodes to this node, concatenated in document order.
getWidows() - method in class org.w3c.dom.css.CSS2Properties
See the widows property definition in CSS2.
getWidth() - method in class org.w3c.dom.css.CSS2Properties
See the width property definition in CSS2.
getWidth() - method in class org.w3c.dom.html2.HTMLAppletElement
Override width.
getWidth() - method in class org.w3c.dom.html2.HTMLHRElement
The width of the rule.
getWidth() - method in class org.w3c.dom.html2.HTMLIFrameElement
Frame width.
getWidth() - method in class org.w3c.dom.html2.HTMLImageElement
The width of the image in pixels.
getWidth() - method in class org.w3c.dom.html2.HTMLObjectElement
Override width.
getWidth() - method in class org.w3c.dom.html2.HTMLPreElement
Fixed width for content.
getWidth() - method in class org.w3c.dom.html2.HTMLTableCellElement
Cell width.
getWidth() - method in class org.w3c.dom.html2.HTMLTableColElement
Default column width.
getWidth() - method in class org.w3c.dom.html2.HTMLTableElement
Specifies the desired table width.
getWordSpacing() - method in class org.w3c.dom.css.CSS2Properties
See the word-spacing property definition in CSS2.
getWriter() - method in class javax.xml.transform.stream.StreamResult
Returns the target writer.
getXmlEncoding() - method in class org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the encoding of this document.
getXmlEncoding() - method in class gnu.xml.dom.DomDocument
DOM L3
getXmlEncoding() - method in class gnu.xml.dom.DomEntity
getXmlEncoding() - method in class org.w3c.dom.Entity
An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.
getXmlEncoding() - method in class gnu.xml.libxmlj.dom.GnomeDocument
getXMLReader() - method in class javax.xml.parsers.SAXParser
Returns the underlying SAX2 parser.
getXMLReader() - method in class javax.xml.transform.sax.SAXSource
Returns the SAX parser to be used by this source.
getXMLSchemaType() - method in class javax.xml.datatype.Duration
Returns the name of the XML Schema data type this value maps to.
getXMLSchemaType() - method in class javax.xml.datatype.XMLGregorianCalendar
getXmlStandalone() - method in class org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, whether this document is standalone.
getXmlStandalone() - method in class gnu.xml.dom.DomDocument
getXmlStandalone() - method in class gnu.xml.libxmlj.dom.GnomeDocument
getXmlVersion() - method in class org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the version number of this document.
getXmlVersion() - method in class gnu.xml.dom.DomDocument
getXmlVersion() - method in class gnu.xml.dom.DomEntity
getXmlVersion() - method in class org.w3c.dom.Entity
An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity.
getXmlVersion() - method in class gnu.xml.libxmlj.dom.GnomeDocument
getXMLVersion() - method in class org.xml.sax.ext.Locator2
Returns the version of XML used for the entity.
getXMLVersion() - method in class org.xml.sax.ext.Locator2Impl
Returns the current value of the version property.
getXPathFunctionResolver() - method in class javax.xml.xpath.XPath
getXPathFunctionResolver() - method in class gnu.xml.xpath.XPathImpl
getXPathVariableResolver() - method in class javax.xml.xpath.XPath
getXPathVariableResolver() - method in class gnu.xml.xpath.XPathImpl
getYear() - method in class javax.xml.datatype.XMLGregorianCalendar
getYears() - method in class javax.xml.datatype.Duration
Returns the years in this duration as an int, or 0 if not present.
getZIndex() - method in class org.w3c.dom.css.CSS2Properties
See the z-index property definition in CSS2.
GMONTH - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the gMonth data type.
GMONTHDAY - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the gMonthDay data type.
GnomeDocument - class gnu.xml.libxmlj.dom.GnomeDocument
A DOM document node implemented in libxml2.
GnomeDocumentBuilder - class gnu.xml.libxmlj.dom.GnomeDocumentBuilder
A JAXP DOM implementation that uses Gnome libxml2 as the underlying parser and node representation.
GnomeDocumentBuilder() - constructor for class gnu.xml.libxmlj.dom.GnomeDocumentBuilder
Constructs a new validating document builder.
GnomeDocumentBuilder(boolean,boolean,boolean) - constructor for class gnu.xml.libxmlj.dom.GnomeDocumentBuilder
Constructs a new document builder.
Factory for JAXP document builders using the libxml2 implementation.
GnomeDocumentBuilderFactory() - constructor for class gnu.xml.libxmlj.dom.GnomeDocumentBuilderFactory
GnomeSAXParserFactory - class gnu.xml.libxmlj.sax.GnomeSAXParserFactory
JAXP SAX parser factory implementation that uses libxml2.
GnomeSAXParserFactory() - constructor for class gnu.xml.libxmlj.sax.GnomeSAXParserFactory
Creates a new SAX parser factory.
GnomeTransformer - class gnu.xml.libxmlj.transform.GnomeTransformer
An implementation of Transformer which performs XSLT transformation using libxslt.
GnomeTransformerFactory - class gnu.xml.libxmlj.transform.GnomeTransformerFactory
An implementation of TransformerFactory producing Transformer objects which use libxslt for transformation.
GnomeXMLReader - class gnu.xml.libxmlj.sax.GnomeXMLReader
A SAX2 parser that uses libxml2.
GnomeXMLReader() - constructor for class gnu.xml.libxmlj.sax.GnomeXMLReader
GnomeXMLReader(boolean,boolean) - constructor for class gnu.xml.libxmlj.sax.GnomeXMLReader
This package contains Ælfred2, which includes an enhanced SAX2-compatible version of the Ælfred non-validating XML parser, a modular (and hence optional) DTD validating parser, and modular (and hence optional) JAXP glue to those.
gnu.xml.dom - package
This is a Free Software DOM Level 3 implementation, supporting these features:
  • "XML"
  • "Events"
  • "MutationEvents"
  • "HTMLEvents" (won't generate them though)
  • "UIEvents" (also won't generate them)
  • "USER-Events" (a conformant extension)
  • "Traversal" (optional)
  • "XPath"
  • "LS" and "LS-Async"
It is intended to be a reasonable base both for experimentation and supporting additional DOM modules as clean layers.
gnu.xml.dom.ls - package
DOM Level 3 Load & Save implementation.
DOM Level 3 Core and XPath implementation using Gnome libxml2.
SAX 2 implementation using Gnome libxml2.
A JAXP-compliant wrapper for the XSLT C library for Gnome, also known as libxslt.
This package exposes a kind of XML processing pipeline, based on sending SAX events, which can be used as components of application architectures.
This package contains a Java XSL transformer compliant with the JAXP specification.
gnu.xml.util - package
This package contains XML utilities, including SAX2 XML writers and a parser of DOM trees, plus a command line driver.
gnu.xml.xpath - package
100% Java DOM Level 3 XPath implementation, also used as the basis for the GNU JAXP XSL transformer.
GREATER - static field in class javax.xml.datatype.DatatypeConstants
Comparison result.
GT - static field in class gnu.xml.xpath.XPathParser
GTE - static field in class gnu.xml.xpath.XPathParser
GYEAR - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the gYear data type.
GYEARMONTH - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the gYearMonth data type.

H

This method is called whenever the node for which this handler is registered is imported or cloned.
This method is called on the error handler when an error occurs.
Not for public use.
handleEvent(org.w3c.dom.events.Event) - method in class org.w3c.dom.events.EventListener
This method is called whenever an event occurs of the type for which the EventListener interface was registered.
DomConsumer.Handler - class gnu.xml.pipeline.DomConsumer.Handler
Class used to intercept various parsing events and use them to populate a DOM document.
Handler(gnu.xml.pipeline.DomConsumer) - constructor for class gnu.xml.pipeline.DomConsumer.Handler
Subclasses may use SAX2 events to provide additional behaviors in the resulting DOM.
HandlerBase - class org.xml.sax.HandlerBase
Default base class for handlers.
hasAttribute(String) - method in class gnu.xml.dom.DomElement
DOM L2 Returns true if the element has an attribute with the specified name (specified or DTD defaulted).
hasAttribute(String) - method in class org.w3c.dom.Element
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttributeNS(String,String) - method in class gnu.xml.dom.DomElement
DOM L2 Returns true if the element has an attribute with the specified name (specified or DTD defaulted).
hasAttributeNS(String,String) - method in class org.w3c.dom.Element
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
hasAttributes() - method in class gnu.xml.dom.DomElement
DOM L2> Returns true iff this is an element node with attributes.
hasAttributes() - method in class gnu.xml.dom.DomNode
DOM L2> Returns true iff this is an element node with attributes.
hasAttributes() - method in class org.w3c.dom.Node
Returns whether this node (if it is an element) has any attributes.
hasChildNodes() - method in class gnu.xml.dom.DomNode
DOM L1 Returns true if this node has children.
hasChildNodes() - method in class org.w3c.dom.Node
Returns whether this node has any children.
hasFeature(String,String) - method in class gnu.xml.dom.DomImpl
DOM L1 Returns true if the specified feature and version are supported.
hasFeature(String,String) - method in class org.w3c.dom.DOMImplementation
Test if the DOM implementation implements a specific feature and version, as specified in .
hasFeature(String,String) - method in class gnu.xml.libxmlj.dom.GnomeDocumentBuilder
Test if the DOM implementation implements a specific feature and version, as specified in .
hashCode() - method in class javax.xml.datatype.Duration
hashCode() - method in class javax.xml.namespace.QName
hashCode() - method in class javax.xml.datatype.XMLGregorianCalendar
HIERARCHY_REQUEST_ERR - static field in class org.w3c.dom.DOMException
If any Node is inserted somewhere it doesn't belong.
HOURS - static field in class javax.xml.datatype.DatatypeConstants
Constant that represents the hours field.
HTMLAnchorElement - interface org.w3c.dom.html2.HTMLAnchorElement
The anchor element.
HTMLAppletElement - interface org.w3c.dom.html2.HTMLAppletElement
An embedded Java applet.
HTMLAreaElement - interface org.w3c.dom.html2.HTMLAreaElement
Client-side image map area definition.
HTMLBaseElement - interface org.w3c.dom.html2.HTMLBaseElement
Document base URI [IETF RFC 2396].
HTMLBaseFontElement - interface org.w3c.dom.html2.HTMLBaseFontElement
Base font.
HTMLBodyElement - interface org.w3c.dom.html2.HTMLBodyElement
The HTML document body.
HTMLBRElement - interface org.w3c.dom.html2.HTMLBRElement
Force a line break.
HTMLButtonElement - interface org.w3c.dom.html2.HTMLButtonElement
Push button.
HTMLCollection - interface org.w3c.dom.html2.HTMLCollection
An HTMLCollection is a list of nodes.
HTMLDirectoryElement - interface org.w3c.dom.html2.HTMLDirectoryElement
Directory list.
HTMLDivElement - interface org.w3c.dom.html2.HTMLDivElement
Generic block container.
HTMLDListElement - interface org.w3c.dom.html2.HTMLDListElement
Definition list.
HTMLDocument - interface org.w3c.dom.html2.HTMLDocument
An HTMLDocument is the root of the HTML hierarchy and holds the entire content.
HTMLElement - interface org.w3c.dom.html2.HTMLElement
All HTML element interfaces derive from this class.
HTMLFieldSetElement - interface org.w3c.dom.html2.HTMLFieldSetElement
Organizes form controls into logical groups.
HTMLFontElement - interface org.w3c.dom.html2.HTMLFontElement
Local change to font.
HTMLFormElement - interface org.w3c.dom.html2.HTMLFormElement
The FORM element encompasses behavior similar to a collection and an element.
HTMLFrameElement - interface org.w3c.dom.html2.HTMLFrameElement
Create a frame.
HTMLFrameSetElement - interface org.w3c.dom.html2.HTMLFrameSetElement
Create a grid of frames.
HTMLHeadElement - interface org.w3c.dom.html2.HTMLHeadElement
Document head information.
HTMLHeadingElement - interface org.w3c.dom.html2.HTMLHeadingElement
For the H1 to H6 elements.
HTMLHRElement - interface org.w3c.dom.html2.HTMLHRElement
Create a horizontal rule.
HTMLHtmlElement - interface org.w3c.dom.html2.HTMLHtmlElement
Root of an HTML document.
HTMLIFrameElement - interface org.w3c.dom.html2.HTMLIFrameElement
Inline subwindows.
HTMLImageElement - interface org.w3c.dom.html2.HTMLImageElement
Embedded image.
HTMLInputElement - interface org.w3c.dom.html2.HTMLInputElement
Form control.Depending upon the environment in which the page is being viewed, the value property may be read-only for the file upload input type.
HTMLIsIndexElement - interface org.w3c.dom.html2.HTMLIsIndexElement
This element is used for single-line text input.
HTMLLabelElement - interface org.w3c.dom.html2.HTMLLabelElement
Form field label text.
HTMLLegendElement - interface org.w3c.dom.html2.HTMLLegendElement
Provides a caption for a FIELDSET grouping.
HTMLLIElement - interface org.w3c.dom.html2.HTMLLIElement
List item.
HTMLLinkElement - interface org.w3c.dom.html2.HTMLLinkElement
The LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa).
HTMLMapElement - interface org.w3c.dom.html2.HTMLMapElement
Client-side image map.
HTMLMenuElement - interface org.w3c.dom.html2.HTMLMenuElement
Menu list.
HTMLMetaElement - interface org.w3c.dom.html2.HTMLMetaElement
This contains generic meta-information about the document.
HTMLModElement - interface org.w3c.dom.html2.HTMLModElement
Notice of modification to part of a document.
HTMLObjectElement - interface org.w3c.dom.html2.HTMLObjectElement
Generic embedded object.In principle, all properties on the object element are read-write but in some environments some properties may be read-only once the underlying object is instantiated.
HTMLOListElement - interface org.w3c.dom.html2.HTMLOListElement
Ordered list.
HTMLOptGroupElement - interface org.w3c.dom.html2.HTMLOptGroupElement
Group options together in logical subdivisions.
HTMLOptionElement - interface org.w3c.dom.html2.HTMLOptionElement
A selectable choice.
HTMLOptionsCollection - interface org.w3c.dom.html2.HTMLOptionsCollection
An HTMLOptionsCollection is a list of nodes representing HTML option element.
HTMLParagraphElement - interface org.w3c.dom.html2.HTMLParagraphElement
Paragraphs.
HTMLParamElement - interface org.w3c.dom.html2.HTMLParamElement
Parameters fed to the OBJECT element.
HTMLPreElement - interface org.w3c.dom.html2.HTMLPreElement
Preformatted text.
HTMLQuoteElement - interface org.w3c.dom.html2.HTMLQuoteElement
For the Q and BLOCKQUOTE elements.
HTMLScriptElement - interface org.w3c.dom.html2.HTMLScriptElement
Script statements.
HTMLSelectElement - interface org.w3c.dom.html2.HTMLSelectElement
The select element allows the selection of an option.
HTMLStyleElement - interface org.w3c.dom.html2.HTMLStyleElement
Style information.
HTMLTableCaptionElement - interface org.w3c.dom.html2.HTMLTableCaptionElement
Table caption See the CAPTION element definition in HTML 4.01.
HTMLTableCellElement - interface org.w3c.dom.html2.HTMLTableCellElement
The object used to represent the TH and TD elements.
HTMLTableColElement - interface org.w3c.dom.html2.HTMLTableColElement
Regroups the COL and COLGROUP elements.
HTMLTableElement - interface org.w3c.dom.html2.HTMLTableElement
The create* and delete* methods on the table allow authors to construct and modify tables.
HTMLTableRowElement - interface org.w3c.dom.html2.HTMLTableRowElement
A row in a table.
HTMLTableSectionElement - interface org.w3c.dom.html2.HTMLTableSectionElement
The THEAD, TFOOT, and TBODY elements.
HTMLTextAreaElement - interface org.w3c.dom.html2.HTMLTextAreaElement
Multi-line text field.
HTMLTitleElement - interface org.w3c.dom.html2.HTMLTitleElement
The document title.
HTMLUListElement - interface org.w3c.dom.html2.HTMLUListElement
Unordered list.

I

IdFunction - class gnu.xml.xpath.IdFunction
The id function selects elements by their unique ID.
IdFunction(gnu.xml.xpath.Expr) - constructor for class gnu.xml.xpath.IdFunction
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(ch[],int,int) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of ignorable whitespace in element content.
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(ch[],int,int) - method in class gnu.xml.pipeline.DomConsumer.Handler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(ch[],int,int) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
ignorableWhitespace(ch[],int,int) - method in class org.xml.sax.HandlerBase
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(ch[],int,int) - method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
ignorableWhitespace(ch[],int,int) - method in class gnu.xml.pipeline.TeeConsumer
ignorableWhitespace(ch[],int,int) - method in class gnu.xml.pipeline.WellFormednessFilter
SAX2: passes this callback to the next consumer, if any
ignorableWhitespace(ch[],int,int) - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
ignorableWhitespace(ch[],int,int) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter an ignorable whitespace event.
ignorableWhitespace(ch[],int,int) - method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 ignorable whitespace event.
ignorableWhitespace(ch[],int,int) - method in class gnu.xml.util.XMLWriter
SAX1: reports ignorable whitespace
Implementation list for GNU JAXP.
Implementation source for GNU JAXP.
IMPORT_RULE - static field in class org.w3c.dom.css.CSSRule
The rule is a CSSImportRule.
importNode(org.w3c.dom.Node,boolean) - method in class org.w3c.dom.Document
Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.
DOM L2 Makes a copy of the specified node, with all nodes "owned" by this document and with children optionally copied.
importNode(org.w3c.dom.Node,boolean) - method in class gnu.xml.libxmlj.dom.GnomeDocument
INDENT - static field in class javax.xml.transform.OutputKeys
Whether to indent the result tree (yes or no).
INDETERMINATE - static field in class javax.xml.datatype.DatatypeConstants
Comparison result.
INDEX_SIZE_ERR - static field in class org.w3c.dom.DOMException
If index or size is negative, or greater than the allowed value.
initCause(Throwable) - method in class javax.xml.transform.TransformerException
Initializes the root cause of this exception.
initEvent(String,boolean,boolean) - method in class gnu.xml.dom.DomEvent
Initializes basic event state.
initEvent(String,boolean,boolean) - method in class org.w3c.dom.events.Event
The initEvent method is used to initialize the value of an Event created through the DocumentEvent interface.
The initMouseEvent method is used to initialize the value of a MouseEvent created through the DocumentEvent interface.
Initializes a mutation event
The initMutationEvent method is used to initialize the value of a MutationEvent created through the DocumentEvent interface.
Initializes a UI event
The initUIEvent method is used to initialize the value of a UIEvent created through the DocumentEvent interface.
InputSource - class org.xml.sax.InputSource
A single input source for an XML entity.
InputSource() - constructor for class org.xml.sax.InputSource
Zero-argument default constructor.
InputSource(InputStream) - constructor for class org.xml.sax.InputSource
Create a new input source with a byte stream.
InputSource(Reader) - constructor for class org.xml.sax.InputSource
Create a new input source with a character stream.
InputSource(String) - constructor for class org.xml.sax.InputSource
Create a new input source with a system identifier.
DOM L1 Inserts the specified node in this node's list of children, enforcing the constraints that there be only one root element and one document type child.
DOM L1 Inserts the specified node in this node's list of children.
Inserts the node newChild before the existing child node refChild.
insertCell(int) - method in class org.w3c.dom.html2.HTMLTableRowElement
Insert an empty TD cell into this row.
insertData(int,String) - method in class org.w3c.dom.CharacterData
Insert a string at the specified 16-bit unit offset.
insertData(int,String) - method in class gnu.xml.dom.DomCharacterData
DOM L1 Modifies the value of this node.
insertNode(org.w3c.dom.Node) - method in class org.w3c.dom.ranges.Range
Inserts a node into the Document or DocumentFragment at the start of the Range.
insertRow(int) - method in class org.w3c.dom.html2.HTMLTableElement
Insert a new empty row in the table.
insertRow(int) - method in class org.w3c.dom.html2.HTMLTableSectionElement
Insert a row into this section.
insertRule(String,int) - method in class org.w3c.dom.css.CSSMediaRule
Used to insert a new rule into the media block.
insertRule(String,int) - method in class org.w3c.dom.css.CSSStyleSheet
Used to insert a new rule into the style sheet.
internalEntityDecl(String,String) - method in class org.xml.sax.ext.DeclHandler
Report an internal entity declaration.
internalEntityDecl(String,String) - method in class org.xml.sax.ext.DefaultHandler2
internalEntityDecl(String,String) - method in class gnu.xml.pipeline.DomConsumer.Handler
internalEntityDecl(String,String) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
internalEntityDecl(String,String) - method in class gnu.xml.pipeline.TeeConsumer
internalEntityDecl(String,String) - method in class gnu.xml.pipeline.ValidationConsumer
DecllHandler passed to the next consumer, unless this one was preloaded with a particular DTD
internalEntityDecl(String,String) - method in class gnu.xml.util.XMLWriter
SAX2: called on internal entity declarations
INUSE_ATTRIBUTE_ERR - static field in class org.w3c.dom.DOMException
If an attempt is made to add an attribute that is already in use elsewhere.
INVALID_ACCESS_ERR - static field in class org.w3c.dom.DOMException
If a parameter or an operation is not supported by the underlying object.
INVALID_CHARACTER_ERR - static field in class org.w3c.dom.DOMException
If an invalid or illegal character is specified, such as in an XML name.
INVALID_EXPRESSION_ERR - static field in class org.w3c.dom.xpath.XPathException
If the expression has a syntax error or otherwise is not a legal expression according to the rules of the specific XPathEvaluator or contains specialized extension functions or variables not supported by this implementation.
INVALID_MODIFICATION_ERR - static field in class org.w3c.dom.DOMException
If an attempt is made to modify the type of the underlying object.
INVALID_NODE_TYPE_ERR - static field in class org.w3c.dom.ranges.RangeException
If the container of an boundary-point of a Range is being set to either a node of an invalid type or a node with an ancestor of an invalid type.
INVALID_STATE_ERR - static field in class org.w3c.dom.DOMException
If an attempt is made to use an object that is not, or is no longer, usable.
isCanonical() - method in class gnu.xml.util.XMLWriter
Returns value of flag controlling canonical output.
isCoalescing() - method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether document builders obtained from this factory will convert CDATA sections to text nodes and normalize adjacent text nodes into a single text node.
isDeclared(int) - method in class org.xml.sax.ext.Attributes2
Returns false unless the attribute was declared in the DTD.
isDeclared(int) - method in class org.xml.sax.ext.Attributes2Impl
Returns the current value of the attribute's "declared" flag.
isDeclared(int) - method in class gnu.xml.aelfred2.SAXDriver
isDeclared(String) - method in class org.xml.sax.ext.Attributes2
Returns false unless the attribute was declared in the DTD.
isDeclared(String) - method in class org.xml.sax.ext.Attributes2Impl
Returns the current value of the attribute's "declared" flag.
isDeclared(String) - method in class gnu.xml.aelfred2.SAXDriver
isDeclared(String,String) - method in class org.xml.sax.ext.Attributes2
Returns false unless the attribute was declared in the DTD.
isDeclared(String,String) - method in class org.xml.sax.ext.Attributes2Impl
Returns the current value of the attribute's "declared" flag.
isDeclared(String,String) - method in class gnu.xml.aelfred2.SAXDriver
isDefaultNamespace(String) - method in class gnu.xml.dom.DomDocument
This method checks if the specified namespaceURI is the default namespace or not.
isDefaultNamespace(String) - method in class gnu.xml.dom.DomElement
This method checks if the specified namespaceURI is the default namespace or not.
isDefaultNamespace(String) - method in class gnu.xml.dom.DomNode
This method checks if the specified namespaceURI is the default namespace or not.
isDefaultNamespace(String) - method in class org.w3c.dom.Node
This method checks if the specified namespaceURI is the default namespace or not.
isDerivedFrom(String,String,int) - method in class org.w3c.dom.TypeInfo
This method returns if there is a derivation between the reference type definition, i.e.
isElementContentWhitespace() - method in class gnu.xml.dom.DomText
isElementContentWhitespace() - method in class org.w3c.dom.Text
Returns whether this text node contains element content whitespace, often abusively called "ignorable whitespace".
isEqualNode(org.w3c.dom.Node) - method in class gnu.xml.dom.DomNode
Tests whether two nodes are equal.
isEqualNode(org.w3c.dom.Node) - method in class org.w3c.dom.Node
Tests whether two nodes are equal.
isExpandEntityReferences() - method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether document builders obtained from this factory will expand entity reference nodes.
isExpandingEntities() - method in class gnu.xml.util.XMLWriter
Returns true if the output will have no entity references; returns false (the default) otherwise.
isHidingCDATA() - method in class gnu.xml.pipeline.DomConsumer
Returns true if the consumer is saving CDATA boundaries, or false (the default) otherwise.
isHidingComments() - method in class gnu.xml.pipeline.DomConsumer
Returns true if the consumer is hiding comments (the default), and false if they should be placed into the output document.
isHidingReferences() - method in class gnu.xml.pipeline.DomConsumer
Returns true if the consumer is hiding entity references nodes (the default), and false if EntityReference nodes should instead be created.
isHidingWhitespace() - method in class gnu.xml.pipeline.DomConsumer
Returns true if the consumer is hiding ignorable whitespace (the default), and false if such whitespace should be placed into the output document as children of element nodes.
isId() - method in class org.w3c.dom.Attr
Returns whether this attribute is known to be of type ID (i.e.
isId() - method in class gnu.xml.dom.DomAttr
Returns whether this attribute is known to be of type ID (i.e.
isIdAttribute(int) - method in class javax.xml.validation.TypeInfoProvider
Indicates if the attribute at the specified index is of the ID type.
isIgnoringComments() - method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether document builders obtained from this factory will discard comment nodes.
Indicates whether document builders obtained from this factory will eliminate whitespace within elements that have an element-only content model.
isLongerThan(javax.xml.datatype.Duration) - method in class javax.xml.datatype.Duration
isNamespaceAware() - method in class javax.xml.parsers.DocumentBuilder
Indicates whether this document builder is XML Namespace aware.
isNamespaceAware() - method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether document builders obtained from this factory will be XML Namespace aware.
isNamespaceAware() - method in class gnu.xml.libxmlj.dom.GnomeDocumentBuilder
isNamespaceAware() - method in class javax.xml.parsers.SAXParser
Indicates whether this parser is XML Namespace aware.
isNamespaceAware() - method in class javax.xml.parsers.SAXParserFactory
Indicates whether parsers obtained from this factory will be XML Namespace aware.
isNamespaceDeclUris() - method in class org.xml.sax.helpers.NamespaceSupport
Returns true if namespace declaration attributes are placed into a namespace.
isObjectModelSupported(String) - method in class javax.xml.xpath.XPathFactory
Indicates whether the specified object model URI is supported by this factory.
isObjectModelSupported(String) - method in class gnu.xml.xpath.XPathFactoryImpl
Indicates whether the specified object model URI is supported by this factory.
isPrettyPrinting() - method in class gnu.xml.util.XMLWriter
Returns value of flag controlling pretty printing.
isReadonly() - method in class gnu.xml.dom.DomNamedNodeMap
Exposes the internal "readonly" flag.
isReadonly() - method in class gnu.xml.dom.DomNode
Exposes the internal "readonly" flag.
isSameNode(org.w3c.dom.Node) - method in class gnu.xml.dom.DomDoctype
Returns whether this node is the same node as the given one.
isSameNode(org.w3c.dom.Node) - method in class gnu.xml.dom.DomNode
Returns whether this node is the same node as the given one.
isSameNode(org.w3c.dom.Node) - method in class org.w3c.dom.Node
Returns whether this node is the same node as the given one.
isSavingPrefixes() - method in class gnu.xml.pipeline.XIncludeFilter
Returns the flag controlling the setting of the SAX2 namespace-prefixes flag when parsing included documents.
isSchemaLanguageSupported(String) - method in class javax.xml.validation.SchemaFactory
Indicates whether the specified schema language is supported.
isSet(javax.xml.datatype.DatatypeConstants.Field) - method in class javax.xml.datatype.Duration
Indicates whether the specified field is set.
isShorterThan(javax.xml.datatype.Duration) - method in class javax.xml.datatype.Duration
isSpecified(int) - method in class org.xml.sax.ext.Attributes2
Returns true unless the attribute value was provided by DTD defaulting.
isSpecified(int) - method in class org.xml.sax.ext.Attributes2Impl
Returns the current value of an attribute's "specified" flag.
isSpecified(int) - method in class gnu.xml.aelfred2.SAXDriver
SAX-ext Attributes2 method (don't invoke on parser);
isSpecified(int) - method in class javax.xml.validation.TypeInfoProvider
Returns false if the attribute was defaulted (added by the validator).
isSpecified(String) - method in class org.xml.sax.ext.Attributes2
Returns true unless the attribute value was provided by DTD defaulting.
isSpecified(String) - method in class org.xml.sax.ext.Attributes2Impl
Returns the current value of an attribute's "specified" flag.
isSpecified(String) - method in class gnu.xml.aelfred2.SAXDriver
SAX-ext Attributes2 method (don't invoke on parser);
isSpecified(String,String) - method in class org.xml.sax.ext.Attributes2
Returns true unless the attribute value was provided by DTD defaulting.
isSpecified(String,String) - method in class org.xml.sax.ext.Attributes2Impl
Returns the current value of an attribute's "specified" flag.
isSpecified(String,String) - method in class gnu.xml.aelfred2.SAXDriver
SAX-ext Attributes2 method (don't invoke on parser);
isSupported(String,String) - method in class gnu.xml.dom.DomNode
DOM L2 Consults the DOM implementation to determine if the requested feature is supported.
isSupported(String,String) - method in class org.w3c.dom.Node
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node, as specified in .
isUnified() - method in class gnu.xml.util.XCat
Returns true (the default) if all methods resolve a given URI in the same way.
isUsingPublic() - method in class gnu.xml.util.XCat
Returns true (the default) if a catalog's public identifier mappings will be used.
isValid() - method in class javax.xml.datatype.XMLGregorianCalendar
Determines the validity of this calendar by getXMLSchemaType constraints.
isValidating() - method in class javax.xml.parsers.DocumentBuilder
Indicates whether this document builder will validate its input.
isValidating() - method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether document builders obtained from this factory will validate their input.
isValidating() - method in class gnu.xml.libxmlj.dom.GnomeDocumentBuilder
isValidating() - method in class javax.xml.parsers.SAXParser
Indicates whether this parser will validate its input.
isValidating() - method in class javax.xml.parsers.SAXParserFactory
Indicates whether parsers obtained from this factory will validate their input.
isXhtml() - method in class gnu.xml.util.XMLWriter
Returns true if the output attempts to echo the input following "transitional" XHTML rules and matching the "HTML Compatibility Guidelines" so that an HTML version 3 browser can read the output as HTML; returns false (the default) othewise.
isXIncludeAware() - method in class javax.xml.parsers.DocumentBuilder
Returns the XInclude processing mode in use by the parser.
isXIncludeAware() - method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether parsers obtained from this factory will be XInclude aware.
isXIncludeAware() - method in class javax.xml.parsers.SAXParser
Indicates whether this parser is XInclude-aware.
isXIncludeAware() - method in class javax.xml.parsers.SAXParserFactory
Indicates whether parsers obtained from this factory will be XInclude aware.
item(int) - method in class org.w3c.dom.css.CSSRuleList
Used to retrieve a CSS rule by ordinal index.
item(int) - method in class org.w3c.dom.css.CSSStyleDeclaration
Used to retrieve the properties that have been explicitly set in this declaration block.
item(int) - method in class org.w3c.dom.css.CSSValueList
Used to retrieve a CSSValue by ordinal index.
item(int) - method in class gnu.xml.dom.DomAttr
item(int) - method in class org.w3c.dom.DOMImplementationList
Returns the indexth item in the collection.
item(int) - method in class gnu.xml.dom.ls.DomLSParser
item(int) - method in class gnu.xml.dom.ls.DomLSSerializer
Returns the indexth item in the collection.
item(int) - method in class gnu.xml.dom.DomNamedNodeMap
DOM L1 Returns the indexed item from the map, or null.
item(int) - method in class gnu.xml.dom.DomNode
DOM L1 (NodeList) Returns the item with the specified index in this NodeList, else null.
item(int) - method in class org.w3c.dom.DOMStringList
Returns the indexth item in the collection.
item(int) - method in class org.w3c.dom.html2.HTMLCollection
This method retrieves a node specified by ordinal index.
item(int) - method in class org.w3c.dom.html2.HTMLOptionsCollection
This method retrieves a node specified by ordinal index.
item(int) - method in class gnu.xml.dom.ImplementationList
item(int) - method in class org.w3c.dom.stylesheets.MediaList
Returns the indexth in the list.
item(int) - method in class org.w3c.dom.NamedNodeMap
Returns the indexth item in the map.
item(int) - method in class org.w3c.dom.NodeList
Returns the indexth item in the collection.
item(int) - method in class org.w3c.dom.stylesheets.StyleSheetList
Used to retrieve a style sheet by ordinal index.
iterateNext() - method in class org.w3c.dom.xpath.XPathResult
Iterates and returns the next node from the node set or nullif there are no more nodes.

J

JANUARY - static field in class javax.xml.datatype.DatatypeConstants
Value for January.
javax.xml - package
This package provides type mappings between XML and Java data types.
XML Namespace processing.
Bootstrapping APIs for JAXP parsers.
Base "TRAX" API for XSLT transformers.
Support for DOM inputs and outputs to transformers.
Support for SAX2-based XSLT transformers.
Support for text stream inputs and outputs to transformers.
API for the validation of XML documents using a range of schema languages.
javax.xml.xpath - package
This package provides access to an XPath evaluation environment and expressions.
JAXPFactory - class gnu.xml.aelfred2.JAXPFactory
Configurable factory to create an Ælfred2 JAXP parser; required to bootstrap using JAXP.
JAXPFactory - class gnu.xml.dom.JAXPFactory
DOM bootstrapping API, for use with JAXP.
JAXPFactory() - constructor for class gnu.xml.aelfred2.JAXPFactory
Constructs a factory which normally returns a non-validating parser.
JAXPFactory() - constructor for class gnu.xml.dom.JAXPFactory
Default constructor.
JULY - static field in class javax.xml.datatype.DatatypeConstants
Value for July.
JUNE - static field in class javax.xml.datatype.DatatypeConstants
Value for June.

L

lastChild() - method in class gnu.xml.dom.DomNodeIterator
lastChild() - method in class org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the last visible child of the current node, and returns the new node.
LB - static field in class gnu.xml.xpath.XPathParser
LESSER - static field in class javax.xml.datatype.DatatypeConstants
Comparison result.
LEXICAL_HANDLER - static field in class gnu.xml.pipeline.EventFilter
SAX2 property identifier for LexicalHandler events
LexicalHandler - interface org.xml.sax.ext.LexicalHandler
SAX2 extension handler for lexical events.
LinkFilter - class gnu.xml.pipeline.LinkFilter
Pipeline filter to remember XHTML links found in a document, so they can later be crawled.
LinkFilter() - constructor for class gnu.xml.pipeline.LinkFilter
Constructs a new event filter, which collects links in private data structure for later enumeration.
LinkFilter(gnu.xml.pipeline.EventConsumer) - constructor for class gnu.xml.pipeline.LinkFilter
Constructs a new event filter, which collects links in private data structure for later enumeration and passes all events, unmodified, to the next consumer.
LinkStyle - interface org.w3c.dom.stylesheets.LinkStyle
The LinkStyle interface provides a mechanism by which a style sheet can be retrieved from the node responsible for linking it into a document.
LITERAL - static field in class gnu.xml.xpath.XPathParser
loadCatalog(String) - method in class gnu.xml.util.XCat
Loads an OASIS XML Catalog.
Locator - interface org.xml.sax.Locator
Interface for associating a SAX event with a document location.
Locator2 - interface org.xml.sax.ext.Locator2
SAX2 extension to augment the entity information provided though a Locator.
Locator2Impl - class org.xml.sax.ext.Locator2Impl
SAX2 extension helper for holding additional Entity information, implementing the Locator2 interface.
Locator2Impl() - constructor for class org.xml.sax.ext.Locator2Impl
Construct a new, empty Locator2Impl object.
Locator2Impl(org.xml.sax.Locator) - constructor for class org.xml.sax.ext.Locator2Impl
Copy an existing Locator or Locator2 object.
LocatorImpl - class org.xml.sax.helpers.LocatorImpl
Provide an optional convenience implementation of Locator.
LocatorImpl() - constructor for class org.xml.sax.helpers.LocatorImpl
Zero-argument constructor.
LocatorImpl(org.xml.sax.Locator) - constructor for class org.xml.sax.helpers.LocatorImpl
Copy constructor.
lookupNamespaceURI(String) - method in class gnu.xml.dom.DomDocument
Look up the namespace URI associated to the given prefix, starting from this node.
lookupNamespaceURI(String) - method in class gnu.xml.dom.DomElement
Look up the namespace URI associated to the given prefix, starting from this node.
lookupNamespaceURI(String) - method in class gnu.xml.dom.DomNode
Look up the namespace URI associated to the given prefix, starting from this node.
lookupNamespaceURI(String) - method in class org.w3c.dom.Node
Look up the namespace URI associated to the given prefix, starting from this node.
lookupNamespaceURI(String) - method in class org.w3c.dom.xpath.XPathNSResolver
Look up the namespace URI associated to the given namespace prefix.
lookupPrefix(String) - method in class gnu.xml.dom.DomDocument
Look up the prefix associated to the given namespace URI, starting from this node.
lookupPrefix(String) - method in class gnu.xml.dom.DomElement
Look up the prefix associated to the given namespace URI, starting from this node.
lookupPrefix(String) - method in class gnu.xml.dom.DomNode
Look up the prefix associated to the given namespace URI, starting from this node.
lookupPrefix(String) - method in class org.w3c.dom.Node
Look up the prefix associated to the given namespace URI, starting from this node.
LP - static field in class gnu.xml.xpath.XPathParser
LSException - class org.w3c.dom.ls.LSException
Parser or write operations may throw an LSException if the processing is stopped.
LSException(short,String) - constructor for class org.w3c.dom.ls.LSException
LSInput - interface org.w3c.dom.ls.LSInput
This interface represents an input source for data.
LSLoadEvent - interface org.w3c.dom.ls.LSLoadEvent
This interface represents a load event object that signals the completion of a document load.
LSOutput - interface org.w3c.dom.ls.LSOutput
This interface represents an output destination for data.
LSParser - interface org.w3c.dom.ls.LSParser
An interface to an object that is able to build, or augment, a DOM tree from various input sources.
LSParserFilter - interface org.w3c.dom.ls.LSParserFilter
LSParserFilters provide applications the ability to examine nodes as they are being constructed while parsing.
LSProgressEvent - interface org.w3c.dom.ls.LSProgressEvent
This interface represents a progress event object that notifies the application about progress as a document is parsed.
LSResourceResolver - interface org.w3c.dom.ls.LSResourceResolver
LSResourceResolver provides a way for applications to redirect references to external resources.
LSSerializer - interface org.w3c.dom.ls.LSSerializer
A LSSerializer provides an API for serializing (writing) a DOM document out into XML.
LSSerializerFilter - interface org.w3c.dom.ls.LSSerializerFilter
LSSerializerFilters provide applications the ability to examine nodes as they are being serialized and decide what nodes should be serialized or not.
LT - static field in class gnu.xml.xpath.XPathParser
LTE - static field in class gnu.xml.xpath.XPathParser

M

main(argv[]) - static method in class gnu.xml.util.DoParse
Command line invoker for this class; pass a filename or URL as the first argument, and a pipeline description as the second.
main(String[]) - static method in class gnu.xml.libxmlj.transform.TransformTest
Launches the test.
main(String[]) - static method in class gnu.xml.xpath.XPathTest
makeParser() - static method in class org.xml.sax.helpers.ParserFactory
Create a new SAX parser using the `org.xml.sax.parser' system property.
makeParser(String) - static method in class org.xml.sax.helpers.ParserFactory
Create a new SAX parser object using the class name provided.
makeReadonly() - method in class gnu.xml.dom.DomDoctype
Sets the internal "readonly" flag so the node and its associated data (only lists of entities and notations, no type information at the moment) can't be changed.
makeReadonly() - method in class gnu.xml.dom.DomElement
Marks this element, its children, and its associated attributes as readonly.
makeReadonly() - method in class gnu.xml.dom.DomNamedNodeMap
Sets the internal "readonly" flag so the node and its children can't be changed.
makeReadonly() - method in class gnu.xml.dom.DomNode
Sets the internal "readonly" flag so this subtree can't be changed.
MARCH - static field in class javax.xml.datatype.DatatypeConstants
Value for March.
mark(int) - method in class gnu.xml.dom.ls.ReaderInputStream
markSupported() - method in class gnu.xml.dom.ls.ReaderInputStream
matches(org.w3c.dom.Node) - method in class gnu.xml.xpath.IdFunction
matches(org.w3c.dom.Node) - method in class gnu.xml.xpath.Pattern
matches(org.w3c.dom.Node) - method in class gnu.xml.xpath.Root
matches(org.w3c.dom.Node) - method in class gnu.xml.xpath.Selector
matches(org.w3c.dom.Node) - method in class gnu.xml.xpath.Steps
matches(org.w3c.dom.Node) - method in class gnu.xml.xpath.UnionExpr
matches(org.w3c.dom.Node,int,int) - method in class gnu.xml.xpath.NamespaceTest
matches(org.w3c.dom.Node,int,int) - method in class gnu.xml.xpath.NameTest
matches(org.w3c.dom.Node,int,int) - method in class gnu.xml.xpath.NodeTypeTest
matches(org.w3c.dom.Node,int,int) - method in class gnu.xml.xpath.Test
matchesAny() - method in class gnu.xml.xpath.NamespaceTest
matchesAny() - method in class gnu.xml.xpath.NameTest
matchesAnyLocalName() - method in class gnu.xml.xpath.NamespaceTest
matchesAnyLocalName() - method in class gnu.xml.xpath.NameTest
MAX_TIMEZONE_OFFSET - static field in class javax.xml.datatype.DatatypeConstants
XML Schema maximum timezone offset, in minutes.
MAY - static field in class javax.xml.datatype.DatatypeConstants
Value for May.
MEDIA_RULE - static field in class org.w3c.dom.css.CSSRule
The rule is a CSSMediaRule.
MEDIA_TYPE - static field in class javax.xml.transform.OutputKeys
The MIME content type of the output data.
MediaList - interface org.w3c.dom.stylesheets.MediaList
The MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented.
METHOD - static field in class javax.xml.transform.OutputKeys
The output method (xml, html, or text).
MIN_TIMEZONE_OFFSET - static field in class javax.xml.datatype.DatatypeConstants
XML Schema minimum timezone offset, in minutes.
MINUS - static field in class gnu.xml.xpath.XPathParser
MINUTES - static field in class javax.xml.datatype.DatatypeConstants
Constant that represents the minutes field.
MOD - static field in class gnu.xml.xpath.XPathParser
MODE_ASYNCHRONOUS - static field in class org.w3c.dom.ls.DOMImplementationLS
Create an asynchronous LSParser.
MODE_SYNCHRONOUS - static field in class org.w3c.dom.ls.DOMImplementationLS
Create a synchronous LSParser.
MODIFICATION - static field in class org.w3c.dom.events.MutationEvent
The Attr was modified in place.
MONTHS - static field in class javax.xml.datatype.DatatypeConstants
Constant that represents the months field.
MouseEvent - interface org.w3c.dom.events.MouseEvent
The MouseEvent interface provides specific contextual information associated with Mouse events.
multiply(BigDecimal) - method in class javax.xml.datatype.Duration
Returns the result of multiplying this duration by the given factor.
multiply(int) - method in class javax.xml.datatype.Duration
Returns the result of multiplying this duration by the given factor.
MutationEvent - interface org.w3c.dom.events.MutationEvent
The MutationEvent interface provides specific contextual information associated with Mutation events.

N

NAME - static field in class gnu.xml.xpath.XPathParser
nameAndTypeEquals(org.w3c.dom.Node) - method in class gnu.xml.dom.DomNode
Returns true iff node types match, and either (a) both nodes have no namespace and their getNodeName() values are the same, or (b) both nodes have the same getNamespaceURI() and same getLocalName() values.
namedItem(String) - method in class org.w3c.dom.html2.HTMLCollection
This method retrieves a Node using a name.
namedItem(String) - method in class org.w3c.dom.html2.HTMLOptionsCollection
This method retrieves a Node using a name.
NamedNodeMap - interface org.w3c.dom.NamedNodeMap
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name.
NameList - interface org.w3c.dom.NameList
The NameList interface provides the abstraction of an ordered collection of parallel pairs of name and namespace values (which could be null values), without defining or constraining how this collection is implemented.
NAMESPACE - static field in class gnu.xml.xpath.Selector
NAMESPACE - static field in class gnu.xml.xpath.XPathParser
NAMESPACE_ERR - static field in class org.w3c.dom.DOMException
If an attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
NamespaceContext - interface javax.xml.namespace.NamespaceContext
Interface by which namespace properties are made available.
NamespaceSupport - class org.xml.sax.helpers.NamespaceSupport
Encapsulate Namespace logic for use by applications using SAX, or internally by SAX drivers.
NamespaceSupport() - constructor for class org.xml.sax.helpers.NamespaceSupport
Create a new Namespace support object.
NamespaceTest - class gnu.xml.xpath.NamespaceTest
Tests whether a namespace attribute has the specified name.
NameTest - class gnu.xml.xpath.NameTest
Tests whether a node has the specified name.
NE - static field in class gnu.xml.xpath.XPathParser
negate() - method in class javax.xml.datatype.Duration
Returns the unary negative of this duration.
newDocument() - method in class javax.xml.parsers.DocumentBuilder
Creates a new, empty DOM Document.
newDocument() - method in class gnu.xml.libxmlj.dom.GnomeDocumentBuilder
newDocumentBuilder() - method in class javax.xml.parsers.DocumentBuilderFactory
Creates a new document builder instance using the currently specified factory configuration.
newDocumentBuilder() - method in class gnu.xml.dom.DomDocumentBuilderFactory
Creates a new document builder instance using the currently specified factory configuration.
newDocumentBuilder() - method in class gnu.xml.libxmlj.dom.GnomeDocumentBuilderFactory
Creates a new document builder instance using the currently specified factory configuration.
newDocumentBuilder() - method in class gnu.xml.dom.JAXPFactory
Constructs a JAXP document builder which uses the default JAXP SAX2 parser and the DOM implementation in this package.
Returns a new duration by specifying the individual components.
Returns a new duration by specifying the individual components.
newDuration(long) - method in class javax.xml.datatype.DatatypeFactory
Returns a new duration.
newDuration(String) - method in class javax.xml.datatype.DatatypeFactory
Returns a new duration from its string representation.
Returns a new dayTimeDuration by specifying the individual components.
Returns a new dayTimeDuration by specifying the individual components.
newDurationDayTime(long) - method in class javax.xml.datatype.DatatypeFactory
Returns a new dayTimeDuration.
newDurationDayTime(String) - method in class javax.xml.datatype.DatatypeFactory
Returns a new dayTimeDuration from its string representation.
Returns a new yearMonthDuration by specifying the individual components.
newDurationYearMonth(boolean,int,int) - method in class javax.xml.datatype.DatatypeFactory
Returns a new yearMonthDuration by specifying the individual components.
newDurationYearMonth(long) - method in class javax.xml.datatype.DatatypeFactory
Returns a new yearMonthDuration.
newDurationYearMonth(String) - method in class javax.xml.datatype.DatatypeFactory
Returns a new yearMonthDuration from its string representation.
newInstance() - static method in class javax.xml.datatype.DatatypeFactory
Returns a new factory instance.
newInstance() - static method in class javax.xml.parsers.DocumentBuilderFactory
Creates a new factory instance.
newInstance() - static method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
Obtain a new instance of a DOMImplementationRegistry.
newInstance() - static method in class javax.xml.parsers.SAXParserFactory
Creates a new factory instance.
newInstance() - static method in class javax.xml.transform.TransformerFactory
Creates a new factory instance.
newInstance() - static method in class javax.xml.xpath.XPathFactory
Returns a new factory for the default (DOM) object model.
newInstance(String) - static method in class javax.xml.validation.SchemaFactory
Returns an implementation of SchemaFactory that supports the specified schema language.
newInstance(String) - static method in class javax.xml.xpath.XPathFactory
Returns a new factory for the given object model URI.
newSAXParser() - method in class gnu.xml.libxmlj.sax.GnomeSAXParserFactory
newSAXParser() - method in class gnu.xml.aelfred2.JAXPFactory
Creates a new parser instance using the currently specified factory configuration.
newSAXParser() - method in class javax.xml.parsers.SAXParserFactory
Creates a new parser instance using the currently specified factory configuration.
newSchema() - method in class javax.xml.validation.SchemaFactory
Creates a special schema.
newSchema(File) - method in class javax.xml.validation.SchemaFactory
Returns a schema based on the specified source file.
newSchema(javax.xml.transform.Source) - method in class javax.xml.validation.SchemaFactory
Returns a schema based on the specified source resource.
newSchema(javax.xml.transform.Source[]) - method in class javax.xml.validation.SchemaFactory
Parses the specified sources, and combine them into a single schema.
newSchema(URL) - method in class javax.xml.validation.SchemaFactory
Returns a schema based on the specified URL.
newTemplates(javax.xml.transform.Source) - method in class gnu.xml.libxmlj.transform.GnomeTransformerFactory
Returns a new instance of class Templates for the given souce.
Throws an exception (XSLT is not supported).
newTemplates(javax.xml.transform.Source) - method in class javax.xml.transform.TransformerFactory
Creates a new compiled transformation using the specified stylesheet.
Creates a new compiled transformation using the specified stylesheet.
newTemplatesHandler() - method in class gnu.xml.util.SAXNullTransformerFactory
Throws an exception (XSLT is not supported).
newTemplatesHandler() - method in class javax.xml.transform.sax.SAXTransformerFactory
Returns a content handler that can process SAX events into a transformation template.
newTransformer() - method in class gnu.xml.libxmlj.transform.GnomeTransformer
newTransformer() - method in class gnu.xml.libxmlj.transform.GnomeTransformerFactory
Returns a new instance of class Transformer for a null souce.
newTransformer() - method in class gnu.xml.util.SAXNullTransformerFactory
newTransformer() - method in class javax.xml.transform.Templates
Creates a new transformer based on this transformation.
newTransformer() - method in class javax.xml.transform.TransformerFactory
Creates a new transformer that applies the identity transform.
newTransformer() - method in class gnu.xml.transform.TransformerFactoryImpl
Creates a new transformer that applies the identity transform.
newTransformer(javax.xml.transform.Source) - method in class gnu.xml.libxmlj.transform.GnomeTransformerFactory
Returns a new instance of class Transformer for the given souce.
Throws an exception (XSLT is not supported).
Creates a new transformer using the specified stylesheet.
Creates a new transformer using the specified stylesheet.
newTransformerHandler() - method in class gnu.xml.util.SAXNullTransformerFactory
Returns a TransformerHandler that knows how to generate output in all three standard formats.
newTransformerHandler() - method in class javax.xml.transform.sax.SAXTransformerFactory
Returns a content handler that can process SAX events into a result, using the identity transform.
Throws an exception (XSLT is not supported).
Returns a content handler that can process SAX events into a result, using the specified transformation.
Throws an exception (XSLT is not supported).
Returns a content handler that can process SAX events into a result, using the specified transformation.
newValidator() - method in class javax.xml.validation.Schema
Returns a new validator that can check the set of constraints this schema represents.
newValidatorHandler() - method in class javax.xml.validation.Schema
Throws an exception (XSLT is not supported).
newXMLFilter(javax.xml.transform.Source) - method in class javax.xml.transform.sax.SAXTransformerFactory
Creates an XML filter for the specified source.
Throws an exception (XSLT is not supported).
newXMLFilter(javax.xml.transform.Templates) - method in class javax.xml.transform.sax.SAXTransformerFactory
Creates an XML filter for the specified compiled stylesheet.
newXMLGregorianCalendar() - method in class javax.xml.datatype.DatatypeFactory
Returns a new XMLGregorianCalendar with no fields initialized.
Returns a new XMLGregorianCalendar with the specified components.
newXMLGregorianCalendar(GregorianCalendar) - method in class javax.xml.datatype.DatatypeFactory
Returns a new XMLGregorianCalendar based on the specified Gregorian calendar.
Returns a new XMLGregorianCalendar with the specified components.
newXMLGregorianCalendar(String) - method in class javax.xml.datatype.DatatypeFactory
Returns a new XMLGregorianCalendar from a string representation.
Returns a new XMLGregorianCalendar with the specified components.
Returns a new XMLGregorianCalendar with the specified components.
Returns a new XMLGregorianCalendar with the specified components.
Returns a new XMLGregorianCalendar with the specified components.
newXPath() - method in class javax.xml.xpath.XPathFactory
Returns a new XPath evaluation environment.
newXPath() - method in class gnu.xml.xpath.XPathFactoryImpl
Returns a new XPath evaluation environment.
nextNode() - method in class gnu.xml.dom.DomIterator
DOM L2 Returns the next node in a forward iteration, masked and filtered.
nextNode() - method in class gnu.xml.dom.DomNodeIterator
Returns the next node in the set and advances the position of the NodeIterator in the set.
nextNode() - method in class org.w3c.dom.traversal.NodeIterator
Returns the next node in the set and advances the position of the NodeIterator in the set.
nextNode() - method in class org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the next visible node in document order relative to the current node, and returns the new node.
nextSibling() - method in class gnu.xml.dom.DomNodeIterator
nextSibling() - method in class org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the next sibling of the current node, and returns the new node.
NO_DATA_ALLOWED_ERR - static field in class org.w3c.dom.DOMException
If data is specified for a Node which does not support data.
NO_MODIFICATION_ALLOWED_ERR - static field in class org.w3c.dom.DOMException
If an attempt is made to modify an object where modifications are not allowed.
Node - interface org.w3c.dom.Node
The Node interface is the primary datatype for the entire Document Object Model.
NODE - static field in class javax.xml.xpath.XPathConstants
The XPath 1.0 node data type.
NODE - static field in class gnu.xml.xpath.XPathParser
NODE_ADOPTED - static field in class org.w3c.dom.UserDataHandler
The node is adopted, using Document.adoptNode().
NODE_CLONED - static field in class org.w3c.dom.UserDataHandler
The node is cloned, using Node.cloneNode().
NODE_DELETED - static field in class org.w3c.dom.UserDataHandler
The node is deleted.
NODE_IMPORTED - static field in class org.w3c.dom.UserDataHandler
The node is imported, using Document.importNode().
NODE_RENAMED - static field in class org.w3c.dom.UserDataHandler
The node is renamed, using Document.renameNode().
NodeFilter - interface org.w3c.dom.traversal.NodeFilter
Filters are objects that know how to "filter out" nodes.
NodeIterator - interface org.w3c.dom.traversal.NodeIterator
NodeIterators are used to step through a set of nodes, e.g.
NodeList - interface org.w3c.dom.NodeList
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
NODESET - static field in class javax.xml.xpath.XPathConstants
The XPath 1.0 node-set data type.
NodeTypeTest - class gnu.xml.xpath.NodeTypeTest
Tests whether a node is of a given type.
NodeTypeTest(short) - constructor for class gnu.xml.xpath.NodeTypeTest
NodeTypeTest(short,String) - constructor for class gnu.xml.xpath.NodeTypeTest
normalize() - method in class gnu.xml.dom.DomNode
DOM L1 (relocated in DOM L2) In this node and all contained nodes (including attributes if relevant) merge adjacent text nodes.
normalize() - method in class org.w3c.dom.Node
Puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes.
normalize() - method in class javax.xml.datatype.XMLGregorianCalendar
normalizeDocument() - method in class org.w3c.dom.Document
This method acts as if the document was going through a save and load cycle, putting the document in a "normal" form.
normalizeDocument() - method in class gnu.xml.dom.DomDocument
normalizeDocument() - method in class gnu.xml.libxmlj.dom.GnomeDocument
normalizeWith(Calendar) - method in class javax.xml.datatype.Duration
Converts the years and months fields into the days field using a specific time instant as the reference point.
NOT_FOUND_ERR - static field in class org.w3c.dom.DOMException
If an attempt is made to reference a Node in a context where it does not exist.
NOT_SUPPORTED_ERR - static field in class org.w3c.dom.DOMException
If the implementation does not support the requested type of object or operation.
Notation - interface org.w3c.dom.Notation
This interface represents a notation declared in the DTD.
NOTATION_NODE - static field in class org.w3c.dom.Node
The node is a Notation.
notationDecl(String,String,String) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a notation declaration.
notationDecl(String,String,String) - method in class gnu.xml.pipeline.DomConsumer.Handler
notationDecl(String,String,String) - method in class org.xml.sax.DTDHandler
Receive notification of a notation declaration event.
notationDecl(String,String,String) - method in class gnu.xml.pipeline.EventFilter
SAX1: passes this callback to the next consumer, if any
notationDecl(String,String,String) - method in class org.xml.sax.HandlerBase
Receive notification of a notation declaration.
notationDecl(String,String,String) - method in class gnu.xml.pipeline.TeeConsumer
notationDecl(String,String,String) - method in class gnu.xml.pipeline.ValidationConsumer
DTDHandler Records the notation name, for checking NOTATIONS attribute values and declararations of unparsed entities.
notationDecl(String,String,String) - method in class gnu.xml.pipeline.WellFormednessFilter
SAX1: passes this callback to the next consumer, if any
notationDecl(String,String,String) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a notation declaration event.
notationDecl(String,String,String) - method in class gnu.xml.util.XMLWriter
SAX1: called on notation declarations
NOVEMBER - static field in class javax.xml.datatype.DatatypeConstants
Value for November.
NSDECL - static field in class org.xml.sax.helpers.NamespaceSupport
The namespace declaration URI as a constant.
NSFilter - class gnu.xml.pipeline.NSFilter
This filter ensures that element and attribute names are properly prefixed, and that such prefixes are declared.
NSFilter(gnu.xml.pipeline.EventConsumer) - constructor for class gnu.xml.pipeline.NSFilter
Passes events through to the specified consumer, after first processing them.
NULL_NS_URI - static field in class javax.xml.XMLConstants
Dummy namespace URI indicating that there is no namespace.
NUMBER - static field in class javax.xml.xpath.XPathConstants
The XPath 1.0 number data type.
NUMBER_TYPE - static field in class org.w3c.dom.xpath.XPathResult
The result is a number as defined by [XPath 1.0].

O

OCTOBER - static field in class javax.xml.datatype.DatatypeConstants
Value for October.
OMIT_XML_DECLARATION - static field in class javax.xml.transform.OutputKeys
Whether not to output an XML declaration (yes or no).
open() - method in class org.w3c.dom.html2.HTMLDocument
Open a document stream for writing.
OR - static field in class gnu.xml.xpath.XPathParser
ORDERED_NODE_ITERATOR_TYPE - static field in class org.w3c.dom.xpath.XPathResult
The result is a node set as defined by [XPath 1.0] that will be accessed iteratively, which will produce document-ordered nodes.
ORDERED_NODE_SNAPSHOT_TYPE - static field in class org.w3c.dom.xpath.XPathResult
The result is a node set as defined by [XPath 1.0] that will be accessed as a snapshot list of nodes that will be in original document order.
OrExpr - class gnu.xml.xpath.OrExpr
Logical or.
OrExpr(gnu.xml.xpath.Expr,gnu.xml.xpath.Expr) - constructor for class gnu.xml.xpath.OrExpr
org.w3c.dom - package
This package contains the DOM Level 3 Core interfaces.
This package contains the DOM Level 3 Core bootstrap interface.
org.w3c.dom.css - package
Supports the optional "CSS" and "CSS2" stylesheet features of the DOM Level 2 Recommendation.
Supports the optional "Events", "UIEvents", "MouseEvents", "MutationEvents", and "HTMLEvents" features of the DOM Level 2 Recommendation.
org.w3c.dom.ls - package
This package contains the DOM Level 3 Load and Save interfaces.
Supports the optional "Range" feature of the DOM Level 2 Recommendation.
Supports optional "StyleSheets" features (see the sibling CSS package) of the DOM Level 2 Recommendation.
Supports the optional "Traversal" feature of the DOM Level 2 Recommendation.
Supports the optional "Views" feature of the DOM Level 2 Recommendation.
org.xml.sax - package
This package provides the core SAX APIs.
org.xml.sax.ext - package
This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support.
This package contains "helper" classes, including support for bootstrapping SAX-based applications.
OutputKeys - class javax.xml.transform.OutputKeys
Constants for XSLT output attributes.

P

PAGE_RULE - static field in class org.w3c.dom.css.CSSRule
The rule is a CSSPageRule.
PARENT - static field in class gnu.xml.xpath.Selector
PARENT - static field in class gnu.xml.xpath.XPathParser
parentNode() - method in class gnu.xml.dom.DomNodeIterator
parentNode() - method in class org.w3c.dom.traversal.TreeWalker
Moves to and returns the closest visible ancestor node of the current node.
parse(File) - method in class javax.xml.parsers.DocumentBuilder
Parse the specified file and return a DOM Document.
parse(File,org.xml.sax.HandlerBase) - method in class javax.xml.parsers.SAXParser
Parse the content of the specified file, reporting SAX1 events to the given handler.
parse(File,org.xml.sax.helpers.DefaultHandler) - method in class javax.xml.parsers.SAXParser
Parse the content of the specified file, reporting SAX2 events to the given handler.
parse(InputStream) - method in class javax.xml.parsers.DocumentBuilder
Parse the specified input stream and return a DOM Document.
parse(InputStream,org.xml.sax.HandlerBase) - method in class javax.xml.parsers.SAXParser
Parse the specifed input stream, reporting SAX1 events to the given handler.
Parse the specified input stream, reporting SAX1 events to the given handler.
Parse the specified input stream, reporting SAX2 events to the given handler.
Parse the specified input stream, reporting SAX2 events to the given handler.
parse(InputStream,String) - method in class javax.xml.parsers.DocumentBuilder
Parse the specified input stream and return a DOM Document.
parse(org.w3c.dom.ls.LSInput) - method in class gnu.xml.dom.ls.DomLSParser
Parse an XML document from a resource identified by a LSInput.
parse(org.w3c.dom.ls.LSInput) - method in class org.w3c.dom.ls.LSParser
Parse an XML document from a resource identified by a LSInput.
parse(org.xml.sax.InputSource) - method in class javax.xml.parsers.DocumentBuilder
Parse the specified input source and return a DOM Document.
parse(org.xml.sax.InputSource) - method in class gnu.xml.util.DomParser
SAX1: Parses the previously provided DOM document (the input parameter is ignored).
parse(org.xml.sax.InputSource) - method in class gnu.xml.libxmlj.dom.GnomeDocumentBuilder
parse(org.xml.sax.InputSource) - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
parse(org.xml.sax.InputSource) - method in class org.xml.sax.Parser
Parse an XML document.
parse(org.xml.sax.InputSource) - method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(org.xml.sax.InputSource) - method in class gnu.xml.aelfred2.SAXDriver
SAX1, SAX2: Auxiliary API to parse an XML document, used mostly when no URI is available.
parse(org.xml.sax.InputSource) - method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(org.xml.sax.InputSource) - method in class gnu.xml.aelfred2.XmlReader
SAX1: Underlying API to parse an XML document, used directly when no URI is available.
parse(org.xml.sax.InputSource) - method in class org.xml.sax.XMLReader
Parse an XML document.
parse(org.xml.sax.InputSource) - method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
Parse the specified input source, reporting SAX1 events to the given handler.
Parse the specified input source, reporting SAX2 events to the given handler.
parse(String) - method in class javax.xml.parsers.DocumentBuilder
Parse the content of the specified URI and return a DOM Document.
parse(String) - method in class gnu.xml.util.DomParser
SAX1: Parses the previously provided DOM document (the input parameter is ignored).
parse(String) - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
parse(String) - method in class org.xml.sax.Parser
Parse an XML document from a system identifier (URI).
parse(String) - method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(String) - method in class gnu.xml.aelfred2.SAXDriver
SAX1, SAX2: Preferred API to parse an XML document, using a system identifier (URI).
parse(String) - method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(String) - method in class gnu.xml.aelfred2.XmlReader
SAX1: Preferred API to parse an XML document, using a system identifier (URI).
parse(String) - method in class org.xml.sax.XMLReader
Parse an XML document from a system identifier (URI).
parse(String) - method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
parse(String,org.xml.sax.HandlerBase) - method in class javax.xml.parsers.SAXParser
Parse the content of the specified URI, reporting SAX1 events to the given handler.
Parse the content of the specified URI, reporting SAX2 events to the given handler.
PARSE_ERR - static field in class org.w3c.dom.ls.LSException
If an attempt was made to load a document, or an XML Fragment, using LSParser and the processing has been stopped.
Parser - interface org.xml.sax.Parser
Basic interface for SAX (Simple API for XML) parsers.
ParserAdapter - class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 Parser as a SAX2 XMLReader.
ParserAdapter() - constructor for class org.xml.sax.helpers.ParserAdapter
Construct a new parser adapter.
ParserAdapter(org.xml.sax.Parser) - constructor for class org.xml.sax.helpers.ParserAdapter
Construct a new parser adapter.
An exception occurred during configuration of the XML parser.
ParserConfigurationException() - constructor for class javax.xml.parsers.ParserConfigurationException
Constructor with no detail message.
ParserConfigurationException(String) - constructor for class javax.xml.parsers.ParserConfigurationException
Constructor with the specified detail message.
ParserFactory - class org.xml.sax.helpers.ParserFactory
Java-specific class for dynamically loading SAX parsers.
parseURI(String) - method in class gnu.xml.dom.ls.DomLSParser
Parse an XML document from a location identified by a URI reference [IETF RFC 2396].
parseURI(String) - method in class org.w3c.dom.ls.LSParser
Parse an XML document from a location identified by a URI reference [IETF RFC 2396].
Parse an XML fragment from a resource identified by a LSInput and insert the content into an existing document at the position specified with the context and action arguments.
Parse an XML fragment from a resource identified by a LSInput and insert the content into an existing document at the position specified with the context and action arguments.
Pattern - class gnu.xml.xpath.Pattern
Interface implemented by expressions that can for part of XSL patterns.
PI_DISABLE_OUTPUT_ESCAPING - static field in class javax.xml.transform.Result
Constant for the processing instruction sent when the result disables output escaping.
PI_ENABLE_OUTPUT_ESCAPING - static field in class javax.xml.transform.Result
Constant for the processing instruction sent when the result enables output escaping.
PIPE - static field in class gnu.xml.xpath.XPathParser
PipelineFactory - class gnu.xml.pipeline.PipelineFactory
This provides static factory methods for creating simple event pipelines.
PLUS - static field in class gnu.xml.xpath.XPathParser
popContext() - method in class org.xml.sax.helpers.NamespaceSupport
Revert to the previous Namespace context.
PRECEDING - static field in class gnu.xml.xpath.Selector
PRECEDING - static field in class gnu.xml.xpath.XPathParser
PRECEDING_SIBLING - static field in class gnu.xml.xpath.Selector
PRECEDING_SIBLING - static field in class gnu.xml.xpath.XPathParser
preventDefault() - method in class gnu.xml.dom.DomEvent
Requests that whoever dispatched the event not perform their default processing when event delivery completes.
preventDefault() - method in class org.w3c.dom.events.Event
If an event is cancelable, the preventDefault method is used to signify that the event is to be canceled, meaning any default action normally taken by the implementation as a result of the event will not occur.
previousNode() - method in class gnu.xml.dom.DomIterator
DOM L2 Returns the next node in a backward iteration, masked and filtered.
previousNode() - method in class gnu.xml.dom.DomNodeIterator
Returns the previous node in the set and moves the position of the NodeIterator backwards in the set.
previousNode() - method in class org.w3c.dom.traversal.NodeIterator
Returns the previous node in the set and moves the position of the NodeIterator backwards in the set.
previousNode() - method in class org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the previous visible node in document order relative to the current node, and returns the new node.
previousSibling() - method in class gnu.xml.dom.DomNodeIterator
previousSibling() - method in class org.w3c.dom.traversal.TreeWalker
Moves the TreeWalker to the previous sibling of the current node, and returns the new node.
printStackTrace() - method in class javax.xml.transform.TransformerException
printStackTrace() - method in class javax.xml.xpath.XPathException
printStackTrace(PrintStream) - method in class gnu.xml.dom.ls.DomLSEx
printStackTrace(PrintStream) - method in class javax.xml.transform.TransformerException
printStackTrace(PrintStream) - method in class javax.xml.xpath.XPathException
printStackTrace(PrintWriter) - method in class gnu.xml.dom.ls.DomLSEx
printStackTrace(PrintWriter) - method in class javax.xml.transform.TransformerException
printStackTrace(PrintWriter) - method in class javax.xml.xpath.XPathException
PROCESSING_INSTRUCTION - static field in class gnu.xml.xpath.XPathParser
PROCESSING_INSTRUCTION_NODE - static field in class org.w3c.dom.Node
The node is a ProcessingInstruction.
The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.
Receive notification of a processing instruction.
processingInstruction(String,String) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a processing instruction.
Receive notification of a processing instruction.
Receive notification of a processing instruction.
processingInstruction(String,String) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
Receive notification of a processing instruction.
processingInstruction(String,String) - method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
processingInstruction(String,String) - method in class gnu.xml.pipeline.TeeConsumer
SAX2: passes this callback to the next consumer, if any
processingInstruction(String,String) - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
processingInstruction(String,String) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a processing instruction event.
processingInstruction(String,String) - method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 processing instruction event.
processingInstruction(String,String) - method in class gnu.xml.util.XMLWriter
SAX1: reports a PI.
processName(String,parts[],boolean) - method in class org.xml.sax.helpers.NamespaceSupport
Process a raw XML qualified name, after all declarations in the current context have been handled by declarePrefix().
PROPERTY - static field in class org.w3c.dom.bootstrap.DOMImplementationRegistry
The system property to specify the DOMImplementationSource class names.
PROPERTY_URI - static field in class gnu.xml.pipeline.EventFilter
SAX2 URI prefix for standard properties (mostly for handlers).
pushContext() - method in class org.xml.sax.helpers.NamespaceSupport
Start a new Namespace context.

Q

QName - class javax.xml.namespace.QName
QName(String) - constructor for class javax.xml.namespace.QName
QName(String,String) - constructor for class javax.xml.namespace.QName
QName(String,String,String) - constructor for class javax.xml.namespace.QName

R

Range - interface org.w3c.dom.ranges.Range
RangeException - class org.w3c.dom.ranges.RangeException
Range operations may throw a RangeException as specified in their method descriptions.
RangeException(short,String) - constructor for class org.w3c.dom.ranges.RangeException
RB - static field in class gnu.xml.xpath.XPathParser
read() - method in class gnu.xml.dom.ls.ReaderInputStream
read(byte[]) - method in class gnu.xml.dom.ls.ReaderInputStream
read(byte[],int,int) - method in class gnu.xml.dom.ls.ReaderInputStream
ReaderInputStream - class gnu.xml.dom.ls.ReaderInputStream
Character stream wrapper.
ReaderInputStream(Reader) - constructor for class gnu.xml.dom.ls.ReaderInputStream
Rect - interface org.w3c.dom.css.Rect
The Rect interface is used to represent any rect value.
RELAXNG_NS_URI - static field in class javax.xml.XMLConstants
The RELAX NG Namespace URI.
REMOVAL - static field in class org.w3c.dom.events.MutationEvent
The Attr was just removed.
remove(int) - method in class org.w3c.dom.html2.HTMLSelectElement
Remove an element from the collection of OPTION elements for this SELECT.
removeAllLinks() - method in class gnu.xml.pipeline.LinkFilter
Removes records about all links reported to the event stream, as if the filter were newly created.
removeAttribute(int) - method in class org.xml.sax.ext.Attributes2Impl
removeAttribute(int) - method in class org.xml.sax.helpers.AttributesImpl
Remove an attribute from the list.
removeAttribute(String) - method in class org.xml.sax.helpers.AttributeListImpl
Remove an attribute from the list.
removeAttribute(String) - method in class gnu.xml.dom.DomElement
DOM L1 Removes the appropriate attribute node.
removeAttribute(String) - method in class org.w3c.dom.Element
Removes an attribute by name.
DOM L1 Removes the appropriate attribute node; the name is the nodeName property of the attribute.
removeAttributeNode(org.w3c.dom.Attr) - method in class org.w3c.dom.Element
Removes the specified attribute node.
removeAttributeNS(String,String) - method in class gnu.xml.dom.DomElement
DOM L2 Removes the appropriate attribute node; the name combines the namespace name and the local part.
removeAttributeNS(String,String) - method in class org.w3c.dom.Element
Removes an attribute by local name and namespace URI.
removeChild(org.w3c.dom.Node) - method in class gnu.xml.dom.DomNode
DOM L1 Removes the specified child from this node's list of children, or else reports an exception.
removeChild(org.w3c.dom.Node) - method in class org.w3c.dom.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
DOM L2 (Events) Unregisters an event listener.
This method allows the removal of event listeners from the event target.
removeNamedItem(String) - method in class gnu.xml.dom.DomNamedNodeMap
DOM L1 Removes the named item from the map, or reports an exception; names are just the nodeName property.
removeNamedItem(String) - method in class org.w3c.dom.NamedNodeMap
Removes a node specified by name.
DOM L2 Removes the named item from the map, or reports an exception; names are the localName and namespaceURI properties.
removeNamedItemNS(String,String) - method in class org.w3c.dom.NamedNodeMap
Removes a node specified by local name and namespace URI.
removeProperty(String) - method in class org.w3c.dom.css.CSSStyleDeclaration
Used to remove a CSS property if it has been explicitly set within this declaration block.
Rename an existing node of type ELEMENT_NODE or ATTRIBUTE_NODE.
renameNode(org.w3c.dom.Node,String,String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
DOM L1 Replaces the specified node in this node's list of children, enforcing the constraints that there be only one root element and one document type child.
DOM L1 Replaces the specified node in this node's list of children.
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceData(int,int,String) - method in class org.w3c.dom.CharacterData
Replace the characters starting at the specified 16-bit unit offset with the specified string.
replaceData(int,int,String) - method in class gnu.xml.dom.DomCharacterData
DOM L1 Modifies the value of this node.
replaceWholeText(String) - method in class gnu.xml.dom.DomText
replaceWholeText(String) - method in class org.w3c.dom.Text
Replaces the text of the current node and all logically-adjacent text nodes with the specified text.
reset() - method in class javax.xml.parsers.DocumentBuilder
Reset this document builder to its original configuration.
reset() - method in class org.w3c.dom.html2.HTMLFormElement
Restores a form element's default values.
reset() - method in class org.xml.sax.helpers.NamespaceSupport
Reset this Namespace support object for reuse.
reset() - method in class gnu.xml.dom.ls.ReaderInputStream
reset() - method in class javax.xml.parsers.SAXParser
Resets this parser to its original configuration.
reset() - method in class javax.xml.transform.Transformer
Reset this Transformer to its original configuration.
reset() - method in class javax.xml.validation.Validator
Reset this validator to its original state.
reset() - method in class gnu.xml.pipeline.WellFormednessFilter
Resets state as if any preceding event stream was well formed.
reset() - method in class javax.xml.datatype.XMLGregorianCalendar
Resets all fields to their original values.
reset() - method in class javax.xml.xpath.XPath
Resets the environment.
reset() - method in class gnu.xml.xpath.XPathImpl
Resets the environment.
resolve(String,String) - method in class javax.xml.transform.URIResolver
Resolves an xsl:include, xsl:import, or XPath document() function.
resolveEntity(String,String) - method in class org.xml.sax.helpers.DefaultHandler
Resolve an external entity.
resolveEntity(String,String) - method in class org.xml.sax.ext.DefaultHandler2
Invokes EntityResolver2.resolveEntity() with null entity name and base URI.
resolveEntity(String,String) - method in class org.xml.sax.EntityResolver
Allow the application to resolve external entities.
resolveEntity(String,String) - method in class org.xml.sax.HandlerBase
Resolve an external entity.
resolveEntity(String,String) - method in class gnu.xml.util.Resolver
Uses a local dictionary of public identifiers to resolve URIs, normally with the goal of minimizing network traffic or latencies.
resolveEntity(String,String) - method in class gnu.xml.util.XCat
"Old Style" external entity resolution for parsers.
resolveEntity(String,String) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter an external entity resolution.
Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI.
Allows applications to map references to external entities into input sources, or tell the parser it should use conventional URI resolution.
resolveEntity(String,String,String,String) - method in class gnu.xml.util.XCat
"New Style" external entity resolution for parsers.
Returns the function with the specified name and arity.
Resolver - class gnu.xml.util.Resolver
Utility implementation of a SAX resolver, which can be used to improve network utilization of SAX based XML components.
Resolver(Dictionary) - constructor for class gnu.xml.util.Resolver
Constructs a resolver which understands how to map PUBLIC identifiers to other URIs, typically for local copies of standard DTD components.
Allow the application to resolve external resources.
resolveURI(String,String) - method in class gnu.xml.util.XCat
Resolves a URI reference that's not defined to the DTD.
resolveVariable(javax.xml.namespace.QName) - method in class gnu.xml.transform.Bindings
Result - interface javax.xml.transform.Result
The result of an XSL transformation.
RGBColor - interface org.w3c.dom.css.RGBColor
The RGBColor interface is used to represent any RGB color value.
Root - class gnu.xml.xpath.Root
Expression that evaluates to the document root.
RP - static field in class gnu.xml.xpath.XPathParser

S

SAXDriver - class gnu.xml.aelfred2.SAXDriver
An enhanced SAX2 version of Microstar's Ælfred XML parser.
SAXDriver() - constructor for class gnu.xml.aelfred2.SAXDriver
Constructs a SAX Parser.
SAXException - class org.xml.sax.SAXException
Encapsulate a general SAX error or warning.
SAXException() - constructor for class org.xml.sax.SAXException
Create a new SAXException.
SAXException(Exception) - constructor for class org.xml.sax.SAXException
Create a new SAXException wrapping an existing exception.
SAXException(String) - constructor for class org.xml.sax.SAXException
Create a new SAXException.
SAXException(String,Exception) - constructor for class org.xml.sax.SAXException
Create a new SAXException from an existing exception.
Exception class for an unrecognized identifier.
SAXNotRecognizedException() - constructor for class org.xml.sax.SAXNotRecognizedException
Default constructor.
Construct a new exception with the given message.
Exception class for an unsupported operation.
SAXNotSupportedException() - constructor for class org.xml.sax.SAXNotSupportedException
Construct a new exception with no message.
Construct a new exception with the given message.
Implements null transforms.
SAXNullTransformerFactory() - constructor for class gnu.xml.util.SAXNullTransformerFactory
Default constructor
Encapsulate an XML parse error or warning.
Create a new SAXParseException from a message and a Locator.
Wrap an existing exception in a SAXParseException.
Create a new SAXParseException.
Create a new SAXParseException with an embedded exception.
SAXParser - class javax.xml.parsers.SAXParser
Convenience class for using or accessing a SAX version 1 or 2 parser.
SAXParser() - constructor for class javax.xml.parsers.SAXParser
SAXParserFactory - class javax.xml.parsers.SAXParserFactory
Factory for obtaining SAX parsers.
SAXParserFactory() - constructor for class javax.xml.parsers.SAXParserFactory
SAXResult - class javax.xml.transform.sax.SAXResult
Specifies SAX handlers to be used as a result sink during a transformation.
SAXResult() - constructor for class javax.xml.transform.sax.SAXResult
Default constructor.
SAXResult(org.xml.sax.ContentHandler) - constructor for class javax.xml.transform.sax.SAXResult
Constructor specifying a content handler.
SAXSource - class javax.xml.transform.sax.SAXSource
Specifies a SAX XML source.
SAXSource() - constructor for class javax.xml.transform.sax.SAXSource
Default constructor.
SAXSource(org.xml.sax.InputSource) - constructor for class javax.xml.transform.sax.SAXSource
Constructor with an input source.
SAXSource(org.xml.sax.XMLReader,org.xml.sax.InputSource) - constructor for class javax.xml.transform.sax.SAXSource
Constructor with a SAX parser and input source.
SAXTransformerFactory - class javax.xml.transform.sax.SAXTransformerFactory
Specialized transformer factory with support for SAX-specific factory methods.
SAXTransformerFactory() - constructor for class javax.xml.transform.sax.SAXTransformerFactory
Schema - class javax.xml.validation.Schema
An immutable grammar.
Schema() - constructor for class javax.xml.validation.Schema
SchemaFactory - class javax.xml.validation.SchemaFactory
Factory for obtaining schemata.
SchemaFactory() - constructor for class javax.xml.validation.SchemaFactory
SECONDS - static field in class javax.xml.datatype.DatatypeConstants
Constant that represents the seconds field.
select() - method in class org.w3c.dom.html2.HTMLInputElement
Select the contents of the text area.
select() - method in class org.w3c.dom.html2.HTMLTextAreaElement
Select the contents of the TEXTAREA.
selectNode(org.w3c.dom.Node) - method in class org.w3c.dom.ranges.Range
Select a node and its contents
selectNodeContents(org.w3c.dom.Node) - method in class org.w3c.dom.ranges.Range
Select the contents within a node
Selector - class gnu.xml.xpath.Selector
A single component of a location path.
Selector(int,List) - constructor for class gnu.xml.xpath.Selector
SELF - static field in class gnu.xml.xpath.Selector
SELF - static field in class gnu.xml.xpath.XPathParser
SEPTEMBER - static field in class javax.xml.datatype.DatatypeConstants
Value for September.
SERIALIZE_ERR - static field in class org.w3c.dom.ls.LSException
If an attempt was made to serialize a Node using LSSerializer and the processing has been stopped.
setAbbr(String) - method in class org.w3c.dom.html2.HTMLTableCellElement
Abbreviation for header cells.
setAccept(String) - method in class org.w3c.dom.html2.HTMLInputElement
A comma-separated list of content types that a server processing this form will handle correctly.
setAcceptCharset(String) - method in class org.w3c.dom.html2.HTMLFormElement
List of character sets supported by the server.
setAccessKey(String) - method in class org.w3c.dom.html2.HTMLAnchorElement
A single character access key to give access to the form control.
setAccessKey(String) - method in class org.w3c.dom.html2.HTMLAreaElement
A single character access key to give access to the form control.
setAccessKey(String) - method in class org.w3c.dom.html2.HTMLButtonElement
A single character access key to give access to the form control.
setAccessKey(String) - method in class org.w3c.dom.html2.HTMLInputElement
A single character access key to give access to the form control.
setAccessKey(String) - method in class org.w3c.dom.html2.HTMLLabelElement
A single character access key to give access to the form control.
setAccessKey(String) - method in class org.w3c.dom.html2.HTMLLegendElement
A single character access key to give access to the form control.
setAccessKey(String) - method in class org.w3c.dom.html2.HTMLTextAreaElement
A single character access key to give access to the form control.
setAction(String) - method in class org.w3c.dom.html2.HTMLFormElement
Server-side form handler.
setAlign(String) - method in class org.w3c.dom.html2.HTMLAppletElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
setAlign(String) - method in class org.w3c.dom.html2.HTMLDivElement
Horizontal text alignment.
setAlign(String) - method in class org.w3c.dom.html2.HTMLHeadingElement
Horizontal text alignment.
setAlign(String) - method in class org.w3c.dom.html2.HTMLHRElement
Align the rule on the page.
setAlign(String) - method in class org.w3c.dom.html2.HTMLIFrameElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
setAlign(String) - method in class org.w3c.dom.html2.HTMLImageElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
setAlign(String) - method in class org.w3c.dom.html2.HTMLInputElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
setAlign(String) - method in class org.w3c.dom.html2.HTMLLegendElement
Text alignment relative to FIELDSET.
setAlign(String) - method in class org.w3c.dom.html2.HTMLObjectElement
Aligns this object (vertically or horizontally) with respect to its surrounding text.
setAlign(String) - method in class org.w3c.dom.html2.HTMLParagraphElement
Horizontal text alignment.
setAlign(String) - method in class org.w3c.dom.html2.HTMLTableCaptionElement
Caption alignment with respect to the table.
setAlign(String) - method in class org.w3c.dom.html2.HTMLTableCellElement
Horizontal alignment of data in cell.
setAlign(String) - method in class org.w3c.dom.html2.HTMLTableColElement
Horizontal alignment of cell data in column.
setAlign(String) - method in class org.w3c.dom.html2.HTMLTableElement
Specifies the table's position with respect to the rest of the document.
setAlign(String) - method in class org.w3c.dom.html2.HTMLTableRowElement
Horizontal alignment of data within cells of this row.
setAlign(String) - method in class org.w3c.dom.html2.HTMLTableSectionElement
Horizontal alignment of data in cells.
setALink(String) - method in class org.w3c.dom.html2.HTMLBodyElement
Color of active links (after mouse-button down, but before mouse-button up).
setAlt(String) - method in class org.w3c.dom.html2.HTMLAppletElement
Alternate text for user agents not rendering the normal content of this element.
setAlt(String) - method in class org.w3c.dom.html2.HTMLAreaElement
Alternate text for user agents not rendering the normal content of this element.
setAlt(String) - method in class org.w3c.dom.html2.HTMLImageElement
Alternate text for user agents not rendering the normal content of this element.
setAlt(String) - method in class org.w3c.dom.html2.HTMLInputElement
Alternate text for user agents not rendering the normal content of this element.
setArchive(String) - method in class org.w3c.dom.html2.HTMLAppletElement
Comma-separated archive list.
setArchive(String) - method in class org.w3c.dom.html2.HTMLObjectElement
Space-separated list of archives.
setArguments(List) - method in class gnu.xml.xpath.Function
Sets the list of expressions to evaluate as parameter values.
Set an attribute in the list.
setAttribute(String,Object) - method in class javax.xml.parsers.DocumentBuilderFactory
Set the named attribute on the underlying implementation.
Set the named attribute on the underlying implementation.
setAttribute(String,Object) - method in class gnu.xml.libxmlj.dom.GnomeDocumentBuilderFactory
Set the named attribute on the underlying implementation.
setAttribute(String,Object) - method in class gnu.xml.libxmlj.transform.GnomeTransformerFactory
setAttribute(String,Object) - method in class gnu.xml.dom.JAXPFactory
There seems to be no useful specification for attribute names
Throws an exception (no implementation attributes are supported)
setAttribute(String,Object) - method in class javax.xml.transform.TransformerFactory
Set a named attribute on the underlying implementation.
setAttribute(String,Object) - method in class gnu.xml.transform.TransformerFactoryImpl
Set a named attribute on the underlying implementation.
setAttribute(String,String) - method in class gnu.xml.dom.DomElement
DOM L1 Modifies an existing attribute to have the specified value, or creates a new one with that value.
setAttribute(String,String) - method in class org.w3c.dom.Element
Adds a new attribute.
Set the attribute list, discarding previous contents.
setAttributeNode(org.w3c.dom.Attr) - method in class gnu.xml.dom.DomElement
DOM L1 Stores the specified attribute, optionally overwriting any existing one with that name.
setAttributeNode(org.w3c.dom.Attr) - method in class org.w3c.dom.Element
Adds a new attribute node.
setAttributeNodeNS(org.w3c.dom.Attr) - method in class gnu.xml.dom.DomElement
DOM L2 Stores the specified attribute, optionally overwriting any existing one with that name.
setAttributeNodeNS(org.w3c.dom.Attr) - method in class org.w3c.dom.Element
Adds a new attribute.
setAttributeNS(String,String,String) - method in class gnu.xml.dom.DomElement
DOM L2 Modifies an existing attribute to have the specified value, or creates a new one with that value.
setAttributeNS(String,String,String) - method in class org.w3c.dom.Element
Adds a new attribute.
setAttributes(org.xml.sax.Attributes) - method in class org.xml.sax.ext.Attributes2Impl
Copy an entire Attributes object.
setAttributes(org.xml.sax.Attributes) - method in class org.xml.sax.helpers.AttributesImpl
Copy an entire Attributes object.
setAxis(String) - method in class org.w3c.dom.html2.HTMLTableCellElement
Names group of related headers.
setAzimuth(String) - method in class org.w3c.dom.css.CSS2Properties
See the azimuth property definition in CSS2.
setBackground(String) - method in class org.w3c.dom.css.CSS2Properties
See the background property definition in CSS2.
setBackground(String) - method in class org.w3c.dom.html2.HTMLBodyElement
URI [IETF RFC 2396] of the background texture tile image.
setBackgroundAttachment(String) - method in class org.w3c.dom.css.CSS2Properties
See the background-attachment property definition in CSS2.
setBackgroundColor(String) - method in class org.w3c.dom.css.CSS2Properties
See the background-color property definition in CSS2.
setBackgroundImage(String) - method in class org.w3c.dom.css.CSS2Properties
See the background-image property definition in CSS2.
setBackgroundPosition(String) - method in class org.w3c.dom.css.CSS2Properties
See the background-position property definition in CSS2.
setBackgroundRepeat(String) - method in class org.w3c.dom.css.CSS2Properties
See the background-repeat property definition in CSS2.
setBaseURI(String) - method in class gnu.xml.dom.ls.DomLSInput
setBaseURI(String) - method in class org.w3c.dom.ls.LSInput
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relative systemId to an absolute URI.
setBgColor(String) - method in class org.w3c.dom.html2.HTMLBodyElement
Document background color.
setBgColor(String) - method in class org.w3c.dom.html2.HTMLTableCellElement
Cell background color.
setBgColor(String) - method in class org.w3c.dom.html2.HTMLTableElement
Cell background color.
setBgColor(String) - method in class org.w3c.dom.html2.HTMLTableRowElement
Background color for rows.
setBody(org.w3c.dom.html2.HTMLElement) - method in class org.w3c.dom.html2.HTMLDocument
The element that contains the content for the document.
setBorder(String) - method in class org.w3c.dom.css.CSS2Properties
See the border property definition in CSS2.
setBorder(String) - method in class org.w3c.dom.html2.HTMLImageElement
Width of border around image.
setBorder(String) - method in class org.w3c.dom.html2.HTMLObjectElement
Width of border around the object.
setBorder(String) - method in class org.w3c.dom.html2.HTMLTableElement
The width of the border around the table.
setBorderBottom(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-bottom property definition in CSS2.
setBorderBottomColor(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-bottom-color property definition in CSS2.
setBorderBottomStyle(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-bottom-style property definition in CSS2.
setBorderBottomWidth(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-bottom-width property definition in CSS2.
setBorderCollapse(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-collapse property definition in CSS2.
setBorderColor(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-color property definition in CSS2.
setBorderLeft(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-left property definition in CSS2.
setBorderLeftColor(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-left-color property definition in CSS2.
setBorderLeftStyle(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-left-style property definition in CSS2.
setBorderLeftWidth(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-left-width property definition in CSS2.
setBorderRight(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-right property definition in CSS2.
setBorderRightColor(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-right-color property definition in CSS2.
setBorderRightStyle(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-right-style property definition in CSS2.
setBorderRightWidth(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-right-width property definition in CSS2.
setBorderSpacing(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-spacing property definition in CSS2.
setBorderStyle(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-style property definition in CSS2.
setBorderTop(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-top property definition in CSS2.
setBorderTopColor(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-top-color property definition in CSS2.
setBorderTopStyle(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-top-style property definition in CSS2.
setBorderTopWidth(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-top-width property definition in CSS2.
setBorderWidth(String) - method in class org.w3c.dom.css.CSS2Properties
See the border-width property definition in CSS2.
setBottom(String) - method in class org.w3c.dom.css.CSS2Properties
See the bottom property definition in CSS2.
setBuilding(boolean) - method in class gnu.xml.dom.DomDocument
Sets the building flag.
setByteStream(InputStream) - method in class gnu.xml.dom.ls.DomLSInput
setByteStream(InputStream) - method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setByteStream(java.io.InputStream) - method in class org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of bytes.
setByteStream(java.io.OutputStream) - method in class org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream of bytes.
setByteStream(OutputStream) - method in class gnu.xml.dom.ls.DomLSOutput
setCallTarget(String) - method in class gnu.xml.pipeline.CallFilter
Assigns the URI of the call target to be used.
setCanonical(boolean) - method in class gnu.xml.util.XMLWriter
Sets the output style to be canonicalized.
Returns the table's CAPTION, or void if none exists.
setCaptionSide(String) - method in class org.w3c.dom.css.CSS2Properties
See the caption-side property definition in CSS2.
setCellPadding(String) - method in class org.w3c.dom.html2.HTMLTableElement
Specifies the horizontal and vertical space between cell content and cell borders.
setCellSpacing(String) - method in class org.w3c.dom.html2.HTMLTableElement
Specifies the horizontal and vertical separation between cells.
setCertifiedText(boolean) - method in class gnu.xml.dom.ls.DomLSInput
setCertifiedText(boolean) - method in class org.w3c.dom.ls.LSInput
If set to true, assume that the input is certified (see section 2.13 in [XML 1.1]) when parsing [XML 1.1].
setCh(String) - method in class org.w3c.dom.html2.HTMLTableCellElement
Alignment character for cells in a column.
setCh(String) - method in class org.w3c.dom.html2.HTMLTableColElement
Alignment character for cells in a column.
setCh(String) - method in class org.w3c.dom.html2.HTMLTableRowElement
Alignment character for cells in a column.
setCh(String) - method in class org.w3c.dom.html2.HTMLTableSectionElement
Alignment character for cells in a column.
setCharacterStream(java.io.Reader) - method in class org.w3c.dom.ls.LSInput
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
setCharacterStream(java.io.Writer) - method in class org.w3c.dom.ls.LSOutput
An attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output.
setCharacterStream(Reader) - method in class gnu.xml.dom.ls.DomLSInput
setCharacterStream(Reader) - method in class org.xml.sax.InputSource
Set the character stream for this input source.
setCharacterStream(Writer) - method in class gnu.xml.dom.ls.DomLSOutput
setCharset(String) - method in class org.w3c.dom.html2.HTMLAnchorElement
The character encoding of the linked resource.
setCharset(String) - method in class org.w3c.dom.html2.HTMLLinkElement
The character encoding of the resource being linked to.
setCharset(String) - method in class org.w3c.dom.html2.HTMLScriptElement
The character encoding of the linked resource.
setChecked(boolean) - method in class org.w3c.dom.html2.HTMLInputElement
When the type attribute of the element has the value "radio" or "checkbox", this represents the current state of the form control, in an interactive user agent.
setCheckWellformedness(boolean) - method in class gnu.xml.dom.DomDocument
Sets whether to check for document well-formedness.
setChOff(String) - method in class org.w3c.dom.html2.HTMLTableCellElement
Offset of alignment character.
setChOff(String) - method in class org.w3c.dom.html2.HTMLTableColElement
Offset of alignment character.
setChOff(String) - method in class org.w3c.dom.html2.HTMLTableRowElement
Offset of alignment character.
setChOff(String) - method in class org.w3c.dom.html2.HTMLTableSectionElement
Offset of alignment character.
setCite(String) - method in class org.w3c.dom.html2.HTMLModElement
A URI [IETF RFC 2396] designating a document that describes the reason for the change.
setCite(String) - method in class org.w3c.dom.html2.HTMLQuoteElement
A URI [IETF RFC 2396] designating a source document or message.
setClassName(String) - method in class org.w3c.dom.html2.HTMLElement
The class attribute of the element.
setClear(String) - method in class org.w3c.dom.css.CSS2Properties
See the clear property definition in CSS2.
setClear(String) - method in class org.w3c.dom.html2.HTMLBRElement
Control flow of text around floats.
setClip(String) - method in class org.w3c.dom.css.CSS2Properties
See the clip property definition in CSS2.
setCoalescing(boolean) - method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether document builders obtained from this factory will convert CDATA sections to text nodes and normalize adjacent text nodes into a single text node.
setCode(String) - method in class org.w3c.dom.html2.HTMLAppletElement
Applet class file.
setCode(String) - method in class org.w3c.dom.html2.HTMLObjectElement
Applet class file.
setCodeBase(String) - method in class org.w3c.dom.html2.HTMLAppletElement
Optional base URI [IETF RFC 2396] for applet.
setCodeBase(String) - method in class org.w3c.dom.html2.HTMLObjectElement
Base URI [IETF RFC 2396] for classid, data, and archive attributes.
setCodeType(String) - method in class org.w3c.dom.html2.HTMLObjectElement
Content type for data downloaded via classid attribute.
setColor(String) - method in class org.w3c.dom.css.CSS2Properties
See the color property definition in CSS2.
setColor(String) - method in class org.w3c.dom.html2.HTMLBaseFontElement
Font color.
setColor(String) - method in class org.w3c.dom.html2.HTMLFontElement
Font color.
setCols(int) - method in class org.w3c.dom.html2.HTMLTextAreaElement
Width of control (in characters).
setCols(String) - method in class org.w3c.dom.html2.HTMLFrameSetElement
The number of columns of frames in the frameset.
setColSpan(int) - method in class org.w3c.dom.html2.HTMLTableCellElement
Number of columns spanned by cell.
setColumnNumber(int) - method in class org.xml.sax.helpers.LocatorImpl
Set the column number for this locator (1-based).
setCompact(boolean) - method in class org.w3c.dom.html2.HTMLDirectoryElement
Reduce spacing between list items.
setCompact(boolean) - method in class org.w3c.dom.html2.HTMLDListElement
Reduce spacing between list items.
setCompact(boolean) - method in class org.w3c.dom.html2.HTMLMenuElement
Reduce spacing between list items.
setCompact(boolean) - method in class org.w3c.dom.html2.HTMLOListElement
Reduce spacing between list items.
setCompact(boolean) - method in class org.w3c.dom.html2.HTMLUListElement
Reduce spacing between list items.
setContent(String) - method in class org.w3c.dom.css.CSS2Properties
See the content property definition in CSS2.
setContent(String) - method in class org.w3c.dom.html2.HTMLMetaElement
Associated information.
SAX2: Assigns the object used to report the logical content of an XML document.
Assigns the content handler to use; a null handler indicates that these events will not be forwarded.
setContentHandler(org.xml.sax.ContentHandler) - method in class org.xml.sax.helpers.ParserAdapter
Set the content handler.
setContentHandler(org.xml.sax.ContentHandler) - method in class gnu.xml.aelfred2.SAXDriver
SAX2: Assigns the object used to report the logical content of an XML document.
Sets the ContentHandler to receive PSVI SAX events.
setContentHandler(org.xml.sax.ContentHandler) - method in class org.xml.sax.helpers.XMLFilterImpl
Set the content event handler.
setContentHandler(org.xml.sax.ContentHandler) - method in class gnu.xml.aelfred2.XmlReader
SAX2: Assigns the object used to report the logical content of an XML document.
Allow an application to register a content event handler.
setCookie(String) - method in class org.w3c.dom.html2.HTMLDocument
This mutable string attribute denotes persistent state information that (1) is associated with the current frame or document and (2) is composed of information described by the cookies non-terminal of [IETF RFC 2965], Section 4.2.2.
setCoords(String) - method in class org.w3c.dom.html2.HTMLAnchorElement
Comma-separated list of lengths, defining an active region geometry.
setCoords(String) - method in class org.w3c.dom.html2.HTMLAreaElement
Comma-separated list of lengths, defining an active region geometry.
setCounterIncrement(String) - method in class org.w3c.dom.css.CSS2Properties
See the counter-increment property definition in CSS2.
setCounterReset(String) - method in class org.w3c.dom.css.CSS2Properties
See the counter-reset property definition in CSS2.
setCssFloat(String) - method in class org.w3c.dom.css.CSS2Properties
See the float property definition in CSS2.
setCssText(String) - method in class org.w3c.dom.css.CSSRule
The parsable textual representation of the rule.
setCssText(String) - method in class org.w3c.dom.css.CSSStyleDeclaration
The parsable textual representation of the declaration block (excluding the surrounding curly braces).
setCssText(String) - method in class org.w3c.dom.css.CSSValue
A string representation of the current value.
setCue(String) - method in class org.w3c.dom.css.CSS2Properties
See the cue property definition in CSS2.
setCueAfter(String) - method in class org.w3c.dom.css.CSS2Properties
See the cue-after property definition in CSS2.
setCueBefore(String) - method in class org.w3c.dom.css.CSS2Properties
See the cue-before property definition in CSS2.
setCurrentNode(org.w3c.dom.Node) - method in class org.w3c.dom.traversal.TreeWalker
The node at which the TreeWalker is currently positioned.
setCursor(String) - method in class org.w3c.dom.css.CSS2Properties
See the cursor property definition in CSS2.
setData(String) - method in class org.w3c.dom.CharacterData
The character data of the node that implements this interface.
setData(String) - method in class gnu.xml.dom.DomCharacterData
DOM L1 Assigns the value of this node; same as setNodeValue.
setData(String) - method in class gnu.xml.dom.DomPI
DOM L1 Assigns the data associated with the processing instruction; same as setNodeValue.
setData(String) - method in class org.w3c.dom.html2.HTMLObjectElement
A URI [IETF RFC 2396] specifying the location of the object's data.
setData(String) - method in class org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
setDateTime(String) - method in class org.w3c.dom.html2.HTMLModElement
The date and time of the change.
setDay(int) - method in class javax.xml.datatype.XMLGregorianCalendar
setDeclare(boolean) - method in class org.w3c.dom.html2.HTMLObjectElement
Declare (for future reference), but do not instantiate, this object.
setDeclared(int,boolean) - method in class org.xml.sax.ext.Attributes2Impl
Assign a value to the "declared" flag of a specific attribute.
setDefaultChecked(boolean) - method in class org.w3c.dom.html2.HTMLInputElement
When type has the value "radio" or "checkbox", this represents the HTML checked attribute of the element.
setDefaultSelected(boolean) - method in class org.w3c.dom.html2.HTMLOptionElement
Represents the value of the HTML selected attribute.
setDefaultValue(String) - method in class org.w3c.dom.html2.HTMLInputElement
When the type attribute of the element has the value "text", "file" or "password", this represents the HTML value attribute of the element.
setDefaultValue(String) - method in class org.w3c.dom.html2.HTMLTextAreaElement
Represents the contents of the element.
setDefer(boolean) - method in class org.w3c.dom.html2.HTMLScriptElement
Indicates that the user agent can defer processing of the script.
setDir(String) - method in class org.w3c.dom.html2.HTMLElement
Specifies the base direction of directionally neutral text and the directionality of tables.
setDirection(String) - method in class org.w3c.dom.css.CSS2Properties
See the direction property definition in CSS2.
setDisabled(boolean) - method in class org.w3c.dom.html2.HTMLButtonElement
The control is unavailable in this context.
setDisabled(boolean) - method in class org.w3c.dom.html2.HTMLInputElement
The control is unavailable in this context.
setDisabled(boolean) - method in class org.w3c.dom.html2.HTMLLinkElement
Enables/disables the link.
setDisabled(boolean) - method in class org.w3c.dom.html2.HTMLOptGroupElement
The control is unavailable in this context.
setDisabled(boolean) - method in class org.w3c.dom.html2.HTMLOptionElement
The control is unavailable in this context.
setDisabled(boolean) - method in class org.w3c.dom.html2.HTMLSelectElement
The control is unavailable in this context.
setDisabled(boolean) - method in class org.w3c.dom.html2.HTMLStyleElement
Enables/disables the style sheet.
setDisabled(boolean) - method in class org.w3c.dom.html2.HTMLTextAreaElement
The control is unavailable in this context.
setDisabled(boolean) - method in class org.w3c.dom.stylesheets.StyleSheet
false if the style sheet is applied to the document.
setDisplay(String) - method in class org.w3c.dom.css.CSS2Properties
See the display property definition in CSS2.
Allow an application to register a document event handler.
SAX1: Set the document handler for this parser.
Register the SAX1 document event handler.
Receive an object for locating the origin of SAX document events.
setDocumentLocator(org.xml.sax.Locator) - method in class org.xml.sax.helpers.DefaultHandler
Receive a Locator object for document events.
Receive an object for locating the origin of SAX document events.
Receive an object for locating the origin of SAX document events.
setDocumentLocator(org.xml.sax.Locator) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
Receive a Locator object for document events.
setDocumentLocator(org.xml.sax.Locator) - method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
setDocumentLocator(org.xml.sax.Locator) - method in class gnu.xml.pipeline.TeeConsumer
Throws an exception when called after startDocument.
setDocumentLocator(org.xml.sax.Locator) - method in class gnu.xml.pipeline.XIncludeFilter
Passes "this" down the filter chain as a proxy locator.
setDocumentLocator(org.xml.sax.Locator) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a new document locator event.
setDocumentLocator(org.xml.sax.Locator) - method in class org.xml.sax.helpers.XMLReaderAdapter
Set a document locator.
setDocumentLocator(org.xml.sax.Locator) - method in class gnu.xml.util.XMLWriter
SAX1: provides parser status information
setDocumentURI(String) - method in class org.w3c.dom.Document
The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.
setDocumentURI(String) - method in class gnu.xml.dom.DomDocument
setDocumentURI(String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
setDTDHandler(org.xml.sax.DTDHandler) - method in class gnu.xml.util.DomParser
SAX1: Provides an object which may be used to intercept declarations related to notations and unparsed entities.
setDTDHandler(org.xml.sax.DTDHandler) - method in class gnu.xml.pipeline.EventFilter
Assigns the DTD handler to use; a null handler indicates that these events will not be forwarded.
setDTDHandler(org.xml.sax.DTDHandler) - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
setDTDHandler(org.xml.sax.DTDHandler) - method in class org.xml.sax.Parser
Allow an application to register a DTD event handler.
setDTDHandler(org.xml.sax.DTDHandler) - method in class org.xml.sax.helpers.ParserAdapter
Set the DTD handler.
setDTDHandler(org.xml.sax.DTDHandler) - method in class gnu.xml.aelfred2.SAXDriver
SAX1, SAX2: Set the DTD handler for this parser.
setDTDHandler(org.xml.sax.DTDHandler) - method in class org.xml.sax.helpers.XMLFilterImpl
Set the DTD event handler.
setDTDHandler(org.xml.sax.DTDHandler) - method in class gnu.xml.aelfred2.XmlReader
SAX1 Assigns DTD handler
setDTDHandler(org.xml.sax.DTDHandler) - method in class org.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setDTDHandler(org.xml.sax.DTDHandler) - method in class org.xml.sax.helpers.XMLReaderAdapter
Register the DTD event handler.
setElevation(String) - method in class org.w3c.dom.css.CSS2Properties
See the elevation property definition in CSS2.
setEmptyCells(String) - method in class org.w3c.dom.css.CSS2Properties
See the empty-cells property definition in CSS2.
setEncoding(String) - method in class org.w3c.dom.css.CSSCharsetRule
The encoding information used in this @charset rule.
setEncoding(String) - method in class gnu.xml.dom.ls.DomLSInput
setEncoding(String) - method in class gnu.xml.dom.ls.DomLSOutput
The character encoding to use for the output.
setEncoding(String) - method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEncoding(String) - method in class org.xml.sax.ext.Locator2Impl
Assigns the current value of the encoding property.
setEncoding(String) - method in class org.w3c.dom.ls.LSInput
The character encoding, if known.
setEncoding(String) - method in class org.w3c.dom.ls.LSOutput
The character encoding to use for the output.
setEnctype(String) - method in class org.w3c.dom.html2.HTMLFormElement
The content type of the submitted form, generally "application/x-www-form-urlencoded".
setEnd(org.w3c.dom.Node,int) - method in class org.w3c.dom.ranges.Range
Sets the attributes describing the end of a Range.
setEndAfter(org.w3c.dom.Node) - method in class org.w3c.dom.ranges.Range
Sets the end of a Range to be after a node
setEndBefore(org.w3c.dom.Node) - method in class org.w3c.dom.ranges.Range
Sets the end position to be before a node.
Sets the SAX entity resolver callback used to resolve external entities in the XML document(s) to parse.
SAX1: Provides an object which may be used when resolving external entities during parsing (both general and parameter entities).
Allow an application to register a custom entity resolver.
setEntityResolver(org.xml.sax.EntityResolver) - method in class org.xml.sax.helpers.ParserAdapter
Set the entity resolver.
setEntityResolver(org.xml.sax.EntityResolver) - method in class gnu.xml.aelfred2.SAXDriver
SAX1, SAX2: Set the entity resolver for this parser.
setEntityResolver(org.xml.sax.EntityResolver) - method in class org.xml.sax.helpers.XMLFilterImpl
Set the entity resolver.
setEntityResolver(org.xml.sax.EntityResolver) - method in class gnu.xml.aelfred2.XmlReader
SAX1 Assigns parser's entity resolver
Allow an application to register an entity resolver.
Register the entity resolver.
setEOL(String) - method in class gnu.xml.util.XMLWriter
Assigns the line ending style to be used on output.
setErrorHandler(org.xml.sax.ErrorHandler) - method in class gnu.xml.pipeline.CallFilter
Assigns the error handler to be used to present most fatal errors.
Sets the SAX error handler callback used to report parsing errors.
setErrorHandler(org.xml.sax.ErrorHandler) - method in class gnu.xml.pipeline.DomConsumer
SAX1: Provides an object which receives callbacks for XML errors of all levels (fatal, nonfatal, warning).
setErrorHandler(org.xml.sax.ErrorHandler) - method in class gnu.xml.pipeline.EventConsumer
This method provides a filter stage with a handler that abstracts presentation of warnings and both recoverable and fatal errors.
setErrorHandler(org.xml.sax.ErrorHandler) - method in class gnu.xml.pipeline.EventFilter
Records the error handler that should be used by this stage, and passes it "downstream" to any subsequent stage.
setErrorHandler(org.xml.sax.ErrorHandler) - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
Allow an application to register an error event handler.
setErrorHandler(org.xml.sax.ErrorHandler) - method in class org.xml.sax.helpers.ParserAdapter
Set the error handler.
setErrorHandler(org.xml.sax.ErrorHandler) - method in class gnu.xml.aelfred2.SAXDriver
SAX1, SAX2: Set the error handler for this parser.
setErrorHandler(org.xml.sax.ErrorHandler) - method in class javax.xml.validation.SchemaFactory
setErrorHandler(org.xml.sax.ErrorHandler) - method in class gnu.xml.pipeline.TeeConsumer
Provides the error handler to both subsequent nodes of this filter stage.
setErrorHandler(org.xml.sax.ErrorHandler) - method in class javax.xml.validation.Validator
setErrorHandler(org.xml.sax.ErrorHandler) - method in class javax.xml.validation.ValidatorHandler
setErrorHandler(org.xml.sax.ErrorHandler) - method in class gnu.xml.util.XCat
Assigns the error handler used to report catalog errors.
setErrorHandler(org.xml.sax.ErrorHandler) - method in class org.xml.sax.helpers.XMLFilterImpl
Set the error event handler.
setErrorHandler(org.xml.sax.ErrorHandler) - method in class gnu.xml.aelfred2.XmlReader
SAX1 Assigns error handler
Allow an application to register an error event handler.
setErrorHandler(org.xml.sax.ErrorHandler) - method in class org.xml.sax.helpers.XMLReaderAdapter
Register the error event handler.
Assigns the error handler to be used to present most fatal errors.
setErrorListener(javax.xml.transform.ErrorListener) - method in class gnu.xml.libxmlj.transform.GnomeTransformer
Assigns a value that would be used when parsing stylesheets
Sets the callback used to report errors during the transformation.
Sets the callback to be used by transformers obtained from this factory to report transformation errors.
Sets the callback to be used by transformers obtained from this factory to report transformation errors.
setEvent(String) - method in class org.w3c.dom.html2.HTMLScriptElement
Reserved for future use.
Sets whether document builders obtained from this factory will expand entity reference nodes.
setExpandingEntities(boolean) - method in class gnu.xml.util.XMLWriter
Controls whether the output text contains references to entities (the default), or instead contains the expanded values of those entities.
setFace(String) - method in class org.w3c.dom.html2.HTMLBaseFontElement
Font face identifier.
setFace(String) - method in class org.w3c.dom.html2.HTMLFontElement
Font face identifier.
setFeature(String,boolean) - method in class gnu.xml.util.DomParser
SAX2: Sets the state of features supported in this parser.
setFeature(String,boolean) - method in class gnu.xml.libxmlj.sax.GnomeSAXParserFactory
setFeature(String,boolean) - method in class gnu.xml.libxmlj.transform.GnomeTransformerFactory
setFeature(String,boolean) - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
setFeature(String,boolean) - method in class gnu.xml.aelfred2.JAXPFactory
Sets the specified feature for SAX2 parsers obtained from this factory.
setFeature(String,boolean) - method in class org.xml.sax.helpers.ParserAdapter
Set a feature flag for the parser.
setFeature(String,boolean) - method in class gnu.xml.aelfred2.SAXDriver
SAX2: Sets the state of feature flags in this parser.
setFeature(String,boolean) - method in class javax.xml.parsers.SAXParserFactory
Sets the specified feature for SAX2 parsers obtained from this factory.
setFeature(String,boolean) - method in class javax.xml.validation.SchemaFactory
setFeature(String,boolean) - method in class javax.xml.transform.TransformerFactory
Sets a feature of transformers and templates obtained from this factory.
setFeature(String,boolean) - method in class gnu.xml.transform.TransformerFactoryImpl
Sets a feature of transformers and templates obtained from this factory.
setFeature(String,boolean) - method in class javax.xml.validation.Validator
setFeature(String,boolean) - method in class javax.xml.validation.ValidatorHandler
setFeature(String,boolean) - method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a feature.
setFeature(String,boolean) - method in class gnu.xml.aelfred2.XmlReader
SAX2: Sets the state of features supported in this parser.
setFeature(String,boolean) - method in class org.xml.sax.XMLReader
Set the value of a feature flag.
setFeature(String,boolean) - method in class javax.xml.xpath.XPathFactory
Sets the state of the named feature.
setFeature(String,boolean) - method in class gnu.xml.xpath.XPathFactoryImpl
Sets the state of the named feature.
setFilter(org.w3c.dom.ls.LSParserFilter) - method in class gnu.xml.dom.ls.DomLSParser
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
setFilter(org.w3c.dom.ls.LSParserFilter) - method in class org.w3c.dom.ls.LSParser
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
When the application provides a filter, the serializer will call out to the filter before serializing each Node.
setFloatValue(short,float) - method in class org.w3c.dom.css.CSSPrimitiveValue
A method to set the float value with a specified unit.
setFont(String) - method in class org.w3c.dom.css.CSS2Properties
See the font property definition in CSS2.
setFontFamily(String) - method in class org.w3c.dom.css.CSS2Properties
See the font-family property definition in CSS2.
setFontSize(String) - method in class org.w3c.dom.css.CSS2Properties
See the font-size property definition in CSS2.
setFontSizeAdjust(String) - method in class org.w3c.dom.css.CSS2Properties
See the font-size-adjust property definition in CSS2.
setFontStretch(String) - method in class org.w3c.dom.css.CSS2Properties
See the font-stretch property definition in CSS2.
setFontStyle(String) - method in class org.w3c.dom.css.CSS2Properties
See the font-style property definition in CSS2.
setFontVariant(String) - method in class org.w3c.dom.css.CSS2Properties
See the font-variant property definition in CSS2.
setFontWeight(String) - method in class org.w3c.dom.css.CSS2Properties
See the font-weight property definition in CSS2.
setFractionalSecond(BigDecimal) - method in class javax.xml.datatype.XMLGregorianCalendar
setFrame(String) - method in class org.w3c.dom.html2.HTMLTableElement
Specifies which external table borders to render.
setFrameBorder(String) - method in class org.w3c.dom.html2.HTMLFrameElement
Request frame borders.
setFrameBorder(String) - method in class org.w3c.dom.html2.HTMLIFrameElement
Request frame borders.
This is the hook through which a subclass provides a handler which knows how to access DOM extensions, specific to some implementation, to record additional data in a DOM.
setHandler(org.xml.sax.ContentHandler) - method in class javax.xml.transform.sax.SAXResult
Sets the content handler to which result document events will be propagated.
setHeaders(String) - method in class org.w3c.dom.html2.HTMLTableCellElement
List of id attribute values for header cells.
setHeight(int) - method in class org.w3c.dom.html2.HTMLImageElement
Height of the image in pixels.
setHeight(String) - method in class org.w3c.dom.css.CSS2Properties
See the height property definition in CSS2.
setHeight(String) - method in class org.w3c.dom.html2.HTMLAppletElement
Override height.
setHeight(String) - method in class org.w3c.dom.html2.HTMLIFrameElement
Frame height.
setHeight(String) - method in class org.w3c.dom.html2.HTMLObjectElement
Override height.
setHeight(String) - method in class org.w3c.dom.html2.HTMLTableCellElement
Cell height.
setHidingCDATA(boolean) - method in class gnu.xml.pipeline.DomConsumer
Controls whether the consumer will save CDATA boundaries.
setHidingComments(boolean) - method in class gnu.xml.pipeline.DomConsumer
Controls whether the consumer is hiding comments.
setHidingReferences(boolean) - method in class gnu.xml.pipeline.DomConsumer
Controls whether the consumer will hide entity expansions, or will instead mark them with entity reference nodes.
setHidingWhitespace(boolean) - method in class gnu.xml.pipeline.DomConsumer
Controls whether the consumer hides ignorable whitespace
setHour(int) - method in class javax.xml.datatype.XMLGregorianCalendar
setHref(String) - method in class org.w3c.dom.html2.HTMLAnchorElement
The absolute URI [IETF RFC 2396] of the linked resource.
setHref(String) - method in class org.w3c.dom.html2.HTMLAreaElement
The URI [IETF RFC 2396] of the linked resource.
setHref(String) - method in class org.w3c.dom.html2.HTMLBaseElement
The base URI [IETF RFC 2396].
setHref(String) - method in class org.w3c.dom.html2.HTMLLinkElement
The URI [IETF RFC 2396] of the linked resource.
setHreflang(String) - method in class org.w3c.dom.html2.HTMLAnchorElement
Language code of the linked resource.
setHreflang(String) - method in class org.w3c.dom.html2.HTMLLinkElement
Language code of the linked resource.
setHspace(int) - method in class org.w3c.dom.html2.HTMLAppletElement
Horizontal space, in pixels, to the left and right of this image, applet, or object.
setHspace(int) - method in class org.w3c.dom.html2.HTMLImageElement
Horizontal space to the left and right of this image in pixels.
setHspace(int) - method in class org.w3c.dom.html2.HTMLObjectElement
Horizontal space, in pixels, to the left and right of this image, applet, or object.
setHtmlFor(String) - method in class org.w3c.dom.html2.HTMLLabelElement
This attribute links this label with another form control by id attribute.
setHtmlFor(String) - method in class org.w3c.dom.html2.HTMLScriptElement
Reserved for future use.
setHttpEquiv(String) - method in class org.w3c.dom.html2.HTMLMetaElement
HTTP response header name [IETF RFC 2616].
setId(String) - method in class org.w3c.dom.html2.HTMLElement
The element's identifier.
setIdAttribute(String,boolean) - method in class gnu.xml.dom.DomElement
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIdAttribute(String,boolean) - method in class org.w3c.dom.Element
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIdAttributeNS(String,String,boolean) - method in class org.w3c.dom.Element
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIgnoringComments(boolean) - method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether document builders obtained from this factory will discard comment nodes.
Sets whether document builders obtained from this factory will eliminate whitespace within elements that have an element-only content model.
setInputEncoding(String) - method in class gnu.xml.dom.DomDocument
setInputSource(org.xml.sax.InputSource) - method in class javax.xml.transform.sax.SAXSource
Sets the input source to parse.
setInputStream(InputStream) - method in class javax.xml.transform.stream.StreamSource
Sets the source input stream.
setIsMap(boolean) - method in class org.w3c.dom.html2.HTMLImageElement
Use server-side image map.
setLabel(String) - method in class org.w3c.dom.html2.HTMLOptGroupElement
Assigns a label to this option group.
setLabel(String) - method in class org.w3c.dom.html2.HTMLOptionElement
Option label for use in hierarchical menus.
setLang(String) - method in class org.w3c.dom.html2.HTMLElement
Language code defined in RFC 1766.
setLeft(String) - method in class org.w3c.dom.css.CSS2Properties
See the left property definition in CSS2.
setLength(int) - method in class org.w3c.dom.html2.HTMLOptionsCollection
This attribute specifies the length or size of the list.
setLength(int) - method in class org.w3c.dom.html2.HTMLSelectElement
The number of options in this SELECT.
setLetterSpacing(String) - method in class org.w3c.dom.css.CSS2Properties
See the letter-spacing property definition in CSS2.
setLexicalHandler(org.xml.sax.ext.LexicalHandler) - method in class javax.xml.transform.sax.SAXResult
Sets the lexical handler to which lexical events will be propagated.
setLineHeight(String) - method in class org.w3c.dom.css.CSS2Properties
See the line-height property definition in CSS2.
setLineNumber(int) - method in class org.xml.sax.helpers.LocatorImpl
Set the line number for this locator (1-based).
setLink(String) - method in class org.w3c.dom.html2.HTMLBodyElement
Color of links that are not active and unvisited.
setListStyle(String) - method in class org.w3c.dom.css.CSS2Properties
See the list-style property definition in CSS2.
setListStyleImage(String) - method in class org.w3c.dom.css.CSS2Properties
See the list-style-image property definition in CSS2.
setListStylePosition(String) - method in class org.w3c.dom.css.CSS2Properties
See the list-style-position property definition in CSS2.
setListStyleType(String) - method in class org.w3c.dom.css.CSS2Properties
See the list-style-type property definition in CSS2.
setLocale(Locale) - method in class gnu.xml.util.DomParser
SAX1: Identifies the locale which the parser should use for the diagnostics it provides.
setLocale(Locale) - method in class org.xml.sax.Parser
Allow an application to request a locale for errors and warnings.
setLocale(Locale) - method in class gnu.xml.aelfred2.SAXDriver
SAX1: Sets the locale used for diagnostics; currently, only locales using the English language are supported.
setLocale(Locale) - method in class gnu.xml.aelfred2.XmlReader
SAX1: Sets the locale used for diagnostics; currently, only locales using the English language are supported.
setLocale(Locale) - method in class org.xml.sax.helpers.XMLReaderAdapter
Set the locale for error reporting.
setLocalName(int,String) - method in class org.xml.sax.helpers.AttributesImpl
Set the local name of a specific attribute.
Sets the locator indicating where the error occurred.
setLongDesc(String) - method in class org.w3c.dom.html2.HTMLFrameElement
URI [IETF RFC 2396] designating a long description of this image or frame.
setLongDesc(String) - method in class org.w3c.dom.html2.HTMLIFrameElement
URI [IETF RFC 2396] designating a long description of this image or frame.
setLongDesc(String) - method in class org.w3c.dom.html2.HTMLImageElement
URI [IETF RFC 2396] designating a long description of this image or frame.
setMargin(String) - method in class org.w3c.dom.css.CSS2Properties
See the margin property definition in CSS2.
setMarginBottom(String) - method in class org.w3c.dom.css.CSS2Properties
See the margin-bottom property definition in CSS2.
setMarginHeight(String) - method in class org.w3c.dom.html2.HTMLFrameElement
Frame margin height, in pixels.
setMarginHeight(String) - method in class org.w3c.dom.html2.HTMLIFrameElement
Frame margin height, in pixels.
setMarginLeft(String) - method in class org.w3c.dom.css.CSS2Properties
See the margin-left property definition in CSS2.
setMarginRight(String) - method in class org.w3c.dom.css.CSS2Properties
See the margin-right property definition in CSS2.
setMarginTop(String) - method in class org.w3c.dom.css.CSS2Properties
See the margin-top property definition in CSS2.
setMarginWidth(String) - method in class org.w3c.dom.html2.HTMLFrameElement
Frame margin width, in pixels.
setMarginWidth(String) - method in class org.w3c.dom.html2.HTMLIFrameElement
Frame margin width, in pixels.
setMarkerOffset(String) - method in class org.w3c.dom.css.CSS2Properties
See the marker-offset property definition in CSS2.
setMarks(String) - method in class org.w3c.dom.css.CSS2Properties
See the marks property definition in CSS2.
setMaxHeight(String) - method in class org.w3c.dom.css.CSS2Properties
See the max-height property definition in CSS2.
setMaxLength(int) - method in class org.w3c.dom.html2.HTMLInputElement
Maximum number of characters for text fields, when type has the value "text" or "password".
setMaxWidth(String) - method in class org.w3c.dom.css.CSS2Properties
See the max-width property definition in CSS2.
setMedia(String) - method in class org.w3c.dom.html2.HTMLLinkElement
Designed for use with one or more target media.
setMedia(String) - method in class org.w3c.dom.html2.HTMLStyleElement
Designed for use with one or more target media.
setMediaText(String) - method in class org.w3c.dom.stylesheets.MediaList
The parsable textual representation of the media list.
setMethod(String) - method in class org.w3c.dom.html2.HTMLFormElement
HTTP method [IETF RFC 2616] used to submit form.
setMillisecond(int) - method in class javax.xml.datatype.XMLGregorianCalendar
setMinHeight(String) - method in class org.w3c.dom.css.CSS2Properties
See the min-height property definition in CSS2.
setMinute(int) - method in class javax.xml.datatype.XMLGregorianCalendar
setMinWidth(String) - method in class org.w3c.dom.css.CSS2Properties
See the min-width property definition in CSS2.
setMonth(int) - method in class javax.xml.datatype.XMLGregorianCalendar
setMultiple(boolean) - method in class org.w3c.dom.html2.HTMLSelectElement
If true, multiple OPTION elements may be selected in this SELECT.
setName(String) - method in class org.w3c.dom.html2.HTMLAnchorElement
Anchor name.
setName(String) - method in class org.w3c.dom.html2.HTMLAppletElement
The name of the applet.
setName(String) - method in class org.w3c.dom.html2.HTMLButtonElement
Form control or object name when submitted with a form.
setName(String) - method in class org.w3c.dom.html2.HTMLFormElement
Names the form.
setName(String) - method in class org.w3c.dom.html2.HTMLFrameElement
The frame name (object of the target attribute).
setName(String) - method in class org.w3c.dom.html2.HTMLIFrameElement
The frame name (object of the target attribute).
setName(String) - method in class org.w3c.dom.html2.HTMLImageElement
The name of the element (for backwards compatibility).
setName(String) - method in class org.w3c.dom.html2.HTMLInputElement
Form control or object name when submitted with a form.
setName(String) - method in class org.w3c.dom.html2.HTMLMapElement
Names the map (for use with usemap).
setName(String) - method in class org.w3c.dom.html2.HTMLMetaElement
Meta information name.
setName(String) - method in class org.w3c.dom.html2.HTMLObjectElement
Form control or object name when submitted with a form.
setName(String) - method in class org.w3c.dom.html2.HTMLParamElement
The name of a run-time parameter.
setName(String) - method in class org.w3c.dom.html2.HTMLSelectElement
Form control or object name when submitted with a form.
setName(String) - method in class org.w3c.dom.html2.HTMLTextAreaElement
Form control or object name when submitted with a form.
setNamedItem(org.w3c.dom.Node) - method in class gnu.xml.dom.DomNamedNodeMap
DOM L1 Stores the named item into the map, optionally overwriting any existing node with that name.
setNamedItem(org.w3c.dom.Node) - method in class org.w3c.dom.NamedNodeMap
Adds a node using its nodeName attribute.
DOM L2 Stores the named item into the map, optionally overwriting any existing node with that fully qualified name.
setNamedItemNS(org.w3c.dom.Node) - method in class org.w3c.dom.NamedNodeMap
Adds a node using its namespaceURI and localName.
setNamespaceAware(boolean) - method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether document builders obtained from this factory will be XML Namespace aware.
setNamespaceAware(boolean) - method in class javax.xml.parsers.SAXParserFactory
Sets whether parsers obtained from this factory will be XML Namespace aware.
setNamespaceDeclUris(boolean) - method in class org.xml.sax.helpers.NamespaceSupport
Controls whether namespace declaration attributes are placed into the NSDECL namespace by processName().
setNewLine(String) - method in class gnu.xml.dom.ls.DomLSSerializer
The end-of-line sequence of characters to be used in the XML being written out.
setNewLine(String) - method in class org.w3c.dom.ls.LSSerializer
The end-of-line sequence of characters to be used in the XML being written out.
setNextSibling(org.w3c.dom.Node) - method in class javax.xml.transform.dom.DOMResult
Sets the child node before which the result nodes will be inserted.
setNode(org.w3c.dom.Node) - method in class javax.xml.transform.dom.DOMResult
Sets the node to which the result tree will be appended.
setNode(org.w3c.dom.Node) - method in class javax.xml.transform.dom.DOMSource
Sets the context node.
setNodeValue(String) - method in class gnu.xml.dom.DomAttr
DOM L1 Assigns the attribute value; using this API, no entity or character references will exist.
setNodeValue(String) - method in class gnu.xml.dom.DomCharacterData
DOM L1 Assigns the value of this node.
setNodeValue(String) - method in class gnu.xml.dom.DomNode
DOM L1 Does nothing; this must be overridden (along with the getNodeValue method) for nodes with a non-null defined value.
setNodeValue(String) - method in class gnu.xml.dom.DomPI
DOM L1 Assigns the data associated with the processing instruction.
setNodeValue(String) - method in class org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
setNoHref(boolean) - method in class org.w3c.dom.html2.HTMLAreaElement
Specifies that this area is inactive, i.e., has no associated action.
setNoResize(boolean) - method in class org.w3c.dom.html2.HTMLFrameElement
When true, forbid user from resizing frame.
setNoShade(boolean) - method in class org.w3c.dom.html2.HTMLHRElement
Indicates to the user agent that there should be no shading in the rendering of this element.
setNoWrap(boolean) - method in class org.w3c.dom.html2.HTMLTableCellElement
Suppress word wrapping.
setObject(String) - method in class org.w3c.dom.html2.HTMLAppletElement
The value of the "object" attribute.
setOrphans(String) - method in class org.w3c.dom.css.CSS2Properties
See the orphans property definition in CSS2.
setOutline(String) - method in class org.w3c.dom.css.CSS2Properties
See the outline property definition in CSS2.
setOutlineColor(String) - method in class org.w3c.dom.css.CSS2Properties
See the outline-color property definition in CSS2.
setOutlineStyle(String) - method in class org.w3c.dom.css.CSS2Properties
See the outline-style property definition in CSS2.
setOutlineWidth(String) - method in class org.w3c.dom.css.CSS2Properties
See the outline-width property definition in CSS2.
setOutputProperties(Properties) - method in class gnu.xml.libxmlj.transform.GnomeTransformer
setOutputProperties(Properties) - method in class javax.xml.transform.Transformer
Sets the output properties for the transformation, overriding any properties defined in the stylesheet.
setOutputProperty(String,String) - method in class gnu.xml.libxmlj.transform.GnomeTransformer
setOutputProperty(String,String) - method in class javax.xml.transform.Transformer
Sets an output property for the transformation, overriding any property of the same name defined in the stylesheet.
setOutputStream(OutputStream) - method in class javax.xml.transform.stream.StreamResult
Sets the target output stream.
setOverflow(String) - method in class org.w3c.dom.css.CSS2Properties
See the overflow property definition in CSS2.
setOwnerElement(org.w3c.dom.Element) - method in class gnu.xml.dom.DomAttr
Records the element with which this attribute is associated.
setPadding(String) - method in class org.w3c.dom.css.CSS2Properties
See the padding property definition in CSS2.
setPaddingBottom(String) - method in class org.w3c.dom.css.CSS2Properties
See the padding-bottom property definition in CSS2.
setPaddingLeft(String) - method in class org.w3c.dom.css.CSS2Properties
See the padding-left property definition in CSS2.
setPaddingRight(String) - method in class org.w3c.dom.css.CSS2Properties
See the padding-right property definition in CSS2.
setPaddingTop(String) - method in class org.w3c.dom.css.CSS2Properties
See the padding-top property definition in CSS2.
setPage(String) - method in class org.w3c.dom.css.CSS2Properties
See the page property definition in CSS2.
setPageBreakAfter(String) - method in class org.w3c.dom.css.CSS2Properties
See the page-break-after property definition in CSS2.
setPageBreakBefore(String) - method in class org.w3c.dom.css.CSS2Properties
See the page-break-before property definition in CSS2.
setPageBreakInside(String) - method in class org.w3c.dom.css.CSS2Properties
See the page-break-inside property definition in CSS2.
setParameter(String,Object) - method in class org.w3c.dom.DOMConfiguration
Set the value of a parameter.
setParameter(String,Object) - method in class gnu.xml.dom.ls.DomLSParser
setParameter(String,Object) - method in class gnu.xml.dom.ls.DomLSSerializer
Set the value of a parameter.
setParameter(String,Object) - method in class gnu.xml.libxmlj.dom.GnomeDocument
setParameter(String,Object) - method in class gnu.xml.libxmlj.transform.GnomeTransformer
setParameter(String,Object) - method in class javax.xml.transform.Transformer
Sets a parameter value for the transformation.
setParent(org.xml.sax.XMLReader) - method in class org.xml.sax.XMLFilter
Set the parent reader.
setParent(org.xml.sax.XMLReader) - method in class org.xml.sax.helpers.XMLFilterImpl
Set the parent reader.
setParserClass(String) - method in class gnu.xml.util.XCat
Names the SAX2 parser class used to parse catalogs.
setPause(String) - method in class org.w3c.dom.css.CSS2Properties
See the pause property definition in CSS2.
setPauseAfter(String) - method in class org.w3c.dom.css.CSS2Properties
See the pause-after property definition in CSS2.
setPauseBefore(String) - method in class org.w3c.dom.css.CSS2Properties
See the pause-before property definition in CSS2.
setPitch(String) - method in class org.w3c.dom.css.CSS2Properties
See the pitch property definition in CSS2.
setPitchRange(String) - method in class org.w3c.dom.css.CSS2Properties
See the pitch-range property definition in CSS2.
setPlayDuring(String) - method in class org.w3c.dom.css.CSS2Properties
See the play-during property definition in CSS2.
setPosition(String) - method in class org.w3c.dom.css.CSS2Properties
See the position property definition in CSS2.
setPrefix(String) - method in class gnu.xml.dom.DomNode
DOM L2 Does nothing; this must be overridden (along with the getPrefix method) for element and attribute nodes.
setPrefix(String) - method in class gnu.xml.dom.DomNsNode
DOM L2 Assigns the prefix part of the node's name (before any colon).
setPrefix(String) - method in class org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
setPrettyPrinting(boolean) - method in class gnu.xml.util.XMLWriter
Controls pretty-printing, which by default is not enabled (and currently is most useful for XHTML output).
setProfile(String) - method in class org.w3c.dom.html2.HTMLHeadElement
URI [IETF RFC 2396] designating a metadata profile.
setPrompt(String) - method in class org.w3c.dom.html2.HTMLIsIndexElement
The prompt message.
setProperty(String,Object) - method in class gnu.xml.util.DomParser
SAX2: Assigns the specified property.
setProperty(String,Object) - method in class gnu.xml.pipeline.EventFilter
Stores the property, normally a handler; a null handler indicates that these events will not be forwarded.
setProperty(String,Object) - method in class gnu.xml.libxmlj.sax.GnomeXMLReader
setProperty(String,Object) - method in class org.xml.sax.helpers.ParserAdapter
Set a parser property.
setProperty(String,Object) - method in class gnu.xml.aelfred2.SAXDriver
SAX2: Assigns the specified property.
setProperty(String,Object) - method in class javax.xml.parsers.SAXParser
Sets the specified SAX2 parser property.
setProperty(String,Object) - method in class javax.xml.validation.SchemaFactory
setProperty(String,Object) - method in class javax.xml.validation.Validator
setProperty(String,Object) - method in class javax.xml.validation.ValidatorHandler
setProperty(String,Object) - method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a property.
setProperty(String,Object) - method in class gnu.xml.aelfred2.XmlReader
SAX2: Assigns the specified property.
setProperty(String,Object) - method in class org.xml.sax.XMLReader
Set the value of a property.
setProperty(String,String,String) - method in class org.w3c.dom.css.CSSStyleDeclaration
Used to set a property value and priority within this declaration block.
setPublicId(String) - method in class gnu.xml.dom.ls.DomLSInput
setPublicId(String) - method in class org.xml.sax.InputSource
Set the public identifier for this input source.
setPublicId(String) - method in class org.xml.sax.helpers.LocatorImpl
Set the public identifier for this locator.
setPublicId(String) - method in class org.w3c.dom.ls.LSInput
The public identifier for this input source.
setPublicId(String) - method in class javax.xml.transform.stream.StreamSource
Sets the public ID for this source.
setQName(int,String) - method in class org.xml.sax.helpers.AttributesImpl
Set the qualified name of a specific attribute.
setQuotes(String) - method in class org.w3c.dom.css.CSS2Properties
See the quotes property definition in CSS2.
setReader(Reader) - method in class javax.xml.transform.stream.StreamSource
Sets the source reader.
setReadOnly(boolean) - method in class org.w3c.dom.html2.HTMLInputElement
This control is read-only.
setReadOnly(boolean) - method in class org.w3c.dom.html2.HTMLTextAreaElement
This control is read-only.
setRel(String) - method in class org.w3c.dom.html2.HTMLAnchorElement
Forward link type.
setRel(String) - method in class org.w3c.dom.html2.HTMLLinkElement
Forward link type.
setResult(javax.xml.transform.Result) - method in class javax.xml.transform.sax.TransformerHandler
Sets the result sink to be used as the output of the transformation.
setRev(String) - method in class org.w3c.dom.html2.HTMLAnchorElement
Reverse link type.
setRev(String) - method in class org.w3c.dom.html2.HTMLLinkElement
Reverse link type.
setRichness(String) - method in class org.w3c.dom.css.CSS2Properties
See the richness property definition in CSS2.
setRight(String) - method in class org.w3c.dom.css.CSS2Properties
See the right property definition in CSS2.
setRows(int) - method in class org.w3c.dom.html2.HTMLTextAreaElement
Number of text rows.
setRows(String) - method in class org.w3c.dom.html2.HTMLFrameSetElement
The number of rows of frames in the frameset.
setRowSpan(int) - method in class org.w3c.dom.html2.HTMLTableCellElement
Number of rows spanned by cell.
setRules(String) - method in class org.w3c.dom.html2.HTMLTableElement
Specifies which internal table borders to render.
setSavingPrefixes(boolean) - method in class gnu.xml.pipeline.XIncludeFilter
Assigns the flag controlling the setting of the SAX2 namespace-prefixes flag.
Sets the schema.
setSchema(javax.xml.validation.Schema) - method in class javax.xml.parsers.SAXParserFactory
Sets the schema.
setScheme(String) - method in class org.w3c.dom.html2.HTMLMetaElement
Select form of content.
setScope(String) - method in class org.w3c.dom.html2.HTMLTableCellElement
Scope covered by header cells.
setScrolling(String) - method in class org.w3c.dom.html2.HTMLFrameElement
Specify whether or not the frame should have scrollbars.
setScrolling(String) - method in class org.w3c.dom.html2.HTMLIFrameElement
Specify whether or not the frame should have scrollbars.
setSecond(int) - method in class javax.xml.datatype.XMLGregorianCalendar
setSelected(boolean) - method in class org.w3c.dom.html2.HTMLOptionElement
Represents the current state of the corresponding form control, in an interactive user agent.
setSelectedIndex(int) - method in class org.w3c.dom.html2.HTMLSelectElement
The ordinal index of the selected option, starting from 0.
setSelectorText(String) - method in class org.w3c.dom.css.CSSPageRule
The parsable textual representation of the page selector for the rule.
setSelectorText(String) - method in class org.w3c.dom.css.CSSStyleRule
The textual representation of the selector for the rule set.
setShape(String) - method in class org.w3c.dom.html2.HTMLAnchorElement
The shape of the active area.
setShape(String) - method in class org.w3c.dom.html2.HTMLAreaElement
The shape of the active area.
setSize(int) - method in class org.w3c.dom.html2.HTMLBaseFontElement
Computed font size.
setSize(int) - method in class org.w3c.dom.html2.HTMLInputElement
Size information.
setSize(int) - method in class org.w3c.dom.html2.HTMLSelectElement
Number of visible rows.
setSize(String) - method in class org.w3c.dom.css.CSS2Properties
See the size property definition in CSS2.
setSize(String) - method in class org.w3c.dom.html2.HTMLFontElement
Font size.
setSize(String) - method in class org.w3c.dom.html2.HTMLHRElement
The height of the rule.
setSpan(int) - method in class org.w3c.dom.html2.HTMLTableColElement
Indicates the number of columns in a group or affected by a grouping.
setSpeak(String) - method in class org.w3c.dom.css.CSS2Properties
See the speak property definition in CSS2.
setSpeakHeader(String) - method in class org.w3c.dom.css.CSS2Properties
See the speak-header property definition in CSS2.
setSpeakNumeral(String) - method in class org.w3c.dom.css.CSS2Properties
See the speak-numeral property definition in CSS2.
setSpeakPunctuation(String) - method in class org.w3c.dom.css.CSS2Properties
See the speak-punctuation property definition in CSS2.
setSpecified(boolean) - method in class gnu.xml.dom.DomAttr
Records whether this attribute was in the source text.
setSpecified(int,boolean) - method in class org.xml.sax.ext.Attributes2Impl
Assign a value to the "specified" flag of a specific attribute.
setSpeechRate(String) - method in class org.w3c.dom.css.CSS2Properties
See the speech-rate property definition in CSS2.
setSrc(String) - method in class org.w3c.dom.html2.HTMLFrameElement
A URI [IETF RFC 2396] designating the initial frame contents.
setSrc(String) - method in class org.w3c.dom.html2.HTMLIFrameElement
A URI [IETF RFC 2396] designating the initial frame contents.
setSrc(String) - method in class org.w3c.dom.html2.HTMLImageElement
URI [IETF RFC 2396] designating the source of this image.
setSrc(String) - method in class org.w3c.dom.html2.HTMLInputElement
When the type attribute has the value "image", this attribute specifies the location of the image to be used to decorate the graphical submit button.
setSrc(String) - method in class org.w3c.dom.html2.HTMLScriptElement
URI [IETF RFC 2396] designating an external script.
setStandby(String) - method in class org.w3c.dom.html2.HTMLObjectElement
Message to render while loading the object.
setStart(int) - method in class org.w3c.dom.html2.HTMLOListElement
Starting sequence number.
setStart(org.w3c.dom.Node,int) - method in class org.w3c.dom.ranges.Range
Sets the attributes describing the start of the Range.
setStartAfter(org.w3c.dom.Node) - method in class org.w3c.dom.ranges.Range
Sets the start position to be after a node
setStartBefore(org.w3c.dom.Node) - method in class org.w3c.dom.ranges.Range
Sets the start position to be before a node
setStress(String) - method in class org.w3c.dom.css.CSS2Properties
See the stress property definition in CSS2.
setStrictErrorChecking(boolean) - method in class org.w3c.dom.Document
An attribute specifying whether error checking is enforced or not.
setStrictErrorChecking(boolean) - method in class gnu.xml.dom.DomDocument
setStrictErrorChecking(boolean) - method in class gnu.xml.libxmlj.dom.GnomeDocument
setStringData(String) - method in class gnu.xml.dom.ls.DomLSInput
setStringData(String) - method in class org.w3c.dom.ls.LSInput
String data to parse.
setStringValue(short,String) - method in class org.w3c.dom.css.CSSPrimitiveValue
A method to set the string value with the specified unit.
setSummary(String) - method in class org.w3c.dom.html2.HTMLTableElement
Description about the purpose or structure of a table.
setSystemId(File) - method in class javax.xml.transform.stream.StreamResult
Sets the system ID from a File reference.
setSystemId(File) - method in class javax.xml.transform.stream.StreamSource
Sets the system ID using a File reference.
setSystemId(String) - method in class gnu.xml.dom.ls.DomLSInput
setSystemId(String) - method in class gnu.xml.dom.ls.DomLSOutput
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
setSystemId(String) - method in class javax.xml.transform.dom.DOMResult
Sets the system ID used to resolve external entities.
setSystemId(String) - method in class javax.xml.transform.dom.DOMSource
Sets the base URI to use as the context for resolving entities.
setSystemId(String) - method in class org.xml.sax.InputSource
Set the system identifier for this input source.
setSystemId(String) - method in class org.xml.sax.helpers.LocatorImpl
Set the system identifier for this locator.
setSystemId(String) - method in class org.w3c.dom.ls.LSInput
The system identifier, a URI reference [IETF RFC 2396], for this input source.
setSystemId(String) - method in class org.w3c.dom.ls.LSOutput
The system identifier, a URI reference [IETF RFC 2396], for this output destination.
setSystemId(String) - method in class javax.xml.transform.Result
Sets the XML system ID for this result.
setSystemId(String) - method in class javax.xml.transform.sax.SAXResult
Sets the system ID which this result represents.
setSystemId(String) - method in class javax.xml.transform.sax.SAXSource
Sets the system ID for this source.
setSystemId(String) - method in class javax.xml.transform.Source
Sets the XML system ID for this source.
setSystemId(String) - method in class javax.xml.transform.stream.StreamResult
Sets the system ID.
setSystemId(String) - method in class javax.xml.transform.stream.StreamSource
Sets the system ID for this source.
setSystemId(String) - method in class javax.xml.transform.sax.TemplatesHandler
Sets the system ID for the templates object created by this processor.
setSystemId(String) - method in class javax.xml.transform.sax.TransformerHandler
Sets the system ID relative to which URLs will be resolved.
setTabIndex(int) - method in class org.w3c.dom.html2.HTMLAnchorElement
Index that represents the element's position in the tabbing order.
setTabIndex(int) - method in class org.w3c.dom.html2.HTMLAreaElement
Index that represents the element's position in the tabbing order.
setTabIndex(int) - method in class org.w3c.dom.html2.HTMLButtonElement
Index that represents the element's position in the tabbing order.
setTabIndex(int) - method in class org.w3c.dom.html2.HTMLInputElement
Index that represents the element's position in the tabbing order.
setTabIndex(int) - method in class org.w3c.dom.html2.HTMLObjectElement
Index that represents the element's position in the tabbing order.
setTabIndex(int) - method in class org.w3c.dom.html2.HTMLSelectElement
Index that represents the element's position in the tabbing order.
setTabIndex(int) - method in class org.w3c.dom.html2.HTMLTextAreaElement
Index that represents the element's position in the tabbing order.
setTableLayout(String) - method in class org.w3c.dom.css.CSS2Properties
See the table-layout property definition in CSS2.
setTarget(String) - method in class org.w3c.dom.html2.HTMLAnchorElement
Frame to render the resource in.
setTarget(String) - method in class org.w3c.dom.html2.HTMLAreaElement
Frame to render the resource in.
setTarget(String) - method in class org.w3c.dom.html2.HTMLBaseElement
The default target frame.
setTarget(String) - method in class org.w3c.dom.html2.HTMLFormElement
Frame to render the resource in.
setTarget(String) - method in class org.w3c.dom.html2.HTMLLinkElement
Frame to render the resource in.
setText(String) - method in class org.w3c.dom.html2.HTMLBodyElement
Document text color.
setText(String) - method in class org.w3c.dom.html2.HTMLScriptElement
The script content of the element.
setText(String) - method in class org.w3c.dom.html2.HTMLTitleElement
The specified title as a string.
setTextAlign(String) - method in class org.w3c.dom.css.CSS2Properties
See the text-align property definition in CSS2.
setTextContent(String) - method in class gnu.xml.dom.DomNode
This attribute returns the text content of this node and its descendants.
setTextContent(String) - method in class org.w3c.dom.Node
This attribute returns the text content of this node and its descendants.
setTextDecoration(String) - method in class org.w3c.dom.css.CSS2Properties
See the text-decoration property definition in CSS2.
setTextIndent(String) - method in class org.w3c.dom.css.CSS2Properties
See the text-indent property definition in CSS2.
setTextShadow(String) - method in class org.w3c.dom.css.CSS2Properties
See the text-shadow property definition in CSS2.
setTextTransform(String) - method in class org.w3c.dom.css.CSS2Properties
See the text-transform property definition in CSS2.
Returns the table's TFOOT, or null if none exists.
Returns the table's THEAD, or null if none exists.
setTime(int,int,int) - method in class javax.xml.datatype.XMLGregorianCalendar
setTime(int,int,int,BigDecimal) - method in class javax.xml.datatype.XMLGregorianCalendar
setTime(int,int,int,int) - method in class javax.xml.datatype.XMLGregorianCalendar
setTimezone(int) - method in class javax.xml.datatype.XMLGregorianCalendar
setTitle(String) - method in class org.w3c.dom.html2.HTMLDocument
The title of a document as specified by the TITLE element in the head of the document.
setTitle(String) - method in class org.w3c.dom.html2.HTMLElement
The element's advisory title.
setTop(String) - method in class org.w3c.dom.css.CSS2Properties
See the top property definition in CSS2.
setType(int,String) - method in class org.xml.sax.helpers.AttributesImpl
Set the type of a specific attribute.
setType(String) - method in class org.w3c.dom.html2.HTMLAnchorElement
Advisory content type.
setType(String) - method in class org.w3c.dom.html2.HTMLInputElement
The type of control created (all lower case).
setType(String) - method in class org.w3c.dom.html2.HTMLLIElement
List item bullet style.
setType(String) - method in class org.w3c.dom.html2.HTMLLinkElement
Advisory content type.
setType(String) - method in class org.w3c.dom.html2.HTMLObjectElement
Content type for data downloaded via data attribute.
setType(String) - method in class org.w3c.dom.html2.HTMLOListElement
Numbering style.
setType(String) - method in class org.w3c.dom.html2.HTMLParamElement
Content type for the value attribute when valuetype has the value "ref".
setType(String) - method in class org.w3c.dom.html2.HTMLScriptElement
The content type of the script language.
setType(String) - method in class org.w3c.dom.html2.HTMLStyleElement
The content type of the style sheet language.
setType(String) - method in class org.w3c.dom.html2.HTMLUListElement
Bullet style.
setUnicodeBidi(String) - method in class org.w3c.dom.css.CSS2Properties
See the unicode-bidi property definition in CSS2.
setUnified(boolean) - method in class gnu.xml.util.XCat
Assigns the value of the flag returned by isUnified().
setURI(int,String) - method in class org.xml.sax.helpers.AttributesImpl
Set the Namespace URI of a specific attribute.
setURIResolver(javax.xml.transform.URIResolver) - method in class gnu.xml.libxmlj.transform.GnomeTransformer
Assigns a value that would be used when parsing stylesheets
setURIResolver(javax.xml.transform.URIResolver) - method in class javax.xml.transform.Transformer
Sets the callback used to resolve entities referenced by xsl:include, xsl:import, or the XPath document() function.
Set the resolver callback to be used by transformers obtained from this factory.
Set the resolver callback to be used by transformers obtained from this factory.
setUseMap(String) - method in class org.w3c.dom.html2.HTMLImageElement
Use client-side image map.
setUseMap(String) - method in class org.w3c.dom.html2.HTMLInputElement
Use client-side image map.
setUseMap(String) - method in class org.w3c.dom.html2.HTMLObjectElement
Use client-side image map.
Associate an object to a key on this node.
Associate an object to a key on this node.
setUsingPublic(boolean) - method in class gnu.xml.util.XCat
Specifies which catalog search mode is used.
setValidating(boolean) - method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether document builders obtained from this factory will validate their input.
setValidating(boolean) - method in class javax.xml.parsers.SAXParserFactory
Sets whether parsers obtained from this factory will validate their input.
setVAlign(String) - method in class org.w3c.dom.html2.HTMLTableCellElement
Vertical alignment of data in cell.
setVAlign(String) - method in class org.w3c.dom.html2.HTMLTableColElement
Vertical alignment of cell data in column.
setVAlign(String) - method in class org.w3c.dom.html2.HTMLTableRowElement
Vertical alignment of data within cells of this row.
setVAlign(String) - method in class org.w3c.dom.html2.HTMLTableSectionElement
Vertical alignment of data in cells.
setValue(int) - method in class org.w3c.dom.html2.HTMLLIElement
Reset sequence number when used in OL.
setValue(int,String) - method in class org.xml.sax.helpers.AttributesImpl
Set the value of a specific attribute.
setValue(String) - method in class org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
setValue(String) - method in class gnu.xml.dom.DomAttr
DOM L1 Assigns the value of the attribute; it will have one child, which is a text node with the specified value (same as setNodeValue).
setValue(String) - method in class org.w3c.dom.html2.HTMLButtonElement
The current form control value.
setValue(String) - method in class org.w3c.dom.html2.HTMLInputElement
When the type attribute of the element has the value "text", "file" or "password", this represents the current contents of the corresponding form control, in an interactive user agent.
setValue(String) - method in class org.w3c.dom.html2.HTMLOptionElement
The current form control value.
setValue(String) - method in class org.w3c.dom.html2.HTMLParamElement
The value of a run-time parameter.
setValue(String) - method in class org.w3c.dom.html2.HTMLSelectElement
The current form control value (i.e.
setValue(String) - method in class org.w3c.dom.html2.HTMLTextAreaElement
Represents the current contents of the corresponding form control, in an interactive user agent.
setValueType(String) - method in class org.w3c.dom.html2.HTMLParamElement
Information about the meaning of the value attribute value.
setVersion(String) - method in class org.w3c.dom.html2.HTMLHtmlElement
Version information about the document's DTD.
setVerticalAlign(String) - method in class org.w3c.dom.css.CSS2Properties
See the vertical-align property definition in CSS2.
setVisibility(String) - method in class org.w3c.dom.css.CSS2Properties
See the visibility property definition in CSS2.
setVLink(String) - method in class org.w3c.dom.html2.HTMLBodyElement
Color of links that have been visited by the user.
setVoiceFamily(String) - method in class org.w3c.dom.css.CSS2Properties
See the voice-family property definition in CSS2.
setVolume(String) - method in class org.w3c.dom.css.CSS2Properties
See the volume property definition in CSS2.
setVspace(int) - method in class org.w3c.dom.html2.HTMLAppletElement
Vertical space, in pixels, above and below this image, applet, or object.
setVspace(int) - method in class org.w3c.dom.html2.HTMLImageElement
Vertical space above and below this image in pixels.
setVspace(int) - method in class org.w3c.dom.html2.HTMLObjectElement
Vertical space, in pixels, above and below this image, applet, or object.
setWhiteSpace(String) - method in class org.w3c.dom.css.CSS2Properties
See the white-space property definition in CSS2.
setWidows(String) - method in class org.w3c.dom.css.CSS2Properties
See the widows property definition in CSS2.
setWidth(int) - method in class org.w3c.dom.html2.HTMLImageElement
The width of the image in pixels.
setWidth(int) - method in class org.w3c.dom.html2.HTMLPreElement
Fixed width for content.
setWidth(String) - method in class org.w3c.dom.css.CSS2Properties
See the width property definition in CSS2.
setWidth(String) - method in class org.w3c.dom.html2.HTMLAppletElement
Override width.
setWidth(String) - method in class org.w3c.dom.html2.HTMLHRElement
The width of the rule.
setWidth(String) - method in class org.w3c.dom.html2.HTMLIFrameElement
Frame width.
setWidth(String) - method in class org.w3c.dom.html2.HTMLObjectElement
Override width.
setWidth(String) - method in class org.w3c.dom.html2.HTMLTableCellElement
Cell width.
setWidth(String) - method in class org.w3c.dom.html2.HTMLTableColElement
Default column width.
setWidth(String) - method in class org.w3c.dom.html2.HTMLTableElement
Specifies the desired table width.
setWordSpacing(String) - method in class org.w3c.dom.css.CSS2Properties
See the word-spacing property definition in CSS2.
setWriter(Writer) - method in class javax.xml.transform.stream.StreamResult
Sets the target writer.
setWriter(Writer,String) - method in class gnu.xml.util.XMLWriter
Resets the handler to write a new text document.
setXhtml(boolean) - method in class gnu.xml.util.XMLWriter
Controls whether the output should attempt to follow the "transitional" XHTML rules so that it meets the "HTML Compatibility Guidelines" appendix in the XHTML specification.
setXIncludeAware(boolean) - method in class javax.xml.parsers.DocumentBuilderFactory
Sets whether parsers obtained from this factory will be XInclude aware.
setXIncludeAware(boolean) - method in class javax.xml.parsers.SAXParserFactory
Sets whether parsers obtained from this factory will be XInclude aware.
setXmlEncoding(String) - method in class gnu.xml.dom.DomDocument
setXMLReader(org.xml.sax.XMLReader) - method in class javax.xml.transform.sax.SAXSource
Sets the SAX parser to be used by this source.
setXmlStandalone(boolean) - method in class org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, whether this document is standalone.
setXmlStandalone(boolean) - method in class gnu.xml.dom.DomDocument
setXmlStandalone(boolean) - method in class gnu.xml.libxmlj.dom.GnomeDocument
setXmlVersion(String) - method in class org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the version number of this document.
setXmlVersion(String) - method in class gnu.xml.dom.DomDocument
setXmlVersion(String) - method in class gnu.xml.libxmlj.dom.GnomeDocument
setXMLVersion(String) - method in class org.xml.sax.ext.Locator2Impl
Assigns the current value of the version property.
Sets the XPath extension function resolver calback.
Sets the XPath extension function resolver calback.
Sets the XPath variable resolver calback.
Sets the XPath variable resolver calback.
setYear(BigInteger) - method in class javax.xml.datatype.XMLGregorianCalendar
setYear(int) - method in class javax.xml.datatype.XMLGregorianCalendar
setZIndex(String) - method in class org.w3c.dom.css.CSS2Properties
See the z-index property definition in CSS2.
SEVERITY_ERROR - static field in class org.w3c.dom.DOMError
The severity of the error described by the DOMError is error.
SEVERITY_FATAL_ERROR - static field in class org.w3c.dom.DOMError
The severity of the error described by the DOMError is fatal error.
SEVERITY_WARNING - static field in class org.w3c.dom.DOMError
The severity of the error described by the DOMError is warning.
SHOW_ALL - static field in class org.w3c.dom.traversal.NodeFilter
Show all Nodes.
SHOW_ATTRIBUTE - static field in class org.w3c.dom.traversal.NodeFilter
Show Attr nodes.
SHOW_CDATA_SECTION - static field in class org.w3c.dom.traversal.NodeFilter
Show CDATASection nodes.
SHOW_COMMENT - static field in class org.w3c.dom.traversal.NodeFilter
Show Comment nodes.
SHOW_DOCUMENT - static field in class org.w3c.dom.traversal.NodeFilter
Show Document nodes.
SHOW_DOCUMENT_FRAGMENT - static field in class org.w3c.dom.traversal.NodeFilter
Show DocumentFragment nodes.
SHOW_DOCUMENT_TYPE - static field in class org.w3c.dom.traversal.NodeFilter
Show DocumentType nodes.
SHOW_ELEMENT - static field in class org.w3c.dom.traversal.NodeFilter
Show Element nodes.
SHOW_ENTITY - static field in class org.w3c.dom.traversal.NodeFilter
Show Entity nodes.
SHOW_ENTITY_REFERENCE - static field in class org.w3c.dom.traversal.NodeFilter
Show EntityReference nodes.
SHOW_NOTATION - static field in class org.w3c.dom.traversal.NodeFilter
Show Notation nodes.
SHOW_PROCESSING_INSTRUCTION - static field in class org.w3c.dom.traversal.NodeFilter
Show ProcessingInstruction nodes.
SHOW_TEXT - static field in class org.w3c.dom.traversal.NodeFilter
Show Text nodes.
skip(long) - method in class gnu.xml.dom.ls.ReaderInputStream
skippedEntity(String) - method in class org.xml.sax.ContentHandler
Receive notification of a skipped entity.
skippedEntity(String) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a skipped entity.
skippedEntity(String) - method in class gnu.xml.pipeline.DomConsumer.Handler
Receive notification of a skipped entity.
skippedEntity(String) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
skippedEntity(String) - method in class gnu.xml.pipeline.TeeConsumer
skippedEntity(String) - method in class gnu.xml.pipeline.ValidationConsumer
ContentHandler Reports a fatal exception.
skippedEntity(String) - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
skippedEntity(String) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a skipped entity event.
skippedEntity(String) - method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 skipped entity event.
skippedEntity(String) - method in class gnu.xml.util.XMLWriter
SAX1: indicates a non-expanded entity reference
SLASH - static field in class gnu.xml.xpath.XPathParser
snapshotItem(int) - method in class org.w3c.dom.xpath.XPathResult
Returns the indexth item in the snapshot collection.
Source - interface javax.xml.transform.Source
An XML input source.
SourceLocator - interface javax.xml.transform.SourceLocator
The location in an XML resource at which an event occurred.
sourceToInputSource(javax.xml.transform.Source) - static method in class javax.xml.transform.sax.SAXSource
Converts a source into a SAX input source.
splitText(int) - method in class gnu.xml.dom.DomText
DOM L1 Splits this text node in two parts at the offset, returning the new text node (the sibling with the second part).
splitText(int) - method in class org.w3c.dom.Text
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
STANDALONE - static field in class javax.xml.transform.OutputKeys
Whether to output a standalone document declaration (yes or no).
STAR - static field in class gnu.xml.xpath.XPathParser
START_TO_END - static field in class org.w3c.dom.ranges.Range
Compare start boundary-point of sourceRange to end boundary-point of Range on which compareBoundaryPoints is invoked.
START_TO_START - static field in class org.w3c.dom.ranges.Range
Compare start boundary-point of sourceRange to start boundary-point of Range on which compareBoundaryPoints is invoked.
startCDATA() - method in class org.xml.sax.ext.DefaultHandler2
startCDATA() - method in class gnu.xml.pipeline.DomConsumer.Handler
startCDATA() - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
startCDATA() - method in class org.xml.sax.ext.LexicalHandler
Report the start of a CDATA section.
startCDATA() - method in class gnu.xml.pipeline.TeeConsumer
startCDATA() - method in class gnu.xml.pipeline.WellFormednessFilter
SAX2: passes this callback to the next consumer, if any
startCDATA() - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
startCDATA() - method in class gnu.xml.util.XMLWriter
SAX2: called before parsing CDATA characters
startDocument() - method in class gnu.xml.dom.Consumer.Backdoor
startDocument() - method in class org.xml.sax.ContentHandler
Receive notification of the beginning of a document.
startDocument() - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the beginning of the document.
startDocument() - method in class org.xml.sax.DocumentHandler
Receive notification of the beginning of a document.
startDocument() - method in class gnu.xml.pipeline.DomConsumer.Handler
Receive notification of the beginning of a document.
startDocument() - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
startDocument() - method in class org.xml.sax.HandlerBase
Receive notification of the beginning of the document.
startDocument() - method in class gnu.xml.pipeline.LinkFilter
Reports an error if no Locator has been made available.
startDocument() - method in class gnu.xml.pipeline.NSFilter
startDocument() - method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
startDocument() - method in class gnu.xml.pipeline.TeeConsumer
startDocument() - method in class gnu.xml.pipeline.ValidationConsumer
ContentHandler Ensures that state from any previous parse has been deleted.
startDocument() - method in class gnu.xml.pipeline.WellFormednessFilter
SAX2: passes this callback to the next consumer, if any
startDocument() - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
startDocument() - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start document event.
startDocument() - method in class org.xml.sax.helpers.XMLReaderAdapter
Start document event.
startDocument() - method in class gnu.xml.util.XMLWriter
SAX1: indicates the beginning of a document parse.
startDTD(String,String,String) - method in class org.xml.sax.ext.DefaultHandler2
startDTD(String,String,String) - method in class gnu.xml.pipeline.DomConsumer.Handler
startDTD(String,String,String) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
startDTD(String,String,String) - method in class org.xml.sax.ext.LexicalHandler
Report the start of DTD declarations, if any.
startDTD(String,String,String) - method in class gnu.xml.pipeline.TeeConsumer
startDTD(String,String,String) - method in class gnu.xml.pipeline.ValidationConsumer
LexicalHandler Records the declaration of the root element, so it can be verified later.
startDTD(String,String,String) - method in class gnu.xml.pipeline.WellFormednessFilter
SAX2: passes this callback to the next consumer, if any
startDTD(String,String,String) - method in class gnu.xml.util.XMLWriter
SAX2: called when the doctype is partially parsed Note that this, like other doctype related calls, is ignored when XHTML is in use.
startElement(org.w3c.dom.Element) - method in class org.w3c.dom.ls.LSParserFilter
The parser will call this method after each Element start tag has been scanned, but before the remainder of the Element is processed.
Receive notification of the beginning of an element.
Receive notification of the start of an element.
Adapter implementation method; do not call.
Receive notification of the beginning of an element.
Receive notification of the start of an element.
Receive notification of the beginning of an element.
SAX2: passes this callback to the next consumer, if any
Collects URIs for (X)HTML content from elements which hold them.
ContentHandler Performs validity checks against element (and document) content models, and attribute values.
SAX2: passes this callback to the next consumer, if any
SAX2: passes this callback to the next consumer, if any
Filter a start element event.
Adapt a SAX2 start element event.
SAX2: indicates the start of an element.
startEntity(String) - method in class gnu.xml.dom.Consumer.Backdoor
startEntity(String) - method in class org.xml.sax.ext.DefaultHandler2
startEntity(String) - method in class gnu.xml.pipeline.DomConsumer.Handler
startEntity(String) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any.
startEntity(String) - method in class org.xml.sax.ext.LexicalHandler
Report the beginning of some internal and external XML entities.
startEntity(String) - method in class gnu.xml.pipeline.TeeConsumer
startEntity(String) - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any.
startEntity(String) - method in class gnu.xml.util.XMLWriter
SAX2: called before parsing a general entity in content
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String,String) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of a Namespace mapping.
startPrefixMapping(String,String) - method in class gnu.xml.pipeline.DomConsumer.Handler
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String,String) - method in class gnu.xml.pipeline.EventFilter
SAX2: passes this callback to the next consumer, if any
startPrefixMapping(String,String) - method in class gnu.xml.pipeline.NSFilter
This call is not passed to the next consumer in the chain.
startPrefixMapping(String,String) - method in class gnu.xml.pipeline.TeeConsumer
startPrefixMapping(String,String) - method in class gnu.xml.pipeline.XIncludeFilter
SAX2: passes this callback to the next consumer, if any
startPrefixMapping(String,String) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String,String) - method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start prefix mapping event.
startPrefixMapping(String,String) - method in class gnu.xml.util.XMLWriter
SAX2: ignored.
Steps - class gnu.xml.xpath.Steps
A list of transitions between components in a location path.
Steps() - constructor for class gnu.xml.xpath.Steps
stopPropagation() - method in class gnu.xml.dom.DomEvent
Requests the event no longer be captured or bubbled; only listeners on the event target will see the event, if they haven't yet been notified.
stopPropagation() - method in class org.w3c.dom.events.Event
The stopPropagation method is used prevent further propagation of an event during event flow.
StreamResult - class javax.xml.transform.stream.StreamResult
Specifies a stream to which to write the transformation result.
StreamResult() - constructor for class javax.xml.transform.stream.StreamResult
Default constructor.
StreamResult(File) - constructor for class javax.xml.transform.stream.StreamResult
Constructor with a system ID specified as a File object.
StreamResult(OutputStream) - constructor for class javax.xml.transform.stream.StreamResult
Constructor with an output stream.
StreamResult(String) - constructor for class javax.xml.transform.stream.StreamResult
Constructor with a system ID.
StreamResult(Writer) - constructor for class javax.xml.transform.stream.StreamResult
Constructor with a writer.
StreamSerializer - class gnu.xml.transform.StreamSerializer
Serializes a DOM node to an output stream.
StreamSerializer() - constructor for class gnu.xml.transform.StreamSerializer
StreamSerializer(int,String,String) - constructor for class gnu.xml.transform.StreamSerializer
StreamSerializer(String) - constructor for class gnu.xml.transform.StreamSerializer
StreamSource - class javax.xml.transform.stream.StreamSource
Specifies a stream from which to read the source XML data.
StreamSource() - constructor for class javax.xml.transform.stream.StreamSource
Default constructor.
StreamSource(File) - constructor for class javax.xml.transform.stream.StreamSource
Constructor with a system ID specified as a File reference.
StreamSource(InputStream) - constructor for class javax.xml.transform.stream.StreamSource
Constructor with an input stream.
StreamSource(InputStream,String) - constructor for class javax.xml.transform.stream.StreamSource
Constructor with an input stream and system ID.
StreamSource(Reader) - constructor for class javax.xml.transform.stream.StreamSource
Constructor with a reader.
StreamSource(Reader,String) - constructor for class javax.xml.transform.stream.StreamSource
Constructor with a reader and system ID.
StreamSource(String) - constructor for class javax.xml.transform.stream.StreamSource
Constructor with a system ID.
STRING - static field in class javax.xml.xpath.XPathConstants
The XPath 1.0 string data type.
STRING_TYPE - static field in class org.w3c.dom.xpath.XPathResult
The result is a string as defined by [XPath 1.0].
stringValue(Collection) - static method in class gnu.xml.xpath.Expr
Computes the XPath string-value of the specified node-set.
stringValue(org.w3c.dom.Node) - static method in class gnu.xml.xpath.Expr
Computes the XPath string-value of the specified node.
STYLE_RULE - static field in class org.w3c.dom.css.CSSRule
The rule is a CSSStyleRule.
StyleSheet - interface org.w3c.dom.stylesheets.StyleSheet
The StyleSheet interface is the abstract base interface for any type of style sheet.
StyleSheetList - interface org.w3c.dom.stylesheets.StyleSheetList
The StyleSheetList interface provides the abstraction of an ordered collection of style sheets.
submit() - method in class org.w3c.dom.html2.HTMLFormElement
Submits the form.
substringData(int,int) - method in class org.w3c.dom.CharacterData
Extracts a range of data from the node.
substringData(int,int) - method in class gnu.xml.dom.DomCharacterData
DOM L1 Returns the specified substring.
subtract(javax.xml.datatype.Duration) - method in class javax.xml.datatype.Duration
Returns the result of subtracting the given duration from this duration.
supports(String,String) - method in class gnu.xml.dom.DomDoctype
DOM L2 Consults the DOM implementation to determine if the requested feature is supported.
surroundContents(org.w3c.dom.Node) - method in class org.w3c.dom.ranges.Range
Reparents the contents of the Range to the given node and inserts the node at the position of the start of the Range.
SYNTAX_ERR - static field in class org.w3c.dom.DOMException
If an invalid or illegal string is specified.

T

TeeConsumer - class gnu.xml.pipeline.TeeConsumer
Fans its events out to two other consumers, a "tee" filter stage in an event pipeline.
Constructs a consumer which sends all its events to the first consumer, and then the second one.
Templates - interface javax.xml.transform.Templates
A compiled, reusable XSL transformation.
TemplatesHandler - interface javax.xml.transform.sax.TemplatesHandler
A content handler that processes SAX parse events into a compiled transformation template.
Test - class gnu.xml.xpath.Test
A test that can be performed on a node to determine whether to include it in a selection.
Text - interface org.w3c.dom.Text
The Text interface inherits from CharacterData and represents the textual content (termed character data in XML) of an Element or Attr.
TEXT - static field in class gnu.xml.xpath.XPathParser
TEXT_NODE - static field in class org.w3c.dom.Node
The node is a Text node.
TextConsumer - class gnu.xml.pipeline.TextConsumer
Terminates a pipeline, consuming events to print them as well formed XML (or XHTML) text.
TextConsumer(OutputStream) - constructor for class gnu.xml.pipeline.TextConsumer
Constructs a consumer that writes its input as XML text, encoded in UTF-8.
TextConsumer(Writer) - constructor for class gnu.xml.pipeline.TextConsumer
Constructs a consumer that writes its input as XML text.
TextConsumer(Writer,boolean) - constructor for class gnu.xml.pipeline.TextConsumer
Constructs an event consumer which echoes its input as text, optionally adhering to some basic XHTML formatting options which increase interoperability with old (v3) browsers.
TIME - static field in class javax.xml.datatype.DatatypeConstants
The qualified-name for the time data type.
toGregorianCalendar() - method in class javax.xml.datatype.XMLGregorianCalendar
token() - method in class gnu.xml.xpath.XPathParser.yyInput
classifies current token.
token() - method in class gnu.xml.xpath.XPathTokenizer
toString() - method in class gnu.xml.xpath.AndExpr
toString() - method in class gnu.xml.transform.Bindings
toString() - method in class gnu.xml.xpath.Constant
toString() - method in class javax.xml.datatype.DatatypeConstants.Field
toString() - method in class gnu.xml.dom.DomEvent
Returns a basic printable description of the event's type, state, and delivery conditions
toString() - method in class gnu.xml.dom.DomNode
toString() - method in class javax.xml.datatype.Duration
Returns the lexical representation of this duration.
toString() - method in class gnu.xml.xpath.FunctionCall
toString() - method in class gnu.xml.libxmlj.dom.GnomeDocument
toString() - method in class gnu.xml.xpath.IdFunction
toString() - method in class gnu.xml.xpath.NamespaceTest
toString() - method in class gnu.xml.xpath.NameTest
toString() - method in class gnu.xml.xpath.NodeTypeTest
toString() - method in class gnu.xml.xpath.OrExpr
toString() - method in class javax.xml.namespace.QName
toString() - method in class org.w3c.dom.ranges.Range
Returns the contents of a Range as a string.
toString() - method in class gnu.xml.dom.ls.ReaderInputStream
toString() - method in class gnu.xml.xpath.Root
toString() - method in class org.xml.sax.SAXException
Override toString to pick up any embedded exception.
toString() - method in class gnu.xml.xpath.Selector
toString() - method in class gnu.xml.xpath.Steps
toString() - method in class gnu.xml.xpath.UnionExpr
toString() - method in class gnu.xml.xpath.VariableReference
toString() - method in class javax.xml.datatype.XMLGregorianCalendar
toXMLFormat() - method in class javax.xml.datatype.XMLGregorianCalendar
Returns the XML Schema lexical representation of this calendar.
Transforms the given source and writes the result to the given target.
Transforms the source XML to a result tree.
Transformer - class javax.xml.transform.Transformer
An XSL transformation.
Transformer() - constructor for class javax.xml.transform.Transformer
An exception occurred during configuration of the transformer.
Constructor with no detail message.
Constructor with a detail message.
Constructor with detail message and locator.
Constructor with detail message, locator and underlying cause.
Constructor with detail message and underlyinmg cause.
Constructor with underlying cause.
TransformerException - class javax.xml.transform.TransformerException
An exception occurred during the transformation process.
TransformerException(String) - constructor for class javax.xml.transform.TransformerException
Constructor with a detail message.
Constructor with a detail message and locator.
Constructor with detail message, locator and underlying cause.
TransformerException(String,Throwable) - constructor for class javax.xml.transform.TransformerException
Constructor with a detail message and underlying cause.
TransformerException(Throwable) - constructor for class javax.xml.transform.TransformerException
Constructor with an underlying cause.
TransformerFactory - class javax.xml.transform.TransformerFactory
Factory for obtaining transformation contexts.
TransformerFactory() - constructor for class javax.xml.transform.TransformerFactory
An error occurred during configuration of the transformer factory.
Constructor with no detail message.
Constructor with an underlying cause.
Constructor with an underlying cause and detail message.
Constructor with a detail message.
GNU transformer factory implementation.
TransformerFactoryImpl() - constructor for class gnu.xml.transform.TransformerFactoryImpl
TransformerHandler - interface javax.xml.transform.sax.TransformerHandler
A content handler that transforms SAX events into a result tree.
TransformTest - class gnu.xml.libxmlj.transform.TransformTest
Simple test class with command line interface.
TreeWalker - interface org.w3c.dom.traversal.TreeWalker
TreeWalker objects are used to navigate a document tree or subtree using the view of the document defined by their whatToShow flags and filter (if any).
trimToSize() - method in class gnu.xml.dom.DomNode
Minimize extra space consumed by this node to hold children and event listeners.
TYPE_ERR - static field in class org.w3c.dom.xpath.XPathException
If the expression cannot be converted to return the specified type.
TYPE_MISMATCH_ERR - static field in class org.w3c.dom.DOMException
If the type of an object is incompatible with the expected type of the parameter associated to the object.
TypeInfo - interface org.w3c.dom.TypeInfo
The TypeInfo interface represents a type referenced from Element or Attr nodes, specified in the schemas associated with the document.
TypeInfoProvider - class javax.xml.validation.TypeInfoProvider
Provides access to the PSVI type info supplied by ValidatorHandler.
TypeInfoProvider() - constructor for class javax.xml.validation.TypeInfoProvider

U

UIEvent - interface org.w3c.dom.events.UIEvent
The UIEvent interface provides specific contextual information associated with User Interface events.
UNARY - static field in class gnu.xml.xpath.XPathParser
UnionExpr - class gnu.xml.xpath.UnionExpr
The union of two node-sets.
UnionExpr(gnu.xml.xpath.Expr,gnu.xml.xpath.Expr) - constructor for class gnu.xml.xpath.UnionExpr
UNKNOWN_RULE - static field in class org.w3c.dom.css.CSSRule
The rule is a CSSUnknownRule.
UNORDERED_NODE_ITERATOR_TYPE - static field in class org.w3c.dom.xpath.XPathResult
The result is a node set as defined by [XPath 1.0] that will be accessed iteratively, which may not produce nodes in a particular order.
UNORDERED_NODE_SNAPSHOT_TYPE - static field in class org.w3c.dom.xpath.XPathResult
The result is a node set as defined by [XPath 1.0] that will be accessed as a snapshot list of nodes that may not be in a particular order.
Receive notification of an unparsed entity declaration.
Receive notification of an unparsed entity declaration event.
SAX1: passes this callback to the next consumer, if any
Receive notification of an unparsed entity declaration.
DTDHandler Records the entity name, for checking ENTITY and ENTITIES attribute values; records the notation name if it hasn't yet been declared.
SAX1: passes this callback to the next consumer, if any
Filter an unparsed entity declaration event.
SAX1: called on unparsed entity declarations
UNSPECIFIED_EVENT_TYPE_ERR - static field in class org.w3c.dom.events.EventException
If the Event's type was not specified by initializing the event before the method was called.
URIResolver - interface javax.xml.transform.URIResolver
Callback that can resolve a URI into source XML for transformation.
UserDataHandler - interface org.w3c.dom.UserDataHandler
When associating an object to a key on a node using Node.setUserData() the application can provide a handler that gets called when the node the object is associated to is being cloned, imported, or renamed.

V

validate(javax.xml.transform.Source) - method in class javax.xml.validation.Validator
Validate the specified input.
Validate the specified input.
VALIDATION_ERR - static field in class org.w3c.dom.DOMException
If a call to a method such as insertBefore or removeChild would make the Node invalid with respect to "partial validity", this exception would be raised and the operation would not be done.
ValidationConsumer - class gnu.xml.pipeline.ValidationConsumer
This class checks SAX2 events to report validity errors; it works as both a filter and a terminus on an event pipeline.
ValidationConsumer() - constructor for class gnu.xml.pipeline.ValidationConsumer
Creates a pipeline terminus which consumes all events passed to it; this will report validity errors as if they were fatal errors, unless an error handler is assigned.
Creates a pipeline filter which reports validity errors and then passes events on to the next consumer if they were not fatal.
Creates a validation consumer which is preloaded with the DTD provided.
Validator - class javax.xml.validation.Validator
A processor that validates a document against a schema.
Validator() - constructor for class javax.xml.validation.Validator
ValidatorHandler - class javax.xml.validation.ValidatorHandler
A streaming validator that operates on a SAX event stream.
ValidatorHandler() - constructor for class javax.xml.validation.ValidatorHandler
value() - method in class gnu.xml.xpath.XPathParser.yyInput
associated with current token.
value() - method in class gnu.xml.xpath.XPathTokenizer
valueOf(String) - static method in class javax.xml.namespace.QName
VariableReference - class gnu.xml.xpath.VariableReference
verifyXmlName(String) - static method in class gnu.xml.dom.DomDocument
Throws a DOM exception if the specified name is not a legal XML 1.0 Name.
VERSION - static field in class javax.xml.transform.OutputKeys
The version of the output method.
ViewCSS - interface org.w3c.dom.css.ViewCSS
This interface represents a CSS view.

W

W3C_XML_SCHEMA_INSTANCE_NS_URI - static field in class javax.xml.XMLConstants
The XML Schema Instance (XSI) namespace URI.
W3C_XML_SCHEMA_NS_URI - static field in class javax.xml.XMLConstants
The XML Schema (XSD) namespace URI.
W3C_XPATH_DATATYPE_NS_URI - static field in class javax.xml.XMLConstants
The XPath 2.0 datatypes namespace URI.
Reports a warning condition.
warning(org.xml.sax.SAXParseException) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a parser warning.
warning(org.xml.sax.SAXParseException) - method in class gnu.xml.dom.ls.DomLSParser
Receive notification of a warning.
Receive notification of a parser warning.
warning(org.xml.sax.SAXParseException) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a warning event.
This filter reports fatal exceptions in the case of event streams that are not well formed.
WellFormednessFilter() - constructor for class gnu.xml.pipeline.WellFormednessFilter
Swallows all events after performing well formedness checks.
Passes events through to the specified consumer, after first processing them.
write(byte[]) - method in class gnu.xml.dom.ls.WriterOutputStream
write(byte[],int,int) - method in class gnu.xml.dom.ls.WriterOutputStream
write(int) - method in class gnu.xml.dom.ls.WriterOutputStream
Serialize the specified node as described above in the general description of the LSSerializer interface.
Serialize the specified node as described above in the general description of the LSSerializer interface.
write(String) - method in class org.w3c.dom.html2.HTMLDocument
Write a string of text to a document stream opened by open().
write(String) - method in class gnu.xml.util.XMLWriter
Writes the string as if characters() had been called on the contents of the string.
Writes an element that has content consisting of a single integer, encoded as a decimal string.
Writes an element that has content consisting of a single string.
Writes an empty element.
writeln(String) - method in class org.w3c.dom.html2.HTMLDocument
Write a string of text followed by a newline character to a document stream opened by open().
WriterOutputStream - class gnu.xml.dom.ls.WriterOutputStream
Character stream wrapper.
WriterOutputStream(Writer) - constructor for class gnu.xml.dom.ls.WriterOutputStream
writeToString(org.w3c.dom.Node) - method in class gnu.xml.dom.ls.DomLSSerializer
Serialize the specified node as described above in the general description of the LSSerializer interface.
writeToString(org.w3c.dom.Node) - method in class org.w3c.dom.ls.LSSerializer
Serialize the specified node as described above in the general description of the LSSerializer interface.
writeToURI(org.w3c.dom.Node,String) - method in class gnu.xml.dom.ls.DomLSSerializer
A convenience method that acts as if LSSerializer.write was called with a LSOutput with no encoding specified and LSOutput.systemId set to the uri argument.
writeToURI(org.w3c.dom.Node,String) - method in class org.w3c.dom.ls.LSSerializer
A convenience method that acts as if LSSerializer.write was called with a LSOutput with no encoding specified and LSOutput.systemId set to the uri argument.
WRONG_DOCUMENT_ERR - static field in class org.w3c.dom.DOMException
If a Node is used in a different document than the one that created it (that doesn't support it).

X

XCat - class gnu.xml.util.XCat
Packages OASIS XML Catalogs, primarily for entity resolution by parsers.
XCat() - constructor for class gnu.xml.util.XCat
Initializes without preloading a catalog.
XCat(String) - constructor for class gnu.xml.util.XCat
Initializes, and preloads a catalog using the default SAX parser.
XHTMLWriter - class gnu.xml.util.XHTMLWriter
This extends XMLWriter to create a class which defaults to writing XHTML text, preferring the US-ASCII encoding.
XHTMLWriter() - constructor for class gnu.xml.util.XHTMLWriter
Constructs this handler with System.out used to write SAX events using the US-ASCII encoding, as XHTML.
XHTMLWriter(OutputStream) - constructor for class gnu.xml.util.XHTMLWriter
Constructs this handler such that the specified output stream is used to write SAX events in the US-ASCII encoding, as XHTML.
XHTMLWriter(Writer) - constructor for class gnu.xml.util.XHTMLWriter
Constructs this handler such that the specified output stream is used to write SAX events as XHTML.
XHTMLWriter(Writer,String) - constructor for class gnu.xml.util.XHTMLWriter
Constructs this handler such that the specified output stream is used to write SAX events as XHTML, labeled with the specified encoding.
XIncludeFilter - class gnu.xml.pipeline.XIncludeFilter
Filter to process an XPointer-free subset of XInclude, supporting its use as a kind of replacement for parsed general entities.
XIncludeFilter(gnu.xml.pipeline.EventConsumer) - constructor for class gnu.xml.pipeline.XIncludeFilter
XML_DTD_NS_URI - static field in class javax.xml.XMLConstants
The XML DTD namespace URI.
XML_NS_PREFIX - static field in class javax.xml.XMLConstants
The XML Namespace prefix.
XML_NS_URI - static field in class javax.xml.XMLConstants
The XML Namespace URI.
XMLConstants - class javax.xml.XMLConstants
Repository for well-known XML constants.
Required by DOM Level 3 to report document parameters
xmlDecl(String,String,boolean,String) - method in class gnu.xml.aelfred2.ContentHandler2
Reports the XML declaration.
Reports the XML declaration.
xmlDecl(String,String,boolean,String) - method in class gnu.xml.pipeline.EventFilter
Reports the XML declaration.
xmlDeclaration - field in class gnu.xml.transform.StreamSerializer
XMLFilter - interface org.xml.sax.XMLFilter
Interface for an XML filter.
XMLFilterImpl - class org.xml.sax.helpers.XMLFilterImpl
Base class for deriving an XML filter.
XMLFilterImpl() - constructor for class org.xml.sax.helpers.XMLFilterImpl
Construct an empty XML filter, with no parent.
XMLFilterImpl(org.xml.sax.XMLReader) - constructor for class org.xml.sax.helpers.XMLFilterImpl
Construct an XML filter with the specified parent.
XMLGregorianCalendar - class javax.xml.datatype.XMLGregorianCalendar
An XML Schema 1.0 date/time data type.
XMLNS - static field in class org.xml.sax.helpers.NamespaceSupport
The XML Namespace URI as a constant.
XMLNS_ATTRIBUTE - static field in class javax.xml.XMLConstants
The XML Namespace declaration attribute.
XMLNS_ATTRIBUTE_NS_URI - static field in class javax.xml.XMLConstants
The XML Namespace declaration URI.
XmlReader - class gnu.xml.aelfred2.XmlReader
This SAX2 parser optionally layers a validator over the Ælfred2 SAX2 parser.
XMLReader - interface org.xml.sax.XMLReader
Interface for reading an XML document using callbacks.
XmlReader() - constructor for class gnu.xml.aelfred2.XmlReader
Constructs a SAX Parser.
XmlReader(boolean) - constructor for class gnu.xml.aelfred2.XmlReader
Constructs a SAX Parser, optionally treating validity errors as if they were fatal errors.
XMLReaderAdapter - class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 XMLReader as a SAX1 Parser.
XMLReaderAdapter() - constructor for class org.xml.sax.helpers.XMLReaderAdapter
Create a new adapter.
XMLReaderAdapter(org.xml.sax.XMLReader) - constructor for class org.xml.sax.helpers.XMLReaderAdapter
Create a new adapter.
XMLReaderFactory - class org.xml.sax.helpers.XMLReaderFactory
Factory for creating an XML reader.
XMLWriter - class gnu.xml.util.XMLWriter
This class is a SAX handler which writes all its input as a well formed XML or XHTML document.
XMLWriter() - constructor for class gnu.xml.util.XMLWriter
Constructs this handler with System.out used to write SAX events using the UTF-8 encoding.
XMLWriter(OutputStream) - constructor for class gnu.xml.util.XMLWriter
Constructs a handler which writes all input to the output stream in the UTF-8 encoding, and closes it when endDocument is called.
XMLWriter(Writer) - constructor for class gnu.xml.util.XMLWriter
Constructs a handler which writes all input to the writer, and then closes the writer when the document ends.
XMLWriter(Writer,String) - constructor for class gnu.xml.util.XMLWriter
Constructs a handler which writes all input to the writer, and then closes the writer when the document ends.
XPath - interface javax.xml.xpath.XPath
Interface to the XPath evaluation environment.
XPATH_NAMESPACE_NODE - static field in class org.w3c.dom.xpath.XPathNamespace
The node is a Namespace.
XPathConstants - class javax.xml.xpath.XPathConstants
XPath constants.
XPathEvaluator - interface org.w3c.dom.xpath.XPathEvaluator
The evaluation of XPath expressions is provided by XPathEvaluator.
XPathException - class javax.xml.xpath.XPathException
A generic XPath exception.
XPathException - class org.w3c.dom.xpath.XPathException
A new exception has been created for exceptions specific to these XPath interfaces.
XPathException(short,String) - constructor for class org.w3c.dom.xpath.XPathException
XPathException(String) - constructor for class javax.xml.xpath.XPathException
XPathException(Throwable) - constructor for class javax.xml.xpath.XPathException
XPathExpression - interface javax.xml.xpath.XPathExpression
An XPath expression.
XPathExpression - interface org.w3c.dom.xpath.XPathExpression
The XPathExpression interface represents a parsed and resolved XPath expression.
An exception in an XPath expression.
XPathExpressionException(String) - constructor for class javax.xml.xpath.XPathExpressionException
XPathExpressionException(Throwable) - constructor for class javax.xml.xpath.XPathExpressionException
XPathFactory - class javax.xml.xpath.XPathFactory
Factory for creating XPath environments.
XPathFactory() - constructor for class javax.xml.xpath.XPathFactory
A configuration exception in an XPath factory environment.
XPathFactoryImpl - class gnu.xml.xpath.XPathFactoryImpl
GNU XPath factory implementation.
XPathFunction - interface javax.xml.xpath.XPathFunction
An XPath extension function.
An exception in an XPath function.
XPathFunctionException(String) - constructor for class javax.xml.xpath.XPathFunctionException
XPathFunctionException(Throwable) - constructor for class javax.xml.xpath.XPathFunctionException
XPathFunctionResolver - interface javax.xml.xpath.XPathFunctionResolver
Interface providing the means to access XPath extension functions.
XPathImpl - class gnu.xml.xpath.XPathImpl
JAXP XPath implementation.
XPathNamespace - interface org.w3c.dom.xpath.XPathNamespace
The XPathNamespace interface is returned by XPathResult interfaces to represent the XPath namespace node type that DOM lacks.
XPathNSResolver - interface org.w3c.dom.xpath.XPathNSResolver
The XPathNSResolver interface permit prefix strings in the expression to be properly bound to namespaceURI strings.
XPathParser - class gnu.xml.xpath.XPathParser
An XPath 1.0 parser.
XPathResult - interface org.w3c.dom.xpath.XPathResult
The XPathResult interface represents the result of the evaluation of an XPath 1.0 expression within the context of a particular node.
XPathTest - class gnu.xml.xpath.XPathTest
XPathTokenizer - class gnu.xml.xpath.XPathTokenizer
XPath 1.0 expression tokenizer.
XPathTokenizer(String) - constructor for class gnu.xml.xpath.XPathTokenizer
XPathVariableResolver - interface javax.xml.xpath.XPathVariableResolver
Interface providing the means to access the values of XPath variable references.
XsltFilter - class gnu.xml.pipeline.XsltFilter
Packages an XSLT transform as a pipeline component.
XsltFilter(String,gnu.xml.pipeline.EventConsumer) - constructor for class gnu.xml.pipeline.XsltFilter
Creates a filter that performs the specified transform.

Y

YEARS - static field in class javax.xml.datatype.DatatypeConstants
Constant that represents the years field.
yyCheck - static field in class gnu.xml.xpath.XPathParser.YyCheckClass
yyDefault(Object) - method in class gnu.xml.xpath.XPathParser
executed at the beginning of a reduce action.
yyDefRed - static field in class gnu.xml.xpath.XPathParser.YyDefRedClass
yyDgoto - static field in class gnu.xml.xpath.XPathParser.YyDgotoClass
yyerror(String) - method in class gnu.xml.xpath.XPathParser
simplified error message.
yyerror(String,String[]) - method in class gnu.xml.xpath.XPathParser
(syntax) error message.
yyErrorCode - static field in class gnu.xml.xpath.XPathParser
thrown for irrecoverable syntax errors and stack overflow.
yyException(String) - constructor for class gnu.xml.xpath.XPathParser.yyException
yyExpecting(int) - method in class gnu.xml.xpath.XPathParser
computes list of expected tokens on error by tracing the tables.
yyFinal - static field in class gnu.xml.xpath.XPathParser
debugging support, requires the package jay.yydebug.
yyGindex - static field in class gnu.xml.xpath.XPathParser.YyGindexClass
XPathParser.yyInput - interface gnu.xml.xpath.XPathParser.yyInput
must be implemented by a scanner object to supply input to the parser.
yyLen - static field in class gnu.xml.xpath.XPathParser.YyLenClass
yyLhs - static field in class gnu.xml.xpath.XPathParser.YyLhsClass
yyMax - field in class gnu.xml.xpath.XPathParser
initial size and increment of the state/value stack [default 256].
yyName - static field in class gnu.xml.xpath.XPathParser.YyNameClass
the generated parser.
the generated parser, with debugging messages.
yyRindex - static field in class gnu.xml.xpath.XPathParser.YyRindexClass
yySindex - static field in class gnu.xml.xpath.XPathParser.YySindexClass
yyTable - static field in class gnu.xml.xpath.XPathParser.YyTableClass