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

A

adoptNode(Node) - Method in interface org.w3c.dom.Document
Attempts to adopt a node from another document to this document.
ANY_NODE - Static variable in interface org.w3c.css.sac.SiblingSelector
 
appendChild(Node) - Method in interface org.w3c.dom.Node
Adds the node newChild to the end of the list of children of this node.
appendData(String) - Method in interface org.w3c.dom.CharacterData
Append the string to the end of the character data of the node.
Attr - Interface in org.w3c.dom
The Attr interface represents an attribute in an Element object.
ATTRIBUTE_NODE - Static variable in interface org.w3c.dom.Node
The node is an Attr.
AttributeCondition - Interface in org.w3c.css.sac
 

C

canSetParameter(String, Object) - Method in interface org.w3c.dom.DOMConfiguration
Check if setting a parameter to a specific value is supported.
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a CDATASection.
CDATASection - Interface in org.w3c.dom
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
CharacterData - Interface in org.w3c.dom
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
CharacterDataSelector - Interface in org.w3c.css.sac
 
cloneNode(boolean) - Method in interface org.w3c.dom.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
code - Variable in exception org.w3c.css.sac.CSSException
 
code - Variable in exception org.w3c.dom.DOMException
 
CombinatorCondition - Interface in org.w3c.css.sac
 
comment(String) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of a comment.
Comment - Interface in org.w3c.dom
This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!--' and ending '-->'.
COMMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Comment.
compareDocumentPosition(Node) - Method in interface org.w3c.dom.Node
Compares the reference node, i.e.
Condition - Interface in org.w3c.css.sac
 
ConditionalSelector - Interface in org.w3c.css.sac
 
ConditionFactory - Interface in org.w3c.css.sac
 
contains(String) - Method in interface org.w3c.dom.DOMStringList
Test if a string is part of this DOMStringList.
contains(String) - Method in interface org.w3c.dom.NameList
Test if a name is part of this NameList.
containsNS(String, String) - Method in interface org.w3c.dom.NameList
Test if the pair namespaceURI/name is part of this NameList.
ContentCondition - Interface in org.w3c.css.sac
 
createAndCondition(Condition, Condition) - Method in interface org.w3c.css.sac.ConditionFactory
Creates an and condition
createAnyNodeSelector() - Method in interface org.w3c.css.sac.SelectorFactory
Creates an any node selector.
createAttribute(String) - Method in interface org.w3c.dom.Document
Creates an Attr of the given name.
createAttributeCondition(String, String, boolean, String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates an attribute condition
createAttributeNS(String, String) - Method in interface org.w3c.dom.Document
Creates an attribute of the given qualified name and namespace URI.
createBeginHyphenAttributeCondition(String, String, boolean, String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a "begin hyphen" attribute condition
createCDATASection(String) - Method in interface org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createCDataSectionSelector(String) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a cdata section node selector.
createChildSelector(Selector, SimpleSelector) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a child selector.
createClassCondition(String, String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a class condition
createComment(String) - Method in interface org.w3c.dom.Document
Creates a Comment node given the specified string.
createCommentSelector(String) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a comment node selector.
createConditionalSelector(SimpleSelector, Condition) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a conditional selector.
createContentCondition(String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a content condition
createDescendantSelector(Selector, SimpleSelector) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a descendant selector.
createDirectAdjacentSelector(short, Selector, SimpleSelector) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a sibling selector.
createDocument(String, String, DocumentType) - Method in interface org.w3c.dom.DOMImplementation
Creates a DOM Document object of the specified type with its document element.
createDocumentFragment() - Method in interface org.w3c.dom.Document
Creates an empty DocumentFragment object.
createDocumentType(String, String, String) - Method in interface org.w3c.dom.DOMImplementation
Creates an empty DocumentType node.
createElement(String) - Method in interface org.w3c.dom.Document
Creates an element of the type specified.
createElementNS(String, String) - Method in interface org.w3c.dom.Document
Creates an element of the given qualified name and namespace URI.
createElementSelector(String, String) - Method in interface org.w3c.css.sac.SelectorFactory
Creates an element selector.
createEntityReference(String) - Method in interface org.w3c.dom.Document
Creates an EntityReference object.
createIdCondition(String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates an id condition
createLangCondition(String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a lang condition
createNegativeCondition(Condition) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a negative condition
createNegativeSelector(SimpleSelector) - Method in interface org.w3c.css.sac.SelectorFactory
Creates an negative selector.
createOneOfAttributeCondition(String, String, boolean, String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a "one of" attribute condition
createOnlyChildCondition() - Method in interface org.w3c.css.sac.ConditionFactory
Creates a "only one" child condition
createOnlyTypeCondition() - Method in interface org.w3c.css.sac.ConditionFactory
Creates a "only one" type condition
createOrCondition(Condition, Condition) - Method in interface org.w3c.css.sac.ConditionFactory
Creates an or condition
createPositionalCondition(int, boolean, boolean) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a positional condition
createProcessingInstruction(String, String) - Method in interface org.w3c.dom.Document
Creates a ProcessingInstruction node given the specified name and data strings.
createProcessingInstructionSelector(String, String) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a processing instruction node selector.
createPseudoClassCondition(String, String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a pseudo class condition
createPseudoElementSelector(String, String) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a pseudo element selector.
createRootNodeSelector() - Method in interface org.w3c.css.sac.SelectorFactory
Creates an root node selector.
createTextNode(String) - Method in interface org.w3c.dom.Document
Creates a Text node given the specified string.
createTextNodeSelector(String) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a text node selector.
CSSException - Exception in org.w3c.css.sac
 
CSSException() - Constructor for exception org.w3c.css.sac.CSSException
Creates a new CSSException
CSSException(String) - Constructor for exception org.w3c.css.sac.CSSException
Creates a new CSSException
CSSException(Exception) - Constructor for exception org.w3c.css.sac.CSSException
Creates a new CSSException with an embeded exception.
CSSException(short) - Constructor for exception org.w3c.css.sac.CSSException
Creates a new CSSException with a specific code.
CSSException(short, String, Exception) - Constructor for exception org.w3c.css.sac.CSSException
Creates a new CSSException with an embeded exception and a specified message.
CSSParseException - Exception in org.w3c.css.sac
Encapsulate a CSS parse error or warning.
CSSParseException(String, Locator) - Constructor for exception org.w3c.css.sac.CSSParseException
Create a new CSSParseException from a message and a Locator.
CSSParseException(String, Locator, Exception) - Constructor for exception org.w3c.css.sac.CSSParseException
Wrap an existing exception in a CSSParseException.
CSSParseException(String, String, int, int) - Constructor for exception org.w3c.css.sac.CSSParseException
Create a new CSSParseException.
CSSParseException(String, String, int, int, Exception) - Constructor for exception org.w3c.css.sac.CSSParseException
Create a new CSSParseException with an embedded exception.

D

DEFAULT_NS_PREFIX - Static variable in class javax.xml.XMLConstants
Prefix to use to represent the default XML Namespace.
deleteData(int, int) - Method in interface org.w3c.dom.CharacterData
Remove a range of 16-bit units from the node.
DERIVATION_EXTENSION - Static variable in interface 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 variable in interface 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 variable in interface 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 variable in interface 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 in org.w3c.css.sac
 
Document - Interface in org.w3c.dom
The Document interface represents the entire HTML or XML document.
DOCUMENT_FRAGMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a DocumentFragment.
DOCUMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Document.
DOCUMENT_POSITION_CONTAINED_BY - Static variable in interface org.w3c.dom.Node
The node is contained by the reference node.
DOCUMENT_POSITION_CONTAINS - Static variable in interface org.w3c.dom.Node
The node contains the reference node.
DOCUMENT_POSITION_DISCONNECTED - Static variable in interface org.w3c.dom.Node
The two nodes are disconnected.
DOCUMENT_POSITION_FOLLOWING - Static variable in interface org.w3c.dom.Node
The node follows the reference node.
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC - Static variable in interface org.w3c.dom.Node
The determination of preceding versus following is implementation-specific.
DOCUMENT_POSITION_PRECEDING - Static variable in interface org.w3c.dom.Node
The second node precedes the reference node.
DOCUMENT_TYPE_NODE - Static variable in interface org.w3c.dom.Node
The node is a DocumentType.
DocumentFragment - Interface in org.w3c.dom
DocumentFragment is a "lightweight" or "minimal" Document object.
DocumentHandler - Interface in org.w3c.css.sac
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 in org.w3c.dom
Each Document has a doctype attribute whose value is either null or a DocumentType object.
DOMConfiguration - Interface in org.w3c.dom
The DOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters.
DOMError - Interface in org.w3c.dom
DOMError is an interface that describes an error.
DOMErrorHandler - Interface in org.w3c.dom
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 - Exception in org.w3c.dom
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 exception org.w3c.dom.DOMException
 
DOMImplementation - Interface in org.w3c.dom
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
DOMImplementationList - Interface in org.w3c.dom
The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented.
DOMImplementationSource - Interface in org.w3c.dom
This interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified in .
DOMLocator - Interface in org.w3c.dom
DOMLocator is an interface that describes a location (e.g.
DOMSTRING_SIZE_ERR - Static variable in exception org.w3c.dom.DOMException
If the specified range of text does not fit into a DOMString.
DOMStringList - Interface in org.w3c.dom
The DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or constraining how this collection is implemented.

E

e - Variable in exception org.w3c.css.sac.CSSException
The internal exception.
Element - Interface in org.w3c.dom
The Element interface represents an element in an HTML or XML document.
ELEMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is an Element.
ElementSelector - Interface in org.w3c.css.sac
 
ElementTraversal - Interface in org.w3c.dom
The ElementTraversal interface is a set of read-only attributes which allow an author to easily navigate between elements in a document.
endDocument(InputSource) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of the end of a document.
endFontFace() - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of the end of a font face statement.
endMedia(SACMediaList) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of the end of a media statement.
endPage(String, String) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of the end of a media statement.
endSelector(SelectorList) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of the end of a rule statement.
Entity - Interface in org.w3c.dom
This interface represents a known entity, either parsed or unparsed, in an XML document.
ENTITY_NODE - Static variable in interface org.w3c.dom.Node
The node is an Entity.
ENTITY_REFERENCE_NODE - Static variable in interface org.w3c.dom.Node
The node is an EntityReference.
EntityReference - Interface in org.w3c.dom
EntityReference nodes may be used to represent an entity reference in the tree.
error(CSSParseException) - Method in interface org.w3c.css.sac.ErrorHandler
Receive notification of a recoverable error.
ErrorHandler - Interface in org.w3c.css.sac
Basic interface for CSS error handlers.

F

fatalError(CSSParseException) - Method in interface org.w3c.css.sac.ErrorHandler
Receive notification of a non-recoverable error.
FEATURE_SECURE_PROCESSING - Static variable in class javax.xml.XMLConstants
Feature for secure processing.

G

getAncestorSelector() - Method in interface org.w3c.css.sac.DescendantSelector
Returns the parent selector.
getAttribute(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by name.
getAttributeNode(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute node by name.
getAttributeNodeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by local name and namespace URI.
getAttributes() - Method in interface org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
getBaseURI() - Method in interface 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 interface 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.
getChildElementCount() - Method in interface org.w3c.dom.ElementTraversal
Returns the current number of element nodes that are children of this element.
getChildNodes() - Method in interface org.w3c.dom.Node
A NodeList that contains all children of this node.
getCode() - Method in exception org.w3c.css.sac.CSSException
returns the error code for this exception.
getColumnNumber() - Method in exception org.w3c.css.sac.CSSParseException
The column number of the end of the text where the exception occurred.
getColumnNumber() - Method in interface org.w3c.css.sac.Locator
Return the column number where the current document event ends.
getColumnNumber() - Method in interface org.w3c.dom.DOMLocator
The column number this locator is pointing to, or -1 if there is no column number available.
getCondition() - Method in interface org.w3c.css.sac.ConditionalSelector
Returns the condition to be applied on the simple selector.
getCondition() - Method in interface org.w3c.css.sac.NegativeCondition
Returns the condition.
getConditionType() - Method in interface org.w3c.css.sac.Condition
An integer indicating the type of Condition.
getData() - Method in interface org.w3c.css.sac.CharacterDataSelector
Returns the character data.
getData() - Method in interface org.w3c.css.sac.ContentCondition
Returns the content.
getData() - Method in interface org.w3c.css.sac.ProcessingInstructionSelector
Returns the character data.
getData() - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getData() - Method in interface org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
getDimensionUnitText() - Method in interface org.w3c.css.sac.LexicalUnit
Returns the string representation of the unit.
getDoctype() - Method in interface org.w3c.dom.Document
The Document Type Declaration (see DocumentType) associated with this document.
getDocumentElement() - Method in interface 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 interface 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 interface org.w3c.dom.Document
The configuration used when Document.normalizeDocument() is invoked.
getDOMImplementation(String) - Method in interface org.w3c.dom.DOMImplementationSource
A method to request the first DOM implementation that supports the specified features.
getDOMImplementationList(String) - Method in interface org.w3c.dom.DOMImplementationSource
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
getElementById(String) - Method in interface org.w3c.dom.Document
Returns the Element that has an ID attribute with the given value.
getElementsByTagName(String) - Method in interface 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 interface org.w3c.dom.Element
Returns a NodeList of all descendant Elements with a given tag name, in document order.
getElementsByTagNameNS(String, String) - Method in interface 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 interface 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 interface org.w3c.dom.DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getException() - Method in exception org.w3c.css.sac.CSSException
Returns the internal exception if any, null otherwise.
getFeature(String, String) - Method in interface 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 interface 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 interface org.w3c.dom.Node
The first child of this node.
getFirstCondition() - Method in interface org.w3c.css.sac.CombinatorCondition
Returns the first condition.
getFirstElementChild() - Method in interface org.w3c.dom.ElementTraversal
Returns the first child element node of this element.
getFloatValue() - Method in interface org.w3c.css.sac.LexicalUnit
Returns the float value.
getFunctionName() - Method in interface org.w3c.css.sac.LexicalUnit
Returns the name of the function.
getImplementation() - Method in interface org.w3c.dom.Document
The DOMImplementation object that handles this document.
getInputEncoding() - Method in interface org.w3c.dom.Document
An attribute specifying the encoding used for this document at the time of the parsing.
getInputEncoding() - Method in interface 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 interface org.w3c.css.sac.LexicalUnit
Returns the integer value.
getInternalSubset() - Method in interface org.w3c.dom.DocumentType
The internal subset as a string, or null if there is none.
getLang() - Method in interface org.w3c.css.sac.LangCondition
Returns the language
getLastChild() - Method in interface org.w3c.dom.Node
The last child of this node.
getLastElementChild() - Method in interface org.w3c.dom.ElementTraversal
Returns the last child element node of this element.
getLength() - Method in interface org.w3c.css.sac.SACMediaList
Returns the length of this media list
getLength() - Method in interface org.w3c.css.sac.SelectorList
Returns the length of this selector list
getLength() - Method in interface org.w3c.dom.CharacterData
The number of 16-bit units that are available through data and the substringData method below.
getLength() - Method in interface org.w3c.dom.DOMImplementationList
The number of DOMImplementations in the list.
getLength() - Method in interface org.w3c.dom.DOMStringList
The number of DOMStrings in the list.
getLength() - Method in interface org.w3c.dom.NamedNodeMap
The number of nodes in this map.
getLength() - Method in interface org.w3c.dom.NameList
The number of pairs (name and namespaceURI) in the list.
getLength() - Method in interface org.w3c.dom.NodeList
The number of nodes in the list.
getLexicalUnitType() - Method in interface org.w3c.css.sac.LexicalUnit
An integer indicating the type of LexicalUnit.
getLineNumber() - Method in exception org.w3c.css.sac.CSSParseException
The line number of the end of the text where the exception occurred.
getLineNumber() - Method in interface org.w3c.css.sac.Locator
Return the line number where the current document event ends.
getLineNumber() - Method in interface org.w3c.dom.DOMLocator
The line number this locator is pointing to, or -1 if there is no column number available.
getLocalName() - Method in interface org.w3c.css.sac.AttributeCondition
Returns the local part of the qualified name of this attribute.
getLocalName() - Method in interface org.w3c.css.sac.ElementSelector
Returns the local part of the qualified name of this element.
getLocalName() - Method in interface org.w3c.dom.Node
Returns the local part of the qualified name of this node.
getLocation() - Method in interface 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 exception org.w3c.css.sac.CSSException
Returns the detail message of this throwable object.
getMessage() - Method in interface org.w3c.dom.DOMError
An implementation specific string describing the error that occurred.
getName() - Method in interface org.w3c.dom.Attr
Returns the name of this attribute.
getName() - Method in interface org.w3c.dom.DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
getName(int) - Method in interface org.w3c.dom.NameList
Returns the indexth name item in the collection.
getNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by name.
getNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by local name and namespace URI.
getNamespaceURI() - Method in interface org.w3c.css.sac.AttributeCondition
Returns the namespace URI of this attribute condition.
getNamespaceURI() - Method in interface org.w3c.css.sac.ElementSelector
Returns the namespace URI of this element selector.
getNamespaceURI(int) - Method in interface org.w3c.dom.NameList
Returns the indexth namespaceURI item in the collection.
getNamespaceURI() - Method in interface org.w3c.dom.Node
The namespace URI of this node, or null if it is unspecified (see ).
getNextElementSibling() - Method in interface org.w3c.dom.ElementTraversal
Returns the next sibling element node of this element.
getNextLexicalUnit() - Method in interface org.w3c.css.sac.LexicalUnit
Returns the next value or null if any.
getNextSibling() - Method in interface org.w3c.dom.Node
The node immediately following this node.
getNodeName() - Method in interface org.w3c.dom.Node
The name of this node, depending on its type; see the table above.
getNodeType() - Method in interface org.w3c.css.sac.SiblingSelector
The node type to considered in the siblings list.
getNodeType() - Method in interface org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeValue() - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
getNotationName() - Method in interface org.w3c.dom.Entity
For unparsed entities, the name of the notation for the entity.
getNotations() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the notations declared in the DTD.
getOwnerDocument() - Method in interface org.w3c.dom.Node
The Document object associated with this node.
getOwnerElement() - Method in interface 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 interface org.w3c.dom.DOMConfiguration
Return the value of a parameter if known.
getParameterNames() - Method in interface 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 interface org.w3c.css.sac.LexicalUnit
The function parameters including operators (like the comma).
getParentNode() - Method in interface org.w3c.dom.Node
The parent of this node.
getParserVersion() - Method in interface org.w3c.css.sac.Parser
Returns a string about which CSS language is supported by this parser.
getPosition() - Method in interface org.w3c.css.sac.PositionalCondition
Returns the position in the tree.
getPrefix() - Method in interface org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
getPreviousElementSibling() - Method in interface org.w3c.dom.ElementTraversal
Returns the previous sibling element node of this element.
getPreviousLexicalUnit() - Method in interface org.w3c.css.sac.LexicalUnit
Returns the previous value or null if any.
getPreviousSibling() - Method in interface 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 interface org.w3c.dom.DocumentType
The public identifier of the external subset.
getPublicId() - Method in interface org.w3c.dom.Entity
The public identifier associated with the entity if specified, and null otherwise.
getPublicId() - Method in interface org.w3c.dom.Notation
The public identifier of this notation.
getRelatedData() - Method in interface org.w3c.dom.DOMError
The related DOMError.type dependent data if any.
getRelatedException() - Method in interface org.w3c.dom.DOMError
The related platform dependent exception if any.
getRelatedNode() - Method in interface org.w3c.dom.DOMLocator
The node this locator is pointing to, or null if no node is available.
getSchemaTypeInfo() - Method in interface org.w3c.dom.Attr
The type information associated with this attribute.
getSchemaTypeInfo() - Method in interface org.w3c.dom.Element
The type information associated with this element.
getSecondCondition() - Method in interface org.w3c.css.sac.CombinatorCondition
Returns the second condition.
getSelector() - Method in interface org.w3c.css.sac.SiblingSelector
Returns the first selector.
getSelectorType() - Method in interface org.w3c.css.sac.Selector
An integer indicating the type of Selector
getSeverity() - Method in interface org.w3c.dom.DOMError
The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
getSiblingSelector() - Method in interface org.w3c.css.sac.SiblingSelector
 
getSimpleSelector() - Method in interface org.w3c.css.sac.ConditionalSelector
Returns the simple selector.
getSimpleSelector() - Method in interface org.w3c.css.sac.DescendantSelector
 
getSimpleSelector() - Method in interface org.w3c.css.sac.NegativeSelector
Returns the simple selector.
getSpecified() - Method in interface org.w3c.css.sac.AttributeCondition
Returns true if the attribute must have an explicit value in the original document, false otherwise.
getSpecified() - Method in interface org.w3c.dom.Attr
True if this attribute was explicitly given a value in the instance document, false otherwise.
getStrictErrorChecking() - Method in interface org.w3c.dom.Document
An attribute specifying whether error checking is enforced or not.
getStringValue() - Method in interface org.w3c.css.sac.LexicalUnit
Returns the string value.
getSubValues() - Method in interface org.w3c.css.sac.LexicalUnit
Returns a list of values inside the sub expression.
getSystemId() - Method in interface org.w3c.dom.DocumentType
The system identifier of the external subset.
getSystemId() - Method in interface org.w3c.dom.Entity
The system identifier associated with the entity if specified, and null otherwise.
getSystemId() - Method in interface org.w3c.dom.Notation
The system identifier of this notation.
getTagName() - Method in interface org.w3c.dom.Element
The name of the element.
getTarget() - Method in interface org.w3c.css.sac.ProcessingInstructionSelector
Returns the target of the processing instruction.
getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTextContent() - Method in interface 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 interface org.w3c.css.sac.PositionalCondition
true if the node should have the same node type (for element, same namespaceURI and same localName).
getType() - Method in interface org.w3c.dom.DOMError
A DOMString indicating which related data is expected in relatedData.
getTypeName() - Method in interface org.w3c.dom.TypeInfo
The name of a type declared for the associated element or attribute, or null if unknown.
getTypeNamespace() - Method in interface 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 interface 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 exception org.w3c.css.sac.CSSParseException
Get the URI of the document where the exception occurred.
getURI() - Method in class org.w3c.css.sac.InputSource
Get the URI for this input source.
getURI() - Method in interface org.w3c.css.sac.Locator
Return the URI for the current document event.
getUri() - Method in interface org.w3c.dom.DOMLocator
The URI this locator is pointing to, or null if no URI is available.
getUserData(String) - Method in interface org.w3c.dom.Node
Retrieves the object associated to a key on a this node.
getUtf16Offset() - Method in interface 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 interface org.w3c.css.sac.AttributeCondition
Returns the value of the attribute.
getValue() - Method in interface org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
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 interface org.w3c.dom.Text
Returns all text of Text nodes logically-adjacent text nodes to this node, concatenated in document order.
getXmlEncoding() - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the encoding of this document.
getXmlEncoding() - Method in interface 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 interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, whether this document is standalone.
getXmlVersion() - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the version number of this document.
getXmlVersion() - Method in interface 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

handle(short, String, Object, Node, Node) - Method in interface org.w3c.dom.UserDataHandler
This method is called whenever the node for which this handler is registered is imported or cloned.
handleError(DOMError) - Method in interface org.w3c.dom.DOMErrorHandler
This method is called on the error handler when an error occurs.
hasAttribute(String) - Method in interface 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 interface 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 interface org.w3c.dom.Node
Returns whether this node (if it is an element) has any attributes.
hasChildNodes() - Method in interface org.w3c.dom.Node
Returns whether this node has any children.
hasFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
Test if the DOM implementation implements a specific feature and version, as specified in .
HIERARCHY_REQUEST_ERR - Static variable in exception org.w3c.dom.DOMException
If any Node is inserted somewhere it doesn't belong.

I

ignorableAtRule(String) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of an unknown rule t-rule not supported by this parser.
importNode(Node, boolean) - Method in interface 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.
importStyle(String, SACMediaList, String) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of a import statement in the style sheet.
INDEX_SIZE_ERR - Static variable in exception org.w3c.dom.DOMException
If index or size is negative, or greater than the allowed value.
InputSource - Class in org.w3c.css.sac
A single input source for a CSS source.
InputSource() - Constructor for class org.w3c.css.sac.InputSource
Zero-argument default constructor.
InputSource(String) - Constructor for class org.w3c.css.sac.InputSource
Create a new input source with a URI.
InputSource(Reader) - Constructor for class org.w3c.css.sac.InputSource
Create a new input source with a character stream.
insertBefore(Node, Node) - Method in interface org.w3c.dom.Node
Inserts the node newChild before the existing child node refChild.
insertData(int, String) - Method in interface org.w3c.dom.CharacterData
Insert a string at the specified 16-bit unit offset.
INUSE_ATTRIBUTE_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to add an attribute that is already in use elsewhere.
INVALID_ACCESS_ERR - Static variable in exception org.w3c.dom.DOMException
If a parameter or an operation is not supported by the underlying object.
INVALID_CHARACTER_ERR - Static variable in exception org.w3c.dom.DOMException
If an invalid or illegal character is specified, such as in an XML name.
INVALID_MODIFICATION_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to modify the type of the underlying object.
INVALID_STATE_ERR - Static variable in exception 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 interface org.w3c.dom.Node
This method checks if the specified namespaceURI is the default namespace or not.
isDerivedFrom(String, String, int) - Method in interface org.w3c.dom.TypeInfo
This method returns if there is a derivation between the reference type definition, i.e.
isElementContentWhitespace() - Method in interface org.w3c.dom.Text
Returns whether this text node contains element content whitespace, often abusively called "ignorable whitespace".
isEqualNode(Node) - Method in interface org.w3c.dom.Node
Tests whether two nodes are equal.
isId() - Method in interface org.w3c.dom.Attr
Returns whether this attribute is known to be of type ID (i.e.
isSameNode(Node) - Method in interface org.w3c.dom.Node
Returns whether this node is the same node as the given one.
isSupported(String, String) - Method in interface 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 interface 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 interface org.w3c.css.sac.SelectorList
Returns the selector at the specified index, or null if this is not a valid index.
item(int) - Method in interface org.w3c.dom.DOMImplementationList
Returns the indexth item in the collection.
item(int) - Method in interface org.w3c.dom.DOMStringList
Returns the indexth item in the collection.
item(int) - Method in interface org.w3c.dom.NamedNodeMap
Returns the indexth item in the map.
item(int) - Method in interface org.w3c.dom.NodeList
Returns the indexth item in the collection.

J

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

L

LangCondition - Interface in org.w3c.css.sac
 
LexicalUnit - Interface in org.w3c.css.sac
This is a lexical unit for CSS values.
Locator - Interface in org.w3c.css.sac
Interface for associating a CSS event with a document location.
lookupNamespaceURI(String) - Method in interface org.w3c.dom.Node
Look up the namespace URI associated to the given prefix, starting from this node.
lookupPrefix(String) - Method in interface org.w3c.dom.Node
Look up the prefix associated to the given namespace URI, starting from this node.

M

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

N

NamedNodeMap - Interface in org.w3c.dom
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name.
NameList - Interface in org.w3c.dom
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 variable in exception 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 interface org.w3c.css.sac.DocumentHandler
Receive notification of an unknown rule t-rule not supported by this parser.
NegativeCondition - Interface in org.w3c.css.sac
 
NegativeSelector - Interface in org.w3c.css.sac
 
NO_DATA_ALLOWED_ERR - Static variable in exception org.w3c.dom.DOMException
If data is specified for a Node which does not support data.
NO_MODIFICATION_ALLOWED_ERR - Static variable in exception org.w3c.dom.DOMException
If an attempt is made to modify an object where modifications are not allowed.
Node - Interface in org.w3c.dom
The Node interface is the primary datatype for the entire Document Object Model.
NODE_ADOPTED - Static variable in interface org.w3c.dom.UserDataHandler
The node is adopted, using Document.adoptNode().
NODE_CLONED - Static variable in interface org.w3c.dom.UserDataHandler
The node is cloned, using Node.cloneNode().
NODE_DELETED - Static variable in interface org.w3c.dom.UserDataHandler
The node is deleted.
NODE_IMPORTED - Static variable in interface org.w3c.dom.UserDataHandler
The node is imported, using Document.importNode().
NODE_RENAMED - Static variable in interface org.w3c.dom.UserDataHandler
The node is renamed, using Document.renameNode().
NodeList - Interface in org.w3c.dom
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
normalize() - Method in interface 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 interface 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 variable in exception 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 variable in exception org.w3c.dom.DOMException
If the implementation does not support the requested type of object or operation.
Notation - Interface in org.w3c.dom
This interface represents a notation declared in the DTD.
NOTATION_NODE - Static variable in interface org.w3c.dom.Node
The node is a Notation.
NULL_NS_URI - Static variable in class javax.xml.XMLConstants
Namespace URI to use to represent that there is no Namespace.

O

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

P

parsePriority(InputSource) - Method in interface org.w3c.css.sac.Parser
Parse a CSS priority value (e.g.
parsePropertyValue(InputSource) - Method in interface org.w3c.css.sac.Parser
Parse a CSS property value.
Parser - Interface in org.w3c.css.sac
Basic interface for CSS (Simple API for CSS) parsers.
parseRule(InputSource) - Method in interface org.w3c.css.sac.Parser
Parse a CSS rule.
parseSelectors(InputSource) - Method in interface org.w3c.css.sac.Parser
Parse a comma separated list of selectors.
parseStyleDeclaration(InputSource) - Method in interface org.w3c.css.sac.Parser
Parse a CSS style declaration (without '{' and '}').
parseStyleSheet(InputSource) - Method in interface org.w3c.css.sac.Parser
Parse a CSS document.
parseStyleSheet(String) - Method in interface org.w3c.css.sac.Parser
Parse a CSS document from a URI.
PositionalCondition - Interface in org.w3c.css.sac
 
PROCESSING_INSTRUCTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a ProcessingInstruction.
ProcessingInstruction - Interface in org.w3c.dom
The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.
ProcessingInstructionSelector - Interface in org.w3c.css.sac
This simple matches a processing instruction.
property(String, LexicalUnit, boolean) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of a declaration.

R

RELAXNG_NS_URI - Static variable in class javax.xml.XMLConstants
RELAX NG Namespace URI.
removeAttribute(String) - Method in interface org.w3c.dom.Element
Removes an attribute by name.
removeAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Removes the specified attribute node.
removeAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Removes an attribute by local name and namespace URI.
removeChild(Node) - Method in interface org.w3c.dom.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
removeNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by name.
removeNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by local name and namespace URI.
renameNode(Node, String, String) - Method in interface org.w3c.dom.Document
Rename an existing node of type ELEMENT_NODE or ATTRIBUTE_NODE.
replaceChild(Node, Node) - Method in interface org.w3c.dom.Node
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceData(int, int, String) - Method in interface org.w3c.dom.CharacterData
Replace the characters starting at the specified 16-bit unit offset with the specified string.
replaceWholeText(String) - Method in interface org.w3c.dom.Text
Replaces the text of the current node and all logically-adjacent text nodes with the specified text.

S

s - Variable in exception org.w3c.css.sac.CSSException
 
S_SAC_NOT_SUPPORTED_ERR - Static variable in exception org.w3c.css.sac.CSSException
 
S_SAC_SYNTAX_ERR - Static variable in exception org.w3c.css.sac.CSSException
 
S_SAC_UNSPECIFIED_ERR - Static variable in exception org.w3c.css.sac.CSSException
 
SAC_AND_CONDITION - Static variable in interface org.w3c.css.sac.Condition
This condition checks exactly two conditions.
SAC_ANY_NODE_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
This selector matches any node.
SAC_ATTR - Static variable in interface org.w3c.css.sac.LexicalUnit
Attribute: attr(...).
SAC_ATTRIBUTE_CONDITION - Static variable in interface org.w3c.css.sac.Condition
This condition checks an attribute.
SAC_BEGIN_HYPHEN_ATTRIBUTE_CONDITION - Static variable in interface 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 variable in interface org.w3c.css.sac.Selector
This selector matches only cdata node.
SAC_CENTIMETER - Static variable in interface org.w3c.css.sac.LexicalUnit
Absolute length cm.
SAC_CHILD_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
This selector matches a childhood relationship between two elements.
SAC_CLASS_CONDITION - Static variable in interface org.w3c.css.sac.Condition
This condition checks for a specified class.
SAC_COMMENT_NODE_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
This selector matches only comment node.
SAC_CONDITIONAL_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
This is a conditional selector.
SAC_CONTENT_CONDITION - Static variable in interface org.w3c.css.sac.Condition
This condition checks the content of a node.
SAC_COUNTER_FUNCTION - Static variable in interface org.w3c.css.sac.LexicalUnit
function counter.
SAC_COUNTERS_FUNCTION - Static variable in interface org.w3c.css.sac.LexicalUnit
function counters.
SAC_DEGREE - Static variable in interface org.w3c.css.sac.LexicalUnit
Angle deg.
SAC_DESCENDANT_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
This selector matches an arbitrary descendant of some ancestor element.
SAC_DIMENSION - Static variable in interface org.w3c.css.sac.LexicalUnit
unknown dimension.
SAC_DIRECT_ADJACENT_SELECTOR - Static variable in interface 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 variable in interface org.w3c.css.sac.Selector
This selector matches only element node.
SAC_EM - Static variable in interface org.w3c.css.sac.LexicalUnit
Relative lengthem.
SAC_EX - Static variable in interface org.w3c.css.sac.LexicalUnit
Relative lengthex.
SAC_FUNCTION - Static variable in interface org.w3c.css.sac.LexicalUnit
unknown function.
SAC_GRADIAN - Static variable in interface org.w3c.css.sac.LexicalUnit
Angle grad.
SAC_HERTZ - Static variable in interface org.w3c.css.sac.LexicalUnit
Frequency Hz.
SAC_ID_CONDITION - Static variable in interface org.w3c.css.sac.Condition
This condition checks an id attribute.
SAC_IDENT - Static variable in interface org.w3c.css.sac.LexicalUnit
any identifier except inherit.
SAC_INCH - Static variable in interface org.w3c.css.sac.LexicalUnit
Absolute length in.
SAC_INHERIT - Static variable in interface org.w3c.css.sac.LexicalUnit
identifier inherit.
SAC_INTEGER - Static variable in interface org.w3c.css.sac.LexicalUnit
Integers.
SAC_KILOHERTZ - Static variable in interface org.w3c.css.sac.LexicalUnit
Frequency kHz.
SAC_LANG_CONDITION - Static variable in interface org.w3c.css.sac.Condition
This condition checks the language of the node.
SAC_MILLIMETER - Static variable in interface org.w3c.css.sac.LexicalUnit
Absolute length mm.
SAC_MILLISECOND - Static variable in interface org.w3c.css.sac.LexicalUnit
Time ms.
SAC_NEGATIVE_CONDITION - Static variable in interface org.w3c.css.sac.Condition
This condition checks that a condition can't be applied to a node.
SAC_NEGATIVE_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
This selector matches only node that are different from a specified one.
SAC_NOT_SUPPORTED_ERR - Static variable in exception org.w3c.css.sac.CSSException
If the operation is not supported
SAC_ONE_OF_ATTRIBUTE_CONDITION - Static variable in interface 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 variable in interface org.w3c.css.sac.Condition
This condition checks if a node is the only one in the node list.
SAC_ONLY_TYPE_CONDITION - Static variable in interface org.w3c.css.sac.Condition
This condition checks if a node is the only one of his type.
SAC_OPERATOR_COMMA - Static variable in interface org.w3c.css.sac.LexicalUnit
,
SAC_OPERATOR_EXP - Static variable in interface org.w3c.css.sac.LexicalUnit
^
SAC_OPERATOR_GE - Static variable in interface org.w3c.css.sac.LexicalUnit
>=
SAC_OPERATOR_GT - Static variable in interface org.w3c.css.sac.LexicalUnit
>
SAC_OPERATOR_LE - Static variable in interface org.w3c.css.sac.LexicalUnit
<=
SAC_OPERATOR_LT - Static variable in interface org.w3c.css.sac.LexicalUnit
<
SAC_OPERATOR_MINUS - Static variable in interface org.w3c.css.sac.LexicalUnit
-
SAC_OPERATOR_MOD - Static variable in interface org.w3c.css.sac.LexicalUnit
%
SAC_OPERATOR_MULTIPLY - Static variable in interface org.w3c.css.sac.LexicalUnit
*
SAC_OPERATOR_PLUS - Static variable in interface org.w3c.css.sac.LexicalUnit
+
SAC_OPERATOR_SLASH - Static variable in interface org.w3c.css.sac.LexicalUnit
/
SAC_OPERATOR_TILDE - Static variable in interface org.w3c.css.sac.LexicalUnit
~
SAC_OR_CONDITION - Static variable in interface org.w3c.css.sac.Condition
This condition checks one of two conditions.
SAC_PERCENTAGE - Static variable in interface org.w3c.css.sac.LexicalUnit
Percentage.
SAC_PICA - Static variable in interface org.w3c.css.sac.LexicalUnit
Absolute length pc.
SAC_PIXEL - Static variable in interface org.w3c.css.sac.LexicalUnit
Relative length px.
SAC_POINT - Static variable in interface org.w3c.css.sac.LexicalUnit
Absolute length pt.
SAC_POSITIONAL_CONDITION - Static variable in interface org.w3c.css.sac.Condition
This condition checks a specified position.
SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
This selector matches only processing instruction node.
SAC_PSEUDO_CLASS_CONDITION - Static variable in interface org.w3c.css.sac.Condition
This condition checks for the link pseudo class.
SAC_PSEUDO_ELEMENT_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
This selector matches the 'first line' pseudo element.
SAC_RADIAN - Static variable in interface org.w3c.css.sac.LexicalUnit
Angle rad.
SAC_REAL - Static variable in interface org.w3c.css.sac.LexicalUnit
reals.
SAC_RECT_FUNCTION - Static variable in interface org.w3c.css.sac.LexicalUnit
function rect.
SAC_RGBCOLOR - Static variable in interface org.w3c.css.sac.LexicalUnit
RGB Colors.
SAC_ROOT_NODE_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
This selector matches the root node.
SAC_SECOND - Static variable in interface org.w3c.css.sac.LexicalUnit
Time s.
SAC_STRING_VALUE - Static variable in interface org.w3c.css.sac.LexicalUnit
A string.
SAC_SUB_EXPRESSION - Static variable in interface org.w3c.css.sac.LexicalUnit
sub expressions (a) (a + b) (normal/none)
SAC_SYNTAX_ERR - Static variable in exception org.w3c.css.sac.CSSException
If an invalid or illegal string is specified
SAC_TEXT_NODE_SELECTOR - Static variable in interface org.w3c.css.sac.Selector
This selector matches only text node.
SAC_UNICODERANGE - Static variable in interface org.w3c.css.sac.LexicalUnit
A unicode range.
SAC_UNSPECIFIED_ERR - Static variable in exception org.w3c.css.sac.CSSException
this error is unspecified.
SAC_URI - Static variable in interface org.w3c.css.sac.LexicalUnit
URI: uri(...).
SACMediaList - Interface in org.w3c.css.sac
 
Selector - Interface in org.w3c.css.sac
This interface defines a selector.
SelectorFactory - Interface in org.w3c.css.sac
 
SelectorList - Interface in org.w3c.css.sac
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 interface org.w3c.dom.Element
Adds a new attribute.
setAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute node.
setAttributeNodeNS(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeNS(String, String, String) - Method in interface 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.
setConditionFactory(ConditionFactory) - Method in interface org.w3c.css.sac.Parser
 
setData(String) - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
setData(String) - Method in interface org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
setDocumentHandler(DocumentHandler) - Method in interface org.w3c.css.sac.Parser
Allow an application to register a document event handler.
setDocumentURI(String) - Method in interface 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(ErrorHandler) - Method in interface org.w3c.css.sac.Parser
Allow an application to register an error event handler.
setIdAttribute(String, boolean) - Method in interface org.w3c.dom.Element
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIdAttributeNode(Attr, boolean) - Method in interface org.w3c.dom.Element
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 interface 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 interface 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(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its nodeName attribute.
setNamedItemNS(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its namespaceURI and localName.
setNodeValue(String) - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
setParameter(String, Object) - Method in interface org.w3c.dom.DOMConfiguration
Set the value of a parameter.
setPrefix(String) - Method in interface org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
setSelectorFactory(SelectorFactory) - Method in interface org.w3c.css.sac.Parser
 
setStrictErrorChecking(boolean) - Method in interface org.w3c.dom.Document
An attribute specifying whether error checking is enforced or not.
setTextContent(String) - Method in interface 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.
setUserData(String, Object, UserDataHandler) - Method in interface org.w3c.dom.Node
Associate an object to a key on this node.
setValue(String) - Method in interface org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
setXmlStandalone(boolean) - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, whether this document is standalone.
setXmlVersion(String) - Method in interface org.w3c.dom.Document
An attribute specifying, as part of the XML declaration, the version number of this document.
SEVERITY_ERROR - Static variable in interface org.w3c.dom.DOMError
The severity of the error described by the DOMError is error.
SEVERITY_FATAL_ERROR - Static variable in interface org.w3c.dom.DOMError
The severity of the error described by the DOMError is fatal error.
SEVERITY_WARNING - Static variable in interface org.w3c.dom.DOMError
The severity of the error described by the DOMError is warning.
SiblingSelector - Interface in org.w3c.css.sac
 
SimpleSelector - Interface in org.w3c.css.sac
This interface is only for constraints on selectors.
splitText(int) - Method in interface org.w3c.dom.Text
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
startDocument(InputSource) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of the beginning of a style sheet.
startFontFace() - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of the beginning of a font face statement.
startMedia(SACMediaList) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of the beginning of a media statement.
startPage(String, String) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of the beginning of a page statement.
startSelector(SelectorList) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of the beginning of a rule statement.
substringData(int, int) - Method in interface org.w3c.dom.CharacterData
Extracts a range of data from the node.
SYNTAX_ERR - Static variable in exception org.w3c.dom.DOMException
If an invalid or illegal string is specified.

T

Text - Interface in org.w3c.dom
The Text interface inherits from CharacterData and represents the textual content (termed character data in XML) of an Element or Attr.
TEXT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Text node.
TYPE_MISMATCH_ERR - Static variable in exception 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 in org.w3c.dom
The TypeInfo interface represents a type referenced from Element or Attr nodes, specified in the schemas associated with the document.

U

UserDataHandler - Interface in org.w3c.dom
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 variable in exception 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 in org.apache.xmlcommons
Administrative class to keep track of the version number of xml-commons external sources releases.
Version() - Constructor for class org.apache.xmlcommons.Version
 

W

W3C_XML_SCHEMA_INSTANCE_NS_URI - Static variable in class javax.xml.XMLConstants
W3C XML Schema Instance Namespace URI.
W3C_XML_SCHEMA_NS_URI - Static variable in class javax.xml.XMLConstants
W3C XML Schema Namespace URI.
W3C_XPATH_DATATYPE_NS_URI - Static variable in class javax.xml.XMLConstants
W3C XPath Datatype Namespace URI.
warning(CSSParseException) - Method in interface org.w3c.css.sac.ErrorHandler
Receive notification of a warning.
WRONG_DOCUMENT_ERR - Static variable in exception 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 variable in class javax.xml.XMLConstants
XML Document Type Declaration Namespace URI as an arbitrary value.
XML_NS_PREFIX - Static variable in class javax.xml.XMLConstants
The official XML Namespace prefix.
XML_NS_URI - Static variable in class javax.xml.XMLConstants
The official XML Namespace name URI.
XMLConstants - Class in javax.xml
Utility class to contain basic XML values as constants.
XMLNS_ATTRIBUTE - Static variable in class javax.xml.XMLConstants
The official XML attribute used for specifying XML Namespace declarations.
XMLNS_ATTRIBUTE_NS_URI - Static variable in class javax.xml.XMLConstants
The official XML attribute used for specifying XML Namespace declarations, XMLConstants.XMLNS_ATTRIBUTE, Namespace name URI.
A C D E F G H I J L M N O P R S T U V W X