Alphabetical Index

A C D E F G I L M N P S W

A

ANY_NODE - static field in class org.w3c.css.sac.SiblingSelector
AttributeCondition - interface org.w3c.css.sac.AttributeCondition

C

CharacterDataSelector - interface org.w3c.css.sac.CharacterDataSelector
code - field in class org.w3c.css.sac.CSSException
CombinatorCondition - interface org.w3c.css.sac.CombinatorCondition
comment(String) - method in class org.w3c.css.sac.DocumentHandler
Receive notification of a comment.
Condition - interface org.w3c.css.sac.Condition
ConditionalSelector - interface org.w3c.css.sac.ConditionalSelector
ConditionFactory - interface org.w3c.css.sac.ConditionFactory
ContentCondition - interface org.w3c.css.sac.ContentCondition
Creates an and condition
createAnyNodeSelector() - method in class org.w3c.css.sac.SelectorFactory
Creates an any node selector.
Creates an attribute condition
Creates a "begin hyphen" attribute condition
createCDataSectionSelector(String) - method in class org.w3c.css.sac.SelectorFactory
Creates a cdata section node selector.
Creates a child selector.
createClassCondition(String,String) - method in class org.w3c.css.sac.ConditionFactory
Creates a class condition
createCommentSelector(String) - method in class org.w3c.css.sac.SelectorFactory
Creates a comment node selector.
Creates a conditional selector.
createContentCondition(String) - method in class org.w3c.css.sac.ConditionFactory
Creates a content condition
Creates a descendant selector.
Creates a sibling selector.
createElementSelector(String,String) - method in class org.w3c.css.sac.SelectorFactory
Creates an element selector.
createIdCondition(String) - method in class org.w3c.css.sac.ConditionFactory
Creates an id condition
createLangCondition(String) - method in class org.w3c.css.sac.ConditionFactory
Creates a lang condition
Creates a negative condition
Creates an negative selector.
Creates a "one of" attribute condition
createOnlyChildCondition() - method in class org.w3c.css.sac.ConditionFactory
Creates a "only one" child condition
createOnlyTypeCondition() - method in class org.w3c.css.sac.ConditionFactory
Creates a "only one" type condition
Creates an or condition
Creates a positional condition
Creates a processing instruction node selector.
Creates a pseudo class condition
Creates a pseudo element selector.
createRootNodeSelector() - method in class org.w3c.css.sac.SelectorFactory
Creates an root node selector.
createTextNodeSelector(String) - method in class org.w3c.css.sac.SelectorFactory
Creates a text node selector.
CSSException - class org.w3c.css.sac.CSSException
CSSException() - constructor for class org.w3c.css.sac.CSSException
Creates a new CSSException
CSSException(Exception) - constructor for class org.w3c.css.sac.CSSException
Creates a new CSSException with an embeded exception.
CSSException(short) - constructor for class org.w3c.css.sac.CSSException
Creates a new CSSException with a specific code.
CSSException(short,String,Exception) - constructor for class org.w3c.css.sac.CSSException
Creates a new CSSException with an embeded exception and a specified message.
CSSException(String) - constructor for class org.w3c.css.sac.CSSException
Creates a new CSSException
CSSParseException - class org.w3c.css.sac.CSSParseException
Encapsulate a CSS parse error or warning.
Create a new CSSParseException from a message and a Locator.
Wrap an existing exception in a CSSParseException.
CSSParseException(String,String,int,int) - constructor for class org.w3c.css.sac.CSSParseException
Create a new CSSParseException.
Create a new CSSParseException with an embedded exception.

D

DescendantSelector - interface org.w3c.css.sac.DescendantSelector
DocumentHandler - interface org.w3c.css.sac.DocumentHandler
This is the main interface that most CSS applications implement: if the application needs to be informed of basic parsing events, it implements this interface and registers an instance with the CSS parser using the setCSSHandler method.

E

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

F

Receive notification of a non-recoverable error.

G

getAncestorSelector() - method in class org.w3c.css.sac.DescendantSelector
Returns the parent selector.
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.
getCode() - method in class org.w3c.css.sac.CSSException
returns the error code for this exception.
getColumnNumber() - method in class org.w3c.css.sac.CSSParseException
The column number of the end of the text where the exception occurred.
getColumnNumber() - method in class org.w3c.css.sac.Locator
Return the column number where the current document event ends.
getCondition() - method in class org.w3c.css.sac.ConditionalSelector
Returns the condition to be applied on the simple selector.
getCondition() - method in class org.w3c.css.sac.NegativeCondition
Returns the condition.
getConditionType() - method in class org.w3c.css.sac.Condition
An integer indicating the type of Condition.
getData() - method in class org.w3c.css.sac.CharacterDataSelector
Returns the character data.
getData() - method in class org.w3c.css.sac.ContentCondition
Returns the content.
getData() - method in class org.w3c.css.sac.ProcessingInstructionSelector
Returns the character data.
getDimensionUnitText() - method in class org.w3c.css.sac.LexicalUnit
Returns the string representation of the unit.
getEncoding() - method in class org.w3c.css.sac.InputSource
Get the character encoding for a byte stream or URI.
getException() - method in class org.w3c.css.sac.CSSException
Returns the internal exception if any, null otherwise.
getFirstCondition() - method in class org.w3c.css.sac.CombinatorCondition
Returns the first condition.
getFloatValue() - method in class org.w3c.css.sac.LexicalUnit
Returns the float value.
getFunctionName() - method in class org.w3c.css.sac.LexicalUnit
Returns the name of the function.
getIntegerValue() - method in class org.w3c.css.sac.LexicalUnit
Returns the integer value.
getLang() - method in class org.w3c.css.sac.LangCondition
Returns the language
getLength() - method in class org.w3c.css.sac.SACMediaList
Returns the length of this media list
getLength() - method in class org.w3c.css.sac.SelectorList
Returns the length of this selector list
getLexicalUnitType() - method in class org.w3c.css.sac.LexicalUnit
An integer indicating the type of LexicalUnit.
getLineNumber() - method in class org.w3c.css.sac.CSSParseException
The line number of the end of the text where the exception occurred.
getLineNumber() - method in class org.w3c.css.sac.Locator
Return the line number where the current document event ends.
getLocalName() - method in class org.w3c.css.sac.AttributeCondition
Returns the local part of the qualified name of this attribute.
getLocalName() - method in class org.w3c.css.sac.ElementSelector
Returns the local part of the qualified name of this element.
getMedia() - method in class org.w3c.css.sac.InputSource
Returns the media associated to the input source or null if media are currently unknown.
getMessage() - method in class org.w3c.css.sac.CSSException
Returns the detail message of this throwable object.
getNamespaceURI() - method in class org.w3c.css.sac.AttributeCondition
Returns the namespace URI of this attribute condition.
getNamespaceURI() - method in class org.w3c.css.sac.ElementSelector
Returns the namespace URI of this element selector.
getNextLexicalUnit() - method in class org.w3c.css.sac.LexicalUnit
Returns the next value or null if any.
getNodeType() - method in class org.w3c.css.sac.SiblingSelector
The node type to considered in the siblings list.
getParameters() - method in class org.w3c.css.sac.LexicalUnit
The function parameters including operators (like the comma).
getParserVersion() - method in class org.w3c.css.sac.Parser
Returns a string about which CSS language is supported by this parser.
getPosition() - method in class org.w3c.css.sac.PositionalCondition
Returns the position in the tree.
getPreviousLexicalUnit() - method in class org.w3c.css.sac.LexicalUnit
Returns the previous value or null if any.
getSecondCondition() - method in class org.w3c.css.sac.CombinatorCondition
Returns the second condition.
getSelector() - method in class org.w3c.css.sac.SiblingSelector
Returns the first selector.
getSelectorType() - method in class org.w3c.css.sac.Selector
An integer indicating the type of Selector
getSiblingSelector() - method in class org.w3c.css.sac.SiblingSelector
getSimpleSelector() - method in class org.w3c.css.sac.ConditionalSelector
Returns the simple selector.
getSimpleSelector() - method in class org.w3c.css.sac.DescendantSelector
getSimpleSelector() - method in class org.w3c.css.sac.NegativeSelector
Returns the simple selector.
getSpecified() - method in class org.w3c.css.sac.AttributeCondition
Returns true if the attribute must have an explicit value in the original document, false otherwise.
getStringValue() - method in class org.w3c.css.sac.LexicalUnit
Returns the string value.
getSubValues() - method in class org.w3c.css.sac.LexicalUnit
Returns a list of values inside the sub expression.
getTarget() - method in class org.w3c.css.sac.ProcessingInstructionSelector
Returns the target of the processing instruction.
getTitle() - method in class org.w3c.css.sac.InputSource
Returns the title for this input source.
getType() - method in class org.w3c.css.sac.PositionalCondition
true if the node should have the same node type (for element, same namespaceURI and same localName).
getTypeNode() - method in class org.w3c.css.sac.PositionalCondition
true if the child node list only shows nodes of the same type of the selector (only elements, only PIS, ...)
getURI() - method in class org.w3c.css.sac.CSSParseException
Get the URI of the document where the exception occurred.
getURI() - method in class org.w3c.css.sac.InputSource
Get the URI for this input source.
getURI() - method in class org.w3c.css.sac.Locator
Return the URI for the current document event.
getValue() - method in class org.w3c.css.sac.AttributeCondition
Returns the value of the attribute.

I

ignorableAtRule(String) - method in class org.w3c.css.sac.DocumentHandler
Receive notification of an unknown rule t-rule not supported by this parser.
Receive notification of a import statement in the style sheet.
InputSource - class org.w3c.css.sac.InputSource
A single input source for a CSS source.
InputSource() - constructor for class org.w3c.css.sac.InputSource
Zero-argument default constructor.
InputSource(Reader) - constructor for class org.w3c.css.sac.InputSource
Create a new input source with a character stream.
InputSource(String) - constructor for class org.w3c.css.sac.InputSource
Create a new input source with a URI.
item(int) - method in class org.w3c.css.sac.SACMediaList
Returns the medium at the specified index, or null if this is not a valid index.
item(int) - method in class org.w3c.css.sac.SelectorList
Returns the selector at the specified index, or null if this is not a valid index.

L

LangCondition - interface org.w3c.css.sac.LangCondition
LexicalUnit - interface org.w3c.css.sac.LexicalUnit
This is a lexical unit for CSS values.
Locator - interface org.w3c.css.sac.Locator
Interface for associating a CSS event with a document location.

M

makeParser() - method in class org.w3c.css.sac.helpers.ParserFactory
Create a parser with given selectors factory and conditions factory.

N

namespaceDeclaration(String,String) - method in class org.w3c.css.sac.DocumentHandler
Receive notification of an unknown rule t-rule not supported by this parser.
NegativeCondition - interface org.w3c.css.sac.NegativeCondition
NegativeSelector - interface org.w3c.css.sac.NegativeSelector

P

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

S

s - field in class org.w3c.css.sac.CSSException
S_SAC_NOT_SUPPORTED_ERR - static field in class org.w3c.css.sac.CSSException
S_SAC_SYNTAX_ERR - static field in class org.w3c.css.sac.CSSException
S_SAC_UNSPECIFIED_ERR - static field in class org.w3c.css.sac.CSSException
SAC_AND_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks exactly two conditions.
SAC_ANY_NODE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches any node.
SAC_ATTR - static field in class org.w3c.css.sac.LexicalUnit
Attribute: attr(...).
SAC_ATTRIBUTE_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks an attribute.
SAC_BEGIN_HYPHEN_ATTRIBUTE_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks if the value is in a hypen-separated list of values in a specified attribute.
SAC_CDATA_SECTION_NODE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches only cdata node.
SAC_CENTIMETER - static field in class org.w3c.css.sac.LexicalUnit
Absolute length cm.
SAC_CHILD_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches a childhood relationship between two elements.
SAC_CLASS_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks for a specified class.
SAC_COMMENT_NODE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches only comment node.
SAC_CONDITIONAL_SELECTOR - static field in class org.w3c.css.sac.Selector
This is a conditional selector.
SAC_CONTENT_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks the content of a node.
SAC_COUNTER_FUNCTION - static field in class org.w3c.css.sac.LexicalUnit
function counter.
SAC_COUNTERS_FUNCTION - static field in class org.w3c.css.sac.LexicalUnit
function counters.
SAC_DEGREE - static field in class org.w3c.css.sac.LexicalUnit
Angle deg.
SAC_DESCENDANT_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches an arbitrary descendant of some ancestor element.
SAC_DIMENSION - static field in class org.w3c.css.sac.LexicalUnit
unknown dimension.
SAC_DIRECT_ADJACENT_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches two selectors who shared the same parent in the document tree and the element represented by the first sequence immediately precedes the element represented by the second one.
SAC_ELEMENT_NODE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches only element node.
SAC_EM - static field in class org.w3c.css.sac.LexicalUnit
Relative lengthem.
SAC_EX - static field in class org.w3c.css.sac.LexicalUnit
Relative lengthex.
SAC_FUNCTION - static field in class org.w3c.css.sac.LexicalUnit
unknown function.
SAC_GRADIAN - static field in class org.w3c.css.sac.LexicalUnit
Angle grad.
SAC_HERTZ - static field in class org.w3c.css.sac.LexicalUnit
Frequency Hz.
SAC_ID_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks an id attribute.
SAC_IDENT - static field in class org.w3c.css.sac.LexicalUnit
any identifier except inherit.
SAC_INCH - static field in class org.w3c.css.sac.LexicalUnit
Absolute length in.
SAC_INHERIT - static field in class org.w3c.css.sac.LexicalUnit
identifier inherit.
SAC_INTEGER - static field in class org.w3c.css.sac.LexicalUnit
Integers.
SAC_KILOHERTZ - static field in class org.w3c.css.sac.LexicalUnit
Frequency kHz.
SAC_LANG_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks the language of the node.
SAC_MILLIMETER - static field in class org.w3c.css.sac.LexicalUnit
Absolute length mm.
SAC_MILLISECOND - static field in class org.w3c.css.sac.LexicalUnit
Time ms.
SAC_NEGATIVE_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks that a condition can't be applied to a node.
SAC_NEGATIVE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches only node that are different from a specified one.
SAC_NOT_SUPPORTED_ERR - static field in class org.w3c.css.sac.CSSException
If the operation is not supported
SAC_ONE_OF_ATTRIBUTE_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks for a value in a space-separated values in a specified attribute example:
   [values~="10"]
 
SAC_ONLY_CHILD_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks if a node is the only one in the node list.
SAC_ONLY_TYPE_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks if a node is the only one of his type.
SAC_OPERATOR_COMMA - static field in class org.w3c.css.sac.LexicalUnit
,
SAC_OPERATOR_EXP - static field in class org.w3c.css.sac.LexicalUnit
^
SAC_OPERATOR_GE - static field in class org.w3c.css.sac.LexicalUnit
>=
SAC_OPERATOR_GT - static field in class org.w3c.css.sac.LexicalUnit
>
SAC_OPERATOR_LE - static field in class org.w3c.css.sac.LexicalUnit
<=
SAC_OPERATOR_LT - static field in class org.w3c.css.sac.LexicalUnit
<10
SAC_OPERATOR_MINUS - static field in class org.w3c.css.sac.LexicalUnit
-
SAC_OPERATOR_MOD - static field in class org.w3c.css.sac.LexicalUnit
%
SAC_OPERATOR_MULTIPLY - static field in class org.w3c.css.sac.LexicalUnit
*
SAC_OPERATOR_PLUS - static field in class org.w3c.css.sac.LexicalUnit
+
SAC_OPERATOR_SLASH - static field in class org.w3c.css.sac.LexicalUnit
/
SAC_OPERATOR_TILDE - static field in class org.w3c.css.sac.LexicalUnit
~
SAC_OR_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks one of two conditions.
SAC_PERCENTAGE - static field in class org.w3c.css.sac.LexicalUnit
Percentage.
SAC_PICA - static field in class org.w3c.css.sac.LexicalUnit
Absolute length pc.
SAC_PIXEL - static field in class org.w3c.css.sac.LexicalUnit
Relative length px.
SAC_POINT - static field in class org.w3c.css.sac.LexicalUnit
Absolute length pt.
SAC_POSITIONAL_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks a specified position.
SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches only processing instruction node.
SAC_PSEUDO_CLASS_CONDITION - static field in class org.w3c.css.sac.Condition
This condition checks for the link pseudo class.
SAC_PSEUDO_ELEMENT_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches the 'first line' pseudo element.
SAC_RADIAN - static field in class org.w3c.css.sac.LexicalUnit
Angle rad.
SAC_REAL - static field in class org.w3c.css.sac.LexicalUnit
reals.
SAC_RECT_FUNCTION - static field in class org.w3c.css.sac.LexicalUnit
function rect.
SAC_RGBCOLOR - static field in class org.w3c.css.sac.LexicalUnit
RGB Colors.
SAC_ROOT_NODE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches the root node.
SAC_SECOND - static field in class org.w3c.css.sac.LexicalUnit
Time s.
SAC_STRING_VALUE - static field in class org.w3c.css.sac.LexicalUnit
A string.
SAC_SUB_EXPRESSION - static field in class org.w3c.css.sac.LexicalUnit
sub expressions (a) (a + b) (normal/none)
SAC_SYNTAX_ERR - static field in class org.w3c.css.sac.CSSException
If an invalid or illegal string is specified
SAC_TEXT_NODE_SELECTOR - static field in class org.w3c.css.sac.Selector
This selector matches only text node.
SAC_UNICODERANGE - static field in class org.w3c.css.sac.LexicalUnit
A unicode range.
SAC_UNSPECIFIED_ERR - static field in class org.w3c.css.sac.CSSException
this error is unspecified.
SAC_URI - static field in class org.w3c.css.sac.LexicalUnit
URI: uri(...).
SACMediaList - interface org.w3c.css.sac.SACMediaList
Selector - interface org.w3c.css.sac.Selector
This interface defines a selector.
SelectorFactory - interface org.w3c.css.sac.SelectorFactory
SelectorList - interface org.w3c.css.sac.SelectorList
The SelectorList interface provides the abstraction of an ordered collection of selectors, without defining or constraining how this collection is implemented.
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.
Allow an application to register a document event handler.
setEncoding(String) - method in class org.w3c.css.sac.InputSource
Set the character encoding, if known.
setErrorHandler(org.w3c.css.sac.ErrorHandler) - method in class org.w3c.css.sac.Parser
Allow an application to register an error event handler.
setLocale(Locale) - method in class org.w3c.css.sac.Parser
Allow an application to request a locale for errors and warnings.
setMedia(String) - method in class org.w3c.css.sac.InputSource
Set the media for this input source.
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.
SiblingSelector - interface org.w3c.css.sac.SiblingSelector
SimpleSelector - interface org.w3c.css.sac.SimpleSelector
This interface is only for constraints on selectors.
Receive notification of the beginning of a style sheet.
startFontFace() - method in class org.w3c.css.sac.DocumentHandler
Receive notification of the beginning of a font face statement.
Receive notification of the beginning of a media statement.
startPage(String,String) - method in class org.w3c.css.sac.DocumentHandler
Receive notification of the beginning of a page statement.
Receive notification of the beginning of a rule statement.

W

Receive notification of a warning.