Index

A B C D E F G H I K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

absoluteValue(ExtendedCSSPrimitiveValue) - Method in class io.sf.carte.doc.style.css.property.Evaluator
Obtain an absolute (numeric) value, starting from a primitive value.
AbstractCSSCanvas - Class in io.sf.carte.doc.style.css.om
Abstract base class useful for CSSCanvas implementations.
AbstractCSSCanvas(CSSDocument) - Constructor for class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
AbstractCSSRule - Class in io.sf.carte.doc.style.css.om
Abstract class to be inherited by all CSS rules.
AbstractCSSRule() - Constructor for class io.sf.carte.doc.style.css.om.AbstractCSSRule
 
AbstractCSSStyleDeclaration - Class in io.sf.carte.doc.style.css.om
Abstract class to be inherited by all CSS style declarations.
AbstractCSSStyleDeclaration() - Constructor for class io.sf.carte.doc.style.css.om.AbstractCSSStyleDeclaration
 
AbstractCSSStyleSheet - Class in io.sf.carte.doc.style.css.om
Abstract class to be inherited by all CSS style sheets.
AbstractCSSStyleSheet(String) - Constructor for class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
AbstractCSSStyleSheetFactory - Class in io.sf.carte.doc.style.css.om
Abstract class for CSS style sheet factories.
AbstractCSSStyleSheetFactory() - Constructor for class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
 
AbstractDeviceFactory - Class in io.sf.carte.doc.agent
A simple, map-backed abstract base class for DeviceFactory implementations.
AbstractDeviceFactory() - Constructor for class io.sf.carte.doc.agent.AbstractDeviceFactory
 
AbstractSelectorMatcher - Class in io.sf.carte.doc.style.css.om
CSS Selector matcher.
AbstractSelectorMatcher() - Constructor for class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
AbstractStyleDatabase - Class in io.sf.carte.doc.style.css.om
Abstract base class for CSS Style databases.
AbstractStyleDatabase() - Constructor for class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
 
AbstractStyleDatabase.FontFormat - Enum Class in io.sf.carte.doc.style.css.om
 
AbstractStyleSheet - Class in io.sf.carte.doc.style.css.om
Abstract class to be inherited by all CSS style sheets.
AbstractStyleSheet(String) - Constructor for class io.sf.carte.doc.style.css.om.AbstractStyleSheet
 
AbstractUserAgent - Class in io.sf.carte.doc.agent
Abstract base class for User Agents, with cookie handling.
AbstractUserAgent(EnumSet<Parser2.Flag>) - Constructor for class io.sf.carte.doc.agent.AbstractUserAgent
 
acceptNode(Node) - Method in interface io.sf.carte.doc.dom.NodeFilter
Find whether the given node is to be returned (or not) by an iterator.
acceptsAllCookies() - Method in interface io.sf.carte.doc.agent.CookieConfig
 
acceptsSessionCookies() - Method in interface io.sf.carte.doc.agent.CookieConfig
Does the user agent accept session cookies.
add(E) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSValueList
Adds a value to the end of this list.
add(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
Add the sheet style sheet to this list.
add(StyleValue) - Method in class io.sf.carte.doc.style.css.property.LinkedCSSValueList
Adds a value to the end of this list.
add(StyleValue) - Method in class io.sf.carte.doc.style.css.property.ValueList
Adds a value to the end of this list.
add(String) - Method in interface io.sf.carte.doc.DOMTokenList
Adds the given token to this collection.
add(String) - Method in class io.sf.carte.doc.DOMTokenListImpl
 
add(String) - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
addAll(ValueList) - Method in class io.sf.carte.doc.style.css.property.ValueList
Appends all of the elements in the given list to the end of this list.
addCondition(BooleanCondition) - Method in interface io.sf.carte.doc.style.css.parser.BooleanCondition
Add a condition to a boolean condition.
addHostToWhiteList(String) - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
Add the given host to a whitelist for remote DTD fetching.
addListener(MediaQueryListListener) - Method in interface io.sf.carte.doc.style.css.MediaQueryList
Appends a listener to the list of media query list listeners, unless it is already in that list.
addListener(MediaQueryListListener) - Method in class io.sf.carte.doc.style.css.om.MediaList
 
addLocalRule(CSSRule) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
Inserts a local rule in the current insertion point (generally after the last rule).
addOverrideProperty(String, StyleValue, String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
addOverrideProperty(String, StyleValue, String) - Method in class io.sf.carte.doc.style.css.om.CompatInlineStyle
 
addPort(int) - Method in interface io.sf.carte.doc.agent.Cookie
 
addPort(int) - Method in class io.sf.carte.doc.agent.DefaultCookie
 
addProperty(String, StyleValue, String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
addRule(AbstractCSSRule) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
Inserts a rule in the current insertion point (generally after the last rule).
addRule(R) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Inserts a rule in the current insertion point (generally after the last rule).
addStyle(BaseCSSStyleDeclaration) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
Add all the properties in the given style declaration to this one.
addStyleSheet(AbstractCSSStyleSheet) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Adds the rules contained by the supplied style sheet, if that sheet is not disabled.
addStyleSheet(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
Adds the rules contained by the supplied style sheet, if that sheet is not disabled.
addStyleSheet(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
Adds the rules contained by the supplied style sheet, if that sheet is not disabled.
addUnchecked(String) - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
adoptNode(Node) - Method in class io.sf.carte.doc.dom.DOMDocument
adoptNode(Node) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
afterStartTag(DOMElement, SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
Take decisions after serializing the start tag of an element.
AgentUtil - Class in io.sf.carte.doc.agent
User agent utility methods.
AgentUtil() - Constructor for class io.sf.carte.doc.agent.AgentUtil
 
AlgebraicExpression - Interface in io.sf.carte.doc.style.css
Expression sub-interface to be implemented by operations like sum or product.
align(String, CSSStyleDeclaration) - Static method in class io.sf.carte.doc.style.css.property.AttributeToStyle
 
AnBExpression - Class in io.sf.carte.doc.style.css.parser
AnB expression.
AnBExpression() - Constructor for class io.sf.carte.doc.style.css.parser.AnBExpression
 
AND - Enum constant in enum class io.sf.carte.doc.style.css.parser.BooleanCondition.Type
 
AnonymousStyleDeclaration - Class in io.sf.carte.doc.style.css.om
Anonymous style declaration, associated to a non-element DOM node.
AnonymousStyleDeclaration(AnonymousStyleDeclaration) - Constructor for class io.sf.carte.doc.style.css.om.AnonymousStyleDeclaration
 
AnonymousStyleDeclaration(Node) - Constructor for class io.sf.carte.doc.style.css.om.AnonymousStyleDeclaration
 
append(AbstractCSSRule) - Method in class io.sf.carte.doc.style.css.om.CSSRuleArrayList
Appends the rule to the end of the list
appendChild(Node) - Method in class io.sf.carte.doc.dom.DOMDocument
 
appendChild(Node) - Method in interface io.sf.carte.doc.dom.DOMNode
Adds the node newChild to the end of the list of children of this node.
appendChild(Node) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
appendLonghandMinifiedCssText(StringBuilder, String, StyleValue, boolean) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
appendLonghandMinifiedCssText(StringBuilder, String, StyleValue, boolean) - Method in class io.sf.carte.doc.style.css.om.CompatInlineStyle
 
appendMedium(String) - Method in class io.sf.carte.doc.style.css.om.MediaList
 
appendMinifiedText(StringBuilder) - Method in interface io.sf.carte.doc.style.css.parser.BooleanCondition
Append a minified serialization of the condition.
appendMinifiedValueString(StringBuilder, LexicalUnit) - Method in class io.sf.carte.doc.style.css.property.ValueFactory
 
appendRule(String) - Method in interface io.sf.carte.doc.style.css.CSSKeyframesRule
Appends a new rule into this keyframes rule collection.
appendRule(String) - Method in class io.sf.carte.doc.style.css.om.KeyframesRule
Appends a new rule into this keyframes rule collection.
appendShorthandMinifiedCssText(StringBuilder, String, ShorthandValue) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
appendShorthandMinifiedCssText(StringBuilder, String, ShorthandValue) - Method in class io.sf.carte.doc.style.css.om.CompatInlineStyle
 
appendText(StringBuilder) - Method in interface io.sf.carte.doc.style.css.parser.BooleanCondition
Append a serialization of the condition.
appendValueString(StringBuilder, LexicalUnit) - Method in class io.sf.carte.doc.style.css.property.ValueFactory
 
argumentCheckVoidSpaces(String) - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
ArgumentCondition - Interface in io.sf.carte.doc.style.css.nsac
A condition is applied to a list of selectors that is supplied as an argument to the selector name.
asSubproperty() - Method in class io.sf.carte.doc.style.css.property.InheritValue
 
AttributeCondition2 - Interface in io.sf.carte.doc.style.css.nsac
Refines SAC's AttributeCondition interface.
AttributeCondition2.Flag - Enum Class in io.sf.carte.doc.style.css.nsac
Attribute selector flags.
AttributeNamedNodeMap - Interface in io.sf.carte.doc.dom
Attribute NamedNodeMap.
AttributeToStyle - Class in io.sf.carte.doc.style.css.property
Transforms HTML attributes into style declarations.
AttributeToStyle() - Constructor for class io.sf.carte.doc.style.css.property.AttributeToStyle
 
AttrValue - Class in io.sf.carte.doc.style.css.property
Attr primitive value.
AttrValue(byte) - Constructor for class io.sf.carte.doc.style.css.property.AttrValue
 
AttrValue(AttrValue) - Constructor for class io.sf.carte.doc.style.css.property.AttrValue
 
authenticationCredentials(String, String) - Method in class io.sf.carte.doc.agent.AbstractUserAgent
Gives the credentials for the given hostname and realm, creating a new one if there is none.
authenticationCredentials(String, String) - Method in interface io.sf.carte.doc.agent.UserAgent.AgentControl
Gives the credentials for the given hostname and realm, creating a new one if there is none.
AuthenticationCredentials - Interface in io.sf.carte.doc.agent
Authentication credentials for user agents.

B

background(String, CSSStyleDeclaration) - Static method in class io.sf.carte.doc.style.css.property.AttributeToStyle
 
badAtRule(DOMException, String) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
badAtRule(DOMException, String) - Method in interface io.sf.carte.doc.style.css.SheetErrorHandler
A fatal problem was found parsing an at-rule.
badMediaList(SACMediaList) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
badMediaList(SACMediaList) - Method in interface io.sf.carte.doc.style.css.SheetErrorHandler
Found a media-related rule with a wrong media list.
BaseCSSDeclarationRule - Class in io.sf.carte.doc.style.css.om
Abstract class to be inherited by CSS rules which have a CSSStyleDeclaration.
BaseCSSDeclarationRule(AbstractCSSStyleSheet, short, byte) - Constructor for class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
 
BaseCSSStyleDeclaration - Class in io.sf.carte.doc.style.css.om
CSS Style Declaration.
BaseCSSStyleDeclaration() - Constructor for class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
BaseCSSStyleDeclaration(BaseCSSDeclarationRule) - Constructor for class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
Constructor with parent CSS rule argument.
BaseCSSStyleDeclaration(BaseCSSStyleDeclaration) - Constructor for class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
Copy constructor.
BaseCSSStyleSheet - Class in io.sf.carte.doc.style.css.om
CSS Style Sheet Object Model implementation base class.
BaseCSSStyleSheet(String, MediaQueryList, AbstractCSSRule, byte) - Constructor for class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
Constructs a style sheet.
BaseCSSStyleSheetFactory - Class in io.sf.carte.doc.style.css.om
Base class for CSS style sheet factories.
BaseCSSStyleSheetFactory() - Constructor for class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
 
BaseCSSStyleSheetFactory(EnumSet<Parser2.Flag>) - Constructor for class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
 
BaseDocumentCSSStyleSheet - Class in io.sf.carte.doc.style.css.om
Base implementation for DocumentCSSStyleSheet.
BaseDocumentCSSStyleSheet(String, byte) - Constructor for class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
 
bgcolor(String, CSSStyleDeclaration) - Static method in class io.sf.carte.doc.style.css.property.AttributeToStyle
 
BooleanCondition - Interface in io.sf.carte.doc.style.css.parser
Boolean conditions.
BooleanCondition.Type - Enum Class in io.sf.carte.doc.style.css.parser
The types of condition.
BooleanConditionFactory - Interface in io.sf.carte.doc.style.css.parser
Factory interface for boolean conditions.
border(String, CSSStyleDeclaration) - Static method in class io.sf.carte.doc.style.css.property.AttributeToStyle
 
borderColor(String, CSSStyleDeclaration) - Static method in class io.sf.carte.doc.style.css.property.AttributeToStyle
 
BoxModelHelper - Class in io.sf.carte.doc.style.css.om
Box model helper class.
BoxModelHelper() - Constructor for class io.sf.carte.doc.style.css.om.BoxModelHelper
 
BoxValues - Interface in io.sf.carte.doc.style.css
Interface giving access to the computed box values.
BoxValues.TableBoxValues - Interface in io.sf.carte.doc.style.css
Sub-interface for tables in the simple box model.
BufferSimpleWriter - Class in io.sf.carte.util
An implementation of SimpleWriter backed by a StringBuilder.
BufferSimpleWriter() - Constructor for class io.sf.carte.util.BufferSimpleWriter
Initializes a BufferSimpleWriter with an initial buffer capacity of 128 characters.
BufferSimpleWriter(int) - Constructor for class io.sf.carte.util.BufferSimpleWriter
Initializes a BufferSimpleWriter with an initial buffer capacity of initialCapacity characters.

C

CalcValue - Class in io.sf.carte.doc.style.css.property
Calc CSSPrimitiveValue.
CalcValue() - Constructor for class io.sf.carte.doc.style.css.property.CalcValue
 
CalcValue(CalcValue) - Constructor for class io.sf.carte.doc.style.css.property.CalcValue
 
CASE_I - Enum constant in enum class io.sf.carte.doc.style.css.nsac.AttributeCondition2.Flag
Case insensitive comparisons should be used.
CASE_S - Enum constant in enum class io.sf.carte.doc.style.css.nsac.AttributeCondition2.Flag
Case sensitive comparisons should be used.
cellSpacing(String, CSSStyleDeclaration) - Static method in class io.sf.carte.doc.style.css.property.AttributeToStyle
 
CHAR_ASTERISK - Static variable in class io.sf.carte.uparser.TokenProducer
*
CHAR_CIRCUMFLEX_ACCENT - Static variable in class io.sf.carte.uparser.TokenProducer
^
CHAR_COLON - Static variable in class io.sf.carte.uparser.TokenProducer
:
CHAR_COMMA - Static variable in class io.sf.carte.uparser.TokenProducer
,
CHAR_COMMERCIAL_AT - Static variable in class io.sf.carte.uparser.TokenProducer
@
CHAR_DOLLAR - Static variable in class io.sf.carte.uparser.TokenProducer
$
CHAR_EQUALS - Static variable in class io.sf.carte.uparser.TokenProducer
=
CHAR_EXCLAMATION - Static variable in class io.sf.carte.uparser.TokenProducer
!
CHAR_FULL_STOP - Static variable in class io.sf.carte.uparser.TokenProducer
.
CHAR_GREATER_THAN - Static variable in class io.sf.carte.uparser.TokenProducer
>
CHAR_HYPHEN_MINUS - Static variable in class io.sf.carte.uparser.TokenProducer
-
CHAR_LEFT_CURLY_BRACKET - Static variable in class io.sf.carte.uparser.TokenProducer
{
CHAR_LEFT_PAREN - Static variable in class io.sf.carte.uparser.TokenProducer
(
CHAR_LEFT_SQ_BRACKET - Static variable in class io.sf.carte.uparser.TokenProducer
[
CHAR_LESS_THAN - Static variable in class io.sf.carte.uparser.TokenProducer
<
CHAR_NUMBER_SIGN - Static variable in class io.sf.carte.uparser.TokenProducer
#
CHAR_PERCENT_SIGN - Static variable in class io.sf.carte.uparser.TokenProducer
%
CHAR_PLUS - Static variable in class io.sf.carte.uparser.TokenProducer
+
CHAR_QUESTION_MARK - Static variable in class io.sf.carte.uparser.TokenProducer
?
CHAR_RIGHT_CURLY_BRACKET - Static variable in class io.sf.carte.uparser.TokenProducer
}
CHAR_RIGHT_PAREN - Static variable in class io.sf.carte.uparser.TokenProducer
)
CHAR_RIGHT_SQ_BRACKET - Static variable in class io.sf.carte.uparser.TokenProducer
]
CHAR_SEMICOLON - Static variable in class io.sf.carte.uparser.TokenProducer
;
CHAR_SLASH - Static variable in class io.sf.carte.uparser.TokenProducer
/
CHAR_TILDE - Static variable in class io.sf.carte.uparser.TokenProducer
~
CHAR_VERTICAL_LINE - Static variable in class io.sf.carte.uparser.TokenProducer
|
character(int, int) - Method in interface io.sf.carte.uparser.TokenHandler
Other characters including punctuation (excluding connector punctuation) and symbols (Sc, Sm and Sk unicode categories) was found, that was not one of the non-alphanumeric characters allowed in words.
checkMultipleToken(String) - Static method in class io.sf.carte.doc.DOMTokenSetImpl
Utility method intended for cross-package internal use by the library.
clear() - Method in class io.sf.carte.doc.DOMTokenSetImpl
Empty this set.
clear() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSRuleList
Remove all the rules in this list.
clear() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSValueList
Removes all the items from this list.
clear() - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
 
clear() - Method in class io.sf.carte.doc.style.css.property.LinkedCSSValueList
Removes all the items from this list.
clear() - Method in class io.sf.carte.doc.style.css.property.ValueList
Removes all the items from this list.
clone() - Method in class io.sf.carte.doc.agent.DefaultCookie
 
clone() - Method in interface io.sf.carte.doc.style.css.AlgebraicExpression
Create and return a copy of this object.
clone() - Method in interface io.sf.carte.doc.style.css.CSSEnvVariableValue
 
clone() - Method in interface io.sf.carte.doc.style.css.CSSExpression
Create and return a copy of this object.
clone() - Method in interface io.sf.carte.doc.style.css.CSSExpressionValue
 
clone() - Method in interface io.sf.carte.doc.style.css.CSSFunctionValue
 
clone() - Method in interface io.sf.carte.doc.style.css.CSSGradientValue
 
clone() - Method in interface io.sf.carte.doc.style.css.CSSOperandExpression
Create and return a copy of this object.
clone() - Method in interface io.sf.carte.doc.style.css.CSSRatioValue
 
clone() - Method in interface io.sf.carte.doc.style.css.CSSShorthandValue
 
clone() - Method in interface io.sf.carte.doc.style.css.CSSUnicodeRangeValue
 
clone() - Method in interface io.sf.carte.doc.style.css.DocumentCSSStyleSheet
Clone this style sheet.
clone() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Clone this style sheet.
clone() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSValue
Creates and returns a copy of this value.
clone() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSValueList
Creates and returns a copy of this object.
clone() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
Clone this style sheet.
clone() - Method in class io.sf.carte.doc.style.css.om.AbstractStyleSheet
Clone this style sheet.
clone() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
clone() - Method in class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
Clone this style sheet.
clone() - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
 
clone() - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheet
Creates and returns a copy of this style sheet.
clone() - Method in class io.sf.carte.doc.style.css.om.DOMDocumentCSSStyleSheet
Creates and returns a copy of this style sheet.
clone() - Method in class io.sf.carte.doc.style.css.om.InlineStyle
 
clone() - Method in class io.sf.carte.doc.style.css.property.AttrValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.CalcValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.ColorValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.CustomPropertyValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.EnvVariableValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.ExpressionValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.FunctionValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.GradientValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.IdentifierValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.InheritValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.LinkedCSSValueList
Creates and returns a copy of this object.
clone() - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
Creates and returns a copy of this object.
clone() - Method in class io.sf.carte.doc.style.css.property.RatioValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.StringValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.StyleValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.SystemDefaultValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.UnicodeRangeValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.UnicodeValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.UnicodeWildcardValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.UnknownValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.URIValue
 
clone() - Method in class io.sf.carte.doc.style.css.property.URIValueWrapper
 
clone() - Method in class io.sf.carte.doc.style.css.property.ValueList
Creates and returns a copy of this object.
clone(AbstractCSSStyleSheet) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSRule
Obtain a clone of this rule whose parent sheet is parentSheet.
clone(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSRule
Obtain a clone of this rule whose parent sheet is parentSheet.
clone(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
 
clone(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.CounterStyleRule
 
clone(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.CSSStyleDeclarationRule
 
clone(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
 
clone(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.ImportRule
 
clone(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.KeyframeRule
 
clone(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.KeyframesRule
 
clone(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.MarginRule
 
clone(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.MediaRule
 
clone(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.NamespaceRule
 
clone(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.PageRule
 
clone(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.SupportsRule
 
clone(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.UnknownRule
 
clone(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.ViewportRule
 
clone(String) - Method in interface io.sf.carte.doc.style.css.DocumentCSSStyleSheet
Clone this style sheet, but only preserving rules targeting the given medium.
clone(String) - Method in class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
Clone this style sheet, but only preserving rules targeting the given medium.
clone(String) - Method in class io.sf.carte.doc.style.css.om.DOMDocumentCSSStyleSheet
 
cloneNode(boolean) - Method in class io.sf.carte.doc.dom.DOMDocument
cloneNode(boolean) - Method in class io.sf.carte.doc.dom.DOMElement
 
cloneNode(boolean) - Method in class io.sf.carte.doc.dom.HTMLDocument
 
cloneNode(boolean) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
closeGroup(int, int) - Method in interface io.sf.carte.uparser.TokenHandler
Called when one of these codepoints is found: ), ], }
color(String, CSSStyleDeclaration) - Static method in class io.sf.carte.doc.style.css.property.AttributeToStyle
 
ColorIdentifiers - Class in io.sf.carte.doc.style.css.property
CSS Color identifiers map.
ColorIdentifiers() - Constructor for class io.sf.carte.doc.style.css.property.ColorIdentifiers
 
ColorValue - Class in io.sf.carte.doc.style.css.property
Color-specific CSSPrimitiveValue.
ColorValue(ColorValue) - Constructor for class io.sf.carte.doc.style.css.property.ColorValue
 
commented(int, int, String) - Method in interface io.sf.carte.uparser.TokenHandler
A commented string was found by the parser.
compareDocumentPosition(Node) - Method in class io.sf.carte.doc.dom.DOMDocument
 
compareDocumentPosition(Node) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
CompatInlineStyle - Class in io.sf.carte.doc.style.css.om
Compat-aware CSS inline style declaration.
CompatInlineStyle() - Constructor for class io.sf.carte.doc.style.css.om.CompatInlineStyle
 
CompatInlineStyle(CompatInlineStyle) - Constructor for class io.sf.carte.doc.style.css.om.CompatInlineStyle
 
compatLonghand(String, StyleValue, boolean, boolean) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
compatLonghand(String, StyleValue, boolean, boolean) - Method in class io.sf.carte.doc.style.css.om.CompatInlineStyle
 
compatQuery(CSSParseException) - Method in interface io.sf.carte.doc.style.css.parser.MediaQueryHandler
Reports that the current media query is invalid but probably compatible with a legacy browser.
compatWarning(String, String) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
compatWarning(String, String) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
A warning due to the processing of IE-compatible values was issued.
computeBoundProperty(String, String, StyleValue) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
The used value of some properties is bound by a 'master' property, so if that master property has a list value with n items, those properties have also a list value of n items.
ComputedCSSStyle - Class in io.sf.carte.doc.style.css.om
Style declaration that computes CSS properties.
ComputedCSSStyle() - Constructor for class io.sf.carte.doc.style.css.om.ComputedCSSStyle
 
ComputedCSSStyle(ComputedCSSStyle) - Constructor for class io.sf.carte.doc.style.css.om.ComputedCSSStyle
 
computedStyleError(CSSElement, String, CSSPropertyValueException) - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Error found in computed style declaration.
computedStyleError(CSSElement, String, CSSPropertyValueException) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
computedStyleError(CSSElement, String, CSSPropertyValueException) - Method in class io.sf.carte.doc.style.css.om.LogErrorHandler
 
computedStyleWarning(CSSElement, String, CSSPropertyValueException) - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Error found in computed style declaration.
computedStyleWarning(CSSElement, String, CSSPropertyValueException) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
computeMinimumCharsWidth(String) - Static method in class io.sf.carte.doc.style.css.om.BoxModelHelper
Find the number of characters of the longest word in the supplied text.
computeNodeMinimumWidth(String, ComputedCSSStyle, short) - Static method in class io.sf.carte.doc.style.css.om.BoxModelHelper
Compute the approximate minimum width of a node that contains the given text.
computeNodeMinimumWidth(String, ComputedCSSStyle, CSSCanvas, short) - Static method in class io.sf.carte.doc.style.css.om.BoxModelHelper
Compute the minimum width of a node that contains the given text.
computeStyle(ComputedCSSStyle, SelectorMatcher, String, InlineStyle) - Method in class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
Compute the style for an element.
computeTextWidth(String, ComputedCSSStyle, short) - Static method in class io.sf.carte.doc.style.css.om.BoxModelHelper
Compute the approximate width of the given text, in the given unit type.
condition(BooleanCondition) - Method in interface io.sf.carte.doc.style.css.parser.MediaQueryHandler
If the current query contains a media (feature) condition, set it.
Condition2 - Interface in io.sf.carte.doc.style.css.nsac
Updates SAC's Condition interface.
CONIC_GRADIENT - Enum constant in enum class io.sf.carte.doc.style.css.CSSGradientValue.GradientType
 
connect(URLConnection) - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
Connect the given URLConnection.
contains(String) - Method in interface io.sf.carte.doc.DOMTokenList
Does this collection contains this token?
contains(String) - Method in class io.sf.carte.doc.DOMTokenListImpl
 
contains(String) - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
contains(Node) - Method in class io.sf.carte.doc.dom.DOMDocument
Test if node is an inclusive descendant of this node.
contains(Node) - Method in interface io.sf.carte.doc.dom.ExtendedNodeList
Determine whether this list contains the given node.
containsAll(DOMTokenList) - Method in interface io.sf.carte.doc.DOMTokenList
Does this collection contain all the tokens in the supplied DOMTokenList?
containsAll(DOMTokenList) - Method in class io.sf.carte.doc.DOMTokenListImpl
 
containsAll(DOMTokenList) - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
containsAll(Collection<String>) - Method in interface io.sf.carte.doc.DOMTokenList
Does this collection contain all the tokens in the given collection?
containsAll(Collection<String>) - Method in class io.sf.carte.doc.DOMTokenListImpl
 
containsAll(Collection<String>) - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
ContentModel - Class in io.sf.carte.doc.xml.dtd
XML Content Model information.
contractSpaces(String) - Static method in class io.sf.carte.doc.style.css.om.BoxModelHelper
Contracts all the spaces of a given String, leaving only one space between characters
control(int, int) - Method in interface io.sf.carte.uparser.TokenHandler
A control character codepoint was found.
Cookie - Interface in io.sf.carte.doc.agent
 
CookieConfig - Interface in io.sf.carte.doc.agent
User agent configuration for http cookies.
copyAllTo(BaseCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
copyFieldsTo(BaseCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
copyRulesTo(BaseCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
copyToTarget(BaseDocumentCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
 
COUNTER_STYLE_RULE - Static variable in interface io.sf.carte.doc.style.css.ExtendedCSSRule
 
CounterStyleRule - Class in io.sf.carte.doc.style.css.om
CSS counter-style rule implementation.
CounterStyleRule(AbstractCSSStyleSheet, byte) - Constructor for class io.sf.carte.doc.style.css.om.CounterStyleRule
 
createAndCondition() - Method in class io.sf.carte.doc.style.css.om.SupportsConditionFactory
Create a boolean condition of the and type.
createAndCondition() - Method in interface io.sf.carte.doc.style.css.parser.BooleanConditionFactory
Create a boolean condition of the and type.
createAnonymousStyleDeclaration(Node) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
 
createAnonymousStyleDeclaration(Node) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Create a style declaration for an anonymous inline box, associated to a text/cdata node.
createAnonymousStyleDeclaration(Node) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
 
createAnonymousStyleDeclaration(Node) - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory
 
createAttribute(String) - Method in class io.sf.carte.doc.dom.DOMDocument
createAttribute(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
createAttributeNS(String, String) - Method in class io.sf.carte.doc.dom.DOMDocument
createAttributeNS(String, String) - Method in class io.sf.carte.doc.dom.HTMLDocument
 
createAttributeNS(String, String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
createBracketValueList() - Static method in class io.sf.carte.doc.style.css.property.ValueList
 
createCanvas(String, CSSDocument) - Method in interface io.sf.carte.doc.agent.DeviceFactory
Creates a Canvas for the given document and target medium.
createCanvas(String, CSSDocument) - Method in class io.sf.carte.doc.agent.HeadlessDeviceFactory
 
createCDATASection(String) - Method in class io.sf.carte.doc.dom.DOMDocument
createCDATASection(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
createComment(String) - Method in class io.sf.carte.doc.dom.DOMDocument
createComment(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
createComputedCSSStyle(BaseDocumentCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.DOMDocumentCSSStyleSheet
 
createConnection(URL) - Method in class io.sf.carte.doc.agent.AbstractUserAgent
Opens a connection to the given URL.
createCounterStyleRule(String) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Create a CSSCounterStyleRule compatible with this implementation.
createCounterStyleRule(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
createCSSDocument(Document) - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory
Wrap a DOM document with a CSS-enabled wrapper that allows styles to be computed.
createCSSNumberValue(short, float) - Static method in class io.sf.carte.doc.style.css.property.NumberValue
 
createCSSStyleSheet(String, Node, MediaQueryList, AbstractCSSRule, byte) - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheet
 
createCSSValue(LexicalUnit) - Method in class io.sf.carte.doc.style.css.property.ValueFactory
Creates a CSSValue according to the given lexical value.
createCSSValue(LexicalUnit, AbstractCSSStyleDeclaration) - Method in class io.sf.carte.doc.style.css.property.ValueFactory
Creates a CSSValue according to the given lexical value.
createCSSValueItem(LexicalUnit, boolean) - Method in class io.sf.carte.doc.style.css.property.ValueFactory
Creates a CSSValue simple item according to the given lexical value.
createCSValueList() - Static method in class io.sf.carte.doc.style.css.property.ValueList
 
createDefaultStyleFormattingFactory() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
 
createDocument(String, String, DocumentType) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
createDocumentFragment() - Method in class io.sf.carte.doc.dom.DOMDocument
createDocumentFragment() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
createDocumentHandler() - Method in class io.sf.carte.doc.style.css.om.CSSStyleDeclarationRule
 
createDocumentHandler() - Method in class io.sf.carte.doc.style.css.om.PageRule
 
createDocumentStyleSheet(byte) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
 
createDocumentStyleSheet(byte) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Creates a Document CSS style sheet for all media.
createDocumentStyleSheet(byte) - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory
 
createDocumentStyleSheet(String, byte) - Method in class io.sf.carte.doc.style.css.om.DOMDocumentCSSStyleSheet
 
createDocumentType(String, String, String) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
createElement(String) - Method in class io.sf.carte.doc.dom.DOMDocument
Creates an element of the type specified, with a null namespace URI.
createElement(String) - Method in class io.sf.carte.doc.dom.HTMLDocument
 
createElement(String) - Method in interface io.sf.carte.doc.style.css.CSSDocument
Creates an element of the type specified.
createElement(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
createElementNS(String, String) - Method in class io.sf.carte.doc.dom.DOMDocument
Creates an element with the given qualified name and namespace URI.
createElementNS(String, String) - Method in class io.sf.carte.doc.dom.HTMLDocument
 
createElementNS(String, String) - Method in interface io.sf.carte.doc.style.css.CSSDocument
createElementNS(String, String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
createEntityReference(String) - Method in class io.sf.carte.doc.dom.DOMDocument
createEntityReference(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
createEntityResolver() - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory
 
createFontFaceRule() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Create a CSS Font Face rule compatible with this implementation.
createFontFaceRule() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
createFontFaceRule() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
createFontFeatureValuesRule(String[]) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Create a CSSFontFeatureValuesRule compatible with this implementation.
createFontFeatureValuesRule(String[]) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
createFromMediaList(MediaList) - Static method in class io.sf.carte.doc.style.css.om.MediaList
 
createHTMLDocument(DocumentType) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
 
createImmutableMediaQueryList(String, Node) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Parses and creates an immutable media query list for the given media.
createImmutableMediaQueryList(String, Node) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Parses and creates an immutable media query list for the given media.
createImportRule(MediaQueryList, String) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Create a CSS import rule compatible with this implementation.
createImportRule(MediaQueryList, String) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
createImportRule(MediaQueryList, String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
createInlineStyle(Node) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
 
createInlineStyle(Node) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
Create an inline style.
createInlineStyle(Node) - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory
 
createInlineStyleErrorHandler(CSSElement) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Create a new StyleDeclarationErrorHandler for the given style rule.
createInlineStyleErrorHandler(CSSElement) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
 
createKeyframesRule(String) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Create a CSSKeyframesRule compatible with this implementation.
createKeyframesRule(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
createLinkedStyleSheet(Node, String, MediaQueryList) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
 
createLinkedStyleSheet(Node, String, MediaQueryList) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
Creates an author (document-linked) CSS style sheet.
createLinkedStyleSheet(Node, String, MediaQueryList) - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory
 
createMarginRule(String) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Create a CSS margin rule compatible with this implementation.
createMarginRule(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
createMediaList() - Static method in class io.sf.carte.doc.style.css.om.MediaList
Create a media list for all media.
createMediaList(String) - Static method in class io.sf.carte.doc.style.css.om.MediaList
Create a media list for the given media.
createMediaList(SACMediaList) - Static method in class io.sf.carte.doc.style.css.om.MediaList
Create a media list for the given SAC media list.
createMediaList(SACMediaList, Node) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Create a media query list for the given SAC media list.
createMediaQueryList(String, Node) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Parses mediaQueryString and creates a new media query list.
createMediaQueryList(String, Node) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Parses mediaQueryString and creates a new media query list.
createMediaRule(MediaQueryList) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Create a CSS media rule.
createMediaRule(MediaQueryList) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
createMediaRule(MediaQueryList) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
createMediaTypePredicate(String) - Method in interface io.sf.carte.doc.style.css.parser.MediaConditionFactory
Create a predicate that contains a medium type.
createNamespaceRule(String, String) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Create a CSS namespace rule compatible with this implementation.
createNamespaceRule(String, String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
createNodeIterator(Node, int, NodeFilter) - Method in class io.sf.carte.doc.dom.DOMDocument
Create a NodeIterator object with the given root node, whatToShow bitmask, and filter callback.
createNotCondition() - Method in class io.sf.carte.doc.style.css.om.SupportsConditionFactory
Create a boolean condition of the not type.
createNotCondition() - Method in interface io.sf.carte.doc.style.css.parser.BooleanConditionFactory
Create a boolean condition of the not type.
createOrCondition() - Method in class io.sf.carte.doc.style.css.om.SupportsConditionFactory
Create a boolean condition of the given type (and, or, not).
createOrCondition() - Method in interface io.sf.carte.doc.style.css.parser.BooleanConditionFactory
Create a boolean condition of the given type (and, or, not).
createPageRule() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Create a CSS page rule compatible with this implementation.
createPageRule() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
createPageRule() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
createPredicate(String) - Method in class io.sf.carte.doc.style.css.om.SupportsConditionFactory
Create a declaration (operand) condition.
createPredicate(String) - Method in interface io.sf.carte.doc.style.css.parser.BooleanConditionFactory
Create a predicate (operand) condition.
createPredicate(String) - Method in interface io.sf.carte.doc.style.css.parser.MediaConditionFactory
Create a operand condition.
createProcessingInstruction(String, String) - Method in class io.sf.carte.doc.dom.DOMDocument
createProcessingInstruction(String, String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
createRuleStyleSheet(AbstractCSSRule, String, MediaQueryList) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
 
createRuleStyleSheet(AbstractCSSRule, String, MediaQueryList) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
Creates a CSS style sheet owned by a CSS rule.
createRuleStyleSheet(AbstractCSSRule, String, MediaQueryList) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Creates a CSS style sheet owned by a CSS rule.
createRuleStyleSheet(AbstractCSSRule, String, MediaQueryList) - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory
 
createSACParser() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
Create a SAC Parser specified by the system property org.w3c.css.sac.parser.
createSACParser() - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
 
createSACParser() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Create a SAC Parser specified by the system property org.w3c.css.sac.parser.
createSACParser() - Static method in class io.sf.carte.doc.style.css.SACParserFactory
Create a SAC Parser specified by the system property org.w3c.css.sac.parser.
createSheetErrorHandler(ExtendedCSSStyleSheet<? extends ExtendedCSSRule>) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Creates a style sheet error handler.
createSheetErrorHandler(ExtendedCSSStyleSheet<? extends ExtendedCSSRule>) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Creates a style sheet error handler.
createStyleDeclaration() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Create a CSS style declaration compatible with this implementation.
createStyleDeclaration() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
createStyleDeclaration() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
createStyleDeclaration(BaseCSSDeclarationRule) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
createStyleDeclaration(BaseCSSDeclarationRule) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
createStyleDeclarationErrorHandler(CSSDeclarationRule) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Create a new StyleDeclarationErrorHandler for the given style rule.
createStyleDeclarationErrorHandler(CSSDeclarationRule) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Create a new StyleDeclarationErrorHandler for the given style rule.
createStyleFormattingContext() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingFactory
 
createStyleFormattingContext() - Method in interface io.sf.carte.doc.style.css.StyleFormattingFactory
Create a new StyleFormattingContext.
createStyleRule() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Create a CSS style rule.
createStyleRule() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
createStyleRule() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
createStyleSheet(String, MediaQueryList) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Creates a stand-alone author style sheet.
createStyleSheet(String, MediaQueryList) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
 
createStyleSheet(String, MediaQueryList) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Creates a stand-alone author style sheet.
createSupportsRule() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Create a CSSSupportsRule compatible with this implementation.
createSupportsRule() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
createSupportsRule() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
createTextNode(String) - Method in class io.sf.carte.doc.dom.DOMDocument
createTextNode(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
createTreeWalker(Node, int, NodeFilter) - Method in class io.sf.carte.doc.dom.DOMDocument
Create a TreeWalker object with the given root node, whatToShow bitmask, and filter callback.
createUnknownRule() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Create a CSS unknown rule.
createUnknownRule() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
createUnknownRule() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
createUnmodifiable() - Static method in class io.sf.carte.doc.style.css.om.MediaList
Create an unmodifiable media list for all media.
createUnmodifiable(String) - Static method in class io.sf.carte.doc.style.css.om.MediaList
Create an unmodifiable media list for the given media.
createUnmodifiableMediaQueryList(String, Node) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Deprecated. 
createUnmodifiableMediaQueryList(String, Node) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Deprecated. 
createViewportRule() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Create a CSSViewportRule compatible with this implementation.
createViewportRule() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
createViewportRule() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
createWSValueList() - Static method in class io.sf.carte.doc.style.css.property.ValueList
 
createXMLDocument(DocumentType) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
 
CSS_CAP - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a font-relative length (cap).
CSS_CH - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a font-relative length (ch).
CSS_COUNTERS - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
CSS counters() function.
CSS_CUSTOM_PROPERTY - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
Custom property.
CSS_DPCM - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a resolution (dpcm).
CSS_DPI - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a resolution (dpi).
CSS_DPPX - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a resolution (dppx).
CSS_ELEMENT_REFERENCE - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
Element reference.
CSS_ENV_VAR - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
environment variable.
CSS_EXPRESSION - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
An expression with algebraic syntax (i.e.
CSS_FR - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a flexible length (fr).
CSS_FUNCTION - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
Function.
CSS_GRADIENT - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
Gradient function.
CSS_IC - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a font-relative length (ic).
CSS_LH - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a font-relative length (lh).
CSS_QUARTER_MM - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a length (Q).
CSS_RATIO - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
CSS ratio value (media queries).
CSS_REM - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a font-relative length (rem).
CSS_RLH - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a font-relative length (rlh).
CSS_TURN - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is an angle (turn).
CSS_UNICODE_CHARACTER - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
Unicode character.
CSS_UNICODE_RANGE - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
Unicode range.
CSS_UNICODE_WILDCARD - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
Unicode wildcard.
CSS_VB - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a viewport-percentage length (vb).
CSS_VH - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a viewport-percentage length (vh).
CSS_VI - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a viewport-percentage length (vi).
CSS_VMAX - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a viewport-percentage length (vmax).
CSS_VMIN - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a viewport-percentage length (vmin).
CSS_VW - Static variable in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
The value is a viewport-percentage length (vw).
CSSAttrValue - Interface in io.sf.carte.doc.style.css
attr() primitive value.
CSSCanvas - Interface in io.sf.carte.doc.agent
CSS canvas interface.
CSSComputedProperties - Interface in io.sf.carte.doc.style.css
Interface that allows the retrieval of the primitive, "computed" values of CSS properties.
CSSConditionRule - Interface in io.sf.carte.doc.style.css
Represents all the "conditional" at-rules, which consist of a condition and a statement block.
CSSCounterStyleRule - Interface in io.sf.carte.doc.style.css
Counter-style rule.
CSSCountersValue - Interface in io.sf.carte.doc.style.css
A CSS counters() function.
CSSCounterValue - Interface in io.sf.carte.doc.style.css
A CSS counter() function.
CSSCustomPropertyValue - Interface in io.sf.carte.doc.style.css
A CSS custom property value ('variable').
CSSDeclarationRule - Interface in io.sf.carte.doc.style.css
A CSS rule that contains style declarations.
CSSDocument - Interface in io.sf.carte.doc.style.css
A CSS-enabled Document.
CSSDocument.ComplianceMode - Enum Class in io.sf.carte.doc.style.css
The style computations operate under a compliance mode.
CSSDOMImplementation - Class in io.sf.carte.doc.dom
CSS-enabled DOM implementation.
CSSDOMImplementation() - Constructor for class io.sf.carte.doc.dom.CSSDOMImplementation
Constructs a CSSDOMImplementation that uses a standard (no flags) CSS parser.
CSSDOMImplementation(EnumSet<Parser2.Flag>) - Constructor for class io.sf.carte.doc.dom.CSSDOMImplementation
Constructs a CSSDOMImplementation where the given flags will be applied when parsing CSS.
CSSElement - Interface in io.sf.carte.doc.style.css
Essentially adds CSS-related methods to the DOM's Element interface.
CSSEnvVariableValue - Interface in io.sf.carte.doc.style.css
A CSS environment variable value.
CSSExpression - Interface in io.sf.carte.doc.style.css
Implemented by CSS expressions.
CSSExpression.AlgebraicPart - Enum Class in io.sf.carte.doc.style.css
Enumeration of expression parts (operations, operands).
CSSExpressionValue - Interface in io.sf.carte.doc.style.css
A primitive value containing an expression (like calc()).
CSSFontFeatureValuesMap - Interface in io.sf.carte.doc.style.css
Based on W3C's CSSFontFeatureValuesMap interface.
CSSFontFeatureValuesRule - Interface in io.sf.carte.doc.style.css
@font-feature-values rule.
CSSFunctionValue - Interface in io.sf.carte.doc.style.css
A function value.
CSSGradientValue - Interface in io.sf.carte.doc.style.css
A gradient value.
CSSGradientValue.GradientType - Enum Class in io.sf.carte.doc.style.css
Enumeration of gradient types.
CSSGroupingRule - Interface in io.sf.carte.doc.style.css
Represents an at-rule that contains other rules nested inside itself.
CSSKeyframeRule - Interface in io.sf.carte.doc.style.css
The CSSKeyframeRule interface represents the style rule for a single key.
CSSKeyframesRule - Interface in io.sf.carte.doc.style.css
CSSKeyframesRule represents a complete set of keyframes for a single animation.
CSSMarginRule - Interface in io.sf.carte.doc.style.css
Margin rule.
CSSMediaException - Exception in io.sf.carte.doc.style.css
CSS media Exception.
CSSMediaException() - Constructor for exception io.sf.carte.doc.style.css.CSSMediaException
 
CSSMediaException(String) - Constructor for exception io.sf.carte.doc.style.css.CSSMediaException
 
CSSMediaException(String, Throwable) - Constructor for exception io.sf.carte.doc.style.css.CSSMediaException
 
CSSMediaException(Throwable) - Constructor for exception io.sf.carte.doc.style.css.CSSMediaException
 
CSSNamespaceParseException - Exception in io.sf.carte.doc.style.css.nsac
Namespace-related parse exception.
CSSNamespaceParseException(String, String, int, int) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSNamespaceParseException
 
CSSNamespaceParseException(String, String, int, int, Exception) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSNamespaceParseException
 
CSSNamespaceParseException(String, Locator) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSNamespaceParseException
 
CSSNamespaceParseException(String, Locator, Exception) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSNamespaceParseException
 
CSSNamespaceRule - Interface in io.sf.carte.doc.style.css
Namespace rule.
CSSNode - Interface in io.sf.carte.doc.style.css
A node that is related to a CSSDocument.
CSSOperandExpression - Interface in io.sf.carte.doc.style.css
Sub-interface to be implemented by individual operands.
CSSParser - Class in io.sf.carte.doc.style.css.parser
CSS parser implementing the NSAC API.
CSSParser() - Constructor for class io.sf.carte.doc.style.css.parser.CSSParser
 
CSSParser.DeclarationRuleHandler - Interface in io.sf.carte.doc.style.css.parser
Small extension to SAC's DocumentHandler to deal with declaration rules.
CSSPrimitiveValue2 - Interface in io.sf.carte.doc.style.css
Adds new methods and assigned units to W3C's CSSPrimitiveValue.
CSSPropertyException - Exception in io.sf.carte.doc.style.css.property
CSS Property exception.
CSSPropertyException() - Constructor for exception io.sf.carte.doc.style.css.property.CSSPropertyException
 
CSSPropertyException(String) - Constructor for exception io.sf.carte.doc.style.css.property.CSSPropertyException
 
CSSPropertyException(String, Throwable) - Constructor for exception io.sf.carte.doc.style.css.property.CSSPropertyException
 
CSSPropertyException(Throwable) - Constructor for exception io.sf.carte.doc.style.css.property.CSSPropertyException
 
CSSPropertyValueException - Exception in io.sf.carte.doc.style.css.property
Thrown when a property does not seem to have a correct value.
CSSPropertyValueException() - Constructor for exception io.sf.carte.doc.style.css.property.CSSPropertyValueException
 
CSSPropertyValueException(String) - Constructor for exception io.sf.carte.doc.style.css.property.CSSPropertyValueException
 
CSSPropertyValueException(String, Throwable) - Constructor for exception io.sf.carte.doc.style.css.property.CSSPropertyValueException
 
CSSPropertyValueException(Throwable) - Constructor for exception io.sf.carte.doc.style.css.property.CSSPropertyValueException
 
CSSRatioValue - Interface in io.sf.carte.doc.style.css
The ratio value type is a number followed by optional whitespace, followed by a solidus ('/'), followed by optional whitespace, followed by a number.
CSSRuleArrayList - Class in io.sf.carte.doc.style.css.om
Stores a list of CSS rules, implementing CSSRuleList.
CSSRuleArrayList() - Constructor for class io.sf.carte.doc.style.css.om.CSSRuleArrayList
Constructs an empty rule list with an initial capacity of 16.
CSSRuleArrayList(int) - Constructor for class io.sf.carte.doc.style.css.om.CSSRuleArrayList
Constructs an empty rule list with the specified initial capacity.
CSSRuleArrayList(Collection<? extends AbstractCSSRule>) - Constructor for class io.sf.carte.doc.style.css.om.CSSRuleArrayList
 
CSSShorthandValue - Interface in io.sf.carte.doc.style.css
Shorthand value.
CSSStyleDeclarationRule - Class in io.sf.carte.doc.style.css.om
Abstract class to be inherited by CSS rules which have both selectors and a CSSStyleDeclaration.
CSSStyleDeclarationRule(AbstractCSSStyleSheet, short, byte) - Constructor for class io.sf.carte.doc.style.css.om.CSSStyleDeclarationRule
 
CSSStyleException - Exception in io.sf.carte.doc.style.css
CSS topmost generic Exception.
CSSStyleException() - Constructor for exception io.sf.carte.doc.style.css.CSSStyleException
 
CSSStyleException(String) - Constructor for exception io.sf.carte.doc.style.css.CSSStyleException
 
CSSStyleException(String, Throwable) - Constructor for exception io.sf.carte.doc.style.css.CSSStyleException
 
CSSStyleException(Throwable) - Constructor for exception io.sf.carte.doc.style.css.CSSStyleException
 
CSSStyleSheetFactory - Interface in io.sf.carte.doc.style.css
CSS style sheet factory.
CSSStyleSheetList<T extends ExtendedCSSRule> - Interface in io.sf.carte.doc.style.css
List of extended style sheets.
CSSSupportsRule - Interface in io.sf.carte.doc.style.css
Represents a ‘@supports’ rule.
CSSUnicodeRangeValue - Interface in io.sf.carte.doc.style.css
A CSS unicode range value.
CSSUnicodeRangeValue.CSSUnicodeValue - Interface in io.sf.carte.doc.style.css
A CSS unicode character value.
currentSequence() - Method in interface io.sf.carte.uparser.TokenProducer.SequenceParser
Give the contents of the word currently being formed.
CUSTOM_MEDIA_RULE - Static variable in interface io.sf.carte.doc.style.css.ExtendedCSSRule
 
CustomPropertyValue - Class in io.sf.carte.doc.style.css.property
Custom property (var) CSSPrimitiveValue.
CustomPropertyValue(CustomPropertyValue) - Constructor for class io.sf.carte.doc.style.css.property.CustomPropertyValue
 

D

DeclarationCondition - Interface in io.sf.carte.doc.style.css.parser
A condition that declares a property name and a value.
deepenCurrentContext() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
deepenCurrentContext() - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
deepenIndent() - Method in class io.sf.carte.doc.dom.DOMWriter
Deepen the indenting level.
DEFAULT_GENERIC_FONT_FAMILY - Variable in class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
 
DEFAULT_PARSER - Static variable in class io.sf.carte.doc.style.css.SACParserFactory
 
DefaultCookie - Class in io.sf.carte.doc.agent
Default Cookie implementation.
DefaultCookie() - Constructor for class io.sf.carte.doc.agent.DefaultCookie
 
DefaultCookie(int, String, String) - Constructor for class io.sf.carte.doc.agent.DefaultCookie
 
DefaultEntityResolver - Class in io.sf.carte.doc.xml.dtd
Implements EntityResolver2.
DefaultEntityResolver() - Constructor for class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
Construct a resolver with the whitelist enabled.
DefaultEntityResolver(boolean) - Constructor for class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
Construct a resolver with the whitelist enabled or disabled according to enableWhitelist.
DefaultErrorHandler - Class in io.sf.carte.doc.style.css.om
 
DefaultErrorHandler() - Constructor for class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
defaultFallback(String) - Static method in class io.sf.carte.doc.style.css.property.AttrValue
Creates a default value for the given attr() value type.
DefaultSheetErrorHandler - Class in io.sf.carte.doc.style.css.om
 
DefaultSheetErrorHandler(ExtendedCSSStyleSheet<? extends ExtendedCSSRule>) - Constructor for class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
DefaultStyleDeclarationErrorHandler - Class in io.sf.carte.doc.style.css.om
 
DefaultStyleDeclarationErrorHandler() - Constructor for class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
DefaultStyleFormattingContext - Class in io.sf.carte.doc.style.css.om
 
DefaultStyleFormattingContext() - Constructor for class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
DefaultStyleFormattingFactory - Class in io.sf.carte.doc.style.css.om
 
DefaultStyleFormattingFactory() - Constructor for class io.sf.carte.doc.style.css.om.DefaultStyleFormattingFactory
 
deleteMedium(String) - Method in class io.sf.carte.doc.style.css.om.MediaList
 
deleteRule(int) - Method in interface io.sf.carte.doc.style.css.CSSGroupingRule
Removes a CSS rule from the CSS rule list returned by CSSGroupingRule.getCssRules() at index.
deleteRule(int) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
Deletes a rule from the style sheet.
deleteRule(int) - Method in class io.sf.carte.doc.style.css.om.GroupingRule
 
deleteRule(String) - Method in interface io.sf.carte.doc.style.css.CSSKeyframesRule
Deletes the last declared CSSKeyframeRule matching the specified keyframe selector from this keyframes rule collection.
deleteRule(String) - Method in class io.sf.carte.doc.style.css.om.KeyframesRule
 
descendingIterator() - Method in class io.sf.carte.doc.dom.DOMElement
Creates a new iterator descending over the child nodes, starting from the last child node.
descendingIterator() - Method in class io.sf.carte.doc.dom.DOMDocument
Creates a new iterator descending over the child nodes, starting from the last child node.
descendingIterator() - Method in interface io.sf.carte.doc.dom.ParentNode
Creates a new iterator descending over the child nodes, starting from the last child node.
DeviceFactory - Interface in io.sf.carte.doc.agent
Device factory.
diff(BaseCSSStyleDeclaration) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
Gives an object containing the differences between two declarations.
Diff<E> - Interface in io.sf.carte.util
Represents the differences between two objects.
DirectionalityHelper - Class in io.sf.carte.doc
Helper class to determine the directionality of an element.
DirectionalityHelper() - Constructor for class io.sf.carte.doc.DirectionalityHelper
 
DirectionalityHelper.Directionality - Enum Class in io.sf.carte.doc
 
disableAllComments() - Method in interface io.sf.carte.uparser.TokenControl
Disable the handling of all types of comments.
disableComments(int) - Method in interface io.sf.carte.uparser.TokenControl
Disable the handling of comments of the given type.
DOCUMENT_RULE - Static variable in interface io.sf.carte.doc.style.css.ExtendedCSSRule
 
DocumentCSSStyleSheet - Interface in io.sf.carte.doc.style.css
A style sheet that is able to take the responsibility to compute the styles associated to document elements.
DocumentException - Exception in io.sf.carte.doc
Generic document-related exception.
DocumentException() - Constructor for exception io.sf.carte.doc.DocumentException
 
DocumentException(String) - Constructor for exception io.sf.carte.doc.DocumentException
 
DocumentException(String, Throwable) - Constructor for exception io.sf.carte.doc.DocumentException
 
DocumentException(Throwable) - Constructor for exception io.sf.carte.doc.DocumentException
 
DocumentTypeDeclaration - Class in io.sf.carte.doc.xml.dtd
Document Type Declaration.
DocumentTypeDeclaration(String) - Constructor for class io.sf.carte.doc.xml.dtd.DocumentTypeDeclaration
 
DocumentTypeDeclaration(String, String, String) - Constructor for class io.sf.carte.doc.xml.dtd.DocumentTypeDeclaration
 
domainFromHostname(String) - Method in interface io.sf.carte.doc.agent.OriginPolicy
 
DOMCharacterException - Exception in io.sf.carte.doc
Invalid DOM character exception.
DOMCharacterException(int) - Constructor for exception io.sf.carte.doc.DOMCharacterException
 
DOMCharacterException(String, int) - Constructor for exception io.sf.carte.doc.DOMCharacterException
 
DOMComputedStyle - Class in io.sf.carte.doc.style.css.om
Computed style associated to a DOM node.
DOMComputedStyle(BaseDocumentCSSStyleSheet) - Constructor for class io.sf.carte.doc.style.css.om.DOMComputedStyle
 
DOMComputedStyle(ComputedCSSStyle) - Constructor for class io.sf.carte.doc.style.css.om.DOMComputedStyle
 
DOMCSSStyleSheet - Class in io.sf.carte.doc.style.css.om
CSS Style Sheet for DOM.
DOMCSSStyleSheet(String, Node, MediaQueryList, AbstractCSSRule, byte) - Constructor for class io.sf.carte.doc.style.css.om.DOMCSSStyleSheet
 
DOMCSSStyleSheetFactory - Class in io.sf.carte.doc.style.css.om
CSS style sheet factory for DOM.
DOMCSSStyleSheetFactory() - Constructor for class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory
 
DOMCSSStyleSheetFactory(EnumSet<Parser2.Flag>) - Constructor for class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory
 
DOMCSSStyleSheetFactory.WrapperUserAgent - Class in io.sf.carte.doc.style.css.om
 
DOMDocument - Class in io.sf.carte.doc.dom
Implementation of a DOM Document.
DOMDocument(DocumentType) - Constructor for class io.sf.carte.doc.dom.DOMDocument
 
DOMDocumentCSSStyleSheet - Class in io.sf.carte.doc.style.css.om
CSS Style Sheet for DOM.
DOMDocumentCSSStyleSheet(byte) - Constructor for class io.sf.carte.doc.style.css.om.DOMDocumentCSSStyleSheet
 
DOMDocumentCSSStyleSheet(String, byte) - Constructor for class io.sf.carte.doc.style.css.om.DOMDocumentCSSStyleSheet
 
DOMElement - Class in io.sf.carte.doc.dom
A bare DOM element node.
DOMNode - Interface in io.sf.carte.doc.dom
DOM Node.
DOMNodeList - Interface in io.sf.carte.doc.dom
DOMNode-specific version of NodeList.
DOMNullCharacterException - Exception in io.sf.carte.doc
Null character exception for DOM.
DOMNullCharacterException(int) - Constructor for exception io.sf.carte.doc.DOMNullCharacterException
 
DOMNullCharacterException(String, int) - Constructor for exception io.sf.carte.doc.DOMNullCharacterException
 
domPrimitiveType(short) - Static method in class io.sf.carte.doc.style.css.property.ValueFactory
Translate a SAC lexical type into a CSS primitive unit type.
DOMRect - Interface in io.sf.carte.doc.geom
Interface representing a DOMRect value.
DOMSelectorMatcher - Class in io.sf.carte.doc.style.css.om
CSS Selector matcher for DOM.
DOMSelectorMatcher(CSSElement) - Constructor for class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
DOMTokenList - Interface in io.sf.carte.doc
Based on DOM interface DOMTokenList which is actually a set.
DOMTokenListImpl - Class in io.sf.carte.doc
An implementation of the DOMTokenList interface.
DOMTokenListImpl() - Constructor for class io.sf.carte.doc.DOMTokenListImpl
 
DOMTokenSetImpl - Class in io.sf.carte.doc
A sorted set implementation of the DOMTokenList interface.
DOMTokenSetImpl() - Constructor for class io.sf.carte.doc.DOMTokenSetImpl
 
DOMUtil - Class in io.sf.carte.doc.style.css.om
DOM utility method.
DOMUtil() - Constructor for class io.sf.carte.doc.style.css.om.DOMUtil
 
DOMWriter - Class in io.sf.carte.doc.dom
Serializes a node and its subtree.
DOMWriter() - Constructor for class io.sf.carte.doc.dom.DOMWriter
Construct a DOMWriter with default settings.
DOMWriter(ExtendedCSSStyleSheet<? extends ExtendedCSSRule>) - Constructor for class io.sf.carte.doc.dom.DOMWriter
Construct a DOMWriter with a reference style sheet for formatting heuristics.

E

elementIterator() - Method in class io.sf.carte.doc.dom.DOMElement
Creates a new iterator over the child elements.
elementIterator() - Method in class io.sf.carte.doc.dom.DOMDocument
Creates a new iterator over the child elements.
elementIterator() - Method in interface io.sf.carte.doc.dom.ParentNode
Creates a new iterator over the child elements.
elementIterator(String) - Method in class io.sf.carte.doc.dom.DOMElement
Creates a new iterator over the child elements of the given tagname.
elementIterator(String) - Method in class io.sf.carte.doc.dom.DOMDocument
Creates a new iterator over the child elements of the given tagname.
elementIterator(String) - Method in interface io.sf.carte.doc.dom.ParentNode
Creates a new iterator over the child elements of the given tagname.
elementIteratorNS(String, String) - Method in class io.sf.carte.doc.dom.DOMElement
Creates a new iterator over the child elements of the given namespaceURI and localName.
elementIteratorNS(String, String) - Method in class io.sf.carte.doc.dom.DOMDocument
Creates a new iterator over the child elements of the given namespaceURI and localName.
elementIteratorNS(String, String) - Method in interface io.sf.carte.doc.dom.ParentNode
Creates a new iterator over the child elements of the given namespaceURI and localName.
ElementList - Interface in io.sf.carte.doc.dom
DOMElement-specific ExtendedNodeList.
EMBEDDED_OPENTYPE - Enum constant in enum class io.sf.carte.doc.style.css.om.AbstractStyleDatabase.FontFormat
 
emptyStyleRule(String) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
emptyStyleRule(String) - Method in interface io.sf.carte.doc.style.css.SheetErrorHandler
Notify this handler that an empty style rule (a style rule without property value declarations) was found.
enableAllComments() - Method in interface io.sf.carte.uparser.TokenControl
Enable the handling of all types of comments.
enableComments(int) - Method in interface io.sf.carte.uparser.TokenControl
Enable the handling of comments of the given type.
enableMap(String) - Method in interface io.sf.carte.doc.style.css.CSSFontFeatureValuesRule
Enable a feature values map for the given feature value name.
enableMap(String) - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
Enable a feature values map for the given feature value name.
enablePrecedingComments(int) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSRule
If this rule does not contain a preceding comment list, create one with the given initial capacity.
enablePrecedingComments(int) - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
 
enableStyleSheetsForSet(String) - Method in class io.sf.carte.doc.dom.DOMDocument
Enables a style sheet set.
enableStyleSheetsForSet(String) - Method in interface io.sf.carte.doc.style.css.CSSDocument
Enables a style sheet set.
enableStyleSheetsForSet(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Enables a style sheet set.
endAtRule() - Method in interface io.sf.carte.doc.style.css.parser.CSSParser.DeclarationRuleHandler
Marks the end of a declaration rule.
endCurrentContext(CSSRule) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
endCurrentContext(CSSRule) - Method in class io.sf.carte.doc.style.css.om.InlineStyleFormattingContext
 
endCurrentContext(CSSRule) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
endFeatureMap() - Method in interface io.sf.carte.doc.style.css.parser.FontFeatureValuesHandler
 
endFontFeatures() - Method in interface io.sf.carte.doc.style.css.parser.FontFeatureValuesHandler
 
endIndentedNode(Node, SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
 
endIndentedNodeList(Node, SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
 
endInlinePropertyDeclaration(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
endInlinePropertyDeclaration(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.InlineStyleFormattingContext
 
endInlinePropertyDeclaration(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
endKeyframe() - Method in interface io.sf.carte.doc.style.css.parser.KeyframesHandler
 
endKeyframes() - Method in interface io.sf.carte.doc.style.css.parser.KeyframesHandler
 
endOfStream(int) - Method in interface io.sf.carte.uparser.TokenHandler
The stream that was being parsed reached its end.
endPropertyDeclaration(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
endPropertyDeclaration(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.InlineStyleFormattingContext
 
endPropertyDeclaration(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
endQuery() - Method in interface io.sf.carte.doc.style.css.parser.MediaQueryHandler
The current query ends.
endRule(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
endRule(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.InlineStyleFormattingContext
 
endRule(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
endRuleList(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
endRuleList(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
endStyleDeclaration(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
endStyleDeclaration(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
EntityFinder - Class in io.sf.carte.doc.xml.dtd
Entity finder.
EntityFinder(EntityResolver2) - Constructor for class io.sf.carte.doc.xml.dtd.EntityFinder
 
EnvVariableValue - Class in io.sf.carte.doc.style.css.property
Environment variable (env) CSSPrimitiveValue.
EnvVariableValue(EnvVariableValue) - Constructor for class io.sf.carte.doc.style.css.property.EnvVariableValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.CounterStyleRule
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.CSSStyleDeclarationRule
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.GroupingRule
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.ImportRule
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.KeyframeRule
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.KeyframesRule
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.MarginRule
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.MediaList
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.MediaRule
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.NamespaceRule
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.PageRule
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.SupportsRule
 
equals(Object) - Method in class io.sf.carte.doc.style.css.om.UnknownRule
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.AttrValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.CalcValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.ColorValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.CustomPropertyValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.EnvVariableValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.ExpressionValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.FunctionValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.GradientValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.IdentifierValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.InheritValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.RatioValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.StringValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.StyleValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.SystemDefaultValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.UnicodeRangeValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.UnicodeValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.UnicodeWildcardValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.UnknownValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.URIValue
 
equals(Object) - Method in class io.sf.carte.doc.style.css.property.ValueList
 
equalSelectorList(SelectorList, SelectorList) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
 
equalsIgnoreCase(CharSequence, String) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
 
ERR_EXPR_SYNTAX - Static variable in class io.sf.carte.doc.style.css.parser.ParseHelper
 
ERR_INVALID_IDENTIFIER - Static variable in class io.sf.carte.doc.style.css.parser.ParseHelper
 
ERR_LASTCHAR_BACKSLASH - Static variable in class io.sf.carte.uparser.TokenProducer
 
ERR_RULE_SYNTAX - Static variable in class io.sf.carte.doc.style.css.parser.ParseHelper
 
ERR_UNEXPECTED_CHAR - Static variable in class io.sf.carte.doc.style.css.parser.ParseHelper
 
ERR_UNEXPECTED_END_COMMENTED - Static variable in class io.sf.carte.uparser.TokenProducer
 
ERR_UNEXPECTED_END_QUOTED - Static variable in class io.sf.carte.uparser.TokenProducer
 
ERR_UNEXPECTED_EOF - Static variable in class io.sf.carte.doc.style.css.parser.ParseHelper
 
ERR_UNEXPECTED_TOKEN - Static variable in class io.sf.carte.doc.style.css.parser.ParseHelper
 
ERR_UNKNOWN_NAMESPACE - Static variable in class io.sf.carte.doc.style.css.parser.ParseHelper
 
ERR_UNMATCHED_PARENTHESIS - Static variable in class io.sf.carte.doc.style.css.parser.ParseHelper
 
ERR_WRONG_VALUE - Static variable in class io.sf.carte.doc.style.css.parser.ParseHelper
 
error(int, byte, CharSequence) - Method in interface io.sf.carte.uparser.TokenHandler
An error was found while parsing.
ErrorHandler - Interface in io.sf.carte.doc.style.css
Handle CSS errors at the CSSDocument.
errorSummary(StringBuilder) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
escape(String) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
Escape a string according to CSS syntax, preserving escaped hex characters and surrogates.
escape(String, boolean, boolean) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
Escape a string according to CSS syntax.
escapeAllBackslash(CharSequence) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
Escapes all the backslash characters found in the given string.
escapeBackslash(CharSequence) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
Escapes the backslash characters found in the given string, except those that escape hex-encoded codepoints.
escapeControl(CharSequence) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
Escapes control characters.
escapeCssChars(CharSequence) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
Escapes characters that have a special meaning for CSS, excluding backslash (x5c).
escapeCssCharsAndFirstChar(CharSequence) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
Escapes characters that have a special meaning for CSS, excluding backslash (x5c).
escaped(int, int) - Method in interface io.sf.carte.uparser.TokenHandler
A codepoint preceded with a backslash was found outside of quoted text.
escapeString(String, char) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
 
escapeString(String, char, boolean) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
 
evaluateExpression(ExpressionValue) - Method in class io.sf.carte.doc.style.css.property.Evaluator
Evaluate the given expression.
evaluateFunction(CSSFunctionValue) - Method in class io.sf.carte.doc.style.css.property.Evaluator
Evaluate the given function.
Evaluator - Class in io.sf.carte.doc.style.css.property
Expression/Function evaluator.
Evaluator() - Constructor for class io.sf.carte.doc.style.css.property.Evaluator
 
exportHintsToStyle(CSSStyleDeclaration) - Method in class io.sf.carte.doc.dom.DOMElement
Export this element's non-CSS presentational hints (if any) to the supplied CSSStyleDeclaration.
exportHintsToStyle(CSSStyleDeclaration) - Method in interface io.sf.carte.doc.style.css.CSSElement
Export this element's non-CSS presentational hints (if any) to the supplied CSSStyleDeclaration.
ExpressionValue - Class in io.sf.carte.doc.style.css.property
Expression container base class.
ExpressionValue() - Constructor for class io.sf.carte.doc.style.css.property.ExpressionValue
 
ExpressionValue(ExpressionValue) - Constructor for class io.sf.carte.doc.style.css.property.ExpressionValue
 
ExtendedCSSFontFaceRule - Interface in io.sf.carte.doc.style.css
An extended CSS font-face rule.
ExtendedCSSMediaRule - Interface in io.sf.carte.doc.style.css
An extended CSS @media rule.
ExtendedCSSPageRule - Interface in io.sf.carte.doc.style.css
An extended CSS @page rule.
ExtendedCSSPrimitiveValue - Interface in io.sf.carte.doc.style.css
Extends the CSSValue interface to provide a couple serialization methods.
ExtendedCSSRule - Interface in io.sf.carte.doc.style.css
An extended CSS rule.
ExtendedCSSRuleList<T extends ExtendedCSSRule> - Interface in io.sf.carte.doc.style.css
A rule list with additional utility methods.
ExtendedCSSStyleDeclaration - Interface in io.sf.carte.doc.style.css
Extended CSS style declaration.
ExtendedCSSStyleRule - Interface in io.sf.carte.doc.style.css
An extended CSS style rule.
ExtendedCSSStyleSheet<R extends ExtendedCSSRule> - Interface in io.sf.carte.doc.style.css
A style sheet.
ExtendedCSSValue - Interface in io.sf.carte.doc.style.css
Extends the CSSValue interface to provide a couple serialization methods, and extend Cloneable.
ExtendedCSSValueList<E extends ExtendedCSSValue> - Interface in io.sf.carte.doc.style.css
Augmented CSSValueList interface.
ExtendedNamedNodeMap<T extends Node> - Interface in io.sf.carte.doc.dom
Extended NamedNodeMap.
ExtendedNodeList<T extends Node> - Interface in io.sf.carte.doc.dom
This library's iterable version of the old NodeList.

F

face(String, CSSStyleDeclaration) - Static method in class io.sf.carte.doc.style.css.property.AttributeToStyle
 
FILTER_ACCEPT - Static variable in interface io.sf.carte.doc.dom.NodeFilter
Accept the node.
FILTER_SKIP_NODE - Static variable in interface io.sf.carte.doc.dom.NodeFilter
Skip the node.
FILTER_SKIP_NODE_CHILD - Static variable in interface io.sf.carte.doc.dom.NodeFilter
Skip the node and its descendants.
findCharset(String, int) - Static method in class io.sf.carte.doc.agent.AgentUtil
Find the character encoding in a content-type string.
findEntities(Map<Integer, String>, Reader) - Method in class io.sf.carte.doc.xml.dtd.EntityFinder
Find the entities corresponding to the keys in the supplied map, and put them as the corresponding map values.
findRule(String) - Method in interface io.sf.carte.doc.style.css.CSSKeyframesRule
The findRule returns the last declared CSSKeyframeRule matching the specified keyframe selector.
findRule(String) - Method in class io.sf.carte.doc.style.css.om.KeyframesRule
 
findStatePseudoClasses(Selector, List<String>) - Static method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
Add to the list all the state pseudo-classes found in the selector.
firstChild() - Method in interface io.sf.carte.doc.dom.TreeWalker
Moves the TreeWalker to the first visible child of the current node, and returns the new node.
floatValueConversion(float, short, short) - Static method in class io.sf.carte.doc.style.css.property.NumberValue
Converts a float value, expressed in declType units, to unitType units.
FONT_FEATURE_VALUES_RULE - Static variable in interface io.sf.carte.doc.style.css.ExtendedCSSRule
 
FontFaceRule - Class in io.sf.carte.doc.style.css.om
Implementation of CSSFontFaceRule.
FontFaceRule(AbstractCSSStyleSheet, byte) - Constructor for class io.sf.carte.doc.style.css.om.FontFaceRule
 
FontFeatureValuesHandler - Interface in io.sf.carte.doc.style.css.parser
DocumentHandler for @font-feature-values rule body.
FontFeatureValuesRule - Class in io.sf.carte.doc.style.css.om
Implementation of CSSFontFeatureValuesRule.
FontFeatureValuesRule(AbstractCSSStyleSheet, byte) - Constructor for class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
 
fontFormatError(ExtendedCSSFontFaceRule, Exception) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
fontFormatError(ExtendedCSSFontFaceRule, Exception) - Method in interface io.sf.carte.doc.style.css.SheetErrorHandler
Found a font format error when loading a font-face rule.
fontFormatFromContentType(String) - Method in class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
 
fontFormatFromRule(String) - Method in class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
 
FunctionValue - Class in io.sf.carte.doc.style.css.property
Function CSSPrimitiveValue.
FunctionValue() - Constructor for class io.sf.carte.doc.style.css.property.FunctionValue
 
FunctionValue(FunctionValue) - Constructor for class io.sf.carte.doc.style.css.property.FunctionValue
 

G

get(String) - Method in interface io.sf.carte.doc.style.css.CSSFontFeatureValuesMap
Get the feature values associated with the given feature value name.
getAgentControl() - Method in class io.sf.carte.doc.agent.AbstractUserAgent
 
getAgentControl() - Method in interface io.sf.carte.doc.agent.UserAgent
Get the control object for this user agent.
getAlpha() - Method in interface io.sf.carte.doc.style.css.RGBAColor
Get the alpha channel of this colour.
getAnnotation() - Method in interface io.sf.carte.doc.style.css.CSSFontFeatureValuesRule
Get the annotation map.
getAnnotation() - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
 
getAntecedentValue() - Method in interface io.sf.carte.doc.style.css.CSSRatioValue
Get the antecedent value (i.e. the 'a' in 'a/b').
getAntecedentValue() - Method in class io.sf.carte.doc.style.css.property.RatioValue
 
getArguments() - Method in interface io.sf.carte.doc.style.css.CSSFunctionValue
Get the arguments of this function.
getArguments() - Method in class io.sf.carte.doc.style.css.property.FunctionValue
 
getAttribute(String) - Method in class io.sf.carte.doc.dom.DOMElement
 
getAttributeName() - Method in interface io.sf.carte.doc.style.css.CSSAttrValue
Get the attribute name.
getAttributeName() - Method in class io.sf.carte.doc.style.css.property.AttrValue
 
getAttributeNode(String) - Method in class io.sf.carte.doc.dom.DOMElement
 
getAttributeNodeNS(String, String) - Method in class io.sf.carte.doc.dom.DOMElement
 
getAttributeNS(String, String) - Method in class io.sf.carte.doc.dom.DOMElement
 
getAttributes() - Method in class io.sf.carte.doc.dom.DOMDocument
getAttributes() - Method in class io.sf.carte.doc.dom.DOMElement
 
getAttributes() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getAttributeType() - Method in interface io.sf.carte.doc.style.css.CSSAttrValue
Get the attribute type.
getAttributeType() - Method in class io.sf.carte.doc.style.css.property.AttrValue
 
getAttributeValue(String) - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
Gets the value of the given attribute in the element associated to this selector matcher.
getAttributeValue(String) - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
getAuthenticationCredentials(URL, String) - Method in class io.sf.carte.doc.agent.AbstractUserAgent
Gets the authentication credentials for the given URL.
getAuthenticationCredentials(URL, String) - Method in interface io.sf.carte.doc.agent.UserAgent.AgentControl
Gets the authentication credentials for the given URL.
getAuthType() - Method in interface io.sf.carte.doc.agent.AuthenticationCredentials
 
getAzimuth() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBackground() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBackgroundAttachment() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBackgroundColor() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBackgroundImage() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBackgroundImages() - Method in interface io.sf.carte.doc.style.css.CSSComputedProperties
Gets the computed value(s) for the 'background-image' property.
getBackgroundImages() - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
 
getBackgroundPosition() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBackgroundRepeat() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBadAtRules() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
getBadInlineStyles() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
getBadMediaLists() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
getBaseURI() - Method in class io.sf.carte.doc.dom.DOMDocument
Gets the absolute base URI of this node.
getBaseURI() - Method in class io.sf.carte.doc.dom.HTMLDocument
Gets the absolute base URI of this node.
getBaseURI() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getBaseURL() - Method in class io.sf.carte.doc.dom.DOMDocument
Gets the base URL of this Document.
getBaseURL() - Method in class io.sf.carte.doc.dom.HTMLDocument
Gets the base URL of this Document.
getBaseURL() - Method in interface io.sf.carte.doc.style.css.CSSDocument
Gets the Base URL of this Document.
getBaseURL() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Gets the base URL of this Document.
getBorder() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderBottom() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderBottomColor() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderBottomStyle() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderBottomWidth() - Method in interface io.sf.carte.doc.style.css.BoxValues
Gets the computed value of the border-bottom-width property, expressed in a previously specified unit (see the documentation for the class that returned this object).
getBorderBottomWidth() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderCollapse() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderColor() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderLeft() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderLeftColor() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderLeftStyle() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderLeftWidth() - Method in interface io.sf.carte.doc.style.css.BoxValues
Gets the computed value of the border-left-width property, expressed in a previously specified unit (see the documentation for the class that returned this object).
getBorderLeftWidth() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderRight() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderRightColor() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderRightStyle() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderRightWidth() - Method in interface io.sf.carte.doc.style.css.BoxValues
Gets the computed value of the border-right-width property, expressed in a previously specified unit (see the documentation for the class that returned this object).
getBorderRightWidth() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderSpacing() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderStyle() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderTop() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderTopColor() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderTopStyle() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderTopWidth() - Method in interface io.sf.carte.doc.style.css.BoxValues
Gets the computed value of the border-top-width property, expressed in a previously specified unit (see the documentation for the class that returned this object).
getBorderTopWidth() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBorderWidth() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBottom() - Method in interface io.sf.carte.doc.geom.DOMRect
The bottom of the rectangle.
getBottom() - Method in class io.sf.carte.doc.geom.Rect
 
getBottom() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getBoxValues(short) - Method in interface io.sf.carte.doc.style.css.CSSComputedProperties
Get the box values from a simple box model.
getBoxValues(short) - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
Get the box values from a simple box model.
getCanvas() - Method in class io.sf.carte.doc.dom.DOMDocument
Gets the document's canvas for the current target medium.
getCanvas() - Method in interface io.sf.carte.doc.style.css.CSSDocument
Gets the document's canvas for the current target medium.
getCanvas() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Gets the document's canvas for the current target medium.
getCapHeight(CSSComputedProperties) - Method in interface io.sf.carte.doc.agent.CSSCanvas
Get the cap-height of the first available font, in typographic points.
getCaptionSide() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getCause() - Method in exception io.sf.carte.doc.style.css.om.RuleParseException
 
getCharacterVariant() - Method in interface io.sf.carte.doc.style.css.CSSFontFeatureValuesRule
Get the characterVariant map.
getCharacterVariant() - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
 
getChildElementCount() - Method in class io.sf.carte.doc.dom.DOMElement
Gets the number of child nodes of type Element that this parent node has.
getChildElementCount() - Method in class io.sf.carte.doc.dom.DOMDocument
Gets the number of child nodes of type Element that this parent node has.
getChildElementCount() - Method in interface io.sf.carte.doc.dom.ParentNode
Gets the number of child nodes of type Element that this parent node has.
getChildNodes() - Method in class io.sf.carte.doc.dom.DOMDocument
 
getChildNodes() - Method in interface io.sf.carte.doc.dom.DOMNode
Get the children of this node.
getChildNodes() - Method in interface io.sf.carte.doc.dom.ParentNode
Gets a DOMNodeList containing all the children of this parent node.
getChildNodes() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getChildren() - Method in class io.sf.carte.doc.dom.DOMElement
Gets the live ElementList containing all nodes of type Element that are children of this Element.
getChildren() - Method in class io.sf.carte.doc.dom.DOMDocument
Gets the live ElementList containing all nodes of type Element that are children of this Element.
getChildren() - Method in interface io.sf.carte.doc.dom.ParentNode
Gets the live ElementList containing all nodes of type Element that are children of this ParentNode.
getClassAttribute(CSSDocument.ComplianceMode) - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
getClassList() - Method in class io.sf.carte.doc.dom.DOMElement
Gives a live DOMTokenList collection of the class attributes of this element.
getClassName() - Method in class io.sf.carte.doc.dom.DOMElement
 
getClear() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getClip() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getCodePoint() - Method in interface io.sf.carte.doc.style.css.CSSUnicodeRangeValue.CSSUnicodeValue
 
getCodePoint() - Method in class io.sf.carte.doc.style.css.property.UnicodeValue
 
getColor() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getColor(String) - Method in class io.sf.carte.doc.style.css.property.ColorIdentifiers
Gets the color associated to the given keyword.
getColorDepth() - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Gives the number of bits allocated to colors (excluding the alpha channel) in the output device.
getColorIndex() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
getColorSpace() - Method in class io.sf.carte.doc.style.css.property.ColorValue
 
getColumnsContentWidth() - Method in interface io.sf.carte.doc.style.css.BoxValues.TableBoxValues
Gets an array with the content width of table columns.
getComment() - Method in interface io.sf.carte.doc.agent.Cookie
 
getComment() - Method in class io.sf.carte.doc.agent.DefaultCookie
 
getComplianceMode() - Method in class io.sf.carte.doc.dom.DOMDocument
Get the compliance mode of this document.
getComplianceMode() - Method in interface io.sf.carte.doc.style.css.CSSDocument
Get the compliance mode of this document.
getComplianceMode() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getComputedFontSize() - Method in interface io.sf.carte.doc.style.css.CSSComputedProperties
Gets the computed value of the font-size property.
getComputedFontSize() - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
Gets the computed value of the font-size property.
getComputedLineHeight() - Method in interface io.sf.carte.doc.style.css.CSSComputedProperties
Gets the computed line height with the default 'normal' value of 1.16em.
getComputedLineHeight() - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
Gets the computed line height with the default 'normal' value of 1.16em.
getComputedLineHeight(float) - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
Gets the computed line height, in typographic points.
getComputedStyle(CSSElement, String) - Method in interface io.sf.carte.doc.style.css.DocumentCSSStyleSheet
Gets the computed style for the given Element and pseudo-element in the DOM Document associated to this style sheet.
getComputedStyle(CSSElement, String) - Method in class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
Gets the computed style for the given element and pseudo-element.
getComputedStyle(CSSElement, String) - Method in class io.sf.carte.doc.style.css.om.DOMDocumentCSSStyleSheet
Gets the computed style for the given DOM Element and pseudo-element.
getComputedStyle(String) - Method in class io.sf.carte.doc.dom.DOMElement
Gets the computed style declaration that applies to this element.
getComputedStyle(String) - Method in interface io.sf.carte.doc.style.css.CSSElement
Gets the computed style declaration that applies to this element.
getComputedStyleErrors(CSSElement) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
getComputedStyleWarnings(CSSElement) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
getCondition() - Method in interface io.sf.carte.doc.style.css.CSSSupportsRule
Get the object model representation of the condition associated to this rule.
getCondition() - Method in class io.sf.carte.doc.style.css.om.SupportsRule
 
getConditionText() - Method in interface io.sf.carte.doc.style.css.CSSConditionRule
Gets the serialization of the condition of this rule.
getConditionText() - Method in class io.sf.carte.doc.style.css.om.SupportsRule
 
getConsequentValue() - Method in interface io.sf.carte.doc.style.css.CSSRatioValue
Get the consequent value (i.e. the 'b' in 'a/b').
getConsequentValue() - Method in class io.sf.carte.doc.style.css.property.RatioValue
 
getContent() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getCookieConfig() - Method in class io.sf.carte.doc.agent.AbstractUserAgent
Gets the global, useragent-wide default cookie config.
getCookieConfig() - Method in interface io.sf.carte.doc.agent.UserAgent.AgentControl
Gets the global, useragent-wide default cookie config.
getCookies(String) - Method in class io.sf.carte.doc.agent.AbstractUserAgent
 
getCounterIncrement() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getCounterReset() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getCounterStyle() - Method in interface io.sf.carte.doc.style.css.CSSCounterValue
Get the counter style.
getCounterValue() - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
 
getCSSBackgroundColor() - Method in interface io.sf.carte.doc.style.css.CSSComputedProperties
Gets the primitive, computed value for the 'background-color' property.
getCSSBackgroundColor() - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
 
getCSSColor() - Method in interface io.sf.carte.doc.style.css.CSSComputedProperties
Gets the primitive, computed value for the 'color' property.
getCSSColor() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getCSSColor() - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
 
getCssFloat() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getCSSNode(Node) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getCssRules() - Method in interface io.sf.carte.doc.style.css.CSSGroupingRule
Get the list of CSS rules nested inside the grouping rule.
getCssRules() - Method in interface io.sf.carte.doc.style.css.CSSKeyframesRule
Gets the list of keyframe rules.
getCssRules() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Gets the collection of all CSS rules contained within the style sheet.
getCssRules() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
getCssRules() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
getCssRules() - Method in class io.sf.carte.doc.style.css.om.GroupingRule
 
getCssRules() - Method in class io.sf.carte.doc.style.css.om.KeyframesRule
 
getCssText() - Method in interface io.sf.carte.doc.style.css.CSSExpression
Get a string representation of the expression.
getCssText() - Method in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
Get a parsable representation of this unit.
getCssText() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSRule
 
getCssText() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
Retrieves the parsable textual representation of the declaration block (excluding the surrounding curly braces).
getCssText() - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
 
getCssText() - Method in class io.sf.carte.doc.style.css.om.CounterStyleRule
 
getCssText() - Method in class io.sf.carte.doc.style.css.om.CSSStyleDeclarationRule
 
getCssText() - Method in class io.sf.carte.doc.style.css.om.FontFaceRule
 
getCssText() - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
 
getCssText() - Method in class io.sf.carte.doc.style.css.om.ImportRule
 
getCssText() - Method in class io.sf.carte.doc.style.css.om.KeyframeRule
 
getCssText() - Method in class io.sf.carte.doc.style.css.om.KeyframesRule
 
getCssText() - Method in class io.sf.carte.doc.style.css.om.MarginRule
 
getCssText() - Method in class io.sf.carte.doc.style.css.om.MediaRule
 
getCssText() - Method in class io.sf.carte.doc.style.css.om.NamespaceRule
 
getCssText() - Method in class io.sf.carte.doc.style.css.om.PageRule
 
getCssText() - Method in class io.sf.carte.doc.style.css.om.SupportsRule
 
getCssText() - Method in class io.sf.carte.doc.style.css.om.UnknownRule
 
getCssText() - Method in class io.sf.carte.doc.style.css.om.ViewportRule
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.IdentifierValue
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.AttrValue
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.CalcValue
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.ColorValue
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.CustomPropertyValue
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.EnvVariableValue
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.ExpressionValue
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.FunctionValue
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.InheritValue
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.LinkedCSSValueList
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.RatioValue
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.StyleValue
Get a string representation of the current value.
getCssText() - Method in class io.sf.carte.doc.style.css.property.SystemDefaultValue
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.UnicodeRangeValue
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.UnicodeValue
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.UnicodeWildcardValue
 
getCssText() - Method in class io.sf.carte.doc.style.css.property.URIValueWrapper
 
getCSSValue() - Method in class io.sf.carte.doc.style.css.property.InheritValue
 
getCSSValue() - Method in class io.sf.carte.doc.style.css.property.ValueFactory.ListValueItem
 
getCSSValue() - Method in interface io.sf.carte.doc.style.css.property.ValueItem
Gets the CSSValue associated to this item.
getCSSValue(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getCSSValue(String) - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
Gets the absolute, primitive "computed" value for the given property.
getCssValueType() - Method in class io.sf.carte.doc.style.css.property.LinkedCSSValueList
 
getCssValueType() - Method in class io.sf.carte.doc.style.css.property.StyleValue
Gives a code defining the type of the value as defined by CSSValue .
getCue() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getCueAfter() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getCueBefore() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getCurrentColor() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getCurrentColor() - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
 
getCurrentNode() - Method in interface io.sf.carte.doc.dom.TreeWalker
The node at which the TreeWalker is currently positioned.
getCursor() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getDeclaredCSSValue(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getDefaultGenericFontFamily() - Method in class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
 
getDefaultGenericFontFamily() - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Gets the real name of the default font.
getDefaultGenericFontFamily(String) - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Gets the name of the default font used when a generic font family (serif, sans-serif, monospace, cursive, fantasy) is specified.
getDefaultStyleSheet(CSSDocument.ComplianceMode) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
 
getDefaultStyleSheet(CSSDocument.ComplianceMode) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
Get the style sheet resulting from the merge of the user agent sheet and the non-important part of the user style sheet.
getDefaultStyleSheet(CSSDocument.ComplianceMode) - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory
 
getDeviceFactory() - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Gets the device factory.
getDeviceFactory() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Gets the device factory.
getDeviceHeight() - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Gets the height of the device, expressed in its natural unit.
getDeviceWidth() - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Gets the width of the device, expressed in its natural unit.
getDifferent() - Method in interface io.sf.carte.util.Diff
Get an array with the elements that are present in both objects, but in a different way.
getDimensionUnitText() - Method in class io.sf.carte.doc.style.css.property.NumberValue
Gives the text representation of the dimension unit, if this value represents a dimension.
getDir() - Method in class io.sf.carte.doc.dom.HTMLElement
 
getDirection() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getDirectionality() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
Get the directionality of the element associated to this matcher.
getDirectionality() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
getDirectionality(Element) - Static method in class io.sf.carte.doc.DirectionalityHelper
Determine the directionality of the given element.
getDisabled() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
getDisplay() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getDisplayProperty(Element) - Method in class io.sf.carte.doc.dom.DOMWriter
Get the value of the display CSS property as specified in the user agent style sheet for that element.
getDoctype() - Method in class io.sf.carte.doc.dom.DOMDocument
getDoctype() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getDocument() - Method in interface io.sf.carte.doc.agent.CSSCanvas
Gets the document to which this canvas applies.
getDocument() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
getDocumentElement() - Method in class io.sf.carte.doc.dom.DOMDocument
Get the child node which is the document element of this document.
getDocumentElement() - Method in class io.sf.carte.doc.dom.HTMLDocument
 
getDocumentElement() - Method in interface io.sf.carte.doc.style.css.CSSDocument
Get the child node which is the document element of this document.
getDocumentElement() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getDocumentErrorHandler() - Method in class io.sf.carte.doc.style.css.om.AbstractStyleSheet
 
getDocumentErrorHandler() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
getDocumentURI() - Method in class io.sf.carte.doc.dom.DOMDocument
Gets the location of this document.
getDocumentURI() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getDomain() - Method in interface io.sf.carte.doc.agent.Cookie
 
getDomain() - Method in class io.sf.carte.doc.agent.DefaultCookie
 
getDomConfig() - Method in class io.sf.carte.doc.dom.DOMDocument
Deprecated.
getDomConfig() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getDOMImplementation() - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
getElementById(String) - Method in class io.sf.carte.doc.dom.DOMDocument
Returns the Element that has an ID attribute with the given value.
getElementById(String) - Method in interface io.sf.carte.doc.style.css.CSSDocument
getElementById(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getElementsByClassName(String) - Method in class io.sf.carte.doc.dom.DOMDocument
Gives a live NodeList containing all child elements which have all of the given class names under this reference element.
getElementsByClassName(String) - Method in class io.sf.carte.doc.dom.DOMElement
Gives a live NodeList containing all child elements which have all of the given class names under this reference element.
getElementsByClassName(String) - Method in interface io.sf.carte.doc.dom.ParentNode
Gives a live ElementList containing all the descending elements which have all of the given class names under this reference node.
getElementsByTagName(String) - Method in class io.sf.carte.doc.dom.DOMElement
 
getElementsByTagName(String) - Method in class io.sf.carte.doc.dom.DOMDocument
Gives an ElementList of all the elements descending from this context node that have the given tag name, in document order.
getElementsByTagName(String) - Method in interface io.sf.carte.doc.dom.ParentNode
Gives an ElementList of all the elements descending from this context node that have the given tag name, in document order.
getElementsByTagName(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getElementsByTagNameNS(String, String) - Method in class io.sf.carte.doc.dom.DOMElement
 
getElementsByTagNameNS(String, String) - Method in class io.sf.carte.doc.dom.DOMDocument
Gives an ElementList of all the elements descending from this context node that have the given local name and namespace URI, in document order.
getElementsByTagNameNS(String, String) - Method in interface io.sf.carte.doc.dom.ParentNode
Gives an ElementList of all the elements descending from this context node that have the given local name and namespace URI, in document order.
getElementsByTagNameNS(String, String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getElevation() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getEmptyCells() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getEmptyStyleRules() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
getEndValue() - Method in interface io.sf.carte.doc.style.css.CSSUnicodeRangeValue
Get the end of this unicode range.
getEndValue() - Method in class io.sf.carte.doc.style.css.property.UnicodeRangeValue
 
getErrorHandler() - Method in class io.sf.carte.doc.dom.DOMDocument
 
getErrorHandler() - Method in interface io.sf.carte.doc.style.css.CSSDocument
Gets the document-level error handler.
getErrorHandler() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Gets the error handler for this style sheet.
getErrorHandler() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
getErrorHandler() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getExceptions() - Method in interface io.sf.carte.doc.style.css.MediaQueryList
Get the exceptions found while parsing the query, if any.
getExceptions() - Method in class io.sf.carte.doc.style.css.om.MediaList
 
getExpiryTime() - Method in interface io.sf.carte.doc.agent.Cookie
 
getExpiryTime() - Method in class io.sf.carte.doc.agent.DefaultCookie
 
getExpression() - Method in interface io.sf.carte.doc.style.css.CSSExpressionValue
Get the root expression corresponding to this calc() value.
getExpression() - Method in class io.sf.carte.doc.style.css.property.ExpressionValue
 
getExSizeInPt(String, float) - Method in class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
 
getExSizeInPt(String, float) - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Gives the size of the 'ex' unit, expressed in 'pt' (typographic points) unit.
getExternalSubset(String, String) - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
 
getFactor() - Method in interface io.sf.carte.doc.style.css.nsac.PositionalCondition2
Get the An+B expression factor (i.e.
getFallback() - Method in interface io.sf.carte.doc.style.css.CSSAttrValue
Get the fallback value.
getFallback() - Method in interface io.sf.carte.doc.style.css.CSSCustomPropertyValue
Get the fallback value.
getFallback() - Method in interface io.sf.carte.doc.style.css.CSSEnvVariableValue
Get the fallback value to be used if the referenced variable name is not known.
getFallback() - Method in class io.sf.carte.doc.style.css.property.AttrValue
 
getFallback() - Method in class io.sf.carte.doc.style.css.property.CustomPropertyValue
 
getFallback() - Method in class io.sf.carte.doc.style.css.property.EnvVariableValue
 
getFeature(String, String) - Method in class io.sf.carte.doc.dom.DOMDocument
Deprecated.
getFeature(String, String) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
Deprecated.
getFeature(String, String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getFeatureValue(String) - Method in interface io.sf.carte.doc.agent.CSSCanvas
Provide the value of the requested media feature.
getFeatureValue(String) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
getFeatureValuesMap(String) - Method in interface io.sf.carte.doc.style.css.CSSFontFeatureValuesRule
Get a feature values map for the given name.
getFeatureValuesMap(String) - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
Get a feature values map for the given name.
getFilter() - Method in interface io.sf.carte.doc.dom.TreeWalker
If the filter implements org.w3c.dom.traversal.NodeFilter, return it.
getFirstChild() - Method in class io.sf.carte.doc.dom.DOMDocument
 
getFirstChild() - Method in interface io.sf.carte.doc.dom.DOMNode
Get the first child of this node.
getFirstChild() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getFirstElementChild() - Method in class io.sf.carte.doc.dom.DOMElement
Gets the DOMElement that is the first child of this DOMElement.
getFirstElementChild() - Method in class io.sf.carte.doc.dom.DOMDocument
Gets the Element that is the first child of this ParentNode.
getFirstElementChild() - Method in interface io.sf.carte.doc.dom.ParentNode
Gets the Element that is the first child of this ParentNode.
getFloatValue(short) - Method in class io.sf.carte.doc.style.css.property.CalcValue
 
getFloatValue(short) - Method in class io.sf.carte.doc.style.css.property.NumberValue
Gets a float value in a specified unit.
getFloatValue(short) - Method in class io.sf.carte.doc.style.css.property.PercentageValue
Gets a float value in a specified unit.
getFloatValue(short) - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
This method is used to get a float value in a specified unit.
getFont() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getFontFamily() - Method in interface io.sf.carte.doc.style.css.CSSFontFeatureValuesRule
Get the list of font families for which a given set of feature values is defined.
getFontFamily() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getFontFamily() - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
 
getFontSize() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getFontSizeAdjust() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getFontSizeFromIdentifier(String, String) - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Gets the font size from the given size identifier (small, medium, etc.), expressed in typographic points.
getFontStretch() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getFontStyle() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getFontVariant() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getFontWeight() - Method in interface io.sf.carte.doc.style.css.CSSComputedProperties
Gets the computed font weight.
getFontWeight() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getFunctionName() - Method in interface io.sf.carte.doc.style.css.CSSFunctionValue
Get the function name.
getFunctionName() - Method in class io.sf.carte.doc.style.css.property.FunctionValue
 
getGradientType() - Method in interface io.sf.carte.doc.style.css.CSSGradientValue
Get the gradient type.
getGradientType() - Method in class io.sf.carte.doc.style.css.property.GradientValue
 
getHeight() - Method in interface io.sf.carte.doc.geom.DOMRect
The height of the rectangle.
getHeight() - Method in class io.sf.carte.doc.geom.Rect
 
getHeight() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getHintErrors(CSSElement) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
getHref() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
getHref() - Method in class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
 
getHref() - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheet
 
getHref() - Method in class io.sf.carte.doc.style.css.om.ImportRule
 
getHref(CSSPrimitiveValue, String) - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
Attempts to get the absolute Href from the string value of a (uri) property.
getId() - Method in class io.sf.carte.doc.dom.DOMElement
 
getId() - Method in interface io.sf.carte.doc.style.css.CSSElement
Gets the id attribute of this element.
getId() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
Gets the 'id' attribute of the element associated to this selector matcher.
getId() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
getIgnoredImports() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
getImplementation() - Method in class io.sf.carte.doc.dom.DOMDocument
Get the DOM implementation that created this document.
getImplementation() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getIndex() - Method in exception io.sf.carte.doc.DOMCharacterException
Get the index at which the problem was found.
getInitialColor() - Method in class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
 
getInitialColor() - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Gives the initial (default) value for the 'color' property on this device.
getInitialValue(String) - Method in class io.sf.carte.doc.style.css.property.PropertyDatabase
Gives the initial device-independent initial (default) value for the given property.
getInlineStyleErrorHandler(CSSElement) - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Get the error handler for the given element's inline style.
getInlineStyleErrorHandler(CSSElement) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
getInlineStyleErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
getInlineStyleOwners() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
Gets the owners of inline styles that have been processed through this handler.
getInputEncoding() - Method in class io.sf.carte.doc.dom.DOMDocument
Give the encoding used when the document was parsed, if known.
getInputEncoding() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getInstance() - Static method in class io.sf.carte.doc.style.css.property.ColorIdentifiers
Gets the instance of this class.
getInstance() - Static method in class io.sf.carte.doc.style.css.property.PropertyDatabase
Gets an instance of this class.
getInstance() - Static method in class io.sf.carte.doc.style.css.property.ShorthandDatabase
Gets an instance of this class.
getInstance() - Static method in class io.sf.carte.doc.style.css.property.SystemDefaultValue
 
getIOErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
getKeyText() - Method in interface io.sf.carte.doc.style.css.CSSKeyframeRule
Gets the keyframe selector as a comma-separated list of percentage values.
getKeyText() - Method in class io.sf.carte.doc.style.css.om.KeyframeRule
 
getLang() - Method in class io.sf.carte.doc.dom.HTMLElement
 
getLanguage() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
Gets the language of the element associated to this selector matcher.
getLanguage() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
getLastChild() - Method in class io.sf.carte.doc.dom.DOMDocument
 
getLastChild() - Method in interface io.sf.carte.doc.dom.DOMNode
Get the last child of this node.
getLastChild() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getLastElementChild() - Method in class io.sf.carte.doc.dom.DOMElement
Gets the DOMElement that is the last child of this DOMElement.
getLastElementChild() - Method in class io.sf.carte.doc.dom.DOMDocument
Gets the DOMElement that is the last child of this ParentNode.
getLastElementChild() - Method in interface io.sf.carte.doc.dom.ParentNode
Gets the Element that is the last child of this ParentNode.
getLastStyleSheetSet() - Method in class io.sf.carte.doc.dom.DOMDocument
Gets the style sheet set that was last selected.
getLastStyleSheetSet() - Method in interface io.sf.carte.doc.style.css.CSSDocument
Gets the style sheet set that was last selected.
getLastStyleSheetSet() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Gets the style sheet set that was last selected.
getLeft() - Method in interface io.sf.carte.doc.geom.DOMRect
The left of the rectangle.
getLeft() - Method in class io.sf.carte.doc.geom.Rect
 
getLeft() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getLeftSide() - Method in interface io.sf.carte.util.Diff
Get an array with the elements that are only present in the left object.
getLength() - Method in interface io.sf.carte.doc.DOMTokenList
Gets the number of tokens stored in this collection.
getLength() - Method in class io.sf.carte.doc.DOMTokenListImpl
 
getLength() - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
getLength() - Method in interface io.sf.carte.doc.style.css.AlgebraicExpression
Get the number of operands in this expression.
getLength() - Method in class io.sf.carte.doc.style.css.om.CSSRuleArrayList
Gives the number of rules in the list.
getLength() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
The number of properties that have been explicitly set in this declaration block.
getLength() - Method in class io.sf.carte.doc.style.css.om.MediaList
 
getLength() - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
 
getLength() - Method in class io.sf.carte.doc.style.css.property.LinkedCSSValueList
 
getLength() - Method in class io.sf.carte.doc.style.css.property.ValueList
 
getLetterSpacing() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getLineHeight() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getLinkedSheetErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
getLinkedStyleErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
getListStyle() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getListStyleImage() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getListStylePosition() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getListStyleType() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getLocalName() - Method in class io.sf.carte.doc.dom.DOMDocument
Gives the local part of the qualified name of this node.
getLocalName() - Method in class io.sf.carte.doc.dom.DOMElement
 
getLocalName() - Method in interface io.sf.carte.doc.style.css.nsac.AttributeCondition2
Returns the local part of the qualified name of this attribute.
getLocalName() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
Gets the local name of the element to which this selector matcher applies.
getLocalName() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getLoginPrincipal() - Method in interface io.sf.carte.doc.agent.AuthenticationCredentials
 
getLonghandProperties(String) - Method in class io.sf.carte.doc.style.css.property.ShorthandDatabase
Get an array with the names of the longhand subproperties for shorthandName.
getLonghands() - Method in interface io.sf.carte.doc.style.css.CSSShorthandValue
Get the set of longhand properties that this shorthand is responsible for.
getMalformedURIs() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
getMappedCSSNode(Node) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getMargin() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getMarginBottom() - Method in interface io.sf.carte.doc.style.css.BoxValues
Gets the computed value of the margin-bottom property, expressed in a previously specified unit (see the documentation for the class that returned this object).
getMarginBottom() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getMarginLeft() - Method in interface io.sf.carte.doc.style.css.BoxValues
Gets the computed value of the margin-left property, expressed in a previously specified unit (see the documentation for the class that returned this object).
getMarginLeft() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getMarginRight() - Method in interface io.sf.carte.doc.style.css.BoxValues
Gets the computed value of the margin-right property, expressed in a previously specified unit (see the documentation for the class that returned this object).
getMarginRight() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getMarginRules() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSPageRule
Get the list of page-margin rules.
getMarginRules() - Method in class io.sf.carte.doc.style.css.om.PageRule
 
getMarginTop() - Method in interface io.sf.carte.doc.style.css.BoxValues
Gets the computed value of the margin-top property, expressed in a previously specified unit (see the documentation for the class that returned this object).
getMarginTop() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getMarkerOffset() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getMarks() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getMaxHeight() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getMaxWidth() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getMedia() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSMediaRule
 
getMedia() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Get the destination media for this sheet.
getMedia() - Method in interface io.sf.carte.doc.style.css.MediaQueryList
Get the serialized form of this media query list.
getMedia() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
getMedia() - Method in class io.sf.carte.doc.style.css.om.ImportRule
 
getMedia() - Method in class io.sf.carte.doc.style.css.om.MediaList
 
getMedia() - Method in class io.sf.carte.doc.style.css.om.MediaRule
 
getMediaErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
getMediaText() - Method in class io.sf.carte.doc.style.css.om.MediaList
 
getMessage() - Method in exception io.sf.carte.doc.style.css.StyleDatabaseRequiredException
 
getMinHeight() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getMinifiedCssText() - Method in interface io.sf.carte.doc.style.css.CSSExpression
Get a minified string representation of the expression.
getMinifiedCssText() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSRule
A minified parsable textual representation of the rule.
getMinifiedCssText() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleDeclaration
A minified parsable textual representation of the declaration.
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSRule
A minified parsable textual representation of the rule.
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleDeclaration
Retrieves a minified textual representation of the declaration block (excluding the surrounding curly braces).
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
 
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
Retrieves a minified textual representation of the declaration block (excluding the surrounding curly braces).
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
 
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.CounterStyleRule
 
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.CSSStyleDeclarationRule
 
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.FontFaceRule
 
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
 
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.ImportRule
 
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.KeyframeRule
 
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.KeyframesRule
 
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.MarginRule
 
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.MediaRule
 
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.PageRule
 
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.SupportsRule
 
getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.ViewportRule
 
getMinifiedCssText(String) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSValue
Gives a minified version of the css text of the property, for the given property name.
getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.AttrValue
 
getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.CalcValue
 
getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.ColorValue
 
getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.CustomPropertyValue
 
getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.EnvVariableValue
 
getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.ExpressionValue
 
getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.FunctionValue
 
getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.IdentifierValue
 
getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.LinkedCSSValueList
 
getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.StringValue
 
getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.StyleValue
 
getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.URIValue
 
getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.URIValueWrapper
 
getMinifiedMedia() - Method in interface io.sf.carte.doc.style.css.MediaQueryList
Get a minified serialized form of this media query list.
getMinifiedMedia() - Method in class io.sf.carte.doc.style.css.om.MediaList
 
getMinWidth() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getMissingRequiredValues() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
getModel(String) - Static method in class io.sf.carte.doc.xml.dtd.ContentModel
Gets an instance of ContentModel for the given DOCTYPE declaration.
getModel(DocumentType) - Static method in class io.sf.carte.doc.xml.dtd.ContentModel
Gets an instance of ContentModel for the given docType.
getMonoBitsPerPixel() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
getName() - Method in interface io.sf.carte.doc.agent.Cookie
 
getName() - Method in class io.sf.carte.doc.agent.DefaultCookie
 
getName() - Method in interface io.sf.carte.doc.style.css.CSSCounterStyleRule
Gets the counter-style name.
getName() - Method in interface io.sf.carte.doc.style.css.CSSCounterValue
Get the name of this counter.
getName() - Method in interface io.sf.carte.doc.style.css.CSSCustomPropertyValue
Get the name of this custom property.
getName() - Method in interface io.sf.carte.doc.style.css.CSSEnvVariableValue
Get the name of this environment variable.
getName() - Method in interface io.sf.carte.doc.style.css.CSSKeyframesRule
Gets the name of the keyframes.
getName() - Method in interface io.sf.carte.doc.style.css.CSSMarginRule
The name of the margin at-rule.
getName() - Method in interface io.sf.carte.doc.style.css.nsac.ArgumentCondition
The name of the pseudo-class.
getName() - Method in class io.sf.carte.doc.style.css.om.CounterStyleRule
Gets the counter-style name.
getName() - Method in class io.sf.carte.doc.style.css.om.KeyframesRule
 
getName() - Method in class io.sf.carte.doc.style.css.om.MarginRule
 
getName() - Method in interface io.sf.carte.doc.style.css.parser.DeclarationCondition
The property name.
getName() - Method in interface io.sf.carte.doc.style.css.parser.MediaFeaturePredicate
Get the name of the feature.
getName() - Method in class io.sf.carte.doc.style.css.property.CustomPropertyValue
 
getName() - Method in class io.sf.carte.doc.style.css.property.EnvVariableValue
 
getName() - Method in class io.sf.carte.doc.xml.dtd.DocumentTypeDeclaration
 
getNamedItem(String) - Method in interface io.sf.carte.doc.dom.ExtendedNamedNodeMap
getNamedItemNS(String, String) - Method in interface io.sf.carte.doc.dom.ExtendedNamedNodeMap
getNamespacePrefix(String) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
Gets the namespace prefix associated to the given URI.
getNamespacePrefix(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
Gets the namespace prefix associated to the given URI.
getNamespaceURI() - Method in class io.sf.carte.doc.dom.DOMDocument
getNamespaceURI() - Method in class io.sf.carte.doc.dom.DOMElement
 
getNamespaceURI() - Method in interface io.sf.carte.doc.style.css.CSSNamespaceRule
Get the namespace URI defined by this rule.
getNamespaceURI() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
getNamespaceURI() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getNamespaceURI() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
getNamespaceURI() - Method in class io.sf.carte.doc.style.css.om.NamespaceRule
 
getNamespaceURI(String) - Method in interface io.sf.carte.doc.style.css.nsac.Parser2.NamespaceMap
Gets the namespace URI associated to the given prefix.
getNaturalUnit() - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Gets the identifier of the device's natural unit.
getNestedCondition() - Method in interface io.sf.carte.doc.style.css.parser.BooleanCondition
If this is a NOT condition, return the negated condition.
getNextElementSibling() - Method in class io.sf.carte.doc.dom.DOMDocument
 
getNextElementSibling() - Method in interface io.sf.carte.doc.dom.NonDocumentTypeChildNode
Gets the first following sibling that is an element.
getNextLexicalUnit() - Method in class io.sf.carte.doc.style.css.property.InheritValue
 
getNextLexicalUnit() - Method in class io.sf.carte.doc.style.css.property.ValueFactory.ListValueItem
 
getNextLexicalUnit() - Method in interface io.sf.carte.doc.style.css.property.ValueItem
Get the next lexical unit after processing this item.
getNextSibling() - Method in class io.sf.carte.doc.dom.DOMDocument
 
getNextSibling() - Method in interface io.sf.carte.doc.dom.DOMNode
Get the node immediately following this node in its parent's child list.
getNextSibling() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getNoContainingBlock() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
getNodeFilter() - Method in interface io.sf.carte.doc.dom.NodeIterator
Get the NodeFilter callback.
getNodeFilter() - Method in interface io.sf.carte.doc.dom.TreeWalker
Get the NodeFilter callback.
getNodeName() - Method in class io.sf.carte.doc.dom.DOMDocument
getNodeName() - Method in class io.sf.carte.doc.dom.DOMElement
 
getNodeName() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getNodeType() - Method in class io.sf.carte.doc.dom.DOMDocument
getNodeType() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getNodeValue() - Method in class io.sf.carte.doc.dom.DOMDocument
getNodeValue() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getOffset() - Method in interface io.sf.carte.doc.style.css.nsac.PositionalCondition2
Get the An+B expression offset (i.e.
getOffset() - Method in class io.sf.carte.doc.style.css.parser.AnBExpression
Get the expression offset (i.e.
getOfList() - Method in interface io.sf.carte.doc.style.css.nsac.PositionalCondition2
Get the list of selectors that the children have to match.
getOperand() - Method in interface io.sf.carte.doc.style.css.CSSOperandExpression
Retrieve the operand.
getOrientation() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
getOrigin() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSRule
Get the origin of this rule (user agent sheet, author, user).
getOrigin() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
Get the origin of this sheet.
getOrigin() - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
 
getOrigin() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
getOriginPolicy() - Method in class io.sf.carte.doc.agent.AbstractUserAgent
 
getOrnaments() - Method in interface io.sf.carte.doc.style.css.CSSFontFeatureValuesRule
Get the ornaments map.
getOrnaments() - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
 
getOrphans() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getOutline() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getOutlineColor() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getOutlineStyle() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getOutlineWidth() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getOverflow() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getOverflowBlock() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
getOverflowInline() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
getOverrideStyle(String) - Method in class io.sf.carte.doc.dom.DOMElement
Gets this element's override style declaration for a pseudo-element.
getOverrideStyle(String) - Method in interface io.sf.carte.doc.style.css.CSSElement
Gets this element's override style declaration for a pseudo-element.
getOverrideStyle(Element, String) - Method in class io.sf.carte.doc.dom.DOMDocument
Gets the override style declaration for an element and pseudo-element.
getOverrideStyle(Element, String) - Method in interface io.sf.carte.doc.style.css.CSSDocument
Gets the override style declaration for an element and pseudo-element.
getOverrideStyle(Element, String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Gets the override style sheet for an element and pseudo-element.
getOwnerDocument() - Method in class io.sf.carte.doc.dom.DOMElement
Get the DOMDocument object related to this node (for all nodes except DocumentType, it is the document that created it), which is also the object that should be used to create new nodes for the document.
getOwnerDocument() - Method in class io.sf.carte.doc.dom.DOMDocument
Get the DOMDocument object related to this node (for all nodes except DocumentType, it is the document that created it), which is also the object that should be used to create new nodes for the document.
getOwnerDocument() - Method in interface io.sf.carte.doc.dom.DOMNode
Get the DOMDocument object related to this node (for all nodes except DocumentType, it is the document that created it), which is also the object that should be used to create new nodes for the document.
getOwnerDocument() - Method in class io.sf.carte.doc.dom.HTMLDocument
 
getOwnerDocument() - Method in class io.sf.carte.doc.dom.HTMLElement
 
getOwnerDocument() - Method in interface io.sf.carte.doc.style.css.CSSNode
getOwnerDocument() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
getOwnerDocument() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
getOwnerDocument() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getOwnerNode() - Method in interface io.sf.carte.doc.style.css.CSSComputedProperties
Gets the owner/peer node.
getOwnerNode() - Method in interface io.sf.carte.doc.style.css.NodeStyleDeclaration
Gets the owner node.
getOwnerNode() - Method in class io.sf.carte.doc.style.css.om.AnonymousStyleDeclaration
 
getOwnerNode() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
The node that owns this declaration.
getOwnerNode() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
getOwnerNode() - Method in class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
 
getOwnerNode() - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
 
getOwnerNode() - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheet
 
getOwnerNode() - Method in class io.sf.carte.doc.style.css.om.DOMDocumentCSSStyleSheet
 
getOwnerNode() - Method in class io.sf.carte.doc.style.css.om.InlineStyle
 
getOwnerRule() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
getOwnerRule() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
getPadding() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPaddingBottom() - Method in interface io.sf.carte.doc.style.css.BoxValues
Gets the computed value of the padding-bottom property, expressed in a previously specified unit (see the documentation for the class that returned this object).
getPaddingBottom() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPaddingLeft() - Method in interface io.sf.carte.doc.style.css.BoxValues
Gets the computed value of the padding-left property, expressed in a previously specified unit (see the documentation for the class that returned this object).
getPaddingLeft() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPaddingRight() - Method in interface io.sf.carte.doc.style.css.BoxValues
Gets the computed value of the padding-right property, expressed in a previously specified unit (see the documentation for the class that returned this object).
getPaddingRight() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPaddingTop() - Method in interface io.sf.carte.doc.style.css.BoxValues
Gets the computed value of the padding-top property, expressed in a previously specified unit (see the documentation for the class that returned this object).
getPaddingTop() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPage() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPageBreakAfter() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPageBreakBefore() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPageBreakInside() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getParentComputedStyle() - Method in interface io.sf.carte.doc.style.css.CSSComputedProperties
Gets the computed style for the parent element.
getParentComputedStyle() - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
Gets the computed style for the parent element.
getParentComputedStyle() - Method in class io.sf.carte.doc.style.css.om.DOMComputedStyle
 
getParentCondition() - Method in interface io.sf.carte.doc.style.css.parser.BooleanCondition
Get the parent condition, if any.
getParentExpression() - Method in interface io.sf.carte.doc.style.css.CSSExpression
Get the parent expression.
getParentNode() - Method in class io.sf.carte.doc.dom.DOMElement
getParentNode() - Method in class io.sf.carte.doc.dom.DOMDocument
getParentNode() - Method in interface io.sf.carte.doc.dom.DOMNode
getParentNode() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getParentRule() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSRule
If this rule is contained inside another rule, return that rule.
getParentRule() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleDeclaration
Retrieves the CSS rule that contains this declaration block.
getParentRule() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSRule
 
getParentRule() - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
 
getParentRule() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
Retrieves the CSS rule that contains this declaration block.
getParentRule() - Method in class io.sf.carte.doc.style.css.om.KeyframeRule
 
getParentRule() - Method in class io.sf.carte.doc.style.css.om.MarginRule
 
getParentSelectorMatcher() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
Gets the selector matcher for the parent element.
getParentSelectorMatcher() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
getParentSheetHref() - Method in class io.sf.carte.doc.style.css.property.URIValueWrapper
 
getParentSheetHref() - Method in interface io.sf.carte.doc.style.css.property.WrappedValue
 
getParentStyleSheet() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSRule
Get the style sheet that contains this rule.
getParentStyleSheet() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSRule
 
getParentStyleSheet() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
getParentStyleSheet() - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
 
getParentStyleSheet() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
getParentStyleSheet() - Method in class io.sf.carte.doc.style.css.om.KeyframeRule
 
getParserFlags() - Method in class io.sf.carte.doc.agent.AbstractUserAgent
 
getParserFlags() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
Get the parser flags that should be used by NSAC parsers.
getParserFlags() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Get the parser flags that should be used by NSAC parsers.
getParserVersion() - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
getPartType() - Method in interface io.sf.carte.doc.style.css.CSSExpression
getPassword() - Method in interface io.sf.carte.doc.agent.AuthenticationCredentials
 
getPath() - Method in interface io.sf.carte.doc.agent.Cookie
 
getPath() - Method in class io.sf.carte.doc.agent.DefaultCookie
 
getPause() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPauseAfter() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPauseBefore() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPitch() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPitchRange() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPlayDuring() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPointerAccuracy() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
getPolicyError(Node) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
getPolicyErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
getPorts() - Method in interface io.sf.carte.doc.agent.Cookie
 
getPorts() - Method in class io.sf.carte.doc.agent.DefaultCookie
 
getPosition() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPrecedingComments() - Method in interface io.sf.carte.doc.style.css.CSSFontFeatureValuesMap
Get a list of the comments that preceded this map, if any.
getPrecedingComments() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSRule
Get a list of the comments that preceded this rule, if any.
getPrecedingComments() - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
 
getPreferredStyleSheetSet() - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
Gets the preferred style sheet set as obtained from the sheets in the list.
getPrefix() - Method in class io.sf.carte.doc.dom.DOMDocument
getPrefix() - Method in class io.sf.carte.doc.dom.DOMElement
 
getPrefix() - Method in interface io.sf.carte.doc.style.css.CSSNamespaceRule
Get the prefix for the declared namespace.
getPrefix() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getPrefix() - Method in class io.sf.carte.doc.style.css.om.NamespaceRule
 
getPreviousElementSibling() - Method in class io.sf.carte.doc.dom.DOMDocument
 
getPreviousElementSibling() - Method in interface io.sf.carte.doc.dom.NonDocumentTypeChildNode
Gets the first preceding sibling that is an element.
getPreviousSibling() - Method in class io.sf.carte.doc.dom.DOMDocument
 
getPreviousSibling() - Method in interface io.sf.carte.doc.dom.DOMNode
Get the node immediately preceding this node in its parent's child list.
getPreviousSibling() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getPreviousSiblingSelectorMatcher() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
Gets the selector matcher for the previous sibling.
getPreviousSiblingSelectorMatcher() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
getPrimitiveType() - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
 
getPrimitiveType() - Method in class io.sf.carte.doc.style.css.property.StringValue
 
getPrimitiveType() - Method in class io.sf.carte.doc.style.css.property.URIValue
 
getProperty(String) - Method in class io.sf.carte.doc.agent.AbstractUserAgent
 
getProperty(String) - Method in interface io.sf.carte.doc.agent.UserAgent.AgentControl
Gets a control property.
getPropertyCSSValue(String) - Method in interface io.sf.carte.doc.style.css.CSSComputedProperties
Retrieves the computed object representation of the value of a CSS property.
getPropertyCSSValue(String) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleDeclaration
Gets the object representation of the value of a CSS property if it has been explicitly set for this declaration block.
getPropertyCSSValue(String) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleDeclaration
 
getPropertyCSSValue(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPropertyPriority(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
Used to retrieve the priority of a CSS property (e.g. the "important" qualifier) if the property has been explicitly set in this declaration block.
getPropertyValue(String) - Method in interface io.sf.carte.doc.style.css.CSSComputedProperties
Retrieves the String value of a CSS property.
getPropertyValue(String) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleDeclaration
Gets the text value of a CSS property if it has been explicitly set within this declaration block.
getPropertyValue(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getPropertyValue(String) - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
 
getPseudoElement() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
getPseudoElement() - Method in interface io.sf.carte.doc.style.css.SelectorMatcher
Get the pseudo-element that this matcher will use to match selectors.
getPublicId() - Method in class io.sf.carte.doc.xml.dtd.DocumentTypeDeclaration
 
getQuotes() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getRangeSecondValue() - Method in interface io.sf.carte.doc.style.css.parser.MediaFeaturePredicate
If this is a range feature test involving two values, get the second value.
getRangeType() - Method in interface io.sf.carte.doc.style.css.parser.MediaFeaturePredicate
Get the range type as was determined by the parser.
getRealm() - Method in interface io.sf.carte.doc.agent.AuthenticationCredentials
 
getRectValue() - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
 
getReferrerPolicy() - Method in class io.sf.carte.doc.dom.DOMDocument
Get the referrer policy obtained through the 'Referrer-Policy' header or a meta element.
getReferrerPolicy() - Method in interface io.sf.carte.doc.style.css.CSSDocument
Get the referrer policy obtained through the 'Referrer-Policy' header or a meta element.
getReferrerPolicy() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Get the referrer policy obtained through the 'Referrer-Policy' header or a meta element.
getResolution() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
getRGBColorValue() - Method in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
Get the RGBA color.
getRGBColorValue() - Method in class io.sf.carte.doc.style.css.property.ColorValue
 
getRGBColorValue() - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
 
getRichness() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getRight() - Method in interface io.sf.carte.doc.geom.DOMRect
The right of the rectangle.
getRight() - Method in class io.sf.carte.doc.geom.Rect
 
getRight() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getRightSide() - Method in interface io.sf.carte.util.Diff
Get an array with the elements that are only present in the right object.
getRoot() - Method in interface io.sf.carte.doc.dom.NodeIterator
The root node to iterate.
getRoot() - Method in interface io.sf.carte.doc.dom.TreeWalker
The root node.
getRule() - Method in exception io.sf.carte.doc.style.css.om.RuleParseException
 
getRuleAtError(int) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
getRuleIOErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
Deprecated.
getRuleParseErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
getRulesForProperty(String) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Returns a list of rules that apply to a style where the given longhand property is set (either explicitly or through a shorthand).
getRulesForProperty(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
Returns a list of rules that apply to a style where the given longhand property is set (either explicitly or through a shorthand).
getSacErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
getSACErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
getSACFatalErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
getSacWarnings() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
getSACWarnings() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
getSAXParserFactory() - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
Get the SAXParserFactory object used by this builder.
getScanType() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
getSchema() - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
getSchemaTypeInfo() - Method in class io.sf.carte.doc.dom.DOMElement
 
getScrollbarWidth() - Method in interface io.sf.carte.doc.agent.Viewport
Gets the width of the scrollbar that appears when a box overflows with scroll.
getSelectedStyleSheetSet() - Method in class io.sf.carte.doc.dom.DOMDocument
Gets the title of the currently selected style sheet set.
getSelectedStyleSheetSet() - Method in interface io.sf.carte.doc.style.css.CSSDocument
Gets the title of the currently selected style sheet set.
getSelectedStyleSheetSet() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Gets the title of the currently selected style sheet set.
getSelectorList() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleRule
The selectors of this style rule.
getSelectorList() - Method in class io.sf.carte.doc.style.css.om.StyleRule
 
getSelectorList() - Method in class io.sf.carte.doc.style.css.parser.AnBExpression
If the expression contains a list of of-selectors, return it.
getSelectorMatcher() - Method in class io.sf.carte.doc.dom.DOMElement
Gets a selector matcher associated to this element.
getSelectorMatcher() - Method in interface io.sf.carte.doc.style.css.CSSElement
Gets a selector matcher associated to this element.
getSelectors() - Method in interface io.sf.carte.doc.style.css.nsac.ArgumentCondition
Get the list of selectors that were supplied as argument.
getSelectorsForProperty(String) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Returns an array of selectors that apply to a style where the given longhand property is set (either explicitly or through a shorthand).
getSelectorsForProperty(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
Returns an array of selectors that apply to a style where the given longhand property is set (either explicitly or through a shorthand).
getSelectorsForPropertyValue(String, String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
Returns an array of selectors that apply to a style where the given property was explicitly set to the given declared value.
getSelectorText() - Method in class io.sf.carte.doc.style.css.om.CSSStyleDeclarationRule
 
getSelectorText() - Method in class io.sf.carte.doc.style.css.om.PageRule
Get the page type selector.
getSeparator() - Method in interface io.sf.carte.doc.style.css.CSSCountersValue
Get the separator.
getShorthand(String) - Method in class io.sf.carte.doc.style.css.property.ShorthandDatabase
Gets the shorthand for this subproperty, if any.
getShorthandSubproperties(String) - Method in class io.sf.carte.doc.style.css.property.ShorthandDatabase
Get the subproperties of the given shorthand.
getShorthandsWithErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
getSize() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getSortedValue() - Method in interface io.sf.carte.doc.DOMTokenList
Gets the value of the collection as a String, with the tokens alphabetically ordered.
getSortedValue() - Method in class io.sf.carte.doc.DOMTokenListImpl
 
getSortedValue() - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
getSpeak() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getSpeakHeader() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getSpeakNumeral() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getSpeakPunctuation() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getSpeechRate() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getStartTag() - Method in class io.sf.carte.doc.dom.DOMElement
 
getStep() - Method in class io.sf.carte.doc.style.css.parser.AnBExpression
Get the step (i.e.
getStress() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getStrictErrorChecking() - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
 
getStrictErrorChecking() - Method in class io.sf.carte.doc.dom.DOMDocument
getStrictErrorChecking() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getStringValue() - Method in class io.sf.carte.doc.style.css.property.AttrValue
 
getStringValue() - Method in class io.sf.carte.doc.style.css.property.CalcValue
 
getStringValue() - Method in class io.sf.carte.doc.style.css.property.ColorValue
 
getStringValue() - Method in class io.sf.carte.doc.style.css.property.CustomPropertyValue
 
getStringValue() - Method in class io.sf.carte.doc.style.css.property.EnvVariableValue
 
getStringValue() - Method in class io.sf.carte.doc.style.css.property.ExpressionValue
 
getStringValue() - Method in class io.sf.carte.doc.style.css.property.FunctionValue
 
getStringValue() - Method in class io.sf.carte.doc.style.css.property.IdentifierValue
 
getStringValue() - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
 
getStringValue() - Method in class io.sf.carte.doc.style.css.property.StringValue
 
getStringValue() - Method in class io.sf.carte.doc.style.css.property.UnicodeValue
 
getStringValue() - Method in class io.sf.carte.doc.style.css.property.UnicodeWildcardValue
 
getStringValue() - Method in class io.sf.carte.doc.style.css.property.URIValueWrapper
 
getStyle() - Method in class io.sf.carte.doc.dom.DOMElement
The inline style.
getStyle() - Method in interface io.sf.carte.doc.style.css.CSSDeclarationRule
Get the style that is declared by this rule.
getStyle() - Method in interface io.sf.carte.doc.style.css.CSSElement
The inline style.
getStyle() - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
 
getStyleDatabase() - Method in interface io.sf.carte.doc.agent.CSSCanvas
Gets the style database for this canvas.
getStyleDatabase() - Method in class io.sf.carte.doc.dom.DOMDocument
Gets the style database currently used to apply specific styles to this document.
getStyleDatabase() - Method in interface io.sf.carte.doc.style.css.CSSComputedProperties
Gets the style database used to compute the style.
getStyleDatabase() - Method in interface io.sf.carte.doc.style.css.CSSDocument
Gets the style database currently used to apply specific styles to this document.
getStyleDatabase() - Method in class io.sf.carte.doc.style.css.om.AnonymousStyleDeclaration
Gets the style database which is used to compute the style.
getStyleDatabase() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
Gets the style database which is used to compute the style.
getStyleDatabase() - Method in class io.sf.carte.doc.style.css.om.DOMComputedStyle
Gets the style database which is used to compute the style.
getStyleDatabase() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Gets the style database currently used to apply specific styles to this document.
getStyleDatabase(String) - Method in class io.sf.carte.doc.agent.AbstractDeviceFactory
 
getStyleDatabase(String) - Method in interface io.sf.carte.doc.agent.DeviceFactory
Supplies a style database for the given medium.
getStyleDeclarationErrorHandler() - Method in interface io.sf.carte.doc.style.css.CSSDeclarationRule
Gets the error handler.
getStyleDeclarationErrorHandler() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleDeclaration
Get the error handler for this style declaration.
getStyleDeclarationErrorHandler() - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
Gets the error handler.
getStyleDeclarationErrorHandler() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getStyleDeclarationErrorHandler() - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
 
getStyleDeclarationErrorHandler() - Method in class io.sf.carte.doc.style.css.om.InlineStyle
 
getStyleFormattingContext() - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
 
getStyleFormattingFactory() - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Get the style formatting factory to be used with this sheet factory.
getStyleFormattingFactory() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
 
getStyleset() - Method in interface io.sf.carte.doc.style.css.CSSFontFeatureValuesRule
Get the styleset map.
getStyleset() - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
 
getStyleSheet() - Method in class io.sf.carte.doc.dom.DOMDocument
Gets the merged style sheet that applies to this document, resulting from the merge of the document's default style sheet, the document linked or embedded style sheets, and the non-important part of the user style sheet.
getStyleSheet() - Method in interface io.sf.carte.doc.style.css.CSSDocument
Gets the merged style sheet that applies to this document, resulting from the merge of the document's default style sheet, the document linked or embedded style sheets, and the non-important part of the user style sheet.
getStyleSheet() - Method in class io.sf.carte.doc.style.css.om.ImportRule
 
getStyleSheet() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Gets the merged style sheet that applies to this document, resulting from the merge of the document's default style sheet, the document linked or embedded style sheets, and the non-important part of the user style sheet.
getStyleSheetFactory() - Method in class io.sf.carte.doc.dom.DOMDocument
 
getStyleSheetFactory() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Get the style sheet factory used to produce this sheet.
getStyleSheetFactory() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleDeclaration
 
getStyleSheetFactory() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
getStyleSheetFactory() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
getStyleSheetFactory() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getStyleSheetFactory() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
Get the stylesheet factory used to produce this sheet.
getStyleSheetFactory() - Method in class io.sf.carte.doc.style.css.om.DOMDocumentCSSStyleSheet
 
getStyleSheetFactory() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getStyleSheets() - Method in class io.sf.carte.doc.dom.DOMDocument
A list containing all the style sheets explicitly linked into or embedded in a document.
getStyleSheets() - Method in interface io.sf.carte.doc.style.css.CSSDocument
A list containing all the style sheets explicitly linked into or embedded in a document.
getStyleSheets() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
A list containing all the style sheets explicitly linked into or embedded in a document.
getStyleSheetSets() - Method in class io.sf.carte.doc.dom.DOMDocument
Gets the list of available alternate styles.
getStyleSheetSets() - Method in interface io.sf.carte.doc.style.css.CSSDocument
Gets the list of available style set titles.
getStyleSheetSets() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Gets the list of available alternate styles.
getStyleSheetSets() - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
 
getStylistic() - Method in interface io.sf.carte.doc.style.css.CSSFontFeatureValuesRule
Get the stylistic map.
getStylistic() - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
 
getSubConditions() - Method in interface io.sf.carte.doc.style.css.parser.BooleanCondition
If this condition is composed by a set of conditions (forming an AND or OR expression), return it.
getSwash() - Method in interface io.sf.carte.doc.style.css.CSSFontFeatureValuesRule
Get the swash map.
getSwash() - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
 
getSyntaxWarnings() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
getSystemDefaultValue(String) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Get a system default value for the given property.
getSystemDefaultValue(String) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
 
getSystemDefaultValue(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Get a system default value for the given property.
getSystemFontDeclaration(String) - Method in class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
 
getSystemFontDeclaration(String) - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Gives the style declaration adequate to provide the given system font.
getSystemId() - Method in class io.sf.carte.doc.xml.dtd.DocumentTypeDeclaration
 
getTableLayout() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getTagName() - Method in class io.sf.carte.doc.dom.DOMElement
The name of the element (qualified if there is a namespace prefix).
getTargetMedium() - Method in class io.sf.carte.doc.dom.DOMDocument
This document's current target medium name.
getTargetMedium() - Method in interface io.sf.carte.doc.style.css.CSSDocument
This document's current target medium name (e.g.
getTargetMedium() - Method in interface io.sf.carte.doc.style.css.DocumentCSSStyleSheet
Gets the target medium for this sheet.
getTargetMedium() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
getTargetMedium() - Method in class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
Gets the target medium for this sheet.
getTargetMedium() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
This document's current target medium name.
getText() - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
Gets the (whitespace-trimmed) text content of the node associated to this style.
getTextAlign() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getTextContent() - Method in class io.sf.carte.doc.dom.DOMDocument
 
getTextContent() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getTextDecoration() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getTextIndent() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getTextShadow() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getTextTransform() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getTitle() - Method in class io.sf.carte.doc.dom.HTMLElement
 
getTitle() - Method in class io.sf.carte.doc.style.css.om.AbstractStyleSheet
Gets the advisory title.
getTop() - Method in interface io.sf.carte.doc.geom.DOMRect
The top of the rectangle.
getTop() - Method in class io.sf.carte.doc.geom.Rect
 
getTop() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getType() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSRule
 
getType() - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
 
getType() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
getType() - Method in interface io.sf.carte.doc.style.css.parser.BooleanCondition
The type of condition.
getUnassignedSubproperties() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
getUnassignedValues() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
getUnicodeBidi() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getUnknownIdentifiers() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
getUnknownRules() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
getUpdateFrequency() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
getURL(String) - Method in class io.sf.carte.doc.dom.DOMDocument
Gets an URL for the given URI, taking into account the Base URL if appropriate.
getURL(String) - Method in interface io.sf.carte.doc.style.css.CSSDocument
Gets an URL for the given URI, taking into account the Base URL if appropriate.
getURL(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
Gets an URL for the given URI, taking into account the parent CSS Base URL if appropriate.
getURL(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Gets an URL for the given URI, taking into account the Base URL if appropriate.
getURLValue() - Method in class io.sf.carte.doc.style.css.property.URIValue
Get the URL contained in this URI value, if it is absolute.
getURLValue() - Method in class io.sf.carte.doc.style.css.property.URIValueWrapper
 
getUsedFontFamily() - Method in interface io.sf.carte.doc.style.css.CSSComputedProperties
Gets the 'used' value for the font-family property.
getUsedFontFamily() - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
Gets the used value of the font-family property.
getUsedFontFamily(CSSComputedProperties) - Method in class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
 
getUsedFontFamily(CSSComputedProperties) - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Gets the used font family name according to the given style.
getUserAgent() - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory
Gets a lazily instantiated user agent, appropriate to retrieve resources.
getUserAgentStyleSheet(CSSDocument.ComplianceMode) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
Gets the User Agent default CSS style sheet to be used by this factory in the given mode.
getUserAgentStyleSheet(CSSDocument.ComplianceMode) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Gets the User Agent default CSS style sheet to be used by this factory.
getUserAgentStyleSheet(CSSDocument.ComplianceMode) - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory
Gets the User Agent default CSS style sheet to be used by this factory.
getUserData(String) - Method in class io.sf.carte.doc.dom.DOMDocument
 
getUserData(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getUserImportantStyleSheet() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
Get the priority-important part of the user style sheet, i.e. the style sheet with the declarations of important priority.
getUserImportantStyleSheet() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
 
getUserNormalStyleSheet() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
Get the normal part of the user style sheet, i.e. the style sheet with the declarations of normal priority.
getUserNormalStyleSheet() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
 
getValue() - Method in interface io.sf.carte.doc.agent.Cookie
 
getValue() - Method in class io.sf.carte.doc.agent.DefaultCookie
 
getValue() - Method in interface io.sf.carte.doc.DOMTokenList
Gets the value of the collection as a String.
getValue() - Method in class io.sf.carte.doc.DOMTokenListImpl
 
getValue() - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
getValue() - Method in interface io.sf.carte.doc.style.css.CSSUnicodeRangeValue
Get the beginning of this unicode range.
getValue() - Method in interface io.sf.carte.doc.style.css.nsac.AttributeCondition2
If this attribute is a class attribute, you'll get the class name without the '.'.
getValue() - Method in interface io.sf.carte.doc.style.css.parser.DeclarationCondition
 
getValue() - Method in interface io.sf.carte.doc.style.css.parser.MediaFeaturePredicate
Get the value to be tested on the feature.
getValue() - Static method in class io.sf.carte.doc.style.css.property.InheritValue
 
getValue() - Method in class io.sf.carte.doc.style.css.property.UnicodeRangeValue
 
getValueFactory() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
Get a value factory set to the appropriate flags.
getValueFactory() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getValueFactory() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
 
getValueFactory() - Method in class io.sf.carte.doc.style.css.property.PropertyDatabase
Get a value factory configured with defaults.
getValueText() - Method in exception io.sf.carte.doc.style.css.property.CSSPropertyValueException
Gets the text string of the value causing the exception.
getValueText() - Method in exception io.sf.carte.doc.style.css.StyleDatabaseRequiredException
Gets the text string of the value causing the exception.
getVerticalAlign() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getViewport() - Method in interface io.sf.carte.doc.agent.CSSCanvas
Gets the viewport of this canvas.
getViewportHeight() - Method in interface io.sf.carte.doc.agent.Viewport
The viewport height, in natural units.
getViewportWidth() - Method in interface io.sf.carte.doc.agent.Viewport
The viewport width, in natural units.
getVisibility() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getVoiceFamily() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getVolume() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getWhatToShow() - Method in interface io.sf.carte.doc.dom.NodeIterator
The bitmask specifying what types of nodes to show.
getWhatToShow() - Method in interface io.sf.carte.doc.dom.TreeWalker
The bitmask specifying what types of nodes to show.
getWhiteSpace() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getWidows() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getWidth() - Method in interface io.sf.carte.doc.geom.DOMRect
The width of the rectangle.
getWidth() - Method in class io.sf.carte.doc.geom.Rect
 
getWidth() - Method in interface io.sf.carte.doc.style.css.BoxValues
Gets the computed value of the width property, expressed in a previously specified unit (see the documentation for the class that returned this object).
getWidth() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getWidthSize(String, float) - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Gets the size corresponding to the given identifier (thin, thick, medium), in typographic points.
getWordSpacing() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
getWrongSubpropertyCount() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
getWrongValues() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
getX() - Method in interface io.sf.carte.doc.geom.DOMRect
The horizontal distance between the viewport’s left edge and the rectangle’s origin.
getX() - Method in class io.sf.carte.doc.geom.Rect
 
getXHTML1TransitionalModel() - Static method in class io.sf.carte.doc.xml.dtd.ContentModel
Get the content model for XHTML 1.1 transitional.
getXmlEncoding() - Method in class io.sf.carte.doc.dom.DOMDocument
Deprecated.
getXmlEncoding() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getXmlStandalone() - Method in class io.sf.carte.doc.dom.DOMDocument
Deprecated.
getXmlStandalone() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getXmlVersion() - Method in class io.sf.carte.doc.dom.DOMDocument
Deprecated.
getXmlVersion() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
getY() - Method in interface io.sf.carte.doc.geom.DOMRect
The vertical distance between the viewport’s top edge and the rectangle’s origin.
getY() - Method in class io.sf.carte.doc.geom.Rect
 
getZIndex() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
GradientValue - Class in io.sf.carte.doc.style.css.property
Implementation of a gradient value.
GroupingRule - Class in io.sf.carte.doc.style.css.om
Implementation of CSSGroupingRule.
GroupingRule(AbstractCSSStyleSheet, short, byte) - Constructor for class io.sf.carte.doc.style.css.om.GroupingRule
 
GroupingRule(AbstractCSSStyleSheet, GroupingRule) - Constructor for class io.sf.carte.doc.style.css.om.GroupingRule
 

H

handleSacError(CSSParseException) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
handleSacError(CSSParseException) - Method in interface io.sf.carte.doc.style.css.SACErrorHandler
Handle a SAC error or fatal error.
handleSacWarning(CSSParseException) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
handleSacWarning(CSSParseException) - Method in interface io.sf.carte.doc.style.css.SACErrorHandler
Handle a SAC warning.
handleSyntaxWarnings(StyleDeclarationErrorHandler) - Method in class io.sf.carte.doc.style.css.property.InheritValue
 
handleSyntaxWarnings(StyleDeclarationErrorHandler) - Method in class io.sf.carte.doc.style.css.property.ValueFactory.ListValueItem
 
handleSyntaxWarnings(StyleDeclarationErrorHandler) - Method in interface io.sf.carte.doc.style.css.property.ValueItem
Use the given error handler to handle warnings.
hasArgument() - Method in interface io.sf.carte.doc.style.css.nsac.PositionalCondition2
The selector was specified with an argument ?
hasAttribute(String) - Method in class io.sf.carte.doc.dom.DOMElement
 
hasAttribute(String) - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
Checks if is defined the given attribute in the element associated to this selector matcher.
hasAttribute(String) - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
hasAttributeNS(String, String) - Method in class io.sf.carte.doc.dom.DOMElement
 
hasAttributes() - Method in class io.sf.carte.doc.dom.DOMDocument
hasAttributes() - Method in class io.sf.carte.doc.dom.DOMElement
 
hasAttributes() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
hasChildNodes() - Method in interface io.sf.carte.doc.dom.DOMNode
Does this node have any child nodes ?
hasChildNodes() - Method in class io.sf.carte.doc.dom.DOMDocument
 
hasChildNodes() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
hasCompatValueFlags() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
Check for compat value flags.
hasCompatValueFlags() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
 
hasComputedStyleErrors() - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Check whether this handler has processed computed style errors.
hasComputedStyleErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
hasComputedStyleErrors() - Method in class io.sf.carte.doc.style.css.om.LogErrorHandler
 
hasComputedStyleErrors(CSSElement) - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Check whether this handler has processed computed style errors for the given element.
hasComputedStyleErrors(CSSElement) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
hasComputedStyleWarnings() - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Check whether this handler has processed computed style warnings.
hasComputedStyleWarnings() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
hasComputedStyleWarnings(CSSElement) - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Check whether this handler has processed computed style warnings for the given element.
hasComputedStyleWarnings(CSSElement) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
hasDefaultNamespace() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
Has this style sheet defined a default namespace ?
hasDefaultNamespace() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
Has this style sheet defined a default namespace ?
hasDifferences() - Method in interface io.sf.carte.util.Diff
Does this object contain any difference?
hasErrors() - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Check whether this handler has processed any non-transient error.
hasErrors() - Method in interface io.sf.carte.doc.style.css.MediaQueryList
Did this media query list produce errors when being parsed ?
hasErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
hasErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
Has any error been reported?
hasErrors() - Method in class io.sf.carte.doc.style.css.om.LogErrorHandler
 
hasErrors() - Method in class io.sf.carte.doc.style.css.om.MediaList
Did this media query list produce errors when being parsed ?
hasErrors() - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
Have errors been reported to this error handler?
hasErrorsOrWarnings() - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
 
hasFactoryFlag(byte) - Method in class io.sf.carte.doc.style.css.property.ValueFactory
Check whether the factory has the given flag set.
hasFeature(String, String) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
This method is not supported.
hasFlag(AttributeCondition2.Flag) - Method in interface io.sf.carte.doc.style.css.nsac.AttributeCondition2
Test this selector for the given flag.
hashCode() - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
 
hashCode() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
hashCode() - Method in class io.sf.carte.doc.style.css.om.CounterStyleRule
 
hashCode() - Method in class io.sf.carte.doc.style.css.om.CSSStyleDeclarationRule
 
hashCode() - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
 
hashCode() - Method in class io.sf.carte.doc.style.css.om.GroupingRule
 
hashCode() - Method in class io.sf.carte.doc.style.css.om.ImportRule
 
hashCode() - Method in class io.sf.carte.doc.style.css.om.KeyframeRule
 
hashCode() - Method in class io.sf.carte.doc.style.css.om.KeyframesRule
 
hashCode() - Method in class io.sf.carte.doc.style.css.om.MarginRule
 
hashCode() - Method in class io.sf.carte.doc.style.css.om.MediaList
 
hashCode() - Method in class io.sf.carte.doc.style.css.om.MediaRule
 
hashCode() - Method in class io.sf.carte.doc.style.css.om.NamespaceRule
 
hashCode() - Method in class io.sf.carte.doc.style.css.om.PageRule
 
hashCode() - Method in class io.sf.carte.doc.style.css.om.SupportsRule
 
hashCode() - Method in class io.sf.carte.doc.style.css.om.UnknownRule
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.AttrValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.CalcValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.ColorValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.CustomPropertyValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.EnvVariableValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.ExpressionValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.FunctionValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.GradientValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.IdentifierValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.InheritValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.RatioValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.StringValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.StyleValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.SystemDefaultValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.UnicodeRangeValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.UnicodeValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.UnicodeWildcardValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.UnknownValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.URIValue
 
hashCode() - Method in class io.sf.carte.doc.style.css.property.ValueList
 
hasInlineErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
hasInlineWarnings() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
hasIOErrors() - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Check whether this handler has processed any I/O errors.
hasIOErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
hasKeyword() - Method in interface io.sf.carte.doc.style.css.nsac.PositionalCondition2
The AnB expression is a keyword ?
hasKnownIdentifierValues(String) - Method in class io.sf.carte.doc.style.css.property.ShorthandDatabase
Determines if the given property has known identifier values that could be checked with ShorthandDatabase.isIdentifierValue(String, String).
hasMediaErrors() - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Check whether this handler has processed any media-related errors.
hasMediaErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
hasMediaWarnings() - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Check whether this handler has processed any media-related warnings.
hasMediaWarnings() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
hasOMErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
hasOMErrors() - Method in interface io.sf.carte.doc.style.css.SheetErrorHandler
Check whether this object has handled higher-level object model errors.
hasOMWarnings() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
hasOMWarnings() - Method in interface io.sf.carte.doc.style.css.SheetErrorHandler
Check whether this object has handled higher-level object model warnings.
hasOverrideStyle(String) - Method in class io.sf.carte.doc.dom.DOMElement
Check whether this element has an override style declaration for the given pseudo-element.
hasOverrideStyle(String) - Method in interface io.sf.carte.doc.style.css.CSSElement
Check whether this element has an override style declaration for the given pseudo-element.
hasOverrideStyle(String) - Method in class io.sf.carte.doc.style.css.om.InlineStyle
Has this style's owner element an override style attached to the given pseudo-element?
hasPolicyErrors() - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Check whether this handler has processed any policy errors.
hasPolicyErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
hasPresentationalHints() - Method in class io.sf.carte.doc.dom.DOMElement
Check whether this element has non-CSS presentational hints.
hasPresentationalHints() - Method in interface io.sf.carte.doc.style.css.CSSElement
Check whether this element has non-CSS presentational hints.
hasRuleErrorsOrWarnings() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Check whether this sheet contains rules that have errors or warnings reported to their handlers.
hasRuleErrorsOrWarnings() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
hasSacErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
hasSacErrors() - Method in interface io.sf.carte.doc.style.css.SACErrorHandler
Check whether this handler has been notified of SAC errors (or fatal errors).
hasSacWarnings() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
hasSacWarnings() - Method in interface io.sf.carte.doc.style.css.SACErrorHandler
Check whether this handler has been notified of SAC warnings.
hasStyleIssues() - Method in class io.sf.carte.doc.dom.DOMDocument
Has any of the linked or embedded style sheets any error or warning ?
hasStyleIssues() - Method in interface io.sf.carte.doc.style.css.CSSDocument
Has any of the linked or embedded style sheets any error or warning ?
hasStyleIssues() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Has any of the linked or embedded style sheets any error or warning ?
hasWarnings() - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Check whether this handler has processed any warnings.
hasWarnings() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
hasWarnings() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
hasWarnings() - Method in class io.sf.carte.doc.style.css.om.LogErrorHandler
 
hasWarnings() - Method in class io.sf.carte.doc.style.css.property.InheritValue
 
hasWarnings() - Method in class io.sf.carte.doc.style.css.property.ValueFactory.ListValueItem
 
hasWarnings() - Method in interface io.sf.carte.doc.style.css.property.ValueItem
Has this item any warning to report ?
hasWarnings() - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
Have value warnings been reported to this error handler?
HeadlessDeviceFactory - Class in io.sf.carte.doc.agent
Device factory for headless devices.
HeadlessDeviceFactory() - Constructor for class io.sf.carte.doc.agent.HeadlessDeviceFactory
 
height(String, CSSStyleDeclaration) - Static method in class io.sf.carte.doc.style.css.property.AttributeToStyle
 
HSL - Enum constant in enum class io.sf.carte.doc.style.css.RGBAColor.ColorSpace
 
hspace(String, CSSStyleDeclaration) - Static method in class io.sf.carte.doc.style.css.property.AttributeToStyle
 
HTML_NAMESPACE_URI - Static variable in class io.sf.carte.doc.dom.HTMLDocument
 
htmlDefaultSheet() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Returns a default user agent style sheet for (X)HTML documents, strict mode.
HTMLDocument - Class in io.sf.carte.doc.dom
HTML Document.
HTMLDocument(DocumentType) - Constructor for class io.sf.carte.doc.dom.HTMLDocument
 
HTMLElement - Class in io.sf.carte.doc.dom
HTML-specific element nodes.
htmlQuirksDefaultSheet() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Returns a default user agent style sheet for (X)HTML documents, quirks mode.
HTTP_BASIC_AUTH - Static variable in interface io.sf.carte.doc.agent.AuthenticationCredentials
 
HWB - Enum constant in enum class io.sf.carte.doc.style.css.RGBAColor.ColorSpace
 

I

IdentifierValue - Class in io.sf.carte.doc.style.css.property
Identifier CSSPrimitiveValue.
IdentifierValue() - Constructor for class io.sf.carte.doc.style.css.property.IdentifierValue
 
IdentifierValue(IdentifierValue) - Constructor for class io.sf.carte.doc.style.css.property.IdentifierValue
 
IdentifierValue(String) - Constructor for class io.sf.carte.doc.style.css.property.IdentifierValue
Fast path constructor.
IEPRIO - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Parser2.Flag
Allows values ending with the '!
IEPRIOCHAR - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Parser2.Flag
Accepts values with an '!
IEVALUES - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Parser2.Flag
Accepts values with some IE hacks, producing LexicalUnit2.SAC_COMPAT_IDENT values.
ignoredImport(String) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
ignoredImport(String) - Method in interface io.sf.carte.doc.style.css.SheetErrorHandler
Notify this handler that an import rule was ignored for the given uri.
IllegalOriginException - Exception in io.sf.carte.doc.agent
 
IllegalOriginException() - Constructor for exception io.sf.carte.doc.agent.IllegalOriginException
 
IllegalOriginException(String) - Constructor for exception io.sf.carte.doc.agent.IllegalOriginException
 
IllegalOriginException(String, Throwable) - Constructor for exception io.sf.carte.doc.agent.IllegalOriginException
 
IllegalOriginException(Throwable) - Constructor for exception io.sf.carte.doc.agent.IllegalOriginException
 
importNode(Node, boolean) - Method in class io.sf.carte.doc.dom.DOMDocument
importNode(Node, boolean) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
ImportRule - Class in io.sf.carte.doc.style.css.om
Implementation of CSSImportRule.
ImportRule(AbstractCSSStyleSheet, MediaQueryList, String, byte) - Constructor for class io.sf.carte.doc.style.css.om.ImportRule
Construct an import rule with the given parameters.
indexOf(SelectorList) - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
indexOf(SelectorList) - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
InheritValue - Class in io.sf.carte.doc.style.css.property
An inherit value.
InheritValue() - Constructor for class io.sf.carte.doc.style.css.property.InheritValue
Must access instance through static method.
InlineStyle - Class in io.sf.carte.doc.style.css.om
CSS Inline style declaration.
InlineStyle() - Constructor for class io.sf.carte.doc.style.css.om.InlineStyle
 
InlineStyle(InlineStyle) - Constructor for class io.sf.carte.doc.style.css.om.InlineStyle
 
inlineStyleError(CSSElement, Exception, String) - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Report a problem with setting an inline style, that caused an exception to be thrown by lower-level parsing (SAC).
inlineStyleError(CSSElement, Exception, String) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
inlineStyleError(CSSElement, Exception, String) - Method in class io.sf.carte.doc.style.css.om.LogErrorHandler
 
inlineStyleError(DOMException, Element, String) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
inlineStyleError(DOMException, Element, String) - Method in interface io.sf.carte.doc.style.css.SheetErrorHandler
Report an error processing an inline style.
InlineStyleFormattingContext - Class in io.sf.carte.doc.style.css.om
A formatting context for inline styles.
InlineStyleFormattingContext() - Constructor for class io.sf.carte.doc.style.css.om.InlineStyleFormattingContext
 
inputStreamToReader(InputStream, String, String, String) - Static method in class io.sf.carte.doc.agent.AgentUtil
 
insertBefore(Node, Node) - Method in class io.sf.carte.doc.dom.DOMElement
Inserts the node newChild right before node refChild in the child node list.
insertBefore(Node, Node) - Method in class io.sf.carte.doc.dom.DOMDocument
Inserts the node newChild right before node refChild in the child node list.
insertBefore(Node, Node) - Method in interface io.sf.carte.doc.dom.DOMNode
Inserts the node newChild right before node refChild in the child node list.
insertBefore(Node, Node) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
insertRule(String, int) - Method in interface io.sf.carte.doc.style.css.CSSGroupingRule
Inserts a new rule into this grouping rule collection.
insertRule(String, int) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
Used to insert a new rule into the style sheet.
insertRule(String, int) - Method in class io.sf.carte.doc.style.css.om.GroupingRule
Inserts a new rule into this grouping rule collection.
insertRule(CSSRule, int) - Method in class io.sf.carte.doc.style.css.om.CSSRuleArrayList
Insert the given CSS rule at the given index.
invalidQuery(CSSParseException) - Method in interface io.sf.carte.doc.style.css.parser.MediaQueryHandler
Reports that the current media query is invalid.
io.sf.carte.css4j - module io.sf.carte.css4j
 
io.sf.carte.doc - package io.sf.carte.doc
Basic classes and interfaces used by documents.
io.sf.carte.doc.agent - package io.sf.carte.doc.agent
User agent classes.
io.sf.carte.doc.dom - package io.sf.carte.doc.dom
This package provide an implementation of the Document Object Model (DOM) Level 3 Core Specification that can be used for XML or HTML documents, albeit with a few deviations from the specification.
io.sf.carte.doc.geom - package io.sf.carte.doc.geom
Interfaces and classes related to W3C's Geometry Interfaces Module.
io.sf.carte.doc.style.css - package io.sf.carte.doc.style.css
This package and its subpackages provide an implementation of the CSS Object Model API.
io.sf.carte.doc.style.css.nsac - package io.sf.carte.doc.style.css.nsac
NSAC: a non-standard extension to W3C's SAC api.
io.sf.carte.doc.style.css.om - package io.sf.carte.doc.style.css.om
Implementation classes for the CSS Object Model API.
io.sf.carte.doc.style.css.parser - package io.sf.carte.doc.style.css.parser
Classes related to CSS parsing.
io.sf.carte.doc.style.css.property - package io.sf.carte.doc.style.css.property
Implementations of CSS property values.
io.sf.carte.doc.xml.dtd - package io.sf.carte.doc.xml.dtd
DTD-related helper classes for XML parsing.
io.sf.carte.uparser - package io.sf.carte.uparser
A small event parser (microparser).
io.sf.carte.util - package io.sf.carte.util
Utility classes.
ioError(String, IOException) - Method in interface io.sf.carte.doc.style.css.ErrorHandler
A I/O error was found when retrieving a resource while processing an attribute (usually href) or a rule, generally an @import or @font-face rule.
ioError(String, IOException) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
isActivePseudoClass(CSSElement, String) - Method in interface io.sf.carte.doc.agent.CSSCanvas
Is the provided pseudo-class active in this canvas?
isActivePseudoClass(String) - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isActivePseudoClass(String) - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
isAllMedia() - Method in interface io.sf.carte.doc.style.css.MediaQueryList
Is this an all-media list?
isAllMedia() - Method in class io.sf.carte.doc.style.css.om.MediaList
Is this an all-media list?
isAllowedCharacter(int, TokenProducer.SequenceParser) - Method in interface io.sf.carte.uparser.TokenProducer.CharacterCheck
Is the given character codepoint a valid addition to the word being formed by the SequenceParser.
isAngleSACUnit(LexicalUnit) - Static method in class io.sf.carte.doc.style.css.property.ValueFactory
Tests whether the given SAC unit type is an angle unit.
isAngleUnitType(short) - Static method in class io.sf.carte.doc.style.css.property.NumberValue
 
isAnyLink() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isAuthorizedOrigin(URL) - Method in class io.sf.carte.doc.dom.DOMDocument
Determine whether the retrieval of the given URL is authorized.
isAuthorizedOrigin(URL) - Method in interface io.sf.carte.doc.style.css.CSSDocument
Determine whether the retrieval of the given URL is authorized.
isAuthorizedOrigin(URL) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Determine whether the retrieval of the given URL is authorized.
isBlank() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isBlank() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
isBracketList() - Method in class io.sf.carte.doc.style.css.property.ValueList
 
isCalculatedNumber() - Method in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
Test whether this is a numeric value that was the result of a calc() expression.
isCalculatedNumber() - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
isCalculatedNumber() - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
 
isChecked() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isColorIdentifier(String) - Method in class io.sf.carte.doc.style.css.property.ColorIdentifiers
Is this a known color identifier ?
isCommaSeparated() - Method in class io.sf.carte.doc.style.css.property.ValueList
 
isDefaultButton() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isDefaultButton() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
isDefaultNamespace(String) - Method in class io.sf.carte.doc.dom.DOMElement
isDefaultNamespace(String) - Method in class io.sf.carte.doc.dom.DOMDocument
isDefaultNamespace(String) - Method in class io.sf.carte.doc.dom.HTMLDocument
isDefaultNamespace(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
isDir(String) - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isDisabled() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isDisabled() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
isEmpty() - Method in interface io.sf.carte.doc.dom.ExtendedNamedNodeMap
 
isEmpty() - Method in interface io.sf.carte.doc.dom.ExtendedNodeList
 
isEmpty() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSValueList
Is this list empty ?
isEmpty() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleDeclaration
Is this style declaration empty?
isEmpty() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isEmpty() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
isEmpty() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
isEmpty() - Method in class io.sf.carte.doc.style.css.property.LinkedCSSValueList
Is this list empty ?
isEmpty() - Method in class io.sf.carte.doc.style.css.property.ValueList
Is this list empty ?
isEmpty(String) - Method in class io.sf.carte.doc.xml.dtd.ContentModel
Checks if the content model of the given element is EMPTY.
isEnabled() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isEqualNode(Node) - Method in class io.sf.carte.doc.dom.DOMDocument
isEqualNode(Node) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
isEquivalent(URIValue) - Method in class io.sf.carte.doc.style.css.property.URIValue
 
isExpectingInteger() - Method in class io.sf.carte.doc.style.css.property.CustomPropertyValue
 
isFirstChild() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
The element in this matcher is the first child?
isFirstChild() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
isFirstOfType() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
The element in this matcher is the first child of its type (tag name)?
isFirstOfType() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
isFontFaceName(String) - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Is requestedFamily an available font family loaded by a font face rule?
isFontFamilyAvailable(String) - Method in class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
 
isFontFamilyAvailable(String, CSSComputedProperties) - Method in class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
 
isFormElement() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isForwardCondition() - Method in interface io.sf.carte.doc.style.css.nsac.PositionalCondition2
Is this a forward condition?
isFunctionUnitType(short) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
 
isGridDevice() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
isHttpOnly() - Method in interface io.sf.carte.doc.agent.Cookie
 
isHttpOnly() - Method in class io.sf.carte.doc.agent.DefaultCookie
 
isIdentifierValue(String, String) - Method in class io.sf.carte.doc.style.css.property.ShorthandDatabase
Determines if the given value is an identifier for the given property name.
isImportant() - Method in interface io.sf.carte.doc.style.css.CSSShorthandValue
Is the value of important priority ?
isIndeterminate() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isInherited(String) - Method in class io.sf.carte.doc.style.css.property.PropertyDatabase
Does this property inherit value by default?
isInvalidOperand(PrimitiveValue, short, short) - Method in class io.sf.carte.doc.style.css.property.CalcValue
 
isInvalidOperand(PrimitiveValue, short, short) - Method in class io.sf.carte.doc.style.css.property.ExpressionValue
 
isInvalidPath(String) - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
 
isInvalidProtocol(String) - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
Is the given protocol not supported by this resolver ?
isInverseOperation() - Method in interface io.sf.carte.doc.style.css.CSSExpression
Is this an inverse operation ?
isKeyword() - Method in class io.sf.carte.doc.style.css.parser.AnBExpression
The expression is a keyword ?
isKnownProperty(String) - Method in class io.sf.carte.doc.style.css.property.PropertyDatabase
Is the supplied string the name of a known CSS property?
isLandscape() - Method in interface io.sf.carte.doc.agent.Viewport
Tests whether the device is currently landscape or portrait.
isLastChild() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
The element in this matcher is the last child?
isLastChild() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
isLastOfType() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
The element in this matcher is the last child of its type (tag name)?
isLastOfType() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
isLengthUnitType(short) - Static method in class io.sf.carte.doc.style.css.property.NumberValue
 
isNamespaceAware() - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
isNegativeNumber() - Method in interface io.sf.carte.doc.style.css.CSSPrimitiveValue2
Test whether this is a numeric value that is less than zero.
isNegativeNumber() - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
isNegativeNumber() - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
 
isNotAllMedia() - Method in interface io.sf.carte.doc.style.css.MediaQueryList
Determine if this list is composed only of queries that evaluate to not all.
isNotAllMedia() - Method in class io.sf.carte.doc.style.css.om.MediaList
 
isNotVisitedLink() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isNthLastOfType(int, int) - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isNthLastOfType(int, int) - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
isNthOfType(int, int) - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isNthOfType(int, int) - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
isNumberZero() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSPrimitiveValue
Is this value a number set to a value of zero ?
isNumberZero() - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
isNumberZero() - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
Is this value a number set to a value of zero, or an absolute value less than 1e-5 ?
isNumericSACUnit(LexicalUnit) - Static method in class io.sf.carte.doc.style.css.property.ValueFactory
Tests whether the given SAC unit type is numeric.
isOfType() - Method in interface io.sf.carte.doc.style.css.nsac.PositionalCondition2
Is this an of-type selector?
isOnlyChild() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
The element in this matcher is the only child?
isOnlyOfType() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
The element in this matcher is the only child of its type (tag name)?
isParsable() - Method in interface io.sf.carte.doc.style.css.parser.DeclarationCondition
 
isPersistent() - Method in interface io.sf.carte.doc.agent.Cookie
 
isPersistent() - Method in class io.sf.carte.doc.agent.DefaultCookie
 
isPlaceholderShown() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isPlainNumberOrPercentSACUnit(LexicalUnit) - Static method in class io.sf.carte.doc.style.css.property.ValueFactory
Tests whether the given SAC unit type is a plain number (real or integer) or a percentage.
isPositiveSizeSACUnit(LexicalUnit) - Static method in class io.sf.carte.doc.style.css.property.ValueFactory
Tests whether the given SAC value can represent a size greater than zero (e.g. font size).
isPreviousCpWCharacter() - Method in interface io.sf.carte.uparser.TokenProducer.SequenceParser
Was the previous codepoint added to the current word sequence as a CharacterCheck-accepted character ?
isPriorityCompat() - Method in class io.sf.carte.doc.style.css.property.UnknownValue
 
isRawTextElement(DOMElement) - Method in class io.sf.carte.doc.dom.DOMWriter
 
isReadWrite() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isResolutionSACUnit(LexicalUnit) - Static method in class io.sf.carte.doc.style.css.property.ValueFactory
Tests whether the unit type of the given SAC lexical unit is a resolution unit.
isRoot() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isRoot() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
isSafeOrigin(URL) - Method in class io.sf.carte.doc.dom.DOMDocument
Is the provided URL a safe origin to load certain external resources?
isSafeOrigin(URL) - Method in interface io.sf.carte.doc.style.css.CSSDocument
Is the provided URL a safe origin to load certain external resources?
isSafeOrigin(URL) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Is the provided URL a safe origin to load certain external resources?
isSameNode(Node) - Method in class io.sf.carte.doc.dom.DOMDocument
isSameNode(Node) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
isSecure() - Method in interface io.sf.carte.doc.agent.Cookie
 
isSecure() - Method in class io.sf.carte.doc.agent.DefaultCookie
 
isShorthand(String) - Method in class io.sf.carte.doc.style.css.property.ShorthandDatabase
Is this a shorthand property?
isShorthandSubproperty(String) - Method in class io.sf.carte.doc.style.css.property.ShorthandDatabase
Is this the subproperty of a shorthand property?
isShorthandSubpropertyOf(String, String) - Method in class io.sf.carte.doc.style.css.property.ShorthandDatabase
Is the given property name a subproperty of the given shorthand property ?
isSizeOrNumberSACUnit(LexicalUnit) - Static method in class io.sf.carte.doc.style.css.property.ValueFactory
Tests whether the given SAC unit type is a size or numeric unit.
isSizeSACUnit(LexicalUnit) - Static method in class io.sf.carte.doc.style.css.property.ValueFactory
Tests whether the unit type of the given SAC lexical unit can apply to size (e.g.
isSubproperty() - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
 
isSubproperty() - Method in class io.sf.carte.doc.style.css.property.StyleValue
Is this a subproperty that has been set by a shorthand?
isSubproperty() - Method in class io.sf.carte.doc.style.css.property.SystemDefaultValue
 
isSubproperty() - Method in class io.sf.carte.doc.style.css.property.ValueList
 
isSupported(String, String) - Method in class io.sf.carte.doc.dom.DOMDocument
Deprecated.
isSupported(String, String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
isSystemColor(String) - Method in class io.sf.carte.doc.style.css.property.ColorIdentifiers
Is this a system color identifier ?
isSystemDefault() - Method in class io.sf.carte.doc.style.css.property.ColorValue
 
isSystemDefault() - Method in class io.sf.carte.doc.style.css.property.StyleValue
Is this value a wildcard for a system-dependent default?
isSystemDefault() - Method in class io.sf.carte.doc.style.css.property.SystemDefaultValue
 
isTarget() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isTarget() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
isTimeSACUnit(LexicalUnit) - Static method in class io.sf.carte.doc.style.css.property.ValueFactory
Tests whether the given SAC unit type is a time unit.
isTopLevelSuffix(String) - Method in interface io.sf.carte.doc.agent.OriginPolicy
 
isUIDefault() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isValidating() - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
isValidContentType(String) - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
Is the given string a valid DTD/entity content-type ?
isVisitedLink() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
isVisitedURI(String) - Method in class io.sf.carte.doc.dom.DOMDocument
Has this URI been visited by the agent ?
isVisitedURI(String) - Method in interface io.sf.carte.doc.style.css.CSSDocument
Has this URI been visited by the agent ?
isVisitedURI(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
isVisitedURL(URL) - Method in class io.sf.carte.doc.agent.AbstractUserAgent
 
isVisitedURL(URL) - Method in interface io.sf.carte.doc.agent.UserAgent
Has the provided url been visited by this user agent.
isWhitelistedHost(String) - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
Is the given host whitelisted ?
isWhitelistEnabled() - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
Is the whitelist enabled ?
isXIncludeAware() - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
item(int) - Method in interface io.sf.carte.doc.dom.DOMNodeList
Get the node located at the index position in this list.
item(int) - Method in interface io.sf.carte.doc.dom.ElementList
Given the subset of child nodes that are elements, access the element at the index position of this list, with the index starting with 0.
item(int) - Method in interface io.sf.carte.doc.dom.ExtendedNamedNodeMap
item(int) - Method in interface io.sf.carte.doc.dom.ExtendedNodeList
Get the node located at the index position in this list.
item(int) - Method in interface io.sf.carte.doc.DOMTokenList
Retrieves a token from the collection by its index.
item(int) - Method in class io.sf.carte.doc.DOMTokenListImpl
 
item(int) - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
item(int) - Method in interface io.sf.carte.doc.style.css.AlgebraicExpression
Retrieve the operand at index index.
item(int) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetList
retrieve an ExtendedCSSStyleSheet by ordinal index.
item(int) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSRuleList
Retrieve a CSS rule by ordinal index.
item(int) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSValueList
retrieve an ExtendedCSSValue by ordinal index.
item(int) - Method in class io.sf.carte.doc.style.css.om.CSSRuleArrayList
Used to retrieve a CSS rule by ordinal index.
item(int) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
Used to retrieve the properties that have been set in this declaration block.
item(int) - Method in class io.sf.carte.doc.style.css.om.MediaList
 
item(int) - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
 
item(int) - Method in class io.sf.carte.doc.style.css.property.LinkedCSSValueList
 
item(int) - Method in class io.sf.carte.doc.style.css.property.ValueList
 
iterator() - Method in class io.sf.carte.doc.dom.DOMElement
Creates a new iterator over the child nodes.
iterator() - Method in class io.sf.carte.doc.dom.DOMDocument
Creates a new iterator over the child nodes.
iterator() - Method in interface io.sf.carte.doc.dom.ParentNode
Creates a new iterator over the child nodes.
iterator() - Method in interface io.sf.carte.doc.DOMTokenList
Obtain an iterator over the members of this set.
iterator() - Method in class io.sf.carte.doc.DOMTokenListImpl
 
iterator() - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
iterator() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSRuleList
 
iterator() - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
 
iterator() - Method in class io.sf.carte.doc.style.css.property.ValueList
 
iterator(int, NodeFilter) - Method in class io.sf.carte.doc.dom.DOMElement
Creates a new iterator over the child nodes.
iterator(int, NodeFilter) - Method in class io.sf.carte.doc.dom.DOMDocument
Creates a new iterator over the child nodes.
iterator(int, NodeFilter) - Method in interface io.sf.carte.doc.dom.ParentNode
Creates a new iterator over the child nodes.
iterator(NodeFilter) - Method in class io.sf.carte.doc.dom.DOMElement
Creates a new iterator over the child nodes.
iterator(NodeFilter) - Method in class io.sf.carte.doc.dom.DOMDocument
Creates a new iterator over the child nodes.
iterator(NodeFilter) - Method in interface io.sf.carte.doc.dom.ParentNode
Creates a new iterator over the child nodes.
iterator(BitSet) - Method in class io.sf.carte.doc.dom.DOMElement
Creates a new iterator over the child nodes.
iterator(BitSet) - Method in class io.sf.carte.doc.dom.DOMDocument
Creates a new iterator over the child nodes.
iterator(BitSet) - Method in interface io.sf.carte.doc.dom.ParentNode
Creates a new iterator over the child nodes.

K

KEYFRAME_RULE - Static variable in interface io.sf.carte.doc.style.css.ExtendedCSSRule
 
KeyframeRule - Class in io.sf.carte.doc.style.css.om
CSSKeyframeRule implementation.
KeyframeRule(KeyframesRule) - Constructor for class io.sf.carte.doc.style.css.om.KeyframeRule
 
KEYFRAMES_RULE - Static variable in interface io.sf.carte.doc.style.css.ExtendedCSSRule
 
KeyframesHandler - Interface in io.sf.carte.doc.style.css.parser
DocumentHandler for @keyframes rule body.
KeyframesRule - Class in io.sf.carte.doc.style.css.om
Implementation of CSSKeyframesRule.
KeyframesRule(AbstractCSSStyleSheet, byte) - Constructor for class io.sf.carte.doc.style.css.om.KeyframesRule
 

L

lastChild() - Method in interface io.sf.carte.doc.dom.TreeWalker
Moves the TreeWalker to the last visible child of the current node, and returns the new node.
length() - Method in class io.sf.carte.util.BufferSimpleWriter
Get the count of the characters in this object.
LexicalUnit2 - Interface in io.sf.carte.doc.style.css.nsac
Updates SAC's LexicalUnit interface.
LINEAR_GRADIENT - Enum constant in enum class io.sf.carte.doc.style.css.CSSGradientValue.GradientType
 
LinkedCSSValueList - Class in io.sf.carte.doc.style.css.property
Linked-list implementation of ExtendedCSSValueList.
LinkedCSSValueList() - Constructor for class io.sf.carte.doc.style.css.property.LinkedCSSValueList
 
linkedSheetError(Exception, CSSStyleSheet) - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Report an error associated to a LinkStyle style sheet (i.e.
linkedSheetError(Exception, CSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
linkedSheetError(Exception, CSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.LogErrorHandler
 
linkedStyleError(Node, String) - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Report an error related to linked style, where it was not possible to create the style sheet linked from node due to an issue with the given node or other node in the document (as opposed to an issue with the linked style sheet itself).
linkedStyleError(Node, String) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
linkedStyleError(Node, String) - Method in class io.sf.carte.doc.style.css.om.LogErrorHandler
 
listIterator() - Method in class io.sf.carte.doc.dom.DOMElement
Creates a new list iterator over the child nodes.
listIterator() - Method in class io.sf.carte.doc.dom.DOMDocument
Creates a new list iterator over the child nodes.
listIterator() - Method in interface io.sf.carte.doc.dom.ParentNode
Creates a new list iterator over the child nodes.
ListValueItem() - Constructor for class io.sf.carte.doc.style.css.property.ValueFactory.ListValueItem
 
loadFontFace(String, AbstractStyleDatabase.FontFormat, InputStream, ExtendedCSSFontFaceRule) - Method in class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
 
loadFontFaceRule(ExtendedCSSFontFaceRule) - Method in class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
 
loadFontFaceRule(ExtendedCSSFontFaceRule) - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Try to load the font family according to the given font face rule, and make it available to this object.
loadStyleSheet(URL, String) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
Load the styles from url into this style sheet.
loadStyleSheet(URL, String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
Load the styles from url into this style sheet.
LogErrorHandler - Class in io.sf.carte.doc.style.css.om
A sample ErrorHandler that uses SLF4J logging.
LogErrorHandler() - Constructor for class io.sf.carte.doc.style.css.om.LogErrorHandler
 
LogUserAgentErrorHandler - Class in io.sf.carte.doc.agent
 
LogUserAgentErrorHandler() - Constructor for class io.sf.carte.doc.agent.LogUserAgentErrorHandler
 
lookupNamespaceURI(String) - Method in class io.sf.carte.doc.dom.DOMDocument
lookupNamespaceURI(String) - Method in class io.sf.carte.doc.dom.DOMElement
 
lookupNamespaceURI(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
lookupPrefix(String) - Method in class io.sf.carte.doc.dom.DOMDocument
lookupPrefix(String) - Method in class io.sf.carte.doc.dom.DOMElement
 
lookupPrefix(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
LTR - Enum constant in enum class io.sf.carte.doc.DirectionalityHelper.Directionality
 

M

malformedURIValue(String) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
malformedURIValue(String) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
An URI CSS value contained a malformed URI.
mapError(CSSParseException, AbstractCSSRule) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
mapError(CSSParseException, AbstractCSSRule) - Method in interface io.sf.carte.doc.style.css.SACErrorHandler
Map a SAC error or fatal error to a specific rule.
MARGIN_RULE - Static variable in interface io.sf.carte.doc.style.css.ExtendedCSSRule
 
MarginRule - Class in io.sf.carte.doc.style.css.om
Implementation of CSSMarginRule.
MarginRule(AbstractCSSStyleSheet, byte, String) - Constructor for class io.sf.carte.doc.style.css.om.MarginRule
 
MarginRuleList - Class in io.sf.carte.doc.style.css.om
Stores a list of CSS margin rules, implementing CSSRuleList.
MarginRuleList() - Constructor for class io.sf.carte.doc.style.css.om.MarginRuleList
Constructs an empty rule list with an initial capacity of 16.
MarginRuleList(int) - Constructor for class io.sf.carte.doc.style.css.om.MarginRuleList
Constructs an empty rule list with the specified initial capacity.
MarginRuleList(Collection<MarginRule>) - Constructor for class io.sf.carte.doc.style.css.om.MarginRuleList
 
maskTable - Static variable in interface io.sf.carte.doc.dom.NodeFilter
 
matches(MediaQueryList) - Method in interface io.sf.carte.doc.style.css.MediaQueryList
Does the given media list contain any media present in this list?
matches(MediaQueryList) - Method in class io.sf.carte.doc.style.css.om.MediaList
Does the given media list contain any media present in this list?
matches(String, CSSCanvas) - Method in interface io.sf.carte.doc.style.css.MediaQueryList
Does the associated media query list match the state of the rendered Document?
matches(String, CSSCanvas) - Method in class io.sf.carte.doc.style.css.om.MediaList
Does this list match the given medium-canvas combination?
matches(String, String) - Method in class io.sf.carte.doc.dom.DOMElement
Does this element (with the provided pseudo-element, if any) match the provided selector string ?
matches(String, String) - Method in interface io.sf.carte.doc.style.css.CSSElement
Does this element (with the provided pseudo-element, if any) match the provided selector string ?
matches(Selector) - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
Does this matcher match the given selector?
matches(Selector) - Method in interface io.sf.carte.doc.style.css.SelectorMatcher
Does this object match the given selector?
matches(SelectorList) - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
Does this selector match the given selector list?
matches(SelectorList) - Method in interface io.sf.carte.doc.style.css.SelectorMatcher
Does this object match the given selector list?
matches(SelectorList, String) - Method in class io.sf.carte.doc.dom.DOMElement
Does this element (with the provided pseudo-element, if any) match the provided selector list ?
matches(SelectorList, String) - Method in interface io.sf.carte.doc.style.css.CSSElement
Does this element (with the provided pseudo-element, if any) match the provided selector list ?
matchesFeature(String, ExtendedCSSPrimitiveValue) - Method in interface io.sf.carte.doc.agent.CSSCanvas
Does this canvas support the given media feature?
matchesFeature(String, ExtendedCSSPrimitiveValue) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
MediaConditionFactory - Interface in io.sf.carte.doc.style.css.parser
Contains methods related to media query conditions.
MediaFeaturePredicate - Interface in io.sf.carte.doc.style.css.parser
Media Feature predicate.
MediaList - Class in io.sf.carte.doc.style.css.om
Old MediaList and MediaQueryList implementation, supporting lists of plain media types (not media queries).
mediaQueryError(Node, CSSMediaException) - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Report a media query error.
mediaQueryError(Node, CSSMediaException) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
mediaQueryError(Node, CSSMediaException) - Method in class io.sf.carte.doc.style.css.om.LogErrorHandler
 
MediaQueryHandler - Interface in io.sf.carte.doc.style.css.parser
Interface to be implemented by handlers that are passed to CSSParser.parseMediaQuery(String, MediaConditionFactory, MediaQueryHandler).
MediaQueryList - Interface in io.sf.carte.doc.style.css
Based on W3C's MediaQueryList interface.
MediaQueryListListener - Interface in io.sf.carte.doc.style.css
Listen to changes in media queries.
mediaQueryWarning(Node, CSSMediaException) - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Report a media query warning.
mediaQueryWarning(Node, CSSMediaException) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
MediaRule - Class in io.sf.carte.doc.style.css.om
Implementation of CSSMediaRule.
MediaRule(AbstractCSSStyleSheet, MediaQueryList, byte) - Constructor for class io.sf.carte.doc.style.css.om.MediaRule
 
mediaType(String) - Method in interface io.sf.carte.doc.style.css.parser.MediaQueryHandler
A media type was found (e.g.
mergeState(SheetErrorHandler) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
Merge the error state from the error handler of another sheet.
mergeState(SheetErrorHandler) - Method in interface io.sf.carte.doc.style.css.SheetErrorHandler
Merge the error state from the error handler of another sheet.
minifyAbsolute(String) - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
missingRequiredProperty(String) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
missingRequiredProperty(String) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
A required property was missing when processing a shorthand.

N

NAMESPACE_RULE - Static variable in interface io.sf.carte.doc.style.css.ExtendedCSSRule
 
NamespaceRule - Class in io.sf.carte.doc.style.css.om
Implementation of W3C's CSSNamespaceRule.
NamespaceRule(AbstractCSSStyleSheet, byte, String, String) - Constructor for class io.sf.carte.doc.style.css.om.NamespaceRule
 
needsUpdate() - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
 
negativeQuery() - Method in interface io.sf.carte.doc.style.css.parser.MediaQueryHandler
Reports that the current query is a negative query.
newDocument() - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
newLine() - Method in class io.sf.carte.util.BufferSimpleWriter
 
newLine() - Method in interface io.sf.carte.util.SimpleWriter
Write a newline according to the characteristics of the target platform.
newLine(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
newLine(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
next() - Method in interface io.sf.carte.doc.dom.NodeIterator
 
next() - Method in interface io.sf.carte.doc.dom.NodeListIterator
nextNode() - Method in interface io.sf.carte.doc.dom.NodeIterator
The same as NodeIterator.next(), but avoids the NoSuchElementException.
nextNode() - Method in interface io.sf.carte.doc.dom.TreeWalker
Moves the TreeWalker to the next visible node in document order relative to the current node, and returns the new node.
nextSibling() - Method in interface io.sf.carte.doc.dom.TreeWalker
Moves the TreeWalker to the next sibling of the current node, and returns the new node.
noContainingBlock(String, Node) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
Unable to find containing block for containedNode.
noContainingBlock(String, Node) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
Unable to find containing block for containedNode.
NodeFilter - Interface in io.sf.carte.doc.dom
NodeIterator - Interface in io.sf.carte.doc.dom
Iterates over the document nodes according to a set of parameters.
NodeListIterator - Interface in io.sf.carte.doc.dom
A ListIterator that has Node arguments but returns DOMNode references.
NodeStyleDeclaration - Interface in io.sf.carte.doc.style.css
This style declaration belongs to a DOM node.
NonDocumentTypeChildNode - Interface in io.sf.carte.doc.dom
Based on W3C's NonDocumentTypeChildNode interface.
normalize() - Method in class io.sf.carte.doc.dom.DOMDocument
 
normalize() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
normalizeDocument() - Method in class io.sf.carte.doc.dom.DOMDocument
Normalizes the document element, if there is one.
normalizeDocument() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
NOT - Enum constant in enum class io.sf.carte.doc.style.css.parser.BooleanCondition.Type
 
NumberValue - Class in io.sf.carte.doc.style.css.property
Number-specific CSSPrimitiveValue.
NumberValue() - Constructor for class io.sf.carte.doc.style.css.property.NumberValue
 
NumberValue(NumberValue) - Constructor for class io.sf.carte.doc.style.css.property.NumberValue
 

O

onChange(MediaQueryList) - Method in interface io.sf.carte.doc.style.css.MediaQueryListListener
 
onlyPrefix() - Method in interface io.sf.carte.doc.style.css.parser.MediaQueryHandler
The current query uses the only prefix.
onMetaAdded(String, String) - Method in class io.sf.carte.doc.dom.DOMDocument
Notify the document about the addition of a META element that may affect the inner workings of this document.
onMetaRemoved(String, String) - Method in class io.sf.carte.doc.dom.DOMDocument
Notify the document about the removal of a META element that may affect the inner workings of this document.
onSuperCookie(URL, String) - Method in class io.sf.carte.doc.agent.LogUserAgentErrorHandler
 
onSuperCookie(URL, String) - Method in interface io.sf.carte.doc.agent.UserAgentErrorHandler
 
onUnknownProperty(String, String) - Method in class io.sf.carte.doc.agent.LogUserAgentErrorHandler
 
onUnknownProperty(String, String) - Method in interface io.sf.carte.doc.agent.UserAgentErrorHandler
 
onWrongPropertyValue(String, String) - Method in class io.sf.carte.doc.agent.LogUserAgentErrorHandler
 
onWrongPropertyValue(String, String) - Method in interface io.sf.carte.doc.agent.UserAgentErrorHandler
 
opaqueAlpha - Static variable in class io.sf.carte.doc.style.css.property.ColorValue
 
openConnection(URL) - Method in interface io.sf.carte.doc.style.css.CSSDocument
Opens a connection for the given URL.
openConnection(URL) - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
Open a connection to the given URL.
openConnection(URL, long) - Method in class io.sf.carte.doc.agent.AbstractUserAgent
Open a URL connection according to the given document creation date.
openConnection(URL, long) - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory.WrapperUserAgent
 
openConnection(URL, String) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
openConnection(URL, String) - Method in class io.sf.carte.doc.style.css.om.AbstractStyleSheet
Open a non-interactive connection to the given URL.
openGroup(int, int) - Method in interface io.sf.carte.uparser.TokenHandler
Called when one of these codepoints is found: (, [, {
openStream(String) - Method in class io.sf.carte.doc.dom.DOMDocument
Opens an InputStream for the given URI, taking into account the Base URL if needed.
OPENTYPE - Enum constant in enum class io.sf.carte.doc.style.css.om.AbstractStyleDatabase.FontFormat
 
OPERAND - Enum constant in enum class io.sf.carte.doc.style.css.CSSExpression.AlgebraicPart
 
OR - Enum constant in enum class io.sf.carte.doc.style.css.parser.BooleanCondition.Type
 
ORIGIN_AUTHOR - Static variable in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
 
ORIGIN_USER - Static variable in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
 
ORIGIN_USER_AGENT - Static variable in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
 
ORIGIN_USER_IMPORTANT - Static variable in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
 
OriginPolicy - Interface in io.sf.carte.doc.agent
Origin policy.
OTHER_GRADIENT - Enum constant in enum class io.sf.carte.doc.style.css.CSSGradientValue.GradientType
 

P

PageRule - Class in io.sf.carte.doc.style.css.om
Implementation of CSSPageRule.
PageRule(AbstractCSSStyleSheet, byte) - Constructor for class io.sf.carte.doc.style.css.om.PageRule
 
parentNode() - Method in interface io.sf.carte.doc.dom.TreeWalker
Moves to and returns the closest visible ancestor node of the current node.
ParentNode - Interface in io.sf.carte.doc.dom
Based on W3C's ParentNode interface.
parse(Reader) - Method in class io.sf.carte.uparser.TokenProducer
 
parse(Reader, int) - Method in class io.sf.carte.uparser.TokenProducer
 
parse(Reader, String, String) - Method in class io.sf.carte.uparser.TokenProducer
Parse the given reader, with a single comment layout.
parse(String) - Method in class io.sf.carte.doc.style.css.parser.AnBExpression
Parse a AnB expression into this object.
parse(String) - Static method in class io.sf.carte.doc.xml.dtd.DocumentTypeDeclaration
Parses an XML document type declaration.
parse(String) - Method in class io.sf.carte.uparser.TokenProducer
 
parse(String, String, String) - Method in class io.sf.carte.uparser.TokenProducer
 
parse(InputSource) - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
parseBracketList(LexicalUnit, AbstractCSSStyleDeclaration, boolean) - Method in class io.sf.carte.doc.style.css.property.ValueFactory
Parse a bracket list.
parseDeclarationRule(InputSource) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
parseFontFeatureValuesBody(String) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
ParseHelper - Class in io.sf.carte.doc.style.css.parser
Methods that are useful for CSS parsing.
ParseHelper() - Constructor for class io.sf.carte.doc.style.css.parser.ParseHelper
 
parseIdent(String) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
Parse an escaped CSS identifier.
parseKeyFramesBody(String) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
parseMediaFeature(String) - Method in class io.sf.carte.doc.style.css.property.ValueFactory
Parses a feature value.
parseMediaFeature(String, Parser2) - Method in class io.sf.carte.doc.style.css.property.ValueFactory
Parses a feature value.
parseMediaQuery(String, MediaConditionFactory, MediaQueryHandler) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
Parse a media query.
parseMultiComment(Reader, String[], String[]) - Method in class io.sf.carte.uparser.TokenProducer
Parse the given reader, with multiple comment layouts.
parsePriority(InputSource) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
parseProperty(String) - Method in class io.sf.carte.doc.style.css.property.ValueFactory
Parses a property value.
parseProperty(String, String, CSSParser) - Method in class io.sf.carte.doc.style.css.property.ValueFactory
Parses a property value with the supplied parser.
parseProperty(String, String, Parser) - Method in class io.sf.carte.doc.style.css.property.ValueFactory
Parses a property value with the supplied parser.
parseProperty(String, Parser) - Method in class io.sf.carte.doc.style.css.property.ValueFactory
Parses a property value with the supplied parser.
parsePropertyValue(String, Reader) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
parsePropertyValue(InputSource) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
parsePseudoAttributes(String, LinkedHashMap<String, String>) - Static method in class io.sf.carte.doc.style.css.om.DOMUtil
Parses the pseudo-attributes in data.
Parser2 - Interface in io.sf.carte.doc.style.css.nsac
Updates SAC's Parser interface.
Parser2.Flag - Enum Class in io.sf.carte.doc.style.css.nsac
Parser2.NamespaceMap - Interface in io.sf.carte.doc.style.css.nsac
Interface giving access to namespace URI from the prefix.
parseRelAttribute(String) - Static method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
Parses the rel attribute.
parseRule(InputSource) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
parseRule(InputSource, Parser2.NamespaceMap) - Method in interface io.sf.carte.doc.style.css.nsac.Parser2
Parse a CSS rule.
parseRule(InputSource, Parser2.NamespaceMap) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
parseSelector(String) - Method in class io.sf.carte.doc.style.css.parser.AnBExpression
 
parseSelectors(String) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
parseSelectors(InputSource) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
parseStyleDeclaration(InputSource) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
parseStyleSheet(String) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
parseStyleSheet(InputSource) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Parses a source into this style sheet.
parseStyleSheet(InputSource) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
Parses a style sheet.
parseStyleSheet(InputSource) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
Parses a style sheet.
parseStyleSheet(InputSource) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
parseStyleSheet(InputSource, boolean) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleSheet
Parses a style sheet.
parseStyleSheet(InputSource, boolean) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
Parses a style sheet.
parseStyleSheet(InputSource, boolean) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
Parses a style sheet.
parseSupportsCondition(String, ExtendedCSSRule) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
Parse the condition text of a @supports rule.
percentage(ExtendedCSSPrimitiveValue, short) - Method in class io.sf.carte.doc.style.css.property.Evaluator
Obtain the float value (in the requested absolute unit) corresponding to the given percentage value.
PercentageValue - Class in io.sf.carte.doc.style.css.property
Percentage CSSPrimitiveValue.
policyError(Node, String) - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Report a policy error, including possible security issues.
policyError(Node, String) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
PositionalCondition2 - Interface in io.sf.carte.doc.style.css.nsac
Updates SAC's PositionalCondition interface.
PREDICATE - Enum constant in enum class io.sf.carte.doc.style.css.parser.BooleanCondition.Type
 
prependChild(Node) - Method in class io.sf.carte.doc.dom.DOMDocument
 
prependChild(Node) - Method in interface io.sf.carte.doc.dom.ParentNode
Inserts the node newChild at the beginning of the list of children of this node.
presentationalHintError(CSSElement, DOMException) - Method in interface io.sf.carte.doc.style.css.ErrorHandler
While computing a style, an error was found when processing the presentational hints of an element.
presentationalHintError(CSSElement, DOMException) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
presentationalHintError(CSSElement, DOMException) - Method in class io.sf.carte.doc.style.css.om.LogErrorHandler
 
previous() - Method in interface io.sf.carte.doc.dom.NodeIterator
 
previous() - Method in interface io.sf.carte.doc.dom.NodeListIterator
previousNode() - Method in interface io.sf.carte.doc.dom.NodeIterator
The same as NodeIterator.previous(), but avoids the NoSuchElementException.
previousNode() - Method in interface io.sf.carte.doc.dom.TreeWalker
Moves the TreeWalker to the previous visible node in document order relative to the current node, and returns the new node.
previousSibling() - Method in interface io.sf.carte.doc.dom.TreeWalker
Moves the TreeWalker to the previous sibling of the current node, and returns the new node.
PrimitiveValue - Class in io.sf.carte.doc.style.css.property
Base implementation for CSS primitive values.
PrimitiveValue() - Constructor for class io.sf.carte.doc.style.css.property.PrimitiveValue
 
PrimitiveValue(short) - Constructor for class io.sf.carte.doc.style.css.property.PrimitiveValue
 
PrimitiveValue(PrimitiveValue) - Constructor for class io.sf.carte.doc.style.css.property.PrimitiveValue
 
prioritySplit(AbstractCSSStyleDeclaration, AbstractCSSStyleDeclaration) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleDeclaration
Splits this style declaration in two: one for important properties only, and the other with normal properties.
prioritySplit(AbstractCSSStyleDeclaration, AbstractCSSStyleDeclaration) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
Splits this style declaration in two: one for important properties only, and the other with normal properties.
PRODUCT - Enum constant in enum class io.sf.carte.doc.style.css.CSSExpression.AlgebraicPart
 
PropertyDatabase - Class in io.sf.carte.doc.style.css.property
Database of device-independent CSS property information.

Q

querySelectorAll(String) - Method in class io.sf.carte.doc.dom.DOMElement
Gets a static list of the descendant elements that match any of the specified group of selectors.
querySelectorAll(String) - Method in class io.sf.carte.doc.dom.DOMDocument
Gets a static list of the elements that match any of the specified group of selectors.
querySelectorAll(String) - Method in interface io.sf.carte.doc.dom.ParentNode
Gets a static ElementList of the descendant elements that match any of the specified list of selectors.
QUIRKS - Enum constant in enum class io.sf.carte.doc.style.css.CSSDocument.ComplianceMode
 
quote(String, char) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
Quote a string according to the supplied quote character.
quoted(int, CharSequence, int) - Method in interface io.sf.carte.uparser.TokenHandler
A quoted string was found by the parser.
quotedNewlineChar(int, int) - Method in interface io.sf.carte.uparser.TokenHandler
An unescaped FF/LF/CR control was found while assembling a quoted string.
quotedWithControl(int, CharSequence, int) - Method in interface io.sf.carte.uparser.TokenHandler
A quoted string was found by the parser, and contains control characters.

R

RADIAL_GRADIENT - Enum constant in enum class io.sf.carte.doc.style.css.CSSGradientValue.GradientType
 
RatioValue - Class in io.sf.carte.doc.style.css.property
Ratio CSSPrimitiveValue.
RatioValue() - Constructor for class io.sf.carte.doc.style.css.property.RatioValue
 
RatioValue(RatioValue) - Constructor for class io.sf.carte.doc.style.css.property.RatioValue
 
rawnode - Variable in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
readCookies(HttpURLConnection, long) - Method in class io.sf.carte.doc.agent.AbstractUserAgent
 
readURL(URL) - Method in interface io.sf.carte.doc.agent.UserAgent
Reads and parses a markup document located at the given URL.
readURL(URL) - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory.WrapperUserAgent
 
realvalue - Variable in class io.sf.carte.doc.style.css.property.NumberValue
 
Rect - Class in io.sf.carte.doc.geom
Implementation of DOMRect.
Rect() - Constructor for class io.sf.carte.doc.geom.Rect
 
Rect(double, double, double, double) - Constructor for class io.sf.carte.doc.geom.Rect
 
REGION_STYLE_RULE - Static variable in interface io.sf.carte.doc.style.css.ExtendedCSSRule
 
registerNamespace(CSSNamespaceRule) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
registerNamespace(CSSNamespaceRule) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
reloadStyleState() - Method in interface io.sf.carte.doc.agent.CSSCanvas
Reload any possible style state/caching that this canvas may have.
remove(int) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSValueList
Removes the value at the specified index.
remove(int) - Method in class io.sf.carte.doc.style.css.property.ValueList
Removes the value at the specified index.
remove(String) - Method in interface io.sf.carte.doc.DOMTokenList
Removes the given token from this collection.
remove(String) - Method in class io.sf.carte.doc.DOMTokenListImpl
 
remove(String) - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
remove(String) - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
Remove the sheet with the given title from this list.
remove(StyleSheet) - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
Remove the given sheet from this list.
removeAttribute(String) - Method in class io.sf.carte.doc.dom.DOMElement
 
removeAttributeNode(Attr) - Method in class io.sf.carte.doc.dom.DOMElement
 
removeAttributeNS(String, String) - Method in class io.sf.carte.doc.dom.DOMElement
 
removeChild(Node) - Method in class io.sf.carte.doc.dom.DOMDocument
 
removeChild(Node) - Method in interface io.sf.carte.doc.dom.DOMNode
Removes the node oldChild from the children of this node.
removeChild(Node) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
removeListener(MediaQueryListListener) - Method in interface io.sf.carte.doc.style.css.MediaQueryList
Removes a listener from the list of media query list listeners.
removeListener(MediaQueryListListener) - Method in class io.sf.carte.doc.style.css.om.MediaList
 
removeNamedItem(String) - Method in interface io.sf.carte.doc.dom.ExtendedNamedNodeMap
 
removeNamedItemNS(String, String) - Method in interface io.sf.carte.doc.dom.ExtendedNamedNodeMap
 
removeProperty(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
Used to remove a CSS property if it has been explicitly set within this declaration block.
removeUnchecked(String) - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
renameNode(Node, String, String) - Method in class io.sf.carte.doc.dom.DOMDocument
Deprecated.
renameNode(Node, String, String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
REPEATING_CONIC_GRADIENT - Enum constant in enum class io.sf.carte.doc.style.css.CSSGradientValue.GradientType
 
REPEATING_LINEAR_GRADIENT - Enum constant in enum class io.sf.carte.doc.style.css.CSSGradientValue.GradientType
 
REPEATING_RADIAL_GRADIENT - Enum constant in enum class io.sf.carte.doc.style.css.CSSGradientValue.GradientType
 
replace(String, String) - Method in interface io.sf.carte.doc.DOMTokenList
Replaces an existing token with a new token.
replace(String, String) - Method in class io.sf.carte.doc.DOMTokenListImpl
 
replace(String, String) - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
replaceByEntities(String) - Method in class io.sf.carte.doc.dom.DOMWriter
Verify if the given line contains characters for which there is the mandate to replace by entity references.
replaceChild(Node, Node) - Method in class io.sf.carte.doc.dom.DOMElement
Replaces the node oldChild with newChild.
replaceChild(Node, Node) - Method in class io.sf.carte.doc.dom.DOMDocument
Replaces the node oldChild with newChild.
replaceChild(Node, Node) - Method in interface io.sf.carte.doc.dom.DOMNode
Replaces the node oldChild with newChild.
replaceChild(Node, Node) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
replaceLast(BooleanCondition) - Method in interface io.sf.carte.doc.style.css.parser.BooleanCondition
Replace the last condition added.
replaceUnchecked(String, String) - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
reset() - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
reset() - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Reset the error handler.
reset() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
reset() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
reset() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
reset() - Method in class io.sf.carte.doc.style.css.om.LogErrorHandler
 
reset() - Method in interface io.sf.carte.doc.style.css.SheetErrorHandler
Reset the error handler, getting it ready for a new run.
reset() - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
Reset this handler and prepare it to handle a new declaration.
resetComputedStyleErrors() - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Reset the error state about computed styles and presentational hints.
resetComputedStyleErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
resetComputedStyleErrors() - Method in class io.sf.carte.doc.style.css.om.LogErrorHandler
 
resetComputedStyleErrors(CSSElement) - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Reset the error state about computed styles and presentational hints for the given element.
resetComputedStyleErrors(CSSElement) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
 
resetCurrentSequence() - Method in interface io.sf.carte.uparser.TokenProducer.SequenceParser
Empty the current sequence.
resolveEntity(DocumentTypeDeclaration) - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
 
resolveEntity(String) - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
 
resolveEntity(String, String) - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
 
resolveEntity(String, String, String, String) - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
 
resolveEntity(DocumentType) - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
 
reverseIndexOf(SelectorList) - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
reverseIndexOf(SelectorList) - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
RGB - Enum constant in enum class io.sf.carte.doc.style.css.RGBAColor.ColorSpace
 
RGBAColor - Interface in io.sf.carte.doc.style.css
Adds an alpha channel to W3C's RGBColor interface.
RGBAColor.ColorSpace - Enum Class in io.sf.carte.doc.style.css
Enumeration of color spaces.
RTL - Enum constant in enum class io.sf.carte.doc.DirectionalityHelper.Directionality
 
ruleIOError(String, IOException) - Method in interface io.sf.carte.doc.style.css.ErrorHandler
Deprecated. 
ruleIOError(String, IOException) - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
Deprecated.
ruleParseError(CSSRule, CSSParseException) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
ruleParseError(CSSRule, CSSParseException) - Method in interface io.sf.carte.doc.style.css.SheetErrorHandler
An error was found when parsing a rule.
RuleParseException - Exception in io.sf.carte.doc.style.css.om
Convenience exception that contains a reference to a rule.
RuleParseException(String, CSSParseException, CSSRule) - Constructor for exception io.sf.carte.doc.style.css.om.RuleParseException
 
RuleParseException(CSSParseException, CSSRule) - Constructor for exception io.sf.carte.doc.style.css.om.RuleParseException
 
ruleParseWarning(CSSRule, CSSParseException) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
ruleParseWarning(CSSRule, CSSParseException) - Method in interface io.sf.carte.doc.style.css.SheetErrorHandler
A warning was produced when parsing a rule.

S

SAC_BEGINS_ATTRIBUTE_CONDITION - Static variable in interface io.sf.carte.doc.style.css.nsac.Condition2
This condition checks the beginning of an attribute value.
SAC_CAP - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
cap.
SAC_CH - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
ch.
SAC_COLUMN_COMBINATOR_SELECTOR - Static variable in interface io.sf.carte.doc.style.css.nsac.Selector2
E || F
SAC_COMPAT_IDENT - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
Compat identifier: invalid value accepted for IE compatibility as an ident-like value.
SAC_COMPAT_PRIO - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
Value with invalid priority accepted for IE compatibility, but it is interpreted as being of !
SAC_DOTS_PER_CENTIMETER - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
dpcm.
SAC_DOTS_PER_INCH - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
dpi.
SAC_DOTS_PER_PIXEL - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
dppx.
SAC_ELEMENT_REFERENCE - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
An element reference.
SAC_ENDS_ATTRIBUTE_CONDITION - Static variable in interface io.sf.carte.doc.style.css.nsac.Condition2
This condition checks the end of an attribute value.
SAC_FR - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
Flex (fr).
SAC_IC - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
ic.
SAC_LEFT_BRACKET - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
[
SAC_LH - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
lh.
SAC_PSEUDO_ELEMENT_CONDITION - Static variable in interface io.sf.carte.doc.style.css.nsac.Condition2
This condition checks for pseudo elements.
SAC_QUARTER_MILLIMETER - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
Q.
SAC_REM - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
Root EM.
SAC_RIGHT_BRACKET - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
]
SAC_RLH - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
rlh.
SAC_SCOPE_SELECTOR - Static variable in interface io.sf.carte.doc.style.css.nsac.Selector2
Scope pseudo-selector in selector arguments.
SAC_SELECTOR_ARGUMENT_CONDITION - Static variable in interface io.sf.carte.doc.style.css.nsac.Condition2
This condition checks the selector list argument to which a pseudo-class applies.
SAC_SUBSEQUENT_SIBLING_SELECTOR - Static variable in interface io.sf.carte.doc.style.css.nsac.Selector2
E ~ F
SAC_SUBSTRING_ATTRIBUTE_CONDITION - Static variable in interface io.sf.carte.doc.style.css.nsac.Condition2
This condition checks a substring of an attribute value.
SAC_TURN - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
turn.
SAC_UNICODE_WILDCARD - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
Unicode range wildcard.
SAC_VB - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
vb.
SAC_VH - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
vh.
SAC_VI - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
vi.
SAC_VMAX - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
vmax.
SAC_VMIN - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
vmin.
SAC_VW - Static variable in interface io.sf.carte.doc.style.css.nsac.LexicalUnit2
vw.
sacError(CSSParseException, int) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
sacError(CSSParseException, int) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
Reports a SAC error as per the SAC ErrorHandler.
SACErrorHandler - Interface in io.sf.carte.doc.style.css
High-level handling of SAC errors and warnings.
sacFatalError(CSSParseException, int) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
sacFatalError(CSSParseException, int) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
Reports a SAC fatal error as per the SAC ErrorHandler.
sacMalfunction(String) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
sacMalfunction(String) - Method in interface io.sf.carte.doc.style.css.SheetErrorHandler
the SAC parser is malfunctioning.
SACParserFactory - Class in io.sf.carte.doc.style.css
SAC Parser Factory used by static methods.
SACParserFactory() - Constructor for class io.sf.carte.doc.style.css.SACParserFactory
 
sacWarning(CSSParseException, int) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
sacWarning(CSSParseException, int) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
Reports a SAC warning as per the SAC ErrorHandler.
safeEscape(String, boolean) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
Escape the given text, but when escaping the backslashes, only do those that do not escape a private or unassigned character.
scopeMatchChild(DescendantSelector) - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
scopeMatchChild(DescendantSelector) - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
scopeMatchDirectAdjacent(SiblingSelector) - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
scopeMatchDirectAdjacent(SiblingSelector) - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
 
Selector2 - Interface in io.sf.carte.doc.style.css.nsac
Updates SAC's Selector interface.
SelectorMatcher - Interface in io.sf.carte.doc.style.css
CSS Selector matcher.
separator(int, int) - Method in interface io.sf.carte.uparser.TokenHandler
A separator (Zs, Zl and Zp unicode categories) was found.
serializeAbsolute(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
serializeToString(Node) - Method in class io.sf.carte.doc.dom.DOMWriter
Serializes root into a String using the configurable serialization provided by this class.
set(int, E) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSValueList
Replaces the value at the specified index with the supplied value.
set(int, StyleValue) - Method in class io.sf.carte.doc.style.css.property.LinkedCSSValueList
Replaces the value at the specified index with the supplied value.
set(int, StyleValue) - Method in class io.sf.carte.doc.style.css.property.ValueList
Replaces the value at the specified index with the supplied value.
set(String, PrimitiveValue...) - Method in interface io.sf.carte.doc.style.css.CSSFontFeatureValuesMap
Set the feature value(s) associated to the given feature value name.
setAbsolutizedUnit() - Method in class io.sf.carte.doc.style.css.property.NumberValue
Set that the value that this number represents was originally specified as a calculation or as a relative unit, but comes from being either calculated or absolutized.
setAcceptAllCookies(boolean) - Method in interface io.sf.carte.doc.agent.CookieConfig
Accept all cookies when opening HTTP connections to retrieve resources.
setAcceptEofEndingQuoted(boolean) - Method in interface io.sf.carte.uparser.TokenControl
If set, quoted strings ending with an EOF (End Of File). are processed through the relevant quoted method, albeit an error is reported in any case.
setAcceptEofEndingQuoted(boolean) - Method in class io.sf.carte.uparser.TokenProducer
If set, quoted strings ending with an EOF (End Of File). are processed through the relevant quoted method, albeit an error is reported in any case.
setAcceptNewlineEndingQuote(boolean) - Method in interface io.sf.carte.uparser.TokenControl
If set, quoted strings ending with an unescaped newline (instead of the closing quote) are processed through the relevant quoted method, albeit an error is reported in any case.
setAcceptNewlineEndingQuote(boolean) - Method in class io.sf.carte.uparser.TokenProducer
If set, quoted strings ending with an unescaped newline (instead of the closing quote) are processed through the relevant quoted method, albeit an error is reported in any case.
setAcceptSessionCookies(boolean) - Method in interface io.sf.carte.doc.agent.CookieConfig
Accept only session cookies when opening HTTP connections to retrieve resources.
setAntecedentValue(PrimitiveValue) - Method in class io.sf.carte.doc.style.css.property.RatioValue
Set the first value in the ratio.
setAttribute(String, String) - Method in class io.sf.carte.doc.dom.DOMElement
 
setAttributeNode(Attr) - Method in class io.sf.carte.doc.dom.DOMElement
 
setAttributeNodeNS(Attr) - Method in class io.sf.carte.doc.dom.DOMElement
 
setAttributeNS(String, String, String) - Method in class io.sf.carte.doc.dom.DOMElement
 
setAuthType(byte) - Method in interface io.sf.carte.doc.agent.AuthenticationCredentials
 
setAzimuth(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBackground(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBackgroundAttachment(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBackgroundColor(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBackgroundImage(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBackgroundPosition(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBackgroundRepeat(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorder(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderBottom(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderBottomColor(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderBottomStyle(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderBottomWidth(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderCollapse(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderColor(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderLeft(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderLeftColor(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderLeftStyle(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderLeftWidth(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderRight(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderRightColor(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderRightStyle(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderRightWidth(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderSpacing(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderStyle(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderTop(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderTopColor(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderTopStyle(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderTopWidth(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBorderWidth(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setBottom(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setCaptionSide(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setClassLoader(ClassLoader) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Sets the class loader to be used when loading internal style sheets.
setClassLoader(ClassLoader) - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
 
setClassName(String) - Method in class io.sf.carte.doc.dom.DOMElement
 
setClear(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setClip(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setCodePoint(int) - Method in interface io.sf.carte.doc.style.css.CSSUnicodeRangeValue.CSSUnicodeValue
 
setCodePoint(int) - Method in class io.sf.carte.doc.style.css.property.UnicodeValue
 
setColor(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setComment(String) - Method in interface io.sf.carte.doc.agent.Cookie
 
setComment(String) - Method in class io.sf.carte.doc.agent.DefaultCookie
 
setConditionFactory(ConditionFactory) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
setConditionText(String) - Method in interface io.sf.carte.doc.style.css.CSSConditionRule
Sets the condition associated to this rule.
setConditionText(String) - Method in class io.sf.carte.doc.style.css.om.SupportsRule
 
setConnectionTimeout(int) - Method in class io.sf.carte.doc.agent.AbstractUserAgent
Sets the connection timeout.
setConnectionTimeout(int) - Method in interface io.sf.carte.doc.agent.UserAgent.AgentControl
Sets the connection timeout.
setConsequentValue(PrimitiveValue) - Method in class io.sf.carte.doc.style.css.property.RatioValue
Set the second value in the ratio.
setContent(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setCounterIncrement(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setCounterReset(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setCssFloat(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSRule
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
Parses the given value and resets all the properties in the declaration block, including the removal or addition of properties.
setCssText(String) - Method in class io.sf.carte.doc.style.css.om.CounterStyleRule
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.om.CSSStyleDeclarationRule
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.om.GroupingRule
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.om.ImportRule
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.om.KeyframeRule
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.om.KeyframesRule
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.om.NamespaceRule
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.om.PageRule
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.om.SupportsRule
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.om.UnknownRule
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.om.ViewportRule
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.AttrValue
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.ColorValue
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.CustomPropertyValue
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.EnvVariableValue
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.ExpressionValue
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.IdentifierValue
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.InheritValue
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.LinkedCSSValueList
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.RatioValue
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.StringValue
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.StyleValue
Attempts to change this value to match the supplied css text.
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.SystemDefaultValue
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.UnicodeValue
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.UnicodeWildcardValue
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.UnknownValue
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.URIValue
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.URIValueWrapper
 
setCssText(String) - Method in class io.sf.carte.doc.style.css.property.ValueList
 
setCue(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setCueAfter(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setCueBefore(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setCurrentNode(Node) - Method in interface io.sf.carte.doc.dom.TreeWalker
Set the node at which the TreeWalker is currently positioned.
setCursor(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setDefaultHTMLUserAgentSheet() - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
 
setDefaultHTMLUserAgentSheet() - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Sets a default HTML default style sheet as the user agent style sheet.
setDefaultHTMLUserAgentSheet() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
Sets a default HTML default style sheet as the user agent style sheet.
setDefaultHTMLUserAgentSheet() - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory
 
setDeviceFactory(DeviceFactory) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Sets the device factory.
setDir(String) - Method in class io.sf.carte.doc.dom.HTMLElement
 
setDirection(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setDisabled(boolean) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
setDisplay(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setDocument(CSSDocument) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
setDocumentBuilder(DocumentBuilder) - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory.WrapperUserAgent
Sets a DocumentBuilder to be used when fetching a document from a URL.
setDocumentHandler(DocumentHandler) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
setDocumentURI(String) - Method in class io.sf.carte.doc.dom.DOMDocument
Sets the location of this document.
setDocumentURI(String) - Method in class io.sf.carte.doc.dom.HTMLDocument
 
setDocumentURI(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
setDomain(String) - Method in interface io.sf.carte.doc.agent.Cookie
 
setDomain(String) - Method in class io.sf.carte.doc.agent.DefaultCookie
 
setElevation(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setEmptyCells(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setEntityCodepoints(DocumentType, int[]) - Method in class io.sf.carte.doc.dom.DOMWriter
Configure the writer to replace the given codePoints by entity references (if the document type allows it).
setEntityResolver(EntityResolver) - Method in interface io.sf.carte.doc.agent.UserAgent
Sets the entity resolver to be used when parsing documents.
setEntityResolver(EntityResolver) - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
setEntityResolver(EntityResolver) - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory.WrapperUserAgent
Sets the entity resolver to be used when parsing documents.
setEntityResolver(EntityResolver2) - Method in class io.sf.carte.doc.dom.DOMWriter
Sets the entity resolver to be used to read the DTD.
setErrorHandler(ErrorHandler) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
setErrorHandler(ErrorHandler) - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
setExpectInteger() - Method in class io.sf.carte.doc.style.css.property.CustomPropertyValue
 
setExpectInteger() - Method in class io.sf.carte.doc.style.css.property.ExpressionValue
 
setExpectInteger() - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
setExpectInteger() - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
 
setExpiryTime(long) - Method in interface io.sf.carte.doc.agent.Cookie
 
setExpiryTime(long) - Method in class io.sf.carte.doc.agent.DefaultCookie
 
setFactoryFlag(byte) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Set a configuration flag.
setFactoryFlag(byte) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
 
setFlag(Parser2.Flag) - Method in interface io.sf.carte.doc.style.css.nsac.Parser2
Set a parser flag.
setFlag(Parser2.Flag) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
Set a parser flag.
setFloatValue(short, float) - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
setFloatValue(short, float) - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
 
setFloatValuePt(float) - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
setFont(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setFontFamily(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setFontSize(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setFontSizeAdjust(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setFontStretch(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setFontStyle(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setFontVariant(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setFontWeight(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setGroupingRule(GroupingRule) - Method in class io.sf.carte.doc.style.css.om.GroupingRule
 
setGroupingRule(GroupingRule) - Method in class io.sf.carte.doc.style.css.om.MediaRule
 
setHandleAllSeparators(boolean) - Method in class io.sf.carte.uparser.TokenProducer
Set the handling of consecutive separators like whitespace or tabs.
setHeight(double) - Method in interface io.sf.carte.doc.geom.DOMRect
Set the height of the rectangle.
setHeight(double) - Method in class io.sf.carte.doc.geom.Rect
 
setHeight(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setHref(String) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
setHref(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
setHref(String) - Method in class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
 
setHTMLProcessing(boolean) - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
Configure the builder to process the document as XHTML.
setHttpOnly() - Method in interface io.sf.carte.doc.agent.Cookie
 
setHttpOnly() - Method in class io.sf.carte.doc.agent.DefaultCookie
 
setIgnoreElementContentWhitespace(boolean) - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
Configure the builder to ignore (or not) element content whitespace when building the document.
setIgnoreImpliedAttributes(boolean) - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
Deprecated. 
setIgnoreNotSpecifiedAttributes(boolean) - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
Configure the builder to ignore (or not) the attributes that were not specified, when building the document.
setIndentingUnit(int) - Method in class io.sf.carte.doc.dom.DOMWriter
Sets a whitespace string of the whitespaceCount length as the level indenting unit (that is, every indenting depth shall be whitespaceCount larger).
setInitialColor(String) - Method in class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
 
setInitialColor(String) - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Sets the initial (default) value for the 'color' property on this device.
setIntegerValue(int) - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
setLang(String) - Method in class io.sf.carte.doc.dom.HTMLElement
 
setLeft(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setLenientSystemValues(boolean) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Set the value of the lenientSystemValues flag.
setLenientSystemValues(boolean) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
The style sheet factories provide system default values, and its behaviour depends on a lenientSystemValues flag.
setLetterSpacing(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setLineHeight(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setListStyle(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setListStyleImage(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setListStylePosition(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setListStyleType(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setLoadingTime(long) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Set the time at which this document was loaded from origin.
setLocale(Locale) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
setLocalName(String) - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
Set the local name of the element that this matcher belongs to.
setLoginPrincipal(Principal) - Method in interface io.sf.carte.doc.agent.AuthenticationCredentials
 
setLonghandProperty(String, LexicalUnit, String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setLonghandProperty(String, LexicalUnit, String) - Method in class io.sf.carte.doc.style.css.om.CompatInlineStyle
 
setMargin(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setMarginBottom(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setMarginLeft(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setMarginRight(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setMarginTop(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setMarkerOffset(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setMarks(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setMaxHeight(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setMaxWidth(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setMedia(MediaQueryList) - Method in class io.sf.carte.doc.style.css.om.AbstractStyleSheet
Set the destination media for this sheet.
setMedia(MediaQueryList) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
setMediaText(String) - Method in class io.sf.carte.doc.style.css.om.MediaList
 
setMinHeight(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setMinWidth(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setName(String) - Method in interface io.sf.carte.doc.agent.Cookie
 
setName(String) - Method in class io.sf.carte.doc.agent.DefaultCookie
 
setName(String) - Method in class io.sf.carte.doc.xml.dtd.DocumentTypeDeclaration
 
setNeedsUpdate(boolean) - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
 
setNodeValue(String) - Method in class io.sf.carte.doc.dom.DOMDocument
setNodeValue(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
setOperand(ExtendedCSSPrimitiveValue) - Method in interface io.sf.carte.doc.style.css.CSSOperandExpression
Set the operand value.
setOriginPolicy(OriginPolicy) - Method in class io.sf.carte.doc.agent.AbstractUserAgent
 
setOrphans(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setOutline(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setOutlineColor(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setOutlineStyle(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setOutlineWidth(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setOverflow(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setOwnerDocument(CSSDocument) - Method in class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
 
setOwnerDocument(CSSDocument) - Method in class io.sf.carte.doc.style.css.om.DOMDocumentCSSStyleSheet
 
setOwnerNode(CSSElement) - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
 
setOwnerNode(Node) - Method in class io.sf.carte.doc.style.css.om.InlineStyle
 
setPadding(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPaddingBottom(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPaddingLeft(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPaddingRight(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPaddingTop(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPage(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPageBreakAfter(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPageBreakBefore(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPageBreakInside(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setParentCondition(BooleanCondition) - Method in interface io.sf.carte.doc.style.css.parser.BooleanCondition
Set the parent condition, if this condition is nested into another.
setParentContext(CSSRule) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
setParentContext(CSSRule) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
setParentRule(AbstractCSSRule) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSRule
 
setParentRule(AbstractCSSRule) - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
Sets the parent CSS rule, in case this rule is contained by another.
setParentStyleSheet(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
setParentStyleSheet(AbstractCSSStyleSheet) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
setPassword(String) - Method in interface io.sf.carte.doc.agent.AuthenticationCredentials
 
setPath(String) - Method in interface io.sf.carte.doc.agent.Cookie
 
setPath(String) - Method in class io.sf.carte.doc.agent.DefaultCookie
 
setPause(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPauseAfter(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPauseBefore(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPitch(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPitchRange(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPlayDuring(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPosition(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPrefix(String) - Method in class io.sf.carte.doc.dom.DOMDocument
setPrefix(String) - Method in class io.sf.carte.doc.dom.DOMElement
 
setPrefix(String) - Method in interface io.sf.carte.doc.style.css.CSSNamespaceRule
Set the prefix for the declared namespace.
setPrefix(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
setPrefix(String) - Method in class io.sf.carte.doc.style.css.om.NamespaceRule
 
setProperty(String, String) - Method in class io.sf.carte.doc.agent.AbstractUserAgent
Sets a control property.
setProperty(String, String) - Method in interface io.sf.carte.doc.agent.UserAgent.AgentControl
Sets a control property.
setProperty(String, String, String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
Used to set a property value and priority within this declaration block.
setProperty(String, LexicalUnit, String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setProperty(String, LexicalUnit, String) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleDeclaration
Set a CSS property, based on lexixal value.
setPropertyCSSValue(String, StyleValue, String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setPropertyCSSValue(String, StyleValue, String) - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
 
setPseudoElement(String) - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
Set this selector's pseudo-element.
setPseudoElement(String) - Method in interface io.sf.carte.doc.style.css.SelectorMatcher
Set this selector's pseudo-element.
setPublicId(String) - Method in class io.sf.carte.doc.xml.dtd.DocumentTypeDeclaration
 
setQuotes(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setRangeSecondValue(ExtendedCSSPrimitiveValue) - Method in interface io.sf.carte.doc.style.css.parser.MediaFeaturePredicate
Set the second value in this range test.
setRangeType(byte) - Method in interface io.sf.carte.doc.style.css.parser.MediaFeaturePredicate
If the feature is of range type, set the range type as determined by the parser.
setReferrerPolicyHeader(String) - Method in class io.sf.carte.doc.dom.DOMDocument
 
setReferrerPolicyHeader(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
setRichness(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setRight(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setSecure() - Method in interface io.sf.carte.doc.agent.Cookie
 
setSecure() - Method in class io.sf.carte.doc.agent.DefaultCookie
 
setSelectedStyleSheetSet(String) - Method in class io.sf.carte.doc.dom.DOMDocument
Selects a style sheet set, disabling the other non-persistent sheet sets.
setSelectedStyleSheetSet(String) - Method in interface io.sf.carte.doc.style.css.CSSDocument
Selects a style sheet set, disabling the other non-persistent sheet sets.
setSelectedStyleSheetSet(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Selects a style sheet set, disabling the other non-persistent sheet sets.
setSelectorFactory(SelectorFactory) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
 
setSelectorText(String) - Method in class io.sf.carte.doc.style.css.om.PageRule
 
setSelectorText(String) - Method in class io.sf.carte.doc.style.css.om.StyleRule
 
setSize(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setSpeak(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setSpeakHeader(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setSpeakNumeral(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setSpeakPunctuation(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setSpeechRate(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setStreamSizeLimit(int) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
Set a new limit for the stream size that can be processed.
setStress(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setStrictErrorChecking(boolean) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
Set the strictErrorChecking flag on the documents created by this implementation.
setStrictErrorChecking(boolean) - Method in class io.sf.carte.doc.dom.DOMDocument
setStrictErrorChecking(boolean) - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
Set the strictErrorChecking flag on the documents created by the DOM implementation.
setStrictErrorChecking(boolean) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
setStringValue(short, String) - Method in class io.sf.carte.doc.style.css.property.AttrValue
 
setStringValue(short, String) - Method in class io.sf.carte.doc.style.css.property.IdentifierValue
 
setStringValue(short, String) - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
 
setStringValue(short, String) - Method in class io.sf.carte.doc.style.css.property.StringValue
 
setStringValue(short, String) - Method in class io.sf.carte.doc.style.css.property.UnicodeWildcardValue
 
setStringValue(short, String) - Method in class io.sf.carte.doc.style.css.property.URIValueWrapper
 
setStringValue(String) - Method in class io.sf.carte.doc.style.css.property.StringValue
 
setStyleDatabase(String, StyleDatabase) - Method in class io.sf.carte.doc.agent.AbstractDeviceFactory
 
setStyleDeclarationErrorHandler(StyleDeclarationErrorHandler) - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
Sets the style declaration error handler.
setStyleFormattingFactory(StyleFormattingFactory) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Set a style formatting factory to format style serializations made with sheets created by this sheet factory.
setStyleFormattingFactory(StyleFormattingFactory) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
 
setSubproperty(boolean) - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
 
setSubproperty(boolean) - Method in class io.sf.carte.doc.style.css.property.ValueList
 
setSystemDefault() - Method in class io.sf.carte.doc.style.css.property.ColorValue
 
setSystemId(String) - Method in class io.sf.carte.doc.xml.dtd.DocumentTypeDeclaration
 
setTableLayout(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setTargetMedium(String) - Method in class io.sf.carte.doc.dom.DOMDocument
Set the medium that will be used to compute the styles of this document.
setTargetMedium(String) - Method in interface io.sf.carte.doc.style.css.CSSDocument
Set the medium that will be used to compute the styles of this document.
setTargetMedium(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
Set the medium that will be used to compute the styles of this document.
setTextAlign(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setTextContent(String) - Method in class io.sf.carte.doc.dom.DOMDocument
 
setTextContent(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
setTextDecoration(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setTextIndent(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setTextShadow(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setTextTransform(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setTitle(String) - Method in class io.sf.carte.doc.dom.HTMLElement
 
setTitle(String) - Method in class io.sf.carte.doc.style.css.om.AbstractStyleSheet
 
setTop(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setUnescapedCssText(String) - Method in class io.sf.carte.doc.style.css.property.StringValue
 
setUnescapedCssText(String) - Method in class io.sf.carte.doc.style.css.property.URIValue
 
setUnicodeBidi(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setUseragentId(String) - Method in class io.sf.carte.doc.agent.AbstractUserAgent
 
setUserData(String, Object, UserDataHandler) - Method in class io.sf.carte.doc.dom.DOMDocument
 
setUserData(String, Object, UserDataHandler) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
setUserStyleSheet(Reader) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
Sets the CSS style sheet defined by the end-user.
setUserStyleSheet(Reader) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
Sets the CSS style sheet defined by the end-user.
setValue(ExtendedCSSPrimitiveValue) - Method in interface io.sf.carte.doc.style.css.parser.MediaFeaturePredicate
Set the value to be tested on the feature.
setValue(ExtendedCSSValue) - Method in interface io.sf.carte.doc.style.css.parser.DeclarationCondition
Set the condition feature value.
setValue(String) - Method in interface io.sf.carte.doc.agent.Cookie
 
setValue(String) - Method in class io.sf.carte.doc.agent.DefaultCookie
 
setValue(String) - Method in class io.sf.carte.doc.DOMTokenListImpl
Sets the value of the collection as a String.
setValue(String) - Method in class io.sf.carte.doc.DOMTokenSetImpl
Sets the value of the collection as a String.
setValue(String) - Method in interface io.sf.carte.doc.style.css.parser.DeclarationCondition
Set a serialized value for the property, setting the parsable flag to false.
setValueText(String) - Method in exception io.sf.carte.doc.style.css.property.CSSPropertyValueException
Sets the text string of the value causing the exception.
setValueText(String) - Method in exception io.sf.carte.doc.style.css.StyleDatabaseRequiredException
Sets the text string of the value causing the exception.
setVerticalAlign(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setVisibility(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setVoiceFamily(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setVolume(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setWhiteSpace(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setWidows(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setWidth(double) - Method in interface io.sf.carte.doc.geom.DOMRect
Set the width of the rectangle.
setWidth(double) - Method in class io.sf.carte.doc.geom.Rect
 
setWidth(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setWildcard(String) - Method in class io.sf.carte.doc.style.css.property.UnicodeWildcardValue
 
setWordSpacing(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
setX(double) - Method in interface io.sf.carte.doc.geom.DOMRect
Set the horizontal distance between the viewport’s left edge and the rectangle’s origin.
setX(double) - Method in class io.sf.carte.doc.geom.Rect
 
setXMLReader(XMLReader) - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
Set the XMLReader to be used when parsing.
setXmlStandalone(boolean) - Method in class io.sf.carte.doc.dom.DOMDocument
Deprecated.
setXmlStandalone(boolean) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
setXmlVersion(String) - Method in class io.sf.carte.doc.dom.DOMDocument
Deprecated.
setXmlVersion(String) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
setY(double) - Method in interface io.sf.carte.doc.geom.DOMRect
Set the vertical distance between the viewport’s top edge and the rectangle’s origin.
setY(double) - Method in class io.sf.carte.doc.geom.Rect
 
setZIndex(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
SheetErrorHandler - Interface in io.sf.carte.doc.style.css
Handle CSS errors at the style sheet level.
ShorthandDatabase - Class in io.sf.carte.doc.style.css.property
Database of shorthand-related property information.
ShorthandDatabase(ClassLoader) - Constructor for class io.sf.carte.doc.style.css.property.ShorthandDatabase
Construct a shorthand database that uses the given ClassLoader to load files from classpath.
shorthandError(String, String) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
shorthandError(String, String) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
Generic error while processing a shorthand.
shorthandError(String, LexicalUnit, boolean, LinkedList<String>, DOMException) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
shorthandError(String, LexicalUnit, boolean, LinkedList<String>, DOMException) - Method in class io.sf.carte.doc.style.css.om.CompatInlineStyle
 
shorthandSyntaxError(String, String) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
shorthandSyntaxError(String, String) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
When processing a shorthand, a syntax error was found.
shorthandWarning(String, String) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
shorthandWarning(String, String) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
A shorthand could be processed, but was found to be browser-unsafe.
SHOW_ALL - Static variable in interface io.sf.carte.doc.dom.NodeFilter
 
SHOW_ATTRIBUTE - Static variable in interface io.sf.carte.doc.dom.NodeFilter
 
SHOW_CDATA_SECTION - Static variable in interface io.sf.carte.doc.dom.NodeFilter
 
SHOW_COMMENT - Static variable in interface io.sf.carte.doc.dom.NodeFilter
 
SHOW_DOCUMENT - Static variable in interface io.sf.carte.doc.dom.NodeFilter
 
SHOW_DOCUMENT_FRAGMENT - Static variable in interface io.sf.carte.doc.dom.NodeFilter
 
SHOW_DOCUMENT_TYPE - Static variable in interface io.sf.carte.doc.dom.NodeFilter
 
SHOW_ELEMENT - Static variable in interface io.sf.carte.doc.dom.NodeFilter
 
SHOW_ENTITY_REFERENCE - Static variable in interface io.sf.carte.doc.dom.NodeFilter
 
SHOW_PROCESSING_INSTRUCTION - Static variable in interface io.sf.carte.doc.dom.NodeFilter
 
SHOW_TEXT - Static variable in interface io.sf.carte.doc.dom.NodeFilter
 
SimpleWriter - Interface in io.sf.carte.util
A simple writer interface.
size(String, CSSStyleDeclaration) - Static method in class io.sf.carte.doc.style.css.property.AttributeToStyle
 
STARHACK - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Parser2.Flag
Handles asterisk-prefixed properties as normal, compliant CSS properties but reports a SAC warning.
startAtRule(String, String) - Method in interface io.sf.carte.doc.style.css.parser.CSSParser.DeclarationRuleHandler
Marks the start of a declaration rule.
startFeatureMap(String) - Method in interface io.sf.carte.doc.style.css.parser.FontFeatureValuesHandler
 
startFontFeatures(String[]) - Method in interface io.sf.carte.doc.style.css.parser.FontFeatureValuesHandler
 
startIndentedNode(Node, SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
 
startIndentedNodeList(Node, SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
 
startKeyframe(LexicalUnit) - Method in interface io.sf.carte.doc.style.css.parser.KeyframesHandler
 
startKeyframes(String) - Method in interface io.sf.carte.doc.style.css.parser.KeyframesHandler
 
startPropertyDeclaration(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
startPropertyDeclaration(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
startQuery() - Method in interface io.sf.carte.doc.style.css.parser.MediaQueryHandler
A new media query starts being processed.
startRule(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
startRule(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
startStyleDeclaration(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
startStyleDeclaration(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
startsWithIgnoreCase(CharSequence, String) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
 
STRICT - Enum constant in enum class io.sf.carte.doc.style.css.CSSDocument.ComplianceMode
 
STRING_DOUBLE_QUOTE - Static variable in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
 
STRING_SINGLE_QUOTE - Static variable in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
 
StringValue - Class in io.sf.carte.doc.style.css.property
String-specific CSSPrimitiveValue.
StringValue() - Constructor for class io.sf.carte.doc.style.css.property.StringValue
 
StringValue(byte) - Constructor for class io.sf.carte.doc.style.css.property.StringValue
A string value with a flag specifying the quote behaviour.
StringValue(StringValue) - Constructor for class io.sf.carte.doc.style.css.property.StringValue
 
stringWidth(String, CSSComputedProperties) - Method in interface io.sf.carte.doc.agent.CSSCanvas
Gives the width, in typographic points, for showing the given text with the given style.
StylableDocumentWrapper - Class in io.sf.carte.doc.style.css.om
CSS-enabled wrapper for a DOM Document.
StylableDocumentWrapper(Document) - Constructor for class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
 
StyleDatabase - Interface in io.sf.carte.doc.style.css
CSS Style database.
StyleDatabaseRequiredException - Exception in io.sf.carte.doc.style.css
Thrown when a requested operation requires a StyleDatabase to complete.
StyleDatabaseRequiredException() - Constructor for exception io.sf.carte.doc.style.css.StyleDatabaseRequiredException
 
StyleDatabaseRequiredException(String) - Constructor for exception io.sf.carte.doc.style.css.StyleDatabaseRequiredException
 
StyleDatabaseRequiredException(String, Throwable) - Constructor for exception io.sf.carte.doc.style.css.StyleDatabaseRequiredException
 
StyleDatabaseRequiredException(Throwable) - Constructor for exception io.sf.carte.doc.style.css.StyleDatabaseRequiredException
 
StyleDeclarationErrorHandler - Interface in io.sf.carte.doc.style.css
Handles the errors found in style declarations.
StyleFormattingContext - Interface in io.sf.carte.doc.style.css
Define methods for style text formatting.
StyleFormattingFactory - Interface in io.sf.carte.doc.style.css
Create formatting context objects for use with a style sheet factory.
StyleRule - Class in io.sf.carte.doc.style.css.om
CSS style rule.
StyleRule() - Constructor for class io.sf.carte.doc.style.css.om.StyleRule
Constructor used for stand-alone style rules.
StyleRule(AbstractCSSStyleSheet, byte) - Constructor for class io.sf.carte.doc.style.css.om.StyleRule
 
StyleSheetList - Class in io.sf.carte.doc.style.css.om
Abstract base implementation class for style sheet lists.
StyleSheetList(int) - Constructor for class io.sf.carte.doc.style.css.om.StyleSheetList
 
StyleValue - Class in io.sf.carte.doc.style.css.property
Base implementation for CSS values.
StyleValue(short) - Constructor for class io.sf.carte.doc.style.css.property.StyleValue
 
StyleValue(StyleValue) - Constructor for class io.sf.carte.doc.style.css.property.StyleValue
 
SUM - Enum constant in enum class io.sf.carte.doc.style.css.CSSExpression.AlgebraicPart
 
supports(StyleDatabase) - Method in interface io.sf.carte.doc.style.css.CSSSupportsRule
Does the given style database support the condition associated to this rule ?
supports(StyleDatabase) - Method in class io.sf.carte.doc.style.css.om.SupportsRule
 
supports(String, CSSValue) - Method in class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
 
supports(String, CSSValue) - Method in interface io.sf.carte.doc.style.css.StyleDatabase
Does this medium support the given property-value pair?
SUPPORTS_RULE - Static variable in interface io.sf.carte.doc.style.css.ExtendedCSSRule
 
SupportsConditionFactory - Class in io.sf.carte.doc.style.css.om
Contains factory methods related to @supports conditions.
SupportsConditionFactory() - Constructor for class io.sf.carte.doc.style.css.om.SupportsConditionFactory
 
supportsGamut(String) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
 
SupportsRule - Class in io.sf.carte.doc.style.css.om
CSS supports rule.
SupportsRule(AbstractCSSStyleSheet, byte) - Constructor for class io.sf.carte.doc.style.css.om.SupportsRule
 
SVG - Enum constant in enum class io.sf.carte.doc.style.css.om.AbstractStyleDatabase.FontFormat
 
syntaxWarning(String) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
syntaxWarning(String) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
A syntax issue was found, but not serious enough to trigger an error.
SystemDefaultValue - Class in io.sf.carte.doc.style.css.property
When a system-dependent property must be set but there is no style database, this value can be used.
SystemDefaultValue() - Constructor for class io.sf.carte.doc.style.css.property.SystemDefaultValue
Must access instance through static method.

T

testColor(LexicalUnit) - Static method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
toChars() - Method in class io.sf.carte.doc.style.css.property.UnicodeValue
 
toggle(String) - Method in interface io.sf.carte.doc.DOMTokenList
If the given token exists in this collection, remove it; otherwise add it.
toggle(String) - Method in class io.sf.carte.doc.DOMTokenListImpl
 
toggle(String) - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
toggleUnchecked(String) - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
tokenControl(TokenControl) - Method in interface io.sf.carte.uparser.TokenHandler
At the beginning of parsing, this method is called, passing the TokenControl object that can be used to fine-control the parsing.
TokenControl - Interface in io.sf.carte.uparser
Offers methods to control the parsing process by the handler.
TokenHandler - Interface in io.sf.carte.uparser
To be implemented by listeners that handle the different events generated by the TokenProducer.
TokenProducer - Class in io.sf.carte.uparser
A simple parser that produces tokens from a String or Reader.
TokenProducer(TokenHandler) - Constructor for class io.sf.carte.uparser.TokenProducer
Instantiate a TokenProducer object with the given handler.
TokenProducer(TokenHandler, int) - Constructor for class io.sf.carte.uparser.TokenProducer
Instantiate a TokenProducer object with the given handler and processing limit.
TokenProducer(TokenHandler, int[]) - Constructor for class io.sf.carte.uparser.TokenProducer
 
TokenProducer(TokenHandler, int[], int) - Constructor for class io.sf.carte.uparser.TokenProducer
Construct a TokenProducer object with the given handler and an array of codepoints allowed in words.
TokenProducer(TokenHandler, TokenProducer.CharacterCheck) - Constructor for class io.sf.carte.uparser.TokenProducer
Instantiate a TokenProducer object with the given handler and CharacterCheck.
TokenProducer(TokenHandler, TokenProducer.CharacterCheck, int) - Constructor for class io.sf.carte.uparser.TokenProducer
Instantiate a TokenProducer object with the given handler and CharacterCheck.
TokenProducer.CharacterCheck - Interface in io.sf.carte.uparser
Check whether a character codepoint would be a valid addition to a word.
TokenProducer.SequenceParser - Interface in io.sf.carte.uparser
Basic access to the current sequence in this tokenizer.
toMinifiedString() - Method in interface io.sf.carte.doc.style.css.ExtendedCSSRuleList
 
toMinifiedString() - Method in class io.sf.carte.doc.style.css.om.CSSRuleArrayList
 
toMinifiedString() - Method in class io.sf.carte.doc.style.css.om.AbstractStyleSheet
Returns a minified parsable representation of the rule list of this sheet.
toMinifiedString() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
toString() - Method in class io.sf.carte.doc.dom.DOMDocument
 
toString() - Method in class io.sf.carte.doc.dom.DOMElement
 
toString() - Method in class io.sf.carte.doc.DOMTokenSetImpl
 
toString() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSRule
 
toString() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
 
toString() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
toString() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
toString() - Method in class io.sf.carte.doc.style.css.om.CSSRuleArrayList
 
toString() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
toString() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
toString() - Method in class io.sf.carte.doc.style.css.om.MarginRuleList
 
toString() - Method in class io.sf.carte.doc.style.css.om.MediaList
 
toString() - Method in exception io.sf.carte.doc.style.css.om.RuleParseException
 
toString() - Method in class io.sf.carte.doc.style.css.property.StyleValue
 
toString() - Method in class io.sf.carte.doc.xml.dtd.DocumentTypeDeclaration
 
toString() - Method in class io.sf.carte.util.BufferSimpleWriter
Return the contents of this buffer as a String.
toStyleString() - Method in class io.sf.carte.doc.style.css.om.AbstractStyleSheet
Returns a serialization of this style sheet in the form of a STYLE element with its attributes and content.
toStyleString() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
TreeWalker - Interface in io.sf.carte.doc.dom
Traverse the document's nodes according to a set of parameters.
TRUETYPE - Enum constant in enum class io.sf.carte.doc.style.css.om.AbstractStyleDatabase.FontFormat
 
typeIterator(short) - Method in class io.sf.carte.doc.dom.DOMElement
Creates a new iterator over the child nodes.
typeIterator(short) - Method in class io.sf.carte.doc.dom.DOMDocument
Creates a new iterator over the child nodes.
typeIterator(short) - Method in interface io.sf.carte.doc.dom.ParentNode
Creates a new iterator over the child nodes.

U

unassignedShorthandValue(String, String) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
unassignedShorthandValue(String, String) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
When processing a shorthand, an individual value could not be properly assigned to any subproperty.
unassignedShorthandValues(String, String[], LexicalUnit[]) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
unassignedShorthandValues(String, String[], LexicalUnit[]) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
When processing a shorthand, some values could not be assigned.
unescapeStringValue(String) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
 
unescapeStringValue(String, boolean, boolean) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
Changes ISO 10646 escaped character values to the actual characters, when appropriate.
UnicodeRangeValue - Class in io.sf.carte.doc.style.css.property
Unicode range CSSPrimitiveValue.
UnicodeRangeValue(UnicodeRangeValue) - Constructor for class io.sf.carte.doc.style.css.property.UnicodeRangeValue
 
UnicodeValue - Class in io.sf.carte.doc.style.css.property
Unicode character CSSPrimitiveValue.
UnicodeValue() - Constructor for class io.sf.carte.doc.style.css.property.UnicodeValue
 
UnicodeValue(UnicodeValue) - Constructor for class io.sf.carte.doc.style.css.property.UnicodeValue
 
UnicodeWildcardValue - Class in io.sf.carte.doc.style.css.property
Unicode range wildcard CSSPrimitiveValue.
UnicodeWildcardValue() - Constructor for class io.sf.carte.doc.style.css.property.UnicodeWildcardValue
 
UnicodeWildcardValue(UnicodeWildcardValue) - Constructor for class io.sf.carte.doc.style.css.property.UnicodeWildcardValue
 
unitFromString(String) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
Retrieves the SAC unit associated to the given unit string.
unknownIdentifier(String, String) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
unknownIdentifier(String, String) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
An unrecognized CSS identifier value was found for property propertyName.
unknownRule(String) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
 
unknownRule(String) - Method in interface io.sf.carte.doc.style.css.SheetErrorHandler
Notify this handler that a rule of unknown type was found.
UnknownRule - Class in io.sf.carte.doc.style.css.om
Implementation of CSSUnknownRule.
UnknownRule(AbstractCSSStyleSheet, byte) - Constructor for class io.sf.carte.doc.style.css.om.UnknownRule
 
UnknownValue - Class in io.sf.carte.doc.style.css.property
Unknown CSS primitive value.
UnknownValue() - Constructor for class io.sf.carte.doc.style.css.property.UnknownValue
 
UnknownValue(UnknownValue) - Constructor for class io.sf.carte.doc.style.css.property.UnknownValue
 
unmodifiable() - Method in class io.sf.carte.doc.style.css.om.MediaList
Gives an unmodifiable view of this media list.
unregisterNamespace(String) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
 
unregisterNamespace(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
 
unsetFlag(Parser2.Flag) - Method in interface io.sf.carte.doc.style.css.nsac.Parser2
Unset a parser flag.
unsetFlag(Parser2.Flag) - Method in class io.sf.carte.doc.style.css.parser.CSSParser
Unset a parser flag.
unwrite() - Method in class io.sf.carte.util.BufferSimpleWriter
Remove the last character found in this buffer, if any.
unwrite(int) - Method in class io.sf.carte.util.BufferSimpleWriter
Remove the last numChars characters found in this buffer.
update() - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
 
updateContext(CSSRule) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
updateContext(CSSRule) - Method in class io.sf.carte.doc.style.css.om.InlineStyleFormattingContext
 
updateContext(CSSRule) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
updateIndent(Node) - Method in class io.sf.carte.doc.dom.DOMWriter
Update the indenting level to the parent of the given node.
URIValue - Class in io.sf.carte.doc.style.css.property
URI primitive value.
URIValue(byte) - Constructor for class io.sf.carte.doc.style.css.property.URIValue
A URI value with a flag specifying the quote behaviour.
URIValue(URIValue) - Constructor for class io.sf.carte.doc.style.css.property.URIValue
 
URIValueWrapper - Class in io.sf.carte.doc.style.css.property
This class is mostly for internal use by the library (cross-package, so its visibility is public).
URIValueWrapper(URIValue, String, String) - Constructor for class io.sf.carte.doc.style.css.property.URIValueWrapper
 
UserAgent - Interface in io.sf.carte.doc.agent
Very basic user agent abstraction.
UserAgent.AgentControl - Interface in io.sf.carte.doc.agent
User agent configuration and control.
UserAgentErrorHandler - Interface in io.sf.carte.doc.agent
Handles errors that the user agent finds.

V

ValueFactory - Class in io.sf.carte.doc.style.css.property
Factory of CSS values.
ValueFactory() - Constructor for class io.sf.carte.doc.style.css.property.ValueFactory
 
ValueFactory(byte) - Constructor for class io.sf.carte.doc.style.css.property.ValueFactory
 
ValueFactory.ListValueItem - Class in io.sf.carte.doc.style.css.property
ValueItem - Interface in io.sf.carte.doc.style.css.property
This interface provides information about the processing of one (or more) CSS lexical unit(s) in order to produce a CSSValue, that can be recovered with ValueItem.getCSSValue().
valueList - Variable in class io.sf.carte.doc.style.css.property.ValueList
 
ValueList - Class in io.sf.carte.doc.style.css.property
Implementation of CSSValueList.
valueOf(String) - Static method in enum class io.sf.carte.doc.DirectionalityHelper.Directionality
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.sf.carte.doc.style.css.CSSDocument.ComplianceMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.sf.carte.doc.style.css.CSSExpression.AlgebraicPart
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.sf.carte.doc.style.css.CSSGradientValue.GradientType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.sf.carte.doc.style.css.nsac.AttributeCondition2.Flag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.sf.carte.doc.style.css.nsac.Parser2.Flag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.sf.carte.doc.style.css.om.AbstractStyleDatabase.FontFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.sf.carte.doc.style.css.parser.BooleanCondition.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.sf.carte.doc.style.css.RGBAColor.ColorSpace
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.sf.carte.doc.DirectionalityHelper.Directionality
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.sf.carte.doc.style.css.CSSDocument.ComplianceMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.sf.carte.doc.style.css.CSSExpression.AlgebraicPart
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.sf.carte.doc.style.css.CSSGradientValue.GradientType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.sf.carte.doc.style.css.nsac.AttributeCondition2.Flag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.sf.carte.doc.style.css.nsac.Parser2.Flag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.sf.carte.doc.style.css.om.AbstractStyleDatabase.FontFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.sf.carte.doc.style.css.parser.BooleanCondition.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.sf.carte.doc.style.css.RGBAColor.ColorSpace
Returns an array containing the constants of this enum class, in the order they are declared.
Viewport - Interface in io.sf.carte.doc.agent
Represents a viewport defined as per the CSS specifications.
VIEWPORT_RULE - Static variable in interface io.sf.carte.doc.style.css.ExtendedCSSRule
 
ViewportRule - Class in io.sf.carte.doc.style.css.om
CSS Viewport rule implementation.
ViewportRule(AbstractCSSStyleSheet, byte) - Constructor for class io.sf.carte.doc.style.css.om.ViewportRule
 
vspace(String, CSSStyleDeclaration) - Static method in class io.sf.carte.doc.style.css.property.AttributeToStyle
 

W

WARN_DUPLICATE_SELECTOR - Static variable in class io.sf.carte.doc.style.css.parser.ParseHelper
 
WARN_IDENT_COMPAT - Static variable in class io.sf.carte.doc.style.css.parser.ParseHelper
 
WARN_PROGID_HACK - Static variable in class io.sf.carte.doc.style.css.parser.ParseHelper
 
WARN_PROPERTY_NAME - Static variable in class io.sf.carte.doc.style.css.parser.ParseHelper
 
warningSummary(StringBuilder) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
width(String, CSSStyleDeclaration) - Static method in class io.sf.carte.doc.style.css.property.AttributeToStyle
 
WOFF - Enum constant in enum class io.sf.carte.doc.style.css.om.AbstractStyleDatabase.FontFormat
 
WOFF2 - Enum constant in enum class io.sf.carte.doc.style.css.om.AbstractStyleDatabase.FontFormat
 
word(int, CharSequence) - Method in interface io.sf.carte.uparser.TokenHandler
A word was found by the parser (includes connector punctuation).
wrap(String, String) - Method in class io.sf.carte.doc.style.css.property.ValueList
 
WrappedValue - Interface in io.sf.carte.doc.style.css.property
This interface is mostly for internal use by the library (cross-package, so its visibility is public).
write(char) - Method in class io.sf.carte.util.BufferSimpleWriter
 
write(char) - Method in interface io.sf.carte.util.SimpleWriter
Write a character.
write(char[], int, int) - Method in class io.sf.carte.util.BufferSimpleWriter
 
write(char[], int, int) - Method in interface io.sf.carte.util.SimpleWriter
Write a sequence of characters from an array.
write(int) - Method in class io.sf.carte.util.BufferSimpleWriter
 
write(int) - Method in interface io.sf.carte.util.SimpleWriter
Write an integer.
write(CharSequence) - Method in class io.sf.carte.util.BufferSimpleWriter
 
write(CharSequence) - Method in interface io.sf.carte.util.SimpleWriter
Write a character sequence.
writeAttribute(Attr, SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
Serialize an element attribute.
writeAttributes(AttributeNamedNodeMap, SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
Serialize the attributes of an element.
writeCDataSection(CDATASection, SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
Serialize a CDATA section.
writeChildNodes(Node, SimpleWriter, boolean) - Method in class io.sf.carte.doc.dom.DOMWriter
Serialize a list of (child) nodes.
writeColon(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
writeColon(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
writeComma(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
writeComma(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
writeComment(SimpleWriter, String) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
writeComment(SimpleWriter, String) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
writeComment(Comment, SimpleWriter, boolean) - Method in class io.sf.carte.doc.dom.DOMWriter
Serialize a comment.
writeCssText(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.CSSExpression
Serialize this expression to a SimpleWriter.
writeCssText(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSValue
Serialize this value to a SimpleWriter.
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.AttrValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.CalcValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.ColorValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.CustomPropertyValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.EnvVariableValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.ExpressionValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.FunctionValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.IdentifierValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.InheritValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.LinkedCSSValueList
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.NumberValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.RatioValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.StringValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.SystemDefaultValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.UnicodeRangeValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.UnicodeValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.UnicodeWildcardValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.UnknownValue
 
writeCssText(SimpleWriter) - Method in class io.sf.carte.doc.style.css.property.URIValueWrapper
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSRule
Write a serialization of this rule to the given simple writer, according to the given context.
writeCssText(SimpleWriter, StyleFormattingContext) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSRuleList
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in interface io.sf.carte.doc.style.css.ExtendedCSSStyleDeclaration
Writes a textual representation of the declaration block (excluding the surrounding curly braces) to a SimpleWriter, and according to a StyleFormattingContext.
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSRule
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleDeclaration
Writes a textual representation of the declaration block (excluding the surrounding curly braces) to a SimpleWriter, and according to a StyleFormattingContext.
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.CounterStyleRule
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.CSSRuleArrayList
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.CSSStyleDeclarationRule
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.FontFaceRule
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.ImportRule
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.KeyframeRule
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.KeyframesRule
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.MarginRule
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.MarginRuleList
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.MediaRule
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.NamespaceRule
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.PageRule
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.SupportsRule
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.UnknownRule
 
writeCssText(SimpleWriter, StyleFormattingContext) - Method in class io.sf.carte.doc.style.css.om.ViewportRule
 
writeDocumentType(DocumentType, SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
Serialize a DOCTYPE node.
writeElement(DOMElement, SimpleWriter, boolean) - Method in class io.sf.carte.doc.dom.DOMWriter
Serialize the given element and descendants, with an initial indenting context.
writeElementContentWhitespace(Text, SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
Serialize element content whitespace.
writeEntityReference(Node, SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
 
writeFullIndent(SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
Write a full indent to the writer.
writeFullIndent(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
writeFullIndent(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.InlineStyleFormattingContext
 
writeFullIndent(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
writeImportantPriority(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
writeImportantPriority(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
writeLeftCurlyBracket(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
writeLeftCurlyBracket(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.InlineStyleFormattingContext
 
writeLeftCurlyBracket(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
writeLevelIndent(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
writeLevelIndent(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.InlineStyleFormattingContext
 
writeLevelIndent(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
writeLonghandCssText(SimpleWriter, StyleFormattingContext, String, StyleValue, boolean) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
writeLonghandCssText(SimpleWriter, StyleFormattingContext, String, StyleValue, boolean) - Method in class io.sf.carte.doc.style.css.om.CompatInlineStyle
 
writeLonghandCssText(SimpleWriter, StyleFormattingContext, String, StyleValue, boolean) - Method in class io.sf.carte.doc.style.css.om.InlineStyle
 
writeNode(Node, SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
Serialize the given node and descendants.
writeNode(Node, SimpleWriter, boolean) - Method in class io.sf.carte.doc.dom.DOMWriter
Serialize the given node and descendants, with an initial indenting context.
writeNonRawText(Text, SimpleWriter, boolean) - Method in class io.sf.carte.doc.dom.DOMWriter
Serialize a Text node that is not the child of a raw text element (that is, a normal Text node).
writeProcessingInstruction(ProcessingInstruction, SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
Serialize a ProcessingInstruction node.
writeRawText(Text, String, SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
Serialize a Text node that is child of a raw text element.
writeRightCurlyBracket(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
writeRightCurlyBracket(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
writeSemiColon(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
writeSemiColon(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.InlineStyleFormattingContext
 
writeSemiColon(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
writeShorthandCssText(SimpleWriter, StyleFormattingContext, String, ShorthandValue) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
 
writeShorthandCssText(SimpleWriter, StyleFormattingContext, String, ShorthandValue) - Method in class io.sf.carte.doc.style.css.om.CompatInlineStyle
 
writeShorthandCssText(SimpleWriter, StyleFormattingContext, String, ShorthandValue) - Method in class io.sf.carte.doc.style.css.om.InlineStyle
 
writeShorthandValue(SimpleWriter, String, CSSShorthandValue) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
writeShorthandValue(SimpleWriter, String, CSSShorthandValue) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
Serialize a css shorthand value to the given writer.
writeText(Text, SimpleWriter, boolean) - Method in class io.sf.carte.doc.dom.DOMWriter
Serialize a Text node.
writeTextLine(String, SimpleWriter) - Method in class io.sf.carte.doc.dom.DOMWriter
Serialize a line of a normal Text node.
writeTree(Node, SimpleWriter) - Static method in class io.sf.carte.doc.dom.DOMWriter
Create a DOMWriter object, use it to serialize the given node and descendants.
writeURL(SimpleWriter, String) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
writeURL(SimpleWriter, String) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
 
writeValue(SimpleWriter, String, ExtendedCSSValue) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
 
writeValue(SimpleWriter, String, ExtendedCSSValue) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
Write a css value to the given writer.
wrongSubpropertyCount(String, int) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
wrongSubpropertyCount(String, int) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
The number of subproperty values found in a shorthand is wrong.
wrongValue(String, CSSPropertyValueException) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
 
wrongValue(String, CSSPropertyValueException) - Method in interface io.sf.carte.doc.style.css.StyleDeclarationErrorHandler
The property propertyName has a wrong value.

X

XHTML1_TRA_DTDECL - Static variable in class io.sf.carte.doc.xml.dtd.DocumentTypeDeclaration
XHTML 1.1 transitional DTD.
XHTML1_TRA_PUBLICID - Static variable in class io.sf.carte.doc.xml.dtd.DocumentTypeDeclaration
XHTML 1.1 transitional public ID.
XMLDocumentBuilder - Class in io.sf.carte.doc.dom
Generic DocumentBuilder for XML documents.
XMLDocumentBuilder(DOMImplementation) - Constructor for class io.sf.carte.doc.dom.XMLDocumentBuilder
 
XMLDocumentBuilder(DOMImplementation, SAXParserFactory) - Constructor for class io.sf.carte.doc.dom.XMLDocumentBuilder
 
A B C D E F G H I K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form