Alphabetical Index

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

A

adoptNode(org.w3c.dom.Node) - method in class org.w3c.dom.Document
Attempts to adopt a node from another document to this document.
ANY_NODE - static field in class org.w3c.css.sac.SiblingSelector
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.
Attr - interface org.w3c.dom.Attr
The Attr interface represents an attribute in an Element object.
ATTRIBUTE_NODE - static field in class org.w3c.dom.Node
The node is an Attr.
AttributeCondition - interface org.w3c.css.sac.AttributeCondition

C

canSetParameter(String,Object) - method in class org.w3c.dom.DOMConfiguration
Check if setting a parameter to a specific value is supported.
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.
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.
CharacterDataSelector - interface org.w3c.css.sac.CharacterDataSelector
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.
code - field in class org.w3c.css.sac.CSSException
code - field in class org.w3c.dom.DOMException
CombinatorCondition - interface org.w3c.css.sac.CombinatorCondition
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(String) - method in class org.w3c.css.sac.DocumentHandler
Receive notification of a comment.
COMMENT_NODE - static field in class org.w3c.dom.Node
The node is a Comment.
compareDocumentPosition(org.w3c.dom.Node) - method in class org.w3c.dom.Node
Compares the reference node, i.e.
Condition - interface org.w3c.css.sac.Condition
ConditionalSelector - interface org.w3c.css.sac.ConditionalSelector
ConditionFactory - interface org.w3c.css.sac.ConditionFactory
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.
containsNS(String,String) - method in class org.w3c.dom.NameList
Test if the pair namespaceURI/name is part of this NameList.
ContentCondition - interface org.w3c.css.sac.ContentCondition
Creates an and condition
createAnyNodeSelector() - method in class org.w3c.css.sac.SelectorFactory
Creates an any node selector.
createAttribute(String) - method in class org.w3c.dom.Document
Creates an Attr of the given name.
Creates an attribute condition
createAttributeNS(String,String) - method in class org.w3c.dom.Document
Creates an attribute of the given qualified name and namespace URI.
Creates a "begin hyphen" attribute condition
createCDATASection(String) - method in class org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createCDataSectionSelector(String) - method in class org.w3c.css.sac.SelectorFactory
Creates a cdata section node selector.
Creates a child selector.
createClassCondition(String,String) - method in class org.w3c.css.sac.ConditionFactory
Creates a class condition
createComment(String) - method in class org.w3c.dom.Document
Creates a Comment node given the specified string.
createCommentSelector(String) - method in class org.w3c.css.sac.SelectorFactory
Creates a comment node selector.
Creates a conditional selector.
createContentCondition(String) - method in class org.w3c.css.sac.ConditionFactory
Creates a content condition
Creates a descendant selector.
Creates a sibling selector.
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.
Creates an empty DocumentType node.
createElement(String) - method in class org.w3c.dom.Document
Creates an element of the type specified.
createElementNS(String,String) - method in class org.w3c.dom.Document
Creates an element of the given qualified name and namespace URI.
createElementSelector(String,String) - method in class org.w3c.css.sac.SelectorFactory
Creates an element selector.
createEntityReference(String) - method in class org.w3c.dom.Document
Creates an EntityReference object.
createIdCondition(String) - method in class org.w3c.css.sac.ConditionFactory
Creates an id condition
createLangCondition(String) - method in class org.w3c.css.sac.ConditionFactory
Creates a lang condition
Creates a negative condition
Creates an negative selector.
Creates a "one of" attribute condition
createOnlyChildCondition() - method in class org.w3c.css.sac.ConditionFactory
Creates a "only one" child condition
createOnlyTypeCondition() - method in class org.w3c.css.sac.ConditionFactory
Creates a "only one" type condition
Creates an or condition
Creates a positional condition
Creates a ProcessingInstruction node given the specified name and data strings.
Creates a processing instruction node selector.
Creates a pseudo class condition
Creates a pseudo element selector.
createRootNodeSelector() - method in class org.w3c.css.sac.SelectorFactory
Creates an root node selector.
createTextNode(String) - method in class org.w3c.dom.Document
Creates a Text node given the specified string.
createTextNodeSelector(String) - method in class org.w3c.css.sac.SelectorFactory
Creates a text node selector.
CSSException - class org.w3c.css.sac.CSSException
CSSException() - constructor for class org.w3c.css.sac.CSSException
Creates a new CSSException
CSSException(Exception) - constructor for class org.w3c.css.sac.CSSException
Creates a new CSSException with an embeded exception.
CSSException(short) - constructor for class org.w3c.css.sac.CSSException
Creates a new CSSException with a specific code.
CSSException(short,String,Exception) - constructor for class org.w3c.css.sac.CSSException
Creates a new CSSException with an embeded exception and a specified message.
CSSException(String) - constructor for class org.w3c.css.sac.CSSException
Creates a new CSSException
CSSParseException - class org.w3c.css.sac.CSSParseException
Encapsulate a CSS parse error or warning.
Create a new CSSParseException from a message and a Locator.
Wrap an existing exception in a CSSParseException.
CSSParseException(String,String,int,int) - constructor for class org.w3c.css.sac.CSSParseException
Create a new CSSParseException.
Create a new CSSParseException with an embedded exception.

D

DEFAULT_NS_PREFIX - static field in class javax.xml.XMLConstants
Prefix to use to represent the default XML Namespace.
deleteData(int,int) - method in class org.w3c.dom.CharacterData
Remove a range of 16-bit units from the node.
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.
DescendantSelector - interface org.w3c.css.sac.DescendantSelector
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.
DocumentFragment - interface org.w3c.dom.DocumentFragment
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentHandler - interface org.w3c.css.sac.DocumentHandler
This is the main interface that most CSS applications implement: if the application needs to be informed of basic parsing events, it implements this interface and registers an instance with the CSS parser using the setCSSHandler method.
DocumentType - interface org.w3c.dom.DocumentType
Each Document has a doctype attribute whose value is either null or a DocumentType object.
DOMConfiguration - interface org.w3c.dom.DOMConfiguration
The DOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters.
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.
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
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.
The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented.
This interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified in .
DOMLocator - interface org.w3c.dom.DOMLocator
DOMLocator is an interface that describes a location (e.g.
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.

E

e - field in class org.w3c.css.sac.CSSException
The internal exception.
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.
ElementSelector - interface org.w3c.css.sac.ElementSelector
Receive notification of the end of a document.
endFontFace() - method in class org.w3c.css.sac.DocumentHandler
Receive notification of the end of a font face statement.
Receive notification of the end of a media statement.
endPage(String,String) - method in class org.w3c.css.sac.DocumentHandler
Receive notification of the end of a media statement.
Receive notification of the end of a rule statement.
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.
error(org.w3c.css.sac.CSSParseException) - method in class org.w3c.css.sac.ErrorHandler
Receive notification of a recoverable error.
ErrorHandler - interface org.w3c.css.sac.ErrorHandler
Basic interface for CSS error handlers.

F

Receive notification of a non-recoverable error.
FEATURE_SECURE_PROCESSING - static field in class javax.xml.XMLConstants
Feature for secure processing.

G

getAncestorSelector() - method in class org.w3c.css.sac.DescendantSelector
Returns the parent selector.
getAttribute(String) - method in class org.w3c.dom.Element
Retrieves an attribute value by name.
getAttributeNode(String) - method in class org.w3c.dom.Element
Retrieves an attribute node by name.
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 org.w3c.dom.Element
Retrieves an attribute value by local name and namespace URI.
getAttributes() - method in class org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
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.
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 org.w3c.css.sac.InputSource
Get the byte stream for this input source.
getCharacterStream() - method in class org.w3c.css.sac.InputSource
Get the character stream for this input source.
getChildNodes() - method in class org.w3c.dom.Node
A NodeList that contains all children of this node.
getCode() - method in class org.w3c.css.sac.CSSException
returns the error code for this exception.
getColumnNumber() - method in class org.w3c.css.sac.CSSParseException
The column number of the end of the text where the exception occurred.
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.w3c.css.sac.Locator
Return the column number where the current document event ends.
getCondition() - method in class org.w3c.css.sac.ConditionalSelector
Returns the condition to be applied on the simple selector.
getCondition() - method in class org.w3c.css.sac.NegativeCondition
Returns the condition.
getConditionType() - method in class org.w3c.css.sac.Condition
An integer indicating the type of Condition.
getData() - method in class org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getData() - method in class org.w3c.css.sac.CharacterDataSelector
Returns the character data.
getData() - method in class org.w3c.css.sac.ContentCondition
Returns the content.
getData() - method in class org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
getData() - method in class org.w3c.css.sac.ProcessingInstructionSelector
Returns the character data.
getDimensionUnitText() - method in class org.w3c.css.sac.LexicalUnit
Returns the string representation of the unit.
getDoctype() - method in class org.w3c.dom.Document
The Document Type Declaration (see DocumentType) associated with this document.
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.
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.
getDomConfig() - method in class org.w3c.dom.Document
The configuration used when Document.normalizeDocument() is invoked.
A method to request the first DOM implementation that supports the specified features.
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
getElementById(String) - method in class org.w3c.dom.Document
Returns the Element that has an ID attribute with the given value.
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 org.w3c.dom.Element
Returns a NodeList of all descendant Elements with a given tag name, in document order.
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 org.w3c.dom.Element
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in document order.
getEncoding() - method in class org.w3c.css.sac.InputSource
Get the character encoding for a byte stream or URI.
getEntities() - method in class org.w3c.dom.DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getException() - method in class org.w3c.css.sac.CSSException
Returns the internal exception if any, null otherwise.
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 org.w3c.dom.Node
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in .
getFirstChild() - method in class org.w3c.dom.Node
The first child of this node.
getFirstCondition() - method in class org.w3c.css.sac.CombinatorCondition
Returns the first condition.
getFloatValue() - method in class org.w3c.css.sac.LexicalUnit
Returns the float value.
getFunctionName() - method in class org.w3c.css.sac.LexicalUnit
Returns the name of the function.
getImplementation() - method in class org.w3c.dom.Document
The DOMImplementation object that handles this document.
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 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.
getIntegerValue() - method in class org.w3c.css.sac.LexicalUnit
Returns the integer value.
getInternalSubset() - method in class org.w3c.dom.DocumentType
The internal subset as a string, or null if there is none.
getLang() - method in class org.w3c.css.sac.LangCondition
Returns the language
getLastChild() - method in class org.w3c.dom.Node
The last child of this node.
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.DOMImplementationList
The number of DOMImplementations in the list.
getLength() - method in class org.w3c.dom.DOMStringList
The number of DOMStrings 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 org.w3c.css.sac.SACMediaList
Returns the length of this media list
getLength() - method in class org.w3c.css.sac.SelectorList
Returns the length of this selector list
getLexicalUnitType() - method in class org.w3c.css.sac.LexicalUnit
An integer indicating the type of LexicalUnit.
getLineNumber() - method in class org.w3c.css.sac.CSSParseException
The line number of the end of the text where the exception occurred.
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.w3c.css.sac.Locator
Return the line number where the current document event ends.
getLocalName() - method in class org.w3c.css.sac.AttributeCondition
Returns the local part of the qualified name of this attribute.
getLocalName() - method in class org.w3c.css.sac.ElementSelector
Returns the local part of the qualified name of this element.
getLocalName() - method in class org.w3c.dom.Node
Returns the local part of the qualified name of this node.
getLocation() - method in class org.w3c.dom.DOMError
The location of the error.
getMedia() - method in class org.w3c.css.sac.InputSource
Returns the media associated to the input source or null if media are currently unknown.
getMessage() - method in class org.w3c.css.sac.CSSException
Returns the detail message of this throwable object.
getMessage() - method in class org.w3c.dom.DOMError
An implementation specific string describing the error that occurred.
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(int) - method in class org.w3c.dom.NameList
Returns the indexth name item in the collection.
getNamedItem(String) - method in class org.w3c.dom.NamedNodeMap
Retrieves a node specified by name.
getNamedItemNS(String,String) - method in class org.w3c.dom.NamedNodeMap
Retrieves a node specified by local name and namespace URI.
getNamespaceURI() - method in class org.w3c.css.sac.AttributeCondition
Returns the namespace URI of this attribute condition.
getNamespaceURI() - method in class org.w3c.css.sac.ElementSelector
Returns the namespace URI of this element selector.
getNamespaceURI() - method in class org.w3c.dom.Node
The namespace URI of this node, or null if it is unspecified (see ).
getNamespaceURI(int) - method in class org.w3c.dom.NameList
Returns the indexth namespaceURI item in the collection.
getNextLexicalUnit() - method in class org.w3c.css.sac.LexicalUnit
Returns the next value or null if any.
getNextSibling() - method in class org.w3c.dom.Node
The node immediately following this node.
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 org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeType() - method in class org.w3c.css.sac.SiblingSelector
The node type to considered in the siblings list.
getNodeValue() - method in class org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
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.
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.
getParameter(String) - method in class org.w3c.dom.DOMConfiguration
Return the value of a parameter if known.
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.
getParameters() - method in class org.w3c.css.sac.LexicalUnit
The function parameters including operators (like the comma).
getParentNode() - method in class org.w3c.dom.Node
The parent of this node.
getParserVersion() - method in class org.w3c.css.sac.Parser
Returns a string about which CSS language is supported by this parser.
getPosition() - method in class org.w3c.css.sac.PositionalCondition
Returns the position in the tree.
getPrefix() - method in class org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
getPreviousLexicalUnit() - method in class org.w3c.css.sac.LexicalUnit
Returns the previous value or null if any.
getPreviousSibling() - method in class org.w3c.dom.Node
The node immediately preceding this node.
getProduct() - static method in class org.apache.xmlcommons.Version
Get just the product name.
getPublicId() - method in class org.w3c.dom.DocumentType
The public identifier of the external subset.
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.w3c.dom.Notation
The public identifier of this notation.
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 org.w3c.dom.DOMLocator
The node this locator is pointing to, or null if no node is available.
getSchemaTypeInfo() - method in class org.w3c.dom.Attr
The type information associated with this attribute.
getSchemaTypeInfo() - method in class org.w3c.dom.Element
The type information associated with this element.
getSecondCondition() - method in class org.w3c.css.sac.CombinatorCondition
Returns the second condition.
getSelector() - method in class org.w3c.css.sac.SiblingSelector
Returns the first selector.
getSelectorType() - method in class org.w3c.css.sac.Selector
An integer indicating the type of Selector
getSeverity() - method in class org.w3c.dom.DOMError
The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
getSiblingSelector() - method in class org.w3c.css.sac.SiblingSelector
getSimpleSelector() - method in class org.w3c.css.sac.ConditionalSelector
Returns the simple selector.
getSimpleSelector() - method in class org.w3c.css.sac.DescendantSelector
getSimpleSelector() - method in class org.w3c.css.sac.NegativeSelector
Returns the simple selector.
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 org.w3c.css.sac.AttributeCondition
Returns true if the attribute must have an explicit value in the original document, false otherwise.
getStrictErrorChecking() - method in class org.w3c.dom.Document
An attribute specifying whether error checking is enforced or not.
getStringValue() - method in class org.w3c.css.sac.LexicalUnit
Returns the string value.
getSubValues() - method in class org.w3c.css.sac.LexicalUnit
Returns a list of values inside the sub expression.
getSystemId() - method in class org.w3c.dom.DocumentType
The system identifier of the external subset.
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.w3c.dom.Notation
The system identifier of this notation.
getTagName() - method in class org.w3c.dom.Element
The name of the element.
getTarget() - method in class org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTarget() - method in class org.w3c.css.sac.ProcessingInstructionSelector
Returns the target of the processing instruction.
getTextContent() - method in class org.w3c.dom.Node
This attribute returns the text content of this node and its descendants.
getTitle() - method in class org.w3c.css.sac.InputSource
Returns the title for this input source.
getType() - method in class org.w3c.dom.DOMError
A DOMString indicating which related data is expected in relatedData.
getType() - method in class org.w3c.css.sac.PositionalCondition
true if the node should have the same node type (for element, same namespaceURI and same localName).
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.
getTypeNode() - method in class org.w3c.css.sac.PositionalCondition
true if the child node list only shows nodes of the same type of the selector (only elements, only PIS, ...)
getURI() - method in class org.w3c.css.sac.CSSParseException
Get the URI of the document where the exception occurred.
getUri() - method in class org.w3c.dom.DOMLocator
The URI this locator is pointing to, or null if no URI is available.
getURI() - method in class org.w3c.css.sac.InputSource
Get the URI for this input source.
getURI() - method in class org.w3c.css.sac.Locator
Return the URI for the current document event.
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.
getValue() - method in class org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
getValue() - method in class org.w3c.css.sac.AttributeCondition
Returns the value of the attribute.
getVersion() - static method in class org.apache.xmlcommons.Version
Get the basic version string for the current xml-commons external sources release.
getVersionNum() - static method in class org.apache.xmlcommons.Version
Get just the version number v.r.
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.
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 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.
getXmlStandalone() - method in class org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, whether this document is standalone.
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 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.

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.
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 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 org.w3c.dom.Node
Returns whether this node (if it is an element) has any attributes.
hasChildNodes() - method in class org.w3c.dom.Node
Returns whether this node has any children.
hasFeature(String,String) - method in class org.w3c.dom.DOMImplementation
Test if the DOM implementation implements a specific feature and version, as specified in .
HIERARCHY_REQUEST_ERR - static field in class org.w3c.dom.DOMException
If any Node is inserted somewhere it doesn't belong.

I

ignorableAtRule(String) - method in class org.w3c.css.sac.DocumentHandler
Receive notification of an unknown rule t-rule not supported by this parser.
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.
Receive notification of a import statement in the style sheet.
INDEX_SIZE_ERR - static field in class org.w3c.dom.DOMException
If index or size is negative, or greater than the allowed value.
InputSource - class org.w3c.css.sac.InputSource
A single input source for a CSS source.
InputSource() - constructor for class org.w3c.css.sac.InputSource
Zero-argument default constructor.
InputSource(Reader) - constructor for class org.w3c.css.sac.InputSource
Create a new input source with a character stream.
InputSource(String) - constructor for class org.w3c.css.sac.InputSource
Create a new input source with a URI.
Inserts the node newChild before the existing child node refChild.
insertData(int,String) - method in class org.w3c.dom.CharacterData
Insert a string at the specified 16-bit unit offset.
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_MODIFICATION_ERR - static field in class org.w3c.dom.DOMException
If an attempt is made to modify the type of the underlying object.
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.
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 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 org.w3c.dom.Node
Tests whether two nodes are equal.
isId() - method in class org.w3c.dom.Attr
Returns whether this attribute is known to be of type ID (i.e.
isSameNode(org.w3c.dom.Node) - method in class org.w3c.dom.Node
Returns whether this node is the same node as the given one.
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 .
item(int) - method in class org.w3c.dom.DOMImplementationList
Returns the indexth item in the collection.
item(int) - method in class org.w3c.dom.DOMStringList
Returns the indexth item in the collection.
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.css.sac.SACMediaList
Returns the medium at the specified index, or null if this is not a valid index.
item(int) - method in class org.w3c.css.sac.SelectorList
Returns the selector at the specified index, or null if this is not a valid index.

J

javax.xml - package
Defines core XML constants and functionality from the XML specifications.

L

LangCondition - interface org.w3c.css.sac.LangCondition
LexicalUnit - interface org.w3c.css.sac.LexicalUnit
This is a lexical unit for CSS values.
Locator - interface org.w3c.css.sac.Locator
Interface for associating a CSS event with a document location.
lookupNamespaceURI(String) - method in class org.w3c.dom.Node
Look up the namespace URI associated to the given prefix, 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.

M

main(argv[]) - static method in class org.apache.xmlcommons.Version
Print the release version to the command line.

N

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_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.
namespaceDeclaration(String,String) - method in class org.w3c.css.sac.DocumentHandler
Receive notification of an unknown rule t-rule not supported by this parser.
NegativeCondition - interface org.w3c.css.sac.NegativeCondition
NegativeSelector - interface org.w3c.css.sac.NegativeSelector
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_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().
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.
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.
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.
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.
NULL_NS_URI - static field in class javax.xml.XMLConstants
Namespace URI to use to represent that there is no Namespace.

O

org.w3c.css.sac - package
org.w3c.dom - package

P

parsePriority(org.w3c.css.sac.InputSource) - method in class org.w3c.css.sac.Parser
Parse a CSS priority value (e.g.
Parse a CSS property value.
Parser - interface org.w3c.css.sac.Parser
Basic interface for CSS (Simple API for CSS) parsers.
parseRule(org.w3c.css.sac.InputSource) - method in class org.w3c.css.sac.Parser
Parse a CSS rule.
parseSelectors(org.w3c.css.sac.InputSource) - method in class org.w3c.css.sac.Parser
Parse a comma separated list of selectors.
Parse a CSS style declaration (without '{' and '}').
parseStyleSheet(org.w3c.css.sac.InputSource) - method in class org.w3c.css.sac.Parser
Parse a CSS document.
parseStyleSheet(String) - method in class org.w3c.css.sac.Parser
Parse a CSS document from a URI.
PositionalCondition - interface org.w3c.css.sac.PositionalCondition
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.
This simple matches a processing instruction.
Receive notification of a declaration.

R

RELAXNG_NS_URI - static field in class javax.xml.XMLConstants
RELAX NG Namespace URI.
removeAttribute(String) - method in class org.w3c.dom.Element
Removes an attribute by name.
removeAttributeNode(org.w3c.dom.Attr) - method in class org.w3c.dom.Element
Removes the specified attribute node.
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 org.w3c.dom.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
removeNamedItem(String) - method in class org.w3c.dom.NamedNodeMap
Removes a node specified by name.
removeNamedItemNS(String,String) - method in class org.w3c.dom.NamedNodeMap
Removes a node specified by local name and namespace URI.
Rename an existing node of type ELEMENT_NODE or ATTRIBUTE_NODE.
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.
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.

S

s - field in class org.w3c.css.sac.CSSException
S_SAC_NOT_SUPPORTED_ERR - static field in class org.w3c.css.sac.CSSException
S_SAC_SYNTAX_ERR - static field in class org.w3c.css.sac.CSSException
S_SAC_UNSPECIFIED_ERR - static field in class org.w3c.css.sac.CSSException
SAC_AND_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks exactly two conditions.
SAC_ANY_NODE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches any node.
SAC_ATTR - static field in class org.w3c.css.sac.LexicalUnit
Attribute: attr(...).
SAC_ATTRIBUTE_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks an attribute.
SAC_BEGIN_HYPHEN_ATTRIBUTE_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks if the value is in a hypen-separated list of values in a specified attribute.
SAC_CDATA_SECTION_NODE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches only cdata node.
SAC_CENTIMETER - static field in class org.w3c.css.sac.LexicalUnit
Absolute length cm.
SAC_CHILD_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches a childhood relationship between two elements.
SAC_CLASS_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks for a specified class.
SAC_COMMENT_NODE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches only comment node.
SAC_CONDITIONAL_SELECTOR - static field in class org.w3c.css.sac.Selector
This is a conditional selector.
SAC_CONTENT_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks the content of a node.
SAC_COUNTER_FUNCTION - static field in class org.w3c.css.sac.LexicalUnit
function counter.
SAC_COUNTERS_FUNCTION - static field in class org.w3c.css.sac.LexicalUnit
function counters.
SAC_DEGREE - static field in class org.w3c.css.sac.LexicalUnit
Angle deg.
SAC_DESCENDANT_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches an arbitrary descendant of some ancestor element.
SAC_DIMENSION - static field in class org.w3c.css.sac.LexicalUnit
unknown dimension.
SAC_DIRECT_ADJACENT_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches two selectors who shared the same parent in the document tree and the element represented by the first sequence immediately precedes the element represented by the second one.
SAC_ELEMENT_NODE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches only element node.
SAC_EM - static field in class org.w3c.css.sac.LexicalUnit
Relative lengthem.
SAC_EX - static field in class org.w3c.css.sac.LexicalUnit
Relative lengthex.
SAC_FUNCTION - static field in class org.w3c.css.sac.LexicalUnit
unknown function.
SAC_GRADIAN - static field in class org.w3c.css.sac.LexicalUnit
Angle grad.
SAC_HERTZ - static field in class org.w3c.css.sac.LexicalUnit
Frequency Hz.
SAC_ID_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks an id attribute.
SAC_IDENT - static field in class org.w3c.css.sac.LexicalUnit
any identifier except inherit.
SAC_INCH - static field in class org.w3c.css.sac.LexicalUnit
Absolute length in.
SAC_INHERIT - static field in class org.w3c.css.sac.LexicalUnit
identifier inherit.
SAC_INTEGER - static field in class org.w3c.css.sac.LexicalUnit
Integers.
SAC_KILOHERTZ - static field in class org.w3c.css.sac.LexicalUnit
Frequency kHz.
SAC_LANG_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks the language of the node.
SAC_MILLIMETER - static field in class org.w3c.css.sac.LexicalUnit
Absolute length mm.
SAC_MILLISECOND - static field in class org.w3c.css.sac.LexicalUnit
Time ms.
SAC_NEGATIVE_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks that a condition can't be applied to a node.
SAC_NEGATIVE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches only node that are different from a specified one.
SAC_NOT_SUPPORTED_ERR - static field in class org.w3c.css.sac.CSSException
If the operation is not supported
SAC_ONE_OF_ATTRIBUTE_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks for a value in a space-separated values in a specified attribute example:
   [values~="10"]
 
SAC_ONLY_CHILD_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks if a node is the only one in the node list.
SAC_ONLY_TYPE_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks if a node is the only one of his type.
SAC_OPERATOR_COMMA - static field in class org.w3c.css.sac.LexicalUnit
,
SAC_OPERATOR_EXP - static field in class org.w3c.css.sac.LexicalUnit
^
SAC_OPERATOR_GE - static field in class org.w3c.css.sac.LexicalUnit
>=
SAC_OPERATOR_GT - static field in class org.w3c.css.sac.LexicalUnit
>
SAC_OPERATOR_LE - static field in class org.w3c.css.sac.LexicalUnit
<=
SAC_OPERATOR_LT - static field in class org.w3c.css.sac.LexicalUnit
<13
SAC_OPERATOR_MINUS - static field in class org.w3c.css.sac.LexicalUnit
-
SAC_OPERATOR_MOD - static field in class org.w3c.css.sac.LexicalUnit
%
SAC_OPERATOR_MULTIPLY - static field in class org.w3c.css.sac.LexicalUnit
*
SAC_OPERATOR_PLUS - static field in class org.w3c.css.sac.LexicalUnit
+
SAC_OPERATOR_SLASH - static field in class org.w3c.css.sac.LexicalUnit
/
SAC_OPERATOR_TILDE - static field in class org.w3c.css.sac.LexicalUnit
~
SAC_OR_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks one of two conditions.
SAC_PERCENTAGE - static field in class org.w3c.css.sac.LexicalUnit
Percentage.
SAC_PICA - static field in class org.w3c.css.sac.LexicalUnit
Absolute length pc.
SAC_PIXEL - static field in class org.w3c.css.sac.LexicalUnit
Relative length px.
SAC_POINT - static field in class org.w3c.css.sac.LexicalUnit
Absolute length pt.
SAC_POSITIONAL_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks a specified position.
SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches only processing instruction node.
SAC_PSEUDO_CLASS_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks for the link pseudo class.
SAC_PSEUDO_ELEMENT_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches the 'first line' pseudo element.
SAC_RADIAN - static field in class org.w3c.css.sac.LexicalUnit
Angle rad.
SAC_REAL - static field in class org.w3c.css.sac.LexicalUnit
reals.
SAC_RECT_FUNCTION - static field in class org.w3c.css.sac.LexicalUnit
function rect.
SAC_RGBCOLOR - static field in class org.w3c.css.sac.LexicalUnit
RGB Colors.
SAC_ROOT_NODE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches the root node.
SAC_SECOND - static field in class org.w3c.css.sac.LexicalUnit
Time s.
SAC_STRING_VALUE - static field in class org.w3c.css.sac.LexicalUnit
A string.
SAC_SUB_EXPRESSION - static field in class org.w3c.css.sac.LexicalUnit
sub expressions (a) (a + b) (normal/none)
SAC_SYNTAX_ERR - static field in class org.w3c.css.sac.CSSException
If an invalid or illegal string is specified
SAC_TEXT_NODE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches only text node.
SAC_UNICODERANGE - static field in class org.w3c.css.sac.LexicalUnit
A unicode range.
SAC_UNSPECIFIED_ERR - static field in class org.w3c.css.sac.CSSException
this error is unspecified.
SAC_URI - static field in class org.w3c.css.sac.LexicalUnit
URI: uri(...).
SACMediaList - interface org.w3c.css.sac.SACMediaList
Selector - interface org.w3c.css.sac.Selector
This interface defines a selector.
SelectorFactory - interface org.w3c.css.sac.SelectorFactory
SelectorList - interface org.w3c.css.sac.SelectorList
The SelectorList interface provides the abstraction of an ordered collection of selectors, without defining or constraining how this collection is implemented.
setAttribute(String,String) - method in class org.w3c.dom.Element
Adds a new attribute.
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 org.w3c.dom.Element
Adds a new attribute.
setAttributeNS(String,String,String) - method in class org.w3c.dom.Element
Adds a new attribute.
setByteStream(InputStream) - method in class org.w3c.css.sac.InputSource
Set the byte stream for this input source.
setCharacterStream(Reader) - method in class org.w3c.css.sac.InputSource
Set the character stream for this input source.
setData(String) - method in class org.w3c.dom.CharacterData
The character data of the node that implements this interface.
setData(String) - method in class org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
Allow an application to register a document event handler.
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.
setEncoding(String) - method in class org.w3c.css.sac.InputSource
Set the character encoding, if known.
setErrorHandler(org.w3c.css.sac.ErrorHandler) - method in class org.w3c.css.sac.Parser
Allow an application to register an error event handler.
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 .
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 .
setLocale(Locale) - method in class org.w3c.css.sac.Parser
Allow an application to request a locale for errors and warnings.
setMedia(String) - method in class org.w3c.css.sac.InputSource
Set the media for this input source.
setNamedItem(org.w3c.dom.Node) - method in class org.w3c.dom.NamedNodeMap
Adds a node using its nodeName attribute.
setNamedItemNS(org.w3c.dom.Node) - method in class org.w3c.dom.NamedNodeMap
Adds a node using its namespaceURI and localName.
setNodeValue(String) - method in class org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
setParameter(String,Object) - method in class org.w3c.dom.DOMConfiguration
Set the value of a parameter.
setPrefix(String) - method in class org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
setStrictErrorChecking(boolean) - method in class org.w3c.dom.Document
An attribute specifying whether error checking is enforced or not.
setTextContent(String) - method in class org.w3c.dom.Node
This attribute returns the text content of this node and its descendants.
setTitle(String) - method in class org.w3c.css.sac.InputSource
Set the title for this input source.
setURI(String) - method in class org.w3c.css.sac.InputSource
Set the URI for this input source.
Associate an object to a key on this node.
setValue(String) - method in class org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
setXmlStandalone(boolean) - method in class org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, whether this document is standalone.
setXmlVersion(String) - method in class org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the version number of this document.
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.
SiblingSelector - interface org.w3c.css.sac.SiblingSelector
SimpleSelector - interface org.w3c.css.sac.SimpleSelector
This interface is only for constraints on selectors.
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.
Receive notification of the beginning of a style sheet.
startFontFace() - method in class org.w3c.css.sac.DocumentHandler
Receive notification of the beginning of a font face statement.
Receive notification of the beginning of a media statement.
startPage(String,String) - method in class org.w3c.css.sac.DocumentHandler
Receive notification of the beginning of a page statement.
Receive notification of the beginning of a rule statement.
substringData(int,int) - method in class org.w3c.dom.CharacterData
Extracts a range of data from the node.
SYNTAX_ERR - static field in class org.w3c.dom.DOMException
If an invalid or illegal string is specified.

T

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_NODE - static field in class org.w3c.dom.Node
The node is a Text node.
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.

U

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

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.
Version - class org.apache.xmlcommons.Version
Administrative class to keep track of the version number of xml-commons external sources releases.

W

W3C_XML_SCHEMA_INSTANCE_NS_URI - static field in class javax.xml.XMLConstants
W3C XML Schema Instance Namespace URI.
W3C_XML_SCHEMA_NS_URI - static field in class javax.xml.XMLConstants
W3C XML Schema Namespace URI.
W3C_XPATH_DATATYPE_NS_URI - static field in class javax.xml.XMLConstants
W3C XPath Datatype Namespace URI.
Receive notification of a warning.
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

XML_DTD_NS_URI - static field in class javax.xml.XMLConstants
XML Document Type Declaration Namespace URI as an arbitrary value.
XML_NS_PREFIX - static field in class javax.xml.XMLConstants
The official XML Namespace prefix.
XML_NS_URI - static field in class javax.xml.XMLConstants
The official XML Namespace name URI.
XMLConstants - class javax.xml.XMLConstants
Utility class to contain basic XML values as constants.
XMLNS_ATTRIBUTE - static field in class javax.xml.XMLConstants
The official XML attribute used for specifying XML Namespace declarations.
XMLNS_ATTRIBUTE_NS_URI - static field in class javax.xml.XMLConstants
The official XML attribute used for specifying XML Namespace declarations, XMLConstants.XMLNS_ATTRIBUTE, Namespace name URI.