- 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.
- 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 DOMImplementation
s in the list.
- getLength() - Method in interface org.w3c.dom.DOMStringList
-
The number of DOMString
s 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
-
- getLocalName() - Method in interface org.w3c.css.sac.ElementSelector
-
- 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 index
th 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
-
- getNamespaceURI() - Method in interface org.w3c.css.sac.ElementSelector
-
- getNamespaceURI(int) - Method in interface org.w3c.dom.NameList
-
Returns the index
th 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.
- 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.