All Packages  Class Hierarchy

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

Index of all Fields and Methods

C

comment(String). Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of a comment.
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(String). Constructor for class org.w3c.css.sac.CSSException
Creates a new CSSException
CSSException(String, Exception). Constructor for class org.w3c.css.sac.CSSException
Creates a new CSSException with an embeded exception and a specified message.
CSSParseException(String, Locator). Constructor for class org.w3c.css.sac.CSSParseException
Create a new CSSParseException from a message and a Locator.
CSSParseException(String, Locator, Exception). Constructor for class org.w3c.css.sac.CSSParseException
Wrap an existing exception in a CSSParseException.
CSSParseException(String, String, int, int). Constructor for class org.w3c.css.sac.CSSParseException
Create a new CSSParseException.
CSSParseException(String, String, int, int, Exception). Constructor for class org.w3c.css.sac.CSSParseException
Create a new CSSParseException with an embedded exception.

E

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(MediaList). 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.
error(CSSParseException). Method in interface org.w3c.css.sac.ErrorHandler
Receive notification of a recoverable error.

F

fatalError(CSSParseException). Method in interface org.w3c.css.sac.ErrorHandler
Receive notification of a non-recoverable error.

G

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.
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 interface org.w3c.css.sac.Locator
Return the column number where the current document event ends.
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.
getDimensionUnitText(). Method in interface 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 interface org.w3c.css.sac.CombinatorCondition
Returns the first condition.
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.
getIntegerValue(). Method in interface org.w3c.css.sac.LexicalUnit
Returns the integer value.
getLang(). Method in interface org.w3c.css.sac.LangCondition
Returns the language
getLength(). Method in interface org.w3c.css.sac.MediaList
Returns the length of this media list
getLength(). Method in interface org.w3c.css.sac.SelectorList
Returns the length of this selector list
getLexicalUnitType(). Method in interface 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 interface org.w3c.css.sac.Locator
Return the line number where the current document event ends.
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.
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 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.
getNextLexicalUnit(). Method in interface org.w3c.css.sac.LexicalUnit
Returns the next value or null if any.
getParameters(). Method in interface org.w3c.css.sac.LexicalUnit
The function parameters including operators (like the comma).
getParentSelector(). Method in interface org.w3c.css.sac.CombinatorSelector
Returns the parent selector.
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.
getPreviousLexicalUnit(). Method in interface org.w3c.css.sac.LexicalUnit
Returns the previous value or null if any.
getPseudoElement(). Method in interface org.w3c.css.sac.PseudoElementSelector
Returns the pseudo element name (without ':')
getQualifiedName(). Method in interface org.w3c.css.sac.AttributeCondition
Returns the qualified name of this attribute.
getQualifiedName(). Method in interface org.w3c.css.sac.ElementSelector
Returns the qualified name of this element.
getSecondCondition(). Method in interface org.w3c.css.sac.CombinatorCondition
Returns the second condition.
getSelectorType(). Method in interface org.w3c.css.sac.Selector
An integer indicating the type of Selector
getSimpleSelector(). Method in interface org.w3c.css.sac.CombinatorSelector
getSimpleSelector(). Method in interface org.w3c.css.sac.ConditionalSelector
Returns the simple selector.
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.
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.
getTarget(). Method in interface 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 interface org.w3c.css.sac.PositionalCondition
getTypeNode(). Method in interface org.w3c.css.sac.PositionalCondition
true if the child node list only shows nodes of the same type.
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 interface org.w3c.css.sac.Locator
Return the URI for the current document event.
getValue(). Method in interface org.w3c.css.sac.AttributeCondition
Returns the value of the attribute.

I

ignorableAtRule(String). Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of an unknown rule t-rule not supported by this parser.
importStyle(String, MediaList, String). Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of a import statement in the style sheet.
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 interface org.w3c.css.sac.MediaList
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.

N

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

P

parseRule(InputSource). Method in interface org.w3c.css.sac.Parser
Parse a CSS rule.
parseStyleDeclaration(InputSource). Method in interface org.w3c.css.sac.Parser
Parse a CSS style declaration.
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.
property(String, LexicalUnit, boolean). Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of a declaration.

S

SAC_AND_CONDITION. Static variable in interface org.w3c.css.sac.Condition
This condition checks exactly two condtions.
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 or pseudo 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_INDIRECT_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 precedes (not necessarily immediately) the element represented by the second one.
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_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 condtions.
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_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_URI. Static variable in interface org.w3c.css.sac.LexicalUnit
URI: uri(...).
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.
setDocumentHandler(DocumentHandler). Method in interface org.w3c.css.sac.Parser
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(ErrorHandler). Method in interface org.w3c.css.sac.Parser
Allow an application to register an error event handler.
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.
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.
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(MediaList). 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.

W

warning(CSSParseException). Method in interface org.w3c.css.sac.ErrorHandler
Receive notification of a warning.