Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- a98_rgb - Static variable in interface io.sf.carte.doc.style.css.ColorSpace
- ABS - Enum constant in enum class io.sf.carte.doc.style.css.CSSMathFunctionValue.MathFunction
-
abs()
- absoluteProxyValue(CSSPrimitiveValue) - Method in class io.sf.carte.doc.style.css.property.Evaluator
- absoluteTypedValue(TypedValue) - Method in class io.sf.carte.doc.style.css.property.Evaluator
- absoluteTypedValue(TypedValue) - Method in class io.sf.carte.doc.style.css.property.PercentageEvaluator
- absoluteValue(CSSPrimitiveValue) - 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
-
Construct a canvas to display the given document.
- 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
- AbstractMediaQuery - Class in io.sf.carte.doc.style.css.parser
- AbstractMediaQuery() - Constructor for class io.sf.carte.doc.style.css.parser.AbstractMediaQuery
- 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<Parser.Flag>) - Constructor for class io.sf.carte.doc.agent.AbstractUserAgent
- acceptDeclarationRuleVisitor(Visitor<CSSDeclarationRule>) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetList
-
Accept a declaration rule visitor.
- acceptDeclarationRuleVisitor(Visitor<CSSDeclarationRule>) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
-
Accept a declaration rule visitor.
- acceptDeclarationRuleVisitor(Visitor<CSSDeclarationRule>) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
-
Accept a declaration rule visitor.
- acceptDeclarationRuleVisitor(Visitor<CSSDeclarationRule>) - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
- acceptDescriptorRuleVisitor(Visitor<CSSDeclarationRule>) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetList
-
Accept a descriptor rule visitor.
- acceptDescriptorRuleVisitor(Visitor<CSSDeclarationRule>) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
-
Accept a descriptor rule visitor.
- acceptDescriptorRuleVisitor(Visitor<CSSDeclarationRule>) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
- acceptDescriptorRuleVisitor(Visitor<CSSDeclarationRule>) - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
- 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.
- acceptStyleRuleVisitor(Visitor<CSSStyleRule>) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetList
-
Accept a style rule visitor.
- acceptStyleRuleVisitor(Visitor<CSSStyleRule>) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
-
Accept a style rule visitor.
- acceptStyleRuleVisitor(Visitor<CSSStyleRule>) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
-
Accept a style rule visitor.
- acceptStyleRuleVisitor(Visitor<CSSStyleRule>) - Method in class io.sf.carte.doc.style.css.om.StyleSheetList
- ACOS - Enum constant in enum class io.sf.carte.doc.style.css.CSSMathFunctionValue.MathFunction
-
acos()
- add(int, String) - Method in class io.sf.carte.doc.WrapperStringList
- add(E) - Method in interface io.sf.carte.doc.style.css.CSSValueList
-
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
- add(String) - Method in class io.sf.carte.doc.WrapperStringList
- addAll(int, Collection<? extends String>) - Method in class io.sf.carte.doc.WrapperStringList
- 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.
- addAll(Collection<? extends String>) - Method in class io.sf.carte.doc.WrapperStringList
- addCondition(BooleanCondition) - Method in interface io.sf.carte.doc.style.css.BooleanCondition
-
Add a condition to a boolean condition.
- addDownloadListener(U, DownloadListener<C>) - Method in interface io.sf.carte.doc.agent.net.ResourceAgent
-
Adds a download listener for asynchronous retrieval of resources (embedded images, etc.)
- addHostToWhiteList(String) - Method in class io.sf.carte.doc.xml.dtd.DefaultEntityResolver
-
Add the given host to a whitelist for remote DTD fetching.
- addListener(DownloadListener<C>) - Method in class io.sf.carte.doc.agent.net.ResourceDownloader
- 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.
- 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).
- addLocalRule(CSSRule) - Method in class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
- 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.CSSStyleSheet
-
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(InputSource) - Method in class io.sf.carte.doc.dom4j.XHTMLDocument
-
Adds a style sheet (contained by the given InputSource) to the global style sheet defined by the document's default style sheet and all the linked and embedded styles.
- addStyleSheet(AbstractCSSStyleSheet) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
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.util.agent
-
User agent utility methods.
- AgentUtil() - Constructor for class io.sf.carte.util.agent.AgentUtil
- AgentXHTMLDocumentFactory(EnumSet<Parser.Flag>) - Constructor for class io.sf.carte.doc.dom4j.DOM4JUserAgent.AgentXHTMLDocumentFactory
- 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.BooleanCondition.Type
-
An
AND
condition. - AND - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Condition.ConditionType
-
This condition checks two conditions in a compound selector.
- angle - Enum constant in enum class io.sf.carte.doc.style.css.CSSValueSyntax.Category
-
Matches any angle.
- 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
- appendANDMinifiedText(BooleanCondition, StringBuilder) - Static method in class io.sf.carte.doc.style.css.parser.BooleanConditionHelper
- appendANDText(BooleanCondition, StringBuilder) - Static method in class io.sf.carte.doc.style.css.parser.BooleanConditionHelper
- 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
- appendFeatureText(String, byte, String, String, StringBuilder) - Static method in class io.sf.carte.doc.style.css.parser.MediaQueryHelper
- 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
- appendMinifiedFeatureText(String, byte, String, String, StringBuilder) - Static method in class io.sf.carte.doc.style.css.parser.MediaQueryHelper
- appendMinifiedText(StringBuilder) - Method in interface io.sf.carte.doc.style.css.BooleanCondition
-
Append a minified serialization of the condition to the given buffer.
- appendMinifiedValueString(StringBuilder, LexicalUnit) - Method in class io.sf.carte.doc.style.css.property.ValueFactory
- appendNOTMinifiedText(BooleanCondition, StringBuilder) - Static method in class io.sf.carte.doc.style.css.parser.BooleanConditionHelper
- appendNOTText(BooleanCondition, StringBuilder) - Static method in class io.sf.carte.doc.style.css.parser.BooleanConditionHelper
- appendORMinifiedText(BooleanCondition, StringBuilder) - Static method in class io.sf.carte.doc.style.css.parser.BooleanConditionHelper
- appendORText(BooleanCondition, StringBuilder) - Static method in class io.sf.carte.doc.style.css.parser.BooleanConditionHelper
- 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.BooleanCondition
-
Append a serialization of the condition to the given buffer.
- 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.
- ArrayStringList - Class in io.sf.carte.doc
-
Implementation of
StringList
based onArrayList
. - ArrayStringList() - Constructor for class io.sf.carte.doc.ArrayStringList
-
Constructs an empty list with a
ArrayList
's default initial capacity. - ArrayStringList(int) - Constructor for class io.sf.carte.doc.ArrayStringList
-
Constructs an empty list with the specified initial capacity.
- ArrayStringList(Collection<? extends String>) - Constructor for class io.sf.carte.doc.ArrayStringList
-
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
- ASIN - Enum constant in enum class io.sf.carte.doc.style.css.CSSMathFunctionValue.MathFunction
-
asin()
- asSubproperty() - Method in class io.sf.carte.doc.style.css.property.KeywordValue
- ATAN - Enum constant in enum class io.sf.carte.doc.style.css.CSSMathFunctionValue.MathFunction
-
atan()
- ATAN2 - Enum constant in enum class io.sf.carte.doc.style.css.CSSMathFunctionValue.MathFunction
-
atan2()
- ATTR - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
attr()
function. - ATTR - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
Attribute:
attr(...)
. - attribute(Attr) - Method in class io.sf.carte.doc.dom4j.CSSStylableElement
- ATTRIBUTE - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Condition.ConditionType
-
This condition checks for the presence of an attribute (and eventually its value).
- AttributeCondition - Interface in io.sf.carte.doc.style.css.nsac
-
Based on SAC's
AttributeCondition
interface by Philippe Le Hegaret. - AttributeCondition.Flag - Enum Class in io.sf.carte.doc.style.css.nsac
-
Attribute selector flags.
- AttributeConditionVisitor - Class in io.sf.carte.doc.style.css.parser
-
Subclasses can be used to visit a selector (or a selector list) and replace the namespaceURI, localName or value of the contained
AttributeCondition
s. - AttributeConditionVisitor() - Constructor for class io.sf.carte.doc.style.css.parser.AttributeConditionVisitor
- 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
- AttrStyleRuleVisitor - Class in io.sf.carte.doc.style.css.util
-
Visit style rules and apply an
AttributeConditionVisitor
. - AttrStyleRuleVisitor(AttributeConditionVisitor) - Constructor for class io.sf.carte.doc.style.css.util.AttrStyleRuleVisitor
-
Construct the rule visitor.
- AttrValue - Class in io.sf.carte.doc.style.css.property
-
Attr 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.
- AWTHelper - Class in io.sf.carte.doc.style.css.awt
-
AWT helper methods.
- AWTHelper() - Constructor for class io.sf.carte.doc.style.css.awt.AWTHelper
- AWTStyleDatabase - Class in io.sf.carte.doc.style.css.awt
-
CSS style database for use with AWT objects.
- AWTStyleDatabase() - Constructor for class io.sf.carte.doc.style.css.awt.AWTStyleDatabase
-
Constructs a default style database with no graphics configuration.
- AWTStyleDatabase(GraphicsConfiguration) - Constructor for class io.sf.carte.doc.style.css.awt.AWTStyleDatabase
-
Constructs a style database for the given graphics configuration.
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(MediaQueryList) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
- badMediaList(MediaQueryList) - 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<Parser.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
- BaseSelectorMatcher<E extends Element> - Class in io.sf.carte.doc.style.css.om
-
Base CSS Selector matcher for DOM.
- BaseSelectorMatcher(E) - Constructor for class io.sf.carte.doc.style.css.om.BaseSelectorMatcher
- BEGIN_HYPHEN_ATTRIBUTE - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Condition.ConditionType
-
This condition checks if the value is in a hypen-separated list of values in a specified attribute.
- BEGINS_ATTRIBUTE - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Condition.ConditionType
-
This condition checks the beginning of an attribute value.
- bgcolor(String, CSSStyleDeclaration) - Static method in class io.sf.carte.doc.style.css.property.AttributeToStyle
- BooleanCondition - Interface in io.sf.carte.doc.style.css
-
Boolean conditions.
- BooleanCondition.Type - Enum Class in io.sf.carte.doc.style.css
-
The types of condition.
- BooleanConditionFactory - Interface in io.sf.carte.doc.style.css
-
Factory interface for boolean conditions.
- BooleanConditionHelper - Class in io.sf.carte.doc.style.css.parser
-
Helper class for
BooleanCondition
. - BooleanConditionHelper() - Constructor for class io.sf.carte.doc.style.css.parser.BooleanConditionHelper
- 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 aStringBuilder
. - 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 ofinitialCapacity
characters. - BufferSimpleWriter(StringBuilder) - Constructor for class io.sf.carte.util.BufferSimpleWriter
-
Initializes a
BufferSimpleWriter
with the given buffer.
C
- CALC - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
A
calc()
expression. - CalcValue - Class in io.sf.carte.doc.style.css.property
-
Calc value.
- 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.AttributeCondition.Flag
-
Case insensitive comparisons should be used.
- CASE_S - Enum constant in enum class io.sf.carte.doc.style.css.nsac.AttributeCondition.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_LOW_LINE - 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 class io.sf.carte.uparser.CommentRemovalHandler
- character(int, int) - Method in interface io.sf.carte.uparser.TokenHandler2
-
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.
- CHILD - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Selector.SelectorType
-
This selector matches a childhood relationship between two elements.
- childAdded(Node) - Method in class io.sf.carte.doc.dom4j.XHTMLElement
- childRemoved(Node) - Method in class io.sf.carte.doc.dom4j.XHTMLElement
- cie_lab - Static variable in interface io.sf.carte.doc.style.css.ColorSpace
-
CIE Lab
- cie_lch - Static variable in interface io.sf.carte.doc.style.css.ColorSpace
-
CIE LCh
- CLAMP - Enum constant in enum class io.sf.carte.doc.style.css.CSSMathFunctionValue.MathFunction
-
clamp()
- CLASS - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Condition.ConditionType
-
This condition checks for a specified class.
- clear() - Method in class io.sf.carte.doc.DOMTokenSetImpl
-
Empty this set.
- clear() - Method in interface io.sf.carte.doc.style.css.CSSRuleList
-
Remove all the rules in this list.
- clear() - Method in interface io.sf.carte.doc.style.css.CSSValueList
-
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.
- clear() - Method in class io.sf.carte.doc.WrapperStringList
- clone() - Method in class io.sf.carte.doc.agent.DefaultCookie
- clone() - Method in class io.sf.carte.doc.ArrayStringList
- clone() - Method in class io.sf.carte.doc.LinkedStringList
- clone() - Method in interface io.sf.carte.doc.StringList
-
Returns a shallow copy of this
StringList
instance. - 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.CSSColor
-
Clone this color.
- clone() - Method in interface io.sf.carte.doc.style.css.CSSColorMixFunction
- clone() - Method in interface io.sf.carte.doc.style.css.CSSColorValue
-
Creates and returns a copy of this value.
- 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.CSSMathFunctionValue
- 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.CSSStyleSheet
-
Clone this style sheet.
- clone() - Method in interface io.sf.carte.doc.style.css.CSSUnicodeRangeValue
- clone() - Method in interface io.sf.carte.doc.style.css.CSSValue
-
Creates and returns a copy of this value.
- clone() - Method in interface io.sf.carte.doc.style.css.CSSValueList
-
Creates and returns a copy of this object.
- 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.HSLColor
- clone() - Method in interface io.sf.carte.doc.style.css.HSLColorValue
- clone() - Method in interface io.sf.carte.doc.style.css.HWBColor
- clone() - Method in interface io.sf.carte.doc.style.css.HWBColorValue
- clone() - Method in interface io.sf.carte.doc.style.css.LABColor
- clone() - Method in interface io.sf.carte.doc.style.css.LABColorValue
-
Deprecated.
- clone() - Method in interface io.sf.carte.doc.style.css.LCHColor
- clone() - Method in interface io.sf.carte.doc.style.css.LCHColorValue
-
Deprecated.
- clone() - Method in interface io.sf.carte.doc.style.css.nsac.LexicalUnit
-
Creates a deep copy of this lexical unit and the next ones, unlinked to any previous lexical unit.
- 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.CSSOMParser
- 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.parser.CSSParser
- 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.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.HSLColorValue
- clone() - Method in class io.sf.carte.doc.style.css.property.HWBColorValue
- clone() - Method in class io.sf.carte.doc.style.css.property.IdentifierValue
- clone() - Method in class io.sf.carte.doc.style.css.property.KeywordValue
- clone() - Method in class io.sf.carte.doc.style.css.property.LABColorValue
- clone() - Method in class io.sf.carte.doc.style.css.property.LCHColorValue
- clone() - Method in class io.sf.carte.doc.style.css.property.LexicalValue
- 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.PercentageValue
- 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.RectValue
- clone() - Method in class io.sf.carte.doc.style.css.property.RGBColorValue
- 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.TypedValue
-
Creates and returns a copy of this object.
- 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() - Method in class io.sf.carte.doc.style.css.property.VarValue
- clone() - Method in interface io.sf.carte.doc.style.css.XYZColor
- clone() - Method in class io.sf.carte.doc.WrapperStringList
- 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.PropertyRule
- 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 - Enum constant in enum class io.sf.carte.doc.style.css.CSSValueSyntax.Category
-
Matches any color.
- color(String, CSSStyleDeclaration) - Static method in class io.sf.carte.doc.style.css.property.AttributeToStyle
- COLOR - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
Color.
- COLOR_FUNCTION - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
color() function, for example:
color(display-p3, 0.328 0.962 0.551 / 0.6)
- COLOR_MIX - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
Color-Mix function.
- COLOR_MIX - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
color-mix() function, for example:
color-mix(in display-p3, #0200fa 10%, white)
- 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
- ColorSpace - Interface in io.sf.carte.doc.style.css
-
Color spaces predefined by CSS.
- ColorValue - Class in io.sf.carte.doc.style.css.property
-
Color value.
- COLUMN_COMBINATOR - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Selector.SelectorType
-
E || F
- CombinatorCondition - Interface in io.sf.carte.doc.style.css.nsac
-
Based on SAC's
CombinatorCondition
interface by Philippe Le Hegaret. - CombinatorSelector - Interface in io.sf.carte.doc.style.css.nsac
-
Combinator selector.
- comment(String, boolean) - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
Receive notification of a comment.
- comment(String, boolean) - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- commented(int, int, String) - Method in class io.sf.carte.uparser.CommentRemovalHandler
- commented(int, int, String) - Method in interface io.sf.carte.uparser.TokenHandler2
-
A commented string was found by the parser.
- CommentRemovalHandler - Class in io.sf.carte.uparser
- CommentRemovalHandler(int) - Constructor for class io.sf.carte.uparser.CommentRemovalHandler
- CommentRemover - Class in io.sf.carte.doc.style.css.parser
-
Utility class that removes CSS comments from a string.
- CommentRemover() - Constructor for class io.sf.carte.doc.style.css.parser.CommentRemover
- COMMENTS_AUTO - Static variable in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
When parsing a sheet, comments found before a rule may be assigned to the previous rule if a newline character was not found between that rule and the comment, otherwise shall be set as preceding the next rule.
- COMMENTS_IGNORE - Static variable in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
Ignore all comments when parsing a sheet.
- COMMENTS_PRECEDING - Static variable in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
When parsing a sheet, all comments found before a rule will be considered as belonging to that rule.
- compareDocumentPosition(Node) - Method in class io.sf.carte.doc.dom.DOMDocument
- compareDocumentPosition(Node) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
- COMPAT_IDENT - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
Compat identifier: invalid value accepted for IE compatibility as an ident-like value.
- COMPAT_PRIO - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
Value with invalid priority accepted for IE compatibility, but it is interpreted as being of
!
- 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.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 ofn
items. - ComputedCSSStyle - Class in io.sf.carte.doc.style.css.om
-
Style declaration that computes CSS properties.
- ComputedCSSStyle(BaseDocumentCSSStyleSheet) - 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.
- computeRevertedStyle(ComputedCSSStyle, SelectorMatcher, Condition, BaseCSSStyleDeclaration, byte) - Method in class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
- computeStyle(ComputedCSSStyle, SelectorMatcher, Condition, 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.
- computeUnitType() - Method in interface io.sf.carte.doc.style.css.CSSExpressionValue
-
Performs a dimensional analysis of this expression and computes the unit type of the result.
- computeUnitType() - Method in interface io.sf.carte.doc.style.css.CSSMathFunctionValue
-
Performs a dimensional analysis of this function and computes the unit type of the result.
- computeUnitType() - Method in class io.sf.carte.doc.style.css.property.ExpressionValue
-
Perform a dimensional analysis of this expression and compute the unit type of the result.
- condition(BooleanCondition) - Method in interface io.sf.carte.doc.style.css.MediaQueryHandler
-
If the current query contains a media (feature) condition, set it.
- Condition - Interface in io.sf.carte.doc.style.css.nsac
-
Based on SAC's
Condition
interface by Philippe Le Hegaret. - CONDITION_AND - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
AND
condition. - CONDITION_NOT - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
NOT
condition. - CONDITION_OR - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
OR
condition. - CONDITION_PREDICATE - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
Fundamental
PREDICATE
inside a condition. - Condition.ConditionType - Enum Class in io.sf.carte.doc.style.css.nsac
- CONDITIONAL - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Selector.SelectorType
-
This is a conditional selector.
- conditionalRuleError(BooleanCondition, String) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
- conditionalRuleError(BooleanCondition, String) - Method in interface io.sf.carte.doc.style.css.SheetErrorHandler
-
Report an error with the condition, in a conditional rule.
- ConditionalSelector - Interface in io.sf.carte.doc.style.css.nsac
-
Conditional selector, by Philippe Le Hegaret
- 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(Selector) - Method in interface io.sf.carte.doc.style.css.nsac.SelectorList
-
Check id this list contains the given selector.
- contains(Object) - Method in class io.sf.carte.doc.WrapperStringList
- contains(String) - Method in class io.sf.carte.doc.ArrayStringList
- 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(String) - Method in class io.sf.carte.doc.LinkedStringList
- contains(String) - Method in class io.sf.carte.doc.WrapperStringList
- 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(SelectorList) - Method in interface io.sf.carte.doc.style.css.nsac.SelectorList
-
Returns
true
if this list contains all of the selectors in the given list. - containsAll(Collection<?>) - Method in class io.sf.carte.doc.WrapperStringList
- 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 class io.sf.carte.uparser.CommentRemovalHandler
- control(int, int) - Method in interface io.sf.carte.uparser.TokenHandler2
-
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
- COS - Enum constant in enum class io.sf.carte.doc.style.css.CSSMathFunctionValue.MathFunction
-
cos()
- counter - Enum constant in enum class io.sf.carte.doc.style.css.CSSValueSyntax.Category
-
Matches any counter (
<counter()> | <counters()>
). - COUNTER - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
CSS
counter()
function. - COUNTER_FUNCTION - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
function
counter
. - COUNTER_STYLE_RULE - Static variable in interface io.sf.carte.doc.style.css.CSSRule
-
Rule is a
CSSCounterStyleRule
. - COUNTERS - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
CSS
counters()
function. - COUNTERS_FUNCTION - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
function
counters
. - 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
- countReplaceBy(LexicalUnit) - Method in interface io.sf.carte.doc.style.css.nsac.LexicalUnit
-
Replace this unit in the chain of lexical units (by the unit or sequence of units in the argument) and return the count of replacement units.
- createAllMedia() - Method in interface io.sf.carte.doc.style.css.MediaQueryFactory
-
Create a media query list for all media.
- createAllMedia() - Static method in class io.sf.carte.doc.style.css.om.MediaFactory
-
Create a media query list for all media.
- createAndCondition() - Method in interface io.sf.carte.doc.style.css.BooleanConditionFactory
-
Create a boolean condition of the
and
type. - createAndCondition() - Method in class io.sf.carte.doc.style.css.om.SupportsConditionFactory
-
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
- createAttribute(Element, QName, String) - Method in class io.sf.carte.doc.dom4j.XHTMLDocumentFactory
- 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() - Method in class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
- createComputedStyleFormattingContext() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingFactory
- createComputedStyleFormattingContext() - Method in class io.sf.carte.doc.style.css.om.RGBStyleFormattingFactory
- createComputedStyleFormattingContext() - Method in interface io.sf.carte.doc.style.css.StyleFormattingFactory
-
Create a new DeclarationFormattingContext to serialize computed styles.
- 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.CSSStyleSheet
-
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.
- createCSSValue(LexicalUnit, AbstractCSSStyleDeclaration, boolean) - 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() - Method in class io.sf.carte.doc.dom4j.DOM4JUserAgent.AgentXHTMLDocumentFactory
- createDocument() - Method in class io.sf.carte.doc.dom4j.XHTMLDocumentFactory
- createDocument(String, String, DocumentType) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
- createDocument(String, String, DocumentType) - Method in class io.sf.carte.doc.dom4j.XHTMLDocumentFactory
- createDocument(DOMDocumentType) - Method in class io.sf.carte.doc.dom4j.DOM4JUserAgent.AgentXHTMLDocumentFactory
- createDocument(DOMDocumentType) - Method in class io.sf.carte.doc.dom4j.XHTMLDocumentFactory
- createDocument(Element) - Method in class io.sf.carte.doc.dom4j.XHTMLDocumentFactory
- createDocumentFragment() - Method in class io.sf.carte.doc.dom.DOMDocument
- createDocumentFragment() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
- 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 class io.sf.carte.doc.dom4j.XHTMLDocument
- createElement(String) - Method in class io.sf.carte.doc.dom4j.XHTMLDocumentFactory
- 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
- createElement(QName) - Method in class io.sf.carte.doc.dom4j.XHTMLDocumentFactory
- createElement(QName, int) - Method in class io.sf.carte.doc.dom4j.XHTMLDocumentFactory
- 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 class io.sf.carte.doc.dom4j.XHTMLDocument
- 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.agent.net.DefaultUserAgent
- createEntityResolver() - Method in class io.sf.carte.doc.dom4j.DOM4JUserAgent
- createEntityResolver() - Method in class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory
- createErrorHandler() - Method in class io.sf.carte.doc.dom4j.XHTMLDocument
- createFont(CSSComputedProperties) - Static method in class io.sf.carte.doc.style.css.awt.AWTHelper
-
Create an AWT Font object from a computed style.
- createFontFaceRule() - Method in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
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.CSSStyleSheet
-
Create a CSSFontFeatureValuesRule compatible with this implementation.
- createFontFeatureValuesRule(String[]) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
- createHTMLDocument(DocumentType) - Method in class io.sf.carte.doc.dom.CSSDOMImplementation
- createImmutable() - Static method in class io.sf.carte.doc.style.css.om.MediaFactory
-
Create an unmodifiable media query list for all media.
- 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 unmodifiable media query list for the given media.
- createImportRule(MediaQueryList, String) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
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.CSSStyleSheet
-
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
- createLocator() - Method in interface io.sf.carte.doc.style.css.nsac.ParserControl
-
Create a locator for the current parsing location.
- createMarginRule(String) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
Create a CSS margin rule compatible with this implementation.
- createMarginRule(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
- createMediaQueryHandler(Node) - Method in interface io.sf.carte.doc.style.css.MediaQueryFactory
-
Create a handler attached to a new media query 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.CSSStyleSheet
-
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.MediaQueryFactory
-
Create a predicate that contains a media type.
- createNamespaceRule(String, String) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
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, andfilter
callback. - createNotCondition() - Method in interface io.sf.carte.doc.style.css.BooleanConditionFactory
-
Create a boolean condition of the
not
type. - createNotCondition() - Method in class io.sf.carte.doc.style.css.om.SupportsConditionFactory
-
Create a boolean condition of the
not
type. - createOrCondition() - Method in interface io.sf.carte.doc.style.css.BooleanConditionFactory
-
Create a boolean condition of the given type (
and
,or
,not
). - createOrCondition() - Method in class io.sf.carte.doc.style.css.om.SupportsConditionFactory
-
Create a boolean condition of the given type (
and
,or
,not
). - createPageRule() - Method in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
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 interface io.sf.carte.doc.style.css.BooleanConditionFactory
-
Create a predicate (operand) condition.
- createPredicate(String) - Method in interface io.sf.carte.doc.style.css.MediaQueryFactory
-
Create a media feature predicate.
- createPredicate(String) - Method in class io.sf.carte.doc.style.css.om.SupportsConditionFactory
-
Create a declaration (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
- createPropertyDefinition(String, CSSValueSyntax, boolean, CSSLexicalValue) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
-
Create a property definition.
- createPropertyDefinition(String, CSSValueSyntax, boolean, CSSLexicalValue) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
- createPropertyRule(String) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
Create a CSS property rule compatible with this implementation.
- createPropertyRule(String) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
- createPseudoElementCondition(String) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
-
Create a single pseudo-element condition, like
::first-letter
. - 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 NSAC Parser with the proper flags enabled.
- createSACParser() - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
- createSACParser() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
- createSheetErrorHandler(CSSStyleSheet<? extends CSSRule>) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheetFactory
-
Creates a style sheet error handler.
- createSheetErrorHandler(CSSStyleSheet<? extends CSSRule>) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
-
Creates a style sheet error handler.
- createSimpleSyntax(String) - Static method in class io.sf.carte.doc.style.css.parser.SyntaxParser
-
Create a single-component syntax without multipliers.
- createStyleDeclaration() - Method in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
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
-
Create a style declaration from the given declaration rule.
- 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 class io.sf.carte.doc.style.css.om.RGBStyleFormattingFactory
- 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.CSSStyleSheet
-
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.CSSStyleSheet
-
Deprecated.
- createSupportsRule() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
-
Deprecated.
- createSupportsRule() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
-
Deprecated.
- createSupportsRule(BooleanCondition) - Method in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
Create a CSSSupportsRule compatible with this implementation.
- createSupportsRule(BooleanCondition) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
- createSupportsRule(BooleanCondition) - 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, andfilter
callback. - createUnknownRule() - Method in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
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
- createUserAgent(EnumSet<Parser.Flag>, boolean) - Static method in class io.sf.carte.doc.agent.net.DefaultUserAgent
-
Creates an user agent that reads HTML documents.
- createUserAgent(EnumSet<Parser.Flag>, boolean) - Static method in class io.sf.carte.doc.dom4j.DOM4JUserAgent
-
Creates an user agent that reads XHTML documents with DOM4J.
- createViewportRule() - Method in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
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 - Class in io.sf.carte.doc.style.css
-
CSS static methods.
- CSS() - Constructor for class io.sf.carte.doc.style.css.CSS
- CSS_CAP - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Font-relative length (
cap
). - CSS_CH - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Font-relative length (
ch
). - CSS_CM - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Length (
cm
). - CSS_DEG - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Angle (
deg
). - CSS_DPCM - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Resolution (
dpcm
). - CSS_DPI - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Resolution (
dpi
). - CSS_DPPX - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Resolution (
dppx
). - CSS_EM - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Font-relative length (
em
). - CSS_EX - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Font-relative length (
ex
). - CSS_FR - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Flexible length (
fr
). - CSS_GRAD - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Angle (
grad
). - CSS_HZ - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Frequency (
Hz
). - CSS_IC - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Font-relative length (
ic
). - CSS_IN - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Length (
in
). - CSS_INVALID - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Invalid CSS unit.
- CSS_KHZ - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Frequency (
kHz
). - CSS_LH - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Font-relative length (
lh
). - CSS_MM - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Length (
mm
). - CSS_MS - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Time (
ms
). - CSS_NUMBER - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Dimensionless number.
- CSS_OTHER - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Number with an unknown dimension.
- CSS_PC - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Length (
pc
). - CSS_PERCENTAGE - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Percentage.
- CSS_PT - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Length (
pt
). - CSS_PX - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Length (
px
). - CSS_QUARTER_MM - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Length (
Q
). - CSS_RAD - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Angle (
rad
). - CSS_RCH - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Font-relative length (
rch
). - CSS_REM - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Font-relative length (
rem
). - CSS_REX - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Font-relative length (
rex
). - CSS_RIC - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Font-relative length (
ric
). - CSS_RLH - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Font-relative length (
rlh
). - CSS_S - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Time (
s
). - CSS_TURN - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Angle (
turn
). - CSS_VB - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Viewport-percentage length (
vb
). - CSS_VH - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Viewport-percentage length (
vh
). - CSS_VI - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Viewport-percentage length (
vi
). - CSS_VMAX - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Viewport-percentage length (
vmax
). - CSS_VMIN - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Viewport-percentage length (
vmin
). - CSS_VW - Static variable in interface io.sf.carte.doc.style.css.CSSUnit
-
Viewport-percentage length (
vw
). - CSSAttrValue - Interface in io.sf.carte.doc.style.css
-
attr()
primitive value. - CSSBudgetException - Exception in io.sf.carte.doc.style.css.nsac
-
CSS budget exception.
- CSSBudgetException() - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSBudgetException
- CSSBudgetException(String) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSBudgetException
- CSSBudgetException(String, Throwable) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSBudgetException
- CSSBudgetException(Throwable) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSBudgetException
- CSSCanvas - Interface in io.sf.carte.doc.agent
-
Deprecated.
- CSSCanvas - Interface in io.sf.carte.doc.style.css
-
CSS canvas interface.
- CSSColor - Interface in io.sf.carte.doc.style.css
-
A color.
- CSSColorMixFunction - Interface in io.sf.carte.doc.style.css
-
color-mix()
function. - CSSColorValue - Interface in io.sf.carte.doc.style.css
-
Represents a color value (not including color identifiers).
- CSSColorValue.ColorModel - Enum Class in io.sf.carte.doc.style.css
-
Enumeration of color models.
- 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. - CSSDeclarationRule - Interface in io.sf.carte.doc.style.css
-
A CSS rule that contains style declarations (of properties and/or descriptors).
- 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<Parser.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.
- CSSErrorHandler - Interface in io.sf.carte.doc.style.css.nsac
-
A CSS event handler for low-level parsing errors.
- CSSException - Exception in io.sf.carte.doc.style.css.nsac
-
CSS runtime exception, normally related to parsing.
- CSSException() - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSException
-
Construct a CSS exception.
- CSSException(String) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSException
-
Construct a CSS exception that has a descriptive message.
- CSSException(String, Throwable) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSException
-
Construct a CSS exception that has a cause and a descriptive message.
- CSSException(Throwable) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSException
-
Construct a CSS exception that has a cause.
- 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()
). - CSSFontFaceRule - Interface in io.sf.carte.doc.style.css
-
A CSS font-face rule.
- 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.
- CSSHandler - Interface in io.sf.carte.doc.style.css.nsac
-
A CSS event handler for low-level parsing.
- 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. - CSSLexicalValue - Interface in io.sf.carte.doc.style.css
-
A value that contains a
var
value as part of its declaration. - CSSMarginRule - Interface in io.sf.carte.doc.style.css
-
Margin rule.
- CSSMathFunctionValue - Interface in io.sf.carte.doc.style.css
-
A mathematical function value.
- CSSMathFunctionValue.MathFunction - Enum Class in io.sf.carte.doc.style.css
-
Enumeration of mathematical functions.
- 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
- CSSMediaParseException - Exception in io.sf.carte.doc.style.css.nsac
-
Media-related parse exception.
- CSSMediaParseException(String, Locator) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSMediaParseException
-
Construct a CSS media parse exception that has a location and a descriptive message.
- CSSMediaParseException(String, Locator, Throwable) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSMediaParseException
-
Construct a CSS media parse exception that has a cause, a location and a descriptive message.
- CSSMediaRule - Interface in io.sf.carte.doc.style.css
-
A CSS @media rule.
- CSSNamespaceParseException - Exception in io.sf.carte.doc.style.css.nsac
-
Namespace-related parse exception.
- CSSNamespaceParseException(String, Locator) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSNamespaceParseException
-
Construct a CSS namespace parse exception that has a location and a descriptive message.
- CSSNamespaceParseException(String, Locator, Throwable) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSNamespaceParseException
-
Construct a CSS namespace parse exception that has a cause, a location and a descriptive message.
- 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.
- CSSOMParser - Class in io.sf.carte.doc.style.css.om
-
CSS parser implementing the NSAC API and using an object-model internal factory.
- CSSOMParser() - Constructor for class io.sf.carte.doc.style.css.om.CSSOMParser
-
Instantiate a parser instance with no flags.
- CSSOMParser(CSSParser) - Constructor for class io.sf.carte.doc.style.css.om.CSSOMParser
- CSSOperandExpression - Interface in io.sf.carte.doc.style.css
-
Sub-interface to be implemented by individual operands.
- CSSPageRule - Interface in io.sf.carte.doc.style.css
-
A CSS @page rule.
- CSSParseException - Exception in io.sf.carte.doc.style.css.nsac
-
CSS parse exception.
- CSSParseException(String, Locator) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSParseException
-
Construct a CSS parse exception that has a location and a descriptive message.
- CSSParseException(String, Locator, Throwable) - Constructor for exception io.sf.carte.doc.style.css.nsac.CSSParseException
-
Construct a CSS parse exception that has a cause, a location and a descriptive message.
- 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
-
Instantiate a parser instance with no flags.
- CSSParser(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
CSSHandler
to deal with declaration rules. - CSSPrimitiveValue - Interface in io.sf.carte.doc.style.css
-
A CSS primitive value.
- CSSPropertyDefinition - Interface in io.sf.carte.doc.style.css
-
A property definition.
- 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
- CSSPropertyRule - Interface in io.sf.carte.doc.style.css
-
@property
rule. - 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.
- CSSRectValue - Interface in io.sf.carte.doc.style.css
-
Interface representing a
rect()
function. - CSSRule - Interface in io.sf.carte.doc.style.css
-
A CSS rule.
- 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
- CSSRuleList<T extends CSSRule> - Interface in io.sf.carte.doc.style.css
-
A rule list with additional utility methods.
- CSSShorthandValue - Interface in io.sf.carte.doc.style.css
-
Shorthand value.
- CSSStylableElement - Class in io.sf.carte.doc.dom4j
-
An element that is stylable with CSS.
- CSSStylableElement(String) - Constructor for class io.sf.carte.doc.dom4j.CSSStylableElement
- CSSStylableElement(QName) - Constructor for class io.sf.carte.doc.dom4j.CSSStylableElement
- CSSStylableElement(QName, int) - Constructor for class io.sf.carte.doc.dom4j.CSSStylableElement
- CSSStyleDeclaration - Interface in io.sf.carte.doc.style.css
-
CSS style declaration.
- 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
- CSSStyleRule - Interface in io.sf.carte.doc.style.css
-
A CSS style rule.
- CSSStyleSheet<R extends CSSRule> - Interface in io.sf.carte.doc.style.css
-
A style sheet.
- CSSStyleSheetFactory - Interface in io.sf.carte.doc.style.css
-
CSS style sheet factory.
- CSSStyleSheetList<T extends CSSRule> - 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.
- CSSTypedValue - Interface in io.sf.carte.doc.style.css
-
A typed value.
- 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.
- CSSUnit - Interface in io.sf.carte.doc.style.css
-
CSS numeric units.
- CSSValue - Interface in io.sf.carte.doc.style.css
-
A CSS style value.
- CSSValue.CssType - Enum Class in io.sf.carte.doc.style.css
-
The main categories of values.
- CSSValue.Type - Enum Class in io.sf.carte.doc.style.css
-
The type of value.
- CSSValueList<E extends CSSValue> - Interface in io.sf.carte.doc.style.css
-
Based on W3C's
CSSValueList
interface. - CSSValueSyntax - Interface in io.sf.carte.doc.style.css
-
Represents a CSS value syntax component.
- CSSValueSyntax.Category - Enum Class in io.sf.carte.doc.style.css
-
The syntax category.
- CSSValueSyntax.Match - Enum Class in io.sf.carte.doc.style.css
- CSSValueSyntax.Multiplier - Enum Class in io.sf.carte.doc.style.css
-
The syntax multiplier.
- CSSVarValue - Interface in io.sf.carte.doc.style.css
-
A reference to a CSS custom property value ('variable').
- CUBIC_BEZIER - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
cubic-bezier()
easing function. - CUBIC_BEZIER_FUNCTION - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
cubic-bezier()
easing function. - 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.CSSRule
- customIdent - Enum constant in enum class io.sf.carte.doc.style.css.CSSValueSyntax.Category
-
Matches any valid custom identifier.
D
- DeclarationCondition - Interface in io.sf.carte.doc.style.css.parser
-
A condition that declares a property name and a value.
- DeclarationFormattingContext - Interface in io.sf.carte.doc.style.css
-
Define methods for formatting properties or descriptors in a declaration, generally for a computed style.
- deepenCurrentContext() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
- deepenCurrentContext() - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
-
This auxiliary method can be used to deepen the indentation at places where the general serialization flow does not give the desired results.
- 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
- 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
- DefaultDeclarationFormattingContext - Class in io.sf.carte.doc.style.css.om
-
Default implementation of a DeclarationFormattingContext.
- DefaultDeclarationFormattingContext() - Constructor for class io.sf.carte.doc.style.css.om.DefaultDeclarationFormattingContext
- 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. - DefaultOriginPolicy - Class in io.sf.carte.doc.agent.net
-
Origin policy.
- DefaultSheetErrorHandler - Class in io.sf.carte.doc.style.css.om
- DefaultSheetErrorHandler(CSSStyleSheet<? extends CSSRule>) - 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
-
Default implementation of a StyleFormattingContext.
- DefaultStyleFormattingContext() - Constructor for class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
- DefaultStyleFormattingFactory - Class in io.sf.carte.doc.style.css.om
-
Default
StyleFormattingFactory
. - DefaultStyleFormattingFactory() - Constructor for class io.sf.carte.doc.style.css.om.DefaultStyleFormattingFactory
- DefaultUserAgent - Class in io.sf.carte.doc.agent.net
-
Default User Agent.
- DefaultUserAgent(EnumSet<Parser.Flag>, boolean) - Constructor for class io.sf.carte.doc.agent.net.DefaultUserAgent
- 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()
atindex
. - 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 thiskeyframes
rule collection. - deleteRule(String) - Method in class io.sf.carte.doc.style.css.om.KeyframesRule
- deltaE2000(CSSColorValue) - Method in interface io.sf.carte.doc.style.css.CSSColorValue
-
Compute the difference to the given color, according to CIE Delta E 2000.
- deltaE2000(CSSColorValue) - Method in class io.sf.carte.doc.style.css.property.ColorValue
- deltaE2000(CSSColorValue) - Method in class io.sf.carte.doc.style.css.property.LABColorValue
- deltaE2000(CSSColorValue) - Method in class io.sf.carte.doc.style.css.property.LCHColorValue
- deltaE2000(CSSColorValue) - Method in class io.sf.carte.doc.style.css.property.RGBColorValue
- DESCENDANT - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Selector.SelectorType
-
This selector matches an arbitrary descendant of some ancestor element.
- 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.
- deviceResolutionFactor() - Method in class io.sf.carte.doc.style.css.awt.AWTStyleDatabase
-
This method is used to normalize sizes to a 595pt width.
- 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.
- DIMENSION - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
Unknown dimension.
- dimensionUnitString(short) - Static method in interface io.sf.carte.doc.style.css.CSSUnit
-
Gives the dimension unit string associated to the given CSS unit type.
- DIRECT_ADJACENT - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Selector.SelectorType
-
This selector matches two selectors who shared the same parent in the document tree and the element represented by the first sequence immediately precedes the element represented by the second one.
- 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.
- display_p3 - Static variable in interface io.sf.carte.doc.style.css.ColorSpace
-
Display P3
- doContentDownloaded(C) - Method in interface io.sf.carte.doc.agent.net.DownloadListener
-
Notifies the download of content.
- DOCUMENT_RULE - Static variable in interface io.sf.carte.doc.style.css.CSSRule
- 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
- doFailedDownload() - Method in interface io.sf.carte.doc.agent.net.DownloadListener
-
Notifies a failed download.
- DOM4JUserAgent - Class in io.sf.carte.doc.dom4j
-
User Agent based on DOM4J document trees.
- DOM4JUserAgent(EnumSet<Parser.Flag>) - Constructor for class io.sf.carte.doc.dom4j.DOM4JUserAgent
- DOM4JUserAgent(EnumSet<Parser.Flag>, boolean) - Constructor for class io.sf.carte.doc.dom4j.DOM4JUserAgent
- DOM4JUserAgent.AgentXHTMLDocumentFactory - Class in io.sf.carte.doc.dom4j
- DOM4JUserAgent.AgentXHTMLDocumentFactory.AgentXHTMLDocument - Class in io.sf.carte.doc.dom4j
- domainFromHostname(String) - Method in class io.sf.carte.doc.agent.net.DefaultOriginPolicy
- 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<Parser.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 ofNodeList
. - 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
- DOMPolicyException - Exception in io.sf.carte.doc
-
DOM policy exception.
- DOMPolicyException() - Constructor for exception io.sf.carte.doc.DOMPolicyException
- DOMPolicyException(String) - Constructor for exception io.sf.carte.doc.DOMPolicyException
- DOMPolicyException(String, Throwable) - Constructor for exception io.sf.carte.doc.DOMPolicyException
- DOMRect - Interface in io.sf.carte.doc.geom
-
Interface representing a
DOMRect
value. - DOMSelectorMatcher - Class in io.sf.carte.doc.style.css.om
-
Selector matcher for CSS-enabled 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(CSSStyleSheet<? extends CSSRule>) - Constructor for class io.sf.carte.doc.dom.DOMWriter
-
Construct a
DOMWriter
with a reference style sheet for formatting heuristics. - download(U) - Method in interface io.sf.carte.doc.agent.net.ResourceAgent
-
Registers a source for downloading with this user agent.
- DownloadListener<C> - Interface in io.sf.carte.doc.agent.net
-
Listener for the downloading of document content.
E
- ELEMENT - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Selector.SelectorType
-
This selector matches only element node.
- ELEMENT_REFERENCE - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
Element reference.
- ELEMENT_REFERENCE - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
An element reference.
- elementID(Element) - Method in class io.sf.carte.doc.dom4j.XHTMLDocument
- elementID(Element) - Method in class io.sf.carte.doc.dom4j.XHTMLElement
- 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
-specificExtendedNodeList
. - ElementSelector - Interface in io.sf.carte.doc.style.css.nsac
-
Element selector, created by Philippe Le Hegaret
- EMBEDDED_OPENTYPE - Enum constant in enum class io.sf.carte.doc.style.css.om.AbstractStyleDatabase.FontFormat
- EMPTY - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
A property set to no value.
- EmptyCSSHandler - Class in io.sf.carte.doc.style.css.parser
-
Handler that implements empty bodies for all
CSSHandler
methods exceptproperty(String, LexicalUnit, boolean)
. - EmptyCSSHandler() - Constructor for class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- 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() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSRule
-
If this rule does not contain a preceding comment list, create one.
- enablePrecedingComments() - 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 class io.sf.carte.doc.dom4j.XHTMLDocument
-
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.
- enableTrailingComments() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSRule
-
If this rule does not contain a trailing comment list, create one.
- enableTrailingComments() - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
- endAtRule() - Method in interface io.sf.carte.doc.style.css.parser.CSSParser.DeclarationRuleHandler
-
Marks the end of a declaration rule.
- endCounterStyle() - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
End of @counter-style rule.
- endCounterStyle() - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- 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
-
Notify this context that the style was serialized for the given rule.
- endFeatureMap() - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
End of feature map.
- endFeatureMap() - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- endFontFace() - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
Receive notification of the end of a font face rule.
- endFontFace() - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- endFontFeatures() - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
End of font feature values rule.
- endFontFeatures() - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- 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
-
End an inline property declaration.
- endKeyframe() - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
End of @keyframe.
- endKeyframe() - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- endKeyframes() - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
End of @keyframes rule.
- endKeyframes() - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- endMargin() - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
Receive notification of the end of a margin rule.
- endMargin() - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- endMedia(MediaQueryList) - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
Receive notification of the end of a media rule.
- endMedia(MediaQueryList) - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- endOfStream() - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
Receive notification of the end of the stream being parsed.
- endOfStream() - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- endOfStream(int) - Method in class io.sf.carte.uparser.CommentRemovalHandler
- endOfStream(int) - Method in interface io.sf.carte.uparser.TokenHandler2
-
The stream that was being parsed reached its end.
- endPage(PageSelectorList) - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
Receive notification of the end of a page rule.
- endPage(PageSelectorList) - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- endProperty(boolean) - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
End of @property rule.
- endProperty(boolean) - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- endPropertyDeclaration(SimpleWriter) - Method in interface io.sf.carte.doc.style.css.DeclarationFormattingContext
-
Ends a property declaration in a rule style (does not apply to inline styles).
- endPropertyDeclaration(SimpleWriter) - Method in class io.sf.carte.doc.style.css.om.DefaultDeclarationFormattingContext
- 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
- endPunctuation(int, int) - Method in interface io.sf.carte.uparser.TokenHandler2
-
Called when end punctuation (Pe) codepoints are found (except characters handled by
TokenHandler2.rightCurlyBracket(int)
,TokenHandler2.rightParenthesis(int)
andTokenHandler2.rightSquareBracket(int)
). - endQuery() - Method in interface io.sf.carte.doc.style.css.MediaQueryHandler
-
The current query ends.
- endQueryList() - Method in interface io.sf.carte.doc.style.css.MediaQueryHandler
-
The query list ends.
- endRule(SimpleWriter, List<String>) - Method in class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
- endRule(SimpleWriter, List<String>) - Method in class io.sf.carte.doc.style.css.om.InlineStyleFormattingContext
- endRule(SimpleWriter, List<String>) - Method in interface io.sf.carte.doc.style.css.StyleFormattingContext
-
Ends the serialization of a rule.
- 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
-
Called after a list of rules is serialized.
- ENDS_ATTRIBUTE - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Condition.ConditionType
-
This condition checks the end of an attribute value.
- endSelector(SelectorList) - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
Receive notification of the end of a style rule.
- endSelector(SelectorList) - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- 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
-
End a style declaration.
- endSupports(BooleanCondition) - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
Receive notification of the end of a supports rule.
- endSupports(BooleanCondition) - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- endViewport() - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
End of @viewport rule.
- endViewport() - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- EntityFinder - Class in io.sf.carte.doc.xml.dtd
-
Entity finder.
- EntityFinder(EntityResolver2) - Constructor for class io.sf.carte.doc.xml.dtd.EntityFinder
-
Construct a new EntityFinder that uses the given
EntityResolver2
. - ENV - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
Environment variable.
- EnvVariableValue - Class in io.sf.carte.doc.style.css.property
-
Environment variable (
env
). - 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.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.PropertyRule
- equals(Object) - Method in class io.sf.carte.doc.style.css.om.Specificity
- 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.parser.AbstractMediaQuery
- 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.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.HSLColorValue
- equals(Object) - Method in class io.sf.carte.doc.style.css.property.HWBColorValue
- 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.KeywordValue
- equals(Object) - Method in class io.sf.carte.doc.style.css.property.LABColorValue
- equals(Object) - Method in class io.sf.carte.doc.style.css.property.LCHColorValue
- equals(Object) - Method in class io.sf.carte.doc.style.css.property.LexicalValue
- 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.RectValue
- equals(Object) - Method in class io.sf.carte.doc.style.css.property.RGBColorValue
- 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
- equals(Object) - Method in class io.sf.carte.doc.style.css.property.VarValue
- equalSelectorList(SelectorList, SelectorList) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
- equalsIgnoreCase(CharSequence, CharSequence) - Static method in class io.sf.carte.doc.style.css.parser.ParseHelper
-
Tests if the two given character sequences are the same, ignoring the case considerations except for the fact that the second argument must be lower case.
- 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_IO - 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_CONTROL - Static variable in class io.sf.carte.uparser.TokenProducer
- 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_UNSUPPORTED - 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 class io.sf.carte.uparser.CommentRemovalHandler
- error(int, byte, CharSequence) - Method in interface io.sf.carte.uparser.TokenHandler2
-
An error was found while parsing.
- error(CSSParseException) - Method in interface io.sf.carte.doc.style.css.nsac.CSSErrorHandler
-
Receive notification of an error.
- error(CSSParseException) - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- 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.CSS
-
Escape the given string according to CSS syntax.
- 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 whitespace (0x20) and 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 whitespace (0x20) and backslash (x5c).
- escaped(int, int) - Method in class io.sf.carte.uparser.CommentRemovalHandler
- escaped(int, int) - Method in interface io.sf.carte.uparser.TokenHandler2
-
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(CSSMathFunctionValue) - Method in class io.sf.carte.doc.style.css.property.Evaluator
-
Evaluate the given mathematical 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
-
Constructs an evaluator with a preferred unit of typographic points (
pt
). - Evaluator(short) - Constructor for class io.sf.carte.doc.style.css.property.Evaluator
-
Constructs an evaluator with the given preferred unit.
- 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 class io.sf.carte.doc.dom4j.CSSStylableElement
- 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
. - EXPRESSION - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
An expression with algebraic syntax (i.e.
- 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
- EXT1 - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
Useful for external extensions.
- EXT2 - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
- EXT3 - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
- EXT4 - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
- 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
- FALSE - Enum constant in enum class io.sf.carte.doc.style.css.CSSValueSyntax.Match
-
Does not match.
- FEATURE_EQ - Static variable in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
- FEATURE_GE - Static variable in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
- FEATURE_GE_AND_GE - Static variable in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
- FEATURE_GE_AND_GT - Static variable in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
- FEATURE_GT - Static variable in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
- FEATURE_GT_AND_GE - Static variable in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
- FEATURE_GT_AND_GT - Static variable in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
- FEATURE_LE - Static variable in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
- FEATURE_LE_AND_LE - Static variable in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
- FEATURE_LE_AND_LT - Static variable in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
- FEATURE_LT - Static variable in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
- FEATURE_LT_AND_LE - Static variable in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
- FEATURE_LT_AND_LT - Static variable in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
- FEATURE_PLAIN - Static variable in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
- fillBoxValues(CSSStyleDeclaration) - Method in interface io.sf.carte.doc.style.css.BoxValues
-
Fill the style declaration with the box values.
- 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.util.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.
- flex - Enum constant in enum class io.sf.carte.doc.style.css.CSSValueSyntax.Category
-
Matches a flexible length.
- floatValueConversion(float, short, short) - Static method in class io.sf.carte.doc.style.css.property.NumberValue
-
Converts a float value, expressed in
declType
units, tounitType
units. - FONT_FACE_RULE - Static variable in interface io.sf.carte.doc.style.css.CSSRule
-
Rule is a
CSSFontFaceRule
. - FONT_FEATURE_VALUES_RULE - Static variable in interface io.sf.carte.doc.style.css.CSSRule
-
Rule is a
CSSFontFeatureValuesRule
. - 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
- 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(CSSFontFaceRule, Exception) - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
- fontFormatError(CSSFontFaceRule, 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
- frequency - Enum constant in enum class io.sf.carte.doc.style.css.CSSValueSyntax.Category
-
Matches any frequency.
- FUNCTION - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
Function.
- FUNCTION - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
A function.
- FunctionValue - Class in io.sf.carte.doc.style.css.property
-
Function value.
- FunctionValue() - Constructor for class io.sf.carte.doc.style.css.property.FunctionValue
- FunctionValue(CSSValue.Type) - 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(int) - Method in class io.sf.carte.doc.WrapperStringList
- get(String) - Method in interface io.sf.carte.doc.style.css.CSSFontFeatureValuesMap
-
Get the feature values associated with the given feature value name.
- getA() - Method in interface io.sf.carte.doc.style.css.LABColor
-
Get the
a
(green-red) axis in the LAB space for this color. - 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.CSSColor
-
Get the alpha channel of this color.
- 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
- getArgument() - Method in interface io.sf.carte.doc.style.css.nsac.PseudoCondition
-
If this condition represents a pseudo-class with an argument (in parentheses), it returns the argument.
- 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.BaseSelectorMatcher
- 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
- getAWTColor(CSSTypedValue) - Static method in class io.sf.carte.doc.style.css.awt.AWTHelper
-
Gets the AWT color as obtained from the given CSS primitive value.
- getAzimuth() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
- getB() - Method in interface io.sf.carte.doc.style.css.LABColor
-
Get the
b
(blue–yellow) axis in the LAB space for this color. - 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
-
Deprecated.
- 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.dom4j.CSSStylableElement
- getBaseURI() - Method in class io.sf.carte.doc.dom4j.XHTMLDocument
-
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 class io.sf.carte.doc.dom4j.XHTMLDocument
-
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.
- getBlackness() - Method in interface io.sf.carte.doc.style.css.HWBColor
-
Get the blackness of this color.
- getBlue() - Method in interface io.sf.carte.doc.style.css.RGBAColor
-
Get the blue component of this colour.
- 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 interface io.sf.carte.doc.style.css.CSSRectValue
-
The bottom of the rectangle.
- getBottom() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
- getBottom() - Method in class io.sf.carte.doc.style.css.property.RectValue
- 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.
- getBuffer() - Method in class io.sf.carte.uparser.CommentRemovalHandler
- getBuffer() - Method in class io.sf.carte.util.BufferSimpleWriter
-
Get the
StringBuilder
buffer. - getByteStream() - Method in class io.sf.carte.doc.style.css.nsac.InputSource
-
Get the byte stream for this input source.
- getCanvas() - Method in class io.sf.carte.doc.dom.DOMDocument
-
Gets the document's canvas for the current target medium.
- getCanvas() - Method in class io.sf.carte.doc.dom4j.XHTMLDocument
-
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.style.css.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
- getCascadedValue(String) - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
- getCategory() - Method in interface io.sf.carte.doc.style.css.CSSValueSyntax
-
The category corresponding to the name of the component.
- getCause() - Method in exception io.sf.carte.doc.style.css.om.RuleParseException
- getCharacterStream() - Method in class io.sf.carte.doc.style.css.nsac.InputSource
-
Get the character stream for this input source.
- 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.
- getChroma() - Method in interface io.sf.carte.doc.style.css.LCHColor
-
Get the chroma of this color.
- 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
-
Get the value of the unicode codepoint.
- getCodePoint() - Method in class io.sf.carte.doc.style.css.property.UnicodeValue
- getColor() - Method in interface io.sf.carte.doc.style.css.CSSColorValue
-
Get the color represented by this value.
- getColor() - Method in interface io.sf.carte.doc.style.css.HSLColorValue
-
Get the HSL(A) color represented by this value.
- getColor() - Method in interface io.sf.carte.doc.style.css.HWBColorValue
-
Get the HWB color represented by this value.
- getColor() - Method in interface io.sf.carte.doc.style.css.LABColorValue
-
Deprecated.Get the
lab()
oroklab()
color represented by this value. - getColor() - Method in interface io.sf.carte.doc.style.css.LCHColorValue
-
Deprecated.Get the
lch()
oroklch()
color represented by this value. - getColor() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
- getColor() - Method in class io.sf.carte.doc.style.css.property.HSLColorValue
- getColor() - Method in class io.sf.carte.doc.style.css.property.HWBColorValue
- getColor() - Method in class io.sf.carte.doc.style.css.property.LABColorValue
- getColor() - Method in class io.sf.carte.doc.style.css.property.LCHColorValue
- getColor() - Method in class io.sf.carte.doc.style.css.property.RGBColorValue
- getColor(String) - Method in class io.sf.carte.doc.style.css.property.ColorIdentifiers
-
Gets the color associated to the given keyword.
- getColorDepth() - Method in class io.sf.carte.doc.style.css.awt.AWTStyleDatabase
- 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
-
Get the number of entries in the color lookup table of the device.
- getColorModel() - Method in interface io.sf.carte.doc.style.css.CSSColor
-
Get the color model that this color uses.
- getColorModel() - Method in interface io.sf.carte.doc.style.css.CSSColorValue
-
Get the color model with which this value was set.
- getColorModel() - Method in class io.sf.carte.doc.style.css.property.HSLColorValue
- getColorModel() - Method in class io.sf.carte.doc.style.css.property.HWBColorValue
- getColorModel() - Method in class io.sf.carte.doc.style.css.property.LABColorValue
- getColorModel() - Method in class io.sf.carte.doc.style.css.property.LCHColorValue
- getColorModel() - Method in class io.sf.carte.doc.style.css.property.RGBColorValue
- getColorSpace() - Method in interface io.sf.carte.doc.style.css.CSSColor
-
Get the color space to which this color belongs.
- getColorValue1() - Method in interface io.sf.carte.doc.style.css.CSSColorMixFunction
-
The first color value.
- getColorValue2() - Method in interface io.sf.carte.doc.style.css.CSSColorMixFunction
-
The second color value.
- getColumnNumber() - Method in exception io.sf.carte.doc.style.css.nsac.CSSParseException
-
Get the column number where the error was triggered, starting at
1
. - getColumnNumber() - Method in interface io.sf.carte.doc.style.css.nsac.Locator
-
Return the column number where this locator points at.
- 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
- getCompatMode() - Method in class io.sf.carte.doc.dom.DOMDocument
-
Get the compatibility mode (
compatMode
) attribute. - getCompatMode() - Method in class io.sf.carte.doc.dom4j.XHTMLDocument
-
Get the compatibility mode (
compatMode
) attribute. - getCompatMode() - Method in interface io.sf.carte.doc.style.css.CSSDocument
-
Get the compatibility mode (
compatMode
) attribute. - getCompatMode() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
-
Get the compatibility mode (
compatMode
) attribute. - getComplianceMode() - Method in class io.sf.carte.doc.dom.DOMDocument
-
Get the compliance mode of this document.
- getComplianceMode() - Method in class io.sf.carte.doc.dom4j.XHTMLDocument
- 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.AbstractSelectorMatcher
- getComplianceMode() - Method in class io.sf.carte.doc.style.css.om.BaseSelectorMatcher
- getComplianceMode() - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
- getComplianceMode() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
- getComponent(int) - Method in class io.sf.carte.doc.style.css.property.ColorValue
-
Get the color component at
index
. - getComponent(int) - Method in class io.sf.carte.doc.style.css.property.FunctionValue
- getComponent(int) - Method in class io.sf.carte.doc.style.css.property.HSLColorValue
- getComponent(int) - Method in class io.sf.carte.doc.style.css.property.HWBColorValue
- getComponent(int) - Method in class io.sf.carte.doc.style.css.property.LABColorValue
- getComponent(int) - Method in class io.sf.carte.doc.style.css.property.LCHColorValue
- getComponent(int) - Method in class io.sf.carte.doc.style.css.property.RatioValue
- getComponent(int) - Method in class io.sf.carte.doc.style.css.property.RectValue
- getComponent(int) - Method in class io.sf.carte.doc.style.css.property.RGBColorValue
- getComponent(int) - Method in class io.sf.carte.doc.style.css.property.TypedValue
-
Get the component at
index
. - getComponentCount() - Method in class io.sf.carte.doc.style.css.property.ColorValue
- getComponentCount() - Method in class io.sf.carte.doc.style.css.property.FunctionValue
- getComponentCount() - Method in class io.sf.carte.doc.style.css.property.RatioValue
- getComponentCount() - Method in class io.sf.carte.doc.style.css.property.RectValue
- getComponentCount() - Method in class io.sf.carte.doc.style.css.property.TypedValue
-
Get the number of components of this value.
- 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() - Method in class io.sf.carte.doc.dom4j.CSSStylableElement
-
Gets the computed style declaration that applies to this element.
- getComputedStyle(CSSElement, Condition) - 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, Condition) - Method in class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
-
Gets the computed style for the given element and pseudo-element.
- getComputedStyle(CSSElement, Condition) - 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 class io.sf.carte.doc.dom4j.CSSStylableElement
-
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 interface io.sf.carte.doc.style.css.MediaQuery
-
The media feature conditions, if any.
- getCondition() - Method in interface io.sf.carte.doc.style.css.nsac.ConditionalSelector
-
Returns the condition to be applied on the simple selector.
- getCondition() - Method in class io.sf.carte.doc.style.css.om.SupportsRule
- getCondition() - Method in class io.sf.carte.doc.style.css.parser.AbstractMediaQuery
- getConditionErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
- 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
- getConditionType() - Method in interface io.sf.carte.doc.style.css.nsac.Condition
-
Get the type of
Condition
. - 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
- getContentType() - Method in class io.sf.carte.doc.agent.net.ResourceDownloader
- 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.
- 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
- getCSSColorSpace() - Method in interface io.sf.carte.doc.style.css.CSSColorMixFunction
-
Gets the interpolation color space, as defined by CSS.
- 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.CSSStyleSheet
-
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.CSSStyleDeclaration
-
A parsable serialization of the declaration.
- getCssText() - Method in interface io.sf.carte.doc.style.css.CSSValue
-
Get a parsable representation of this value.
- getCssText() - Method in interface io.sf.carte.doc.style.css.nsac.LexicalUnit
-
Get a parsable representation of this unit.
- getCssText() - Method in interface io.sf.carte.doc.style.css.nsac.PageSelector
-
Get a text representation of this page selector.
- 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.PropertyRule
- 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.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.HSLColorValue
- getCssText() - Method in class io.sf.carte.doc.style.css.property.HWBColorValue
- getCssText() - Method in class io.sf.carte.doc.style.css.property.InheritValue
- getCssText() - Method in class io.sf.carte.doc.style.css.property.InitialValue
- getCssText() - Method in class io.sf.carte.doc.style.css.property.LABColorValue
- getCssText() - Method in class io.sf.carte.doc.style.css.property.LCHColorValue
- getCssText() - Method in class io.sf.carte.doc.style.css.property.LexicalValue
- 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.RectValue
- getCssText() - Method in class io.sf.carte.doc.style.css.property.RevertValue
- 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.UnsetValue
- getCssText() - Method in class io.sf.carte.doc.style.css.property.URIValueWrapper
- getCssText() - Method in class io.sf.carte.doc.style.css.property.VarValue
- getCssUnit() - Method in interface io.sf.carte.doc.style.css.nsac.LexicalUnit
-
An integer indicating the type of CSS unit that this lexical value represents.
- getCSSValue() - Method in class io.sf.carte.doc.style.css.property.InheritValue
- getCSSValue() - Method in class io.sf.carte.doc.style.css.property.InitialValue
- getCSSValue() - Method in class io.sf.carte.doc.style.css.property.RevertValue
- getCSSValue() - Method in class io.sf.carte.doc.style.css.property.UnsetValue
- 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 interface io.sf.carte.doc.style.css.CSSShorthandValue
- getCssValueType() - Method in interface io.sf.carte.doc.style.css.CSSValue
-
Get the general category to which this value belongs.
- getCssValueType() - Method in interface io.sf.carte.doc.style.css.CSSValueList
- getCssValueType() - Method in class io.sf.carte.doc.style.css.property.KeywordValue
- getCssValueType() - Method in class io.sf.carte.doc.style.css.property.ProxyValue
- getCssValueType() - Method in class io.sf.carte.doc.style.css.property.TypedValue
- 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 class io.sf.carte.doc.style.css.awt.AWTStyleDatabase
-
Gets the name of the default font used when a generic font family (serif, sans-serif, monospace, cursive, fantasy) is specified.
- 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 class io.sf.carte.doc.style.css.awt.AWTStyleDatabase
- 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 class io.sf.carte.doc.style.css.awt.AWTStyleDatabase
- 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 interface io.sf.carte.doc.style.css.nsac.LexicalUnit
-
If this unit is a
LexicalUnit.LexicalType.DIMENSION
, returns the string representation of the CSS unit returned byLexicalUnit.getCssUnit()
. - 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.BaseSelectorMatcher
- 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.net.DownloadListener
- getDocument() - Method in class io.sf.carte.doc.dom4j.CSSStylableElement
- getDocument() - Method in interface io.sf.carte.doc.style.css.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 class io.sf.carte.doc.dom4j.XHTMLDocument
- 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
- getDocumentFactory() - Method in class io.sf.carte.doc.dom4j.CSSStylableElement
- getDocumentFactory() - Method in class io.sf.carte.doc.dom4j.XHTMLDocument
- getDocumentURI() - Method in class io.sf.carte.doc.dom.DOMDocument
-
Gets the location of this document.
- getDocumentURI() - Method in class io.sf.carte.doc.dom4j.XHTMLDocument
- 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
- getDomConfig() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
- getDOMImplementation() - Method in class io.sf.carte.doc.agent.net.DefaultUserAgent
-
Gets the DOM implementation used by this user agent.
- getDOMImplementation() - Method in class io.sf.carte.doc.dom.XMLDocumentBuilder
- getElement() - Method in class io.sf.carte.doc.style.css.om.BaseSelectorMatcher
- 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 class io.sf.carte.doc.dom4j.XHTMLDocument
- 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
- getElementId(E) - Method in class io.sf.carte.doc.style.css.om.BaseSelectorMatcher
- getElementId(CSSElement) - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
- 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
- getEncoding() - Method in class io.sf.carte.doc.style.css.nsac.InputSource
-
Get the character encoding for a byte stream or URI.
- 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
- getEnvValue(String) - Method in interface io.sf.carte.doc.style.css.StyleDatabase
-
Get the value of the given
env
variable. - getErrorHandler() - Method in class io.sf.carte.doc.dom.DOMDocument
- getErrorHandler() - Method in class io.sf.carte.doc.dom4j.XHTMLDocument
- 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.CSSStyleSheet
-
Gets the error handler for this style sheet.
- getErrorHandler() - Method in interface io.sf.carte.doc.style.css.nsac.ParserControl
-
Get a reference to the error handler.
- 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.
- 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 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
-
Allows applications to provide an external subset for documents that don't explicitly define one.
- getExternalSubset(String, String) - Method in class io.sf.carte.doc.xml.dtd.StackedEntityResolver
- getFactor() - Method in interface io.sf.carte.doc.style.css.nsac.PositionalCondition
-
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.CSSEnvVariableValue
-
Get the fallback value to be used if the referenced variable name is not known.
- getFallback() - Method in interface io.sf.carte.doc.style.css.CSSVarValue
-
Get the fallback value.
- getFallback() - Method in class io.sf.carte.doc.style.css.property.AttrValue
- getFallback() - Method in class io.sf.carte.doc.style.css.property.EnvVariableValue
- getFallback() - Method in class io.sf.carte.doc.style.css.property.VarValue
- 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.style.css.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. - getFinalType() - Method in interface io.sf.carte.doc.style.css.CSSLexicalValue
-
Get the expected final type after
var
substitution. - getFinalType() - Method in class io.sf.carte.doc.style.css.property.LexicalValue
- 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
- getFirstCondition() - Method in interface io.sf.carte.doc.style.css.nsac.CombinatorCondition
-
The first condition.
- 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.
- getFirstStyleRule(SelectorList) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
-
Get the first style rule that exactly matches the given selector list, if any.
- getFirstStyleRule(SelectorList) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
-
Get the first style rule that exactly matches the given selector list, if any.
- getFloatValue() - Method in interface io.sf.carte.doc.style.css.nsac.LexicalUnit
-
Returns the float value represented by this unit.
- getFloatValue(short) - Method in interface io.sf.carte.doc.style.css.CSSTypedValue
-
If this is a number, get its float value in the requested unit.
- 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.TypedValue
- getFont() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
- getFont(String) - Method in class io.sf.carte.doc.style.css.awt.AWTStyleDatabase
-
Get a font that was loaded by a @font-face rule.
- 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 class io.sf.carte.doc.style.css.awt.AWTStyleDatabase
- 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
- getFunction() - Method in interface io.sf.carte.doc.style.css.CSSMathFunctionValue
-
Get the function type.
- getFunctionName() - Method in interface io.sf.carte.doc.style.css.CSSFunctionValue
-
Get the function name.
- getFunctionName() - Method in interface io.sf.carte.doc.style.css.nsac.LexicalUnit
-
Returns the name of the function.
- 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
- getGraphicsConfiguration() - Method in class io.sf.carte.doc.style.css.awt.AWTStyleDatabase
-
Gets the GraphicsConfiguration for this style database.
- getGreen() - Method in interface io.sf.carte.doc.style.css.RGBAColor
-
Get the green component of this colour.
- 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(CSSTypedValue, 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.
- getHSLColorValue() - Method in interface io.sf.carte.doc.style.css.HSLColorValue
-
Deprecated.
- getHue() - Method in interface io.sf.carte.doc.style.css.HSLColor
-
Get the hue of this color.
- getHue() - Method in interface io.sf.carte.doc.style.css.HWBColor
-
Get the hue of this color.
- getHue() - Method in interface io.sf.carte.doc.style.css.LCHColor
-
Get the hue of this color.
- getHWBColorValue() - Method in interface io.sf.carte.doc.style.css.HWBColorValue
-
Deprecated.
- getId() - Method in class io.sf.carte.doc.dom.DOMElement
- getId() - Method in class io.sf.carte.doc.dom4j.CSSStylableElement
-
Gets the
id
attribute of this element. - getId() - Method in class io.sf.carte.doc.dom4j.XHTMLElement
-
Gets the
id
attribute of this element. - 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.BaseSelectorMatcher
- 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() - Method in interface io.sf.carte.doc.style.css.CSSPropertyDefinition
-
The initial value associated with the property.
- getInitialValue() - Method in interface io.sf.carte.doc.style.css.CSSPropertyRule
-
The initial value associated with the
@property
rule. - getInitialValue() - Method in class io.sf.carte.doc.style.css.om.PropertyRule
- 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.
- getInnerText() - Method in class io.sf.carte.doc.dom.DOMElement
-
Gives a representation of the text content of an element, approximately as if it was rendered according to the styling and the document language.
- 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.dom4j.XHTMLDocument
-
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.agent.net.DefaultOriginPolicy
- getInstance() - Static method in class io.sf.carte.doc.dom4j.XHTMLDocumentFactory
-
Gets the instance of the document factory.
- 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
- getIntegerValue() - Method in interface io.sf.carte.doc.style.css.nsac.LexicalUnit
-
Returns the integer value represented by this unit.
- 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
- getLang() - Method in interface io.sf.carte.doc.style.css.nsac.LangCondition
-
Returns the language
- 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.BaseSelectorMatcher
- 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 class io.sf.carte.doc.dom4j.XHTMLDocument
-
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 interface io.sf.carte.doc.style.css.CSSRectValue
-
The left of the rectangle.
- getLeft() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
- getLeft() - Method in class io.sf.carte.doc.style.css.property.RectValue
- 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 class io.sf.carte.doc.ArrayStringList
- 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 class io.sf.carte.doc.LinkedStringList
- getLength() - Method in interface io.sf.carte.doc.style.css.AlgebraicExpression
-
Get the number of operands in this expression.
- getLength() - Method in interface io.sf.carte.doc.style.css.CSSColor
-
The number of component values plus the alpha channel.
- getLength() - Method in interface io.sf.carte.doc.style.css.CSSStyleDeclaration
-
The number of properties in this declaration.
- getLength() - Method in interface io.sf.carte.doc.style.css.CSSValueList
-
The number of values in this list.
- getLength() - Method in interface io.sf.carte.doc.style.css.nsac.PageSelectorList
-
Get the length of this page selector list.
- getLength() - Method in interface io.sf.carte.doc.style.css.nsac.SelectorList
-
Get the length of this selector list.
- 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.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
- getLength() - Method in class io.sf.carte.doc.WrapperStringList
- getLetterSpacing() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
- getLexicalUnit() - Method in interface io.sf.carte.doc.style.css.CSSLexicalValue
-
Get the first lexical unit of this lexical-level value.
- getLexicalUnit() - Method in class io.sf.carte.doc.style.css.property.LexicalValue
- getLexicalUnitType() - Method in interface io.sf.carte.doc.style.css.nsac.LexicalUnit
-
Gives the type of
LexicalUnit
. - getLightness() - Method in interface io.sf.carte.doc.style.css.HSLColor
-
Get the lightness of this color.
- getLightness() - Method in interface io.sf.carte.doc.style.css.LABColor
-
Get the lightness of this color.
- getLightness() - Method in interface io.sf.carte.doc.style.css.LCHColor
-
Get the lightness of this color.
- getLineHeight() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
- getLineNumber() - Method in exception io.sf.carte.doc.style.css.nsac.CSSParseException
-
Get the line number where the error was triggered, starting at
1
. - getLineNumber() - Method in interface io.sf.carte.doc.style.css.nsac.Locator
-
Return the line number where this locator points at.
- 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.AttributeCondition
-
Returns the local part of the qualified name of this attribute.
- getLocalName() - Method in interface io.sf.carte.doc.style.css.nsac.ElementSelector
-
Returns the local part of the qualified name of this element.
- 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
- getLocator() - Method in exception io.sf.carte.doc.style.css.nsac.CSSParseException
-
Get the locator pointing to the place where the error was triggered.
- 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.CSSPageRule
-
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.CSSMediaRule
-
A list of media queries that apply to this rule.
- getMedia() - Method in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
Get the destination media for this sheet.
- getMedia() - Method in interface io.sf.carte.doc.style.css.MediaQuery
-
Get the serialized form of this media query.
- 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.nsac.InputSource
-
Returns the media associated to the input source or
null
if media are currently unknown. - 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.MediaRule
- getMedia() - Method in class io.sf.carte.doc.style.css.parser.AbstractMediaQuery
- getMediaErrors() - Method in class io.sf.carte.doc.style.css.om.DefaultErrorHandler
- getMediaQuery(int) - Method in interface io.sf.carte.doc.style.css.MediaQueryList
-
Get the media query at
index
. - getMediaQueryFactory() - Method in class io.sf.carte.doc.style.css.om.CSSOMParser
- getMediaQueryFactory() - Method in class io.sf.carte.doc.style.css.parser.CSSParser
- getMediaQueryList() - Method in interface io.sf.carte.doc.style.css.MediaQueryHandler
-
Get the media query list that this object handles.
- getMediaType() - Method in interface io.sf.carte.doc.style.css.MediaQuery
-
Get the media type, like
screen
orprint
. - getMediaType() - Method in class io.sf.carte.doc.style.css.parser.AbstractMediaQuery
- 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.CSSRule
-
A minified parsable textual representation of the rule.
- getMinifiedCssText() - Method in interface io.sf.carte.doc.style.css.CSSStyleDeclaration
-
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
- 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.PropertyRule
- getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.SupportsRule
- getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.UnknownRule
- getMinifiedCssText() - Method in class io.sf.carte.doc.style.css.om.ViewportRule
- getMinifiedCssText(String) - Method in interface io.sf.carte.doc.style.css.CSSValue
-
Gives a minified version of the css text of the property.
- 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.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.HSLColorValue
- getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.HWBColorValue
- 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.LABColorValue
- getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.LCHColorValue
- getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.LexicalValue
- 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.RectValue
- 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
- getMinifiedCssText(String) - Method in class io.sf.carte.doc.style.css.property.VarValue
- getMinifiedMedia() - Method in interface io.sf.carte.doc.style.css.MediaQuery
-
Get a minified serialized form of this media query.
- 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.parser.AbstractMediaQuery
- 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
-
Get the number of bits per pixel in a monochrome frame buffer.
- getMultiplier() - Method in interface io.sf.carte.doc.style.css.CSSValueSyntax
-
The multiplier.
- 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.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.CSSPropertyDefinition
-
Gets the property name.
- getName() - Method in interface io.sf.carte.doc.style.css.CSSPropertyRule
-
Gets the custom property name.
- getName() - Method in interface io.sf.carte.doc.style.css.CSSValueSyntax
-
The name of the component.
- getName() - Method in interface io.sf.carte.doc.style.css.CSSVarValue
-
Get the name of the custom property.
- getName() - Method in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
-
Get the name of the feature.
- getName() - Method in interface io.sf.carte.doc.style.css.MediaQueryPredicate
-
Get a name associated with this predicate.
- getName() - Method in interface io.sf.carte.doc.style.css.nsac.ArgumentCondition
-
The name of the pseudo-class.
- getName() - Method in interface io.sf.carte.doc.style.css.nsac.PageSelector
-
Get the name of the page type or pseudo-page.
- getName() - Method in interface io.sf.carte.doc.style.css.nsac.PseudoCondition
-
The name of this pseudo-class or pseudo-element.
- 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 class io.sf.carte.doc.style.css.om.PropertyRule
-
Gets the (unescaped) custom property name.
- getName() - Method in interface io.sf.carte.doc.style.css.parser.DeclarationCondition
-
The property name.
- getName() - Method in class io.sf.carte.doc.style.css.property.EnvVariableValue
- getName() - Method in class io.sf.carte.doc.style.css.property.VarValue
- 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 interface io.sf.carte.doc.style.css.nsac.AttributeCondition
-
Returns the namespace URI of this attribute condition.
- getNamespaceURI() - Method in interface io.sf.carte.doc.style.css.nsac.ElementSelector
-
Returns the namespace URI of this element selector.
- getNamespaceURI() - Method in class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
-
Gets the namespace URI of the element associated to this selector matcher.
- getNamespaceURI() - Method in class io.sf.carte.doc.style.css.om.BaseSelectorMatcher
- getNamespaceURI() - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
- getNamespaceURI() - Method in class io.sf.carte.doc.style.css.om.NamespaceRule
- getNamespaceURI(String) - Method in interface io.sf.carte.doc.style.css.nsac.Parser.NamespaceMap
-
Gets the namespace URI associated to the given prefix.
- getNativeContent() - Method in interface io.sf.carte.doc.agent.net.DownloadListener
-
Gets the content, put into a native object.
- getNativeContent() - Method in class io.sf.carte.doc.agent.net.ResourceDownloader
- getNaturalUnit() - Method in class io.sf.carte.doc.style.css.awt.AWTStyleDatabase
- 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.BooleanCondition
-
If this is a
NOT
condition, return the negated condition. - getNext() - Method in interface io.sf.carte.doc.style.css.CSSValueSyntax
-
The next syntax component after the
|
character, if any. - getNext() - Method in interface io.sf.carte.doc.style.css.nsac.PageSelector
-
Get the next pseudo-page, if any.
- 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 interface io.sf.carte.doc.style.css.nsac.LexicalUnit
-
The next lexical unit.
- getNextLexicalUnit() - Method in class io.sf.carte.doc.style.css.property.KeywordValue
- 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.PositionalCondition
-
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.PositionalCondition
-
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
-
The orientation.
- 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
-
Describes the behavior of the device when content overflows the initial containing block in the block axis
- getOverflowInline() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
-
Describes the behavior of the device when content overflows the initial containing block in the inline axis.
- getOverrideStyle(Condition) - Method in class io.sf.carte.doc.dom.DOMElement
-
Gets this element's override style declaration for a pseudo-element.
- getOverrideStyle(Condition) - Method in class io.sf.carte.doc.dom4j.CSSStylableElement
- getOverrideStyle(Condition) - Method in interface io.sf.carte.doc.style.css.CSSElement
-
Gets this element's override style declaration for a pseudo-element.
- getOwnerDocument() - Method in class io.sf.carte.doc.dom.DOMElement
-
Get the
DOMDocument
object related to this node (for all nodes exceptDocumentType
, 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 exceptDocumentType
, 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 exceptDocumentType
, 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 class io.sf.carte.doc.dom4j.CSSStylableElement
-
The
XHTMLDocument
object which is the root ancestor of this node. - getOwnerDocument() - Method in class io.sf.carte.doc.dom4j.XHTMLDocument
- getOwnerDocument() - Method in interface io.sf.carte.doc.style.css.CSSNode
- getOwnerDocument() - Method in class io.sf.carte.doc.style.css.om.BaseSelectorMatcher
- 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
- getOwnerSheet() - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
- 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
- getParameters() - Method in interface io.sf.carte.doc.style.css.nsac.LexicalUnit
-
The function parameters including operators (like the comma).
- 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.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.CSSRule
-
If this rule is contained inside another rule, return that rule.
- getParentRule() - Method in interface io.sf.carte.doc.style.css.CSSStyleDeclaration
-
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.BaseSelectorMatcher
- 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.CSSRule
-
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.
- getPartType() - Method in interface io.sf.carte.doc.style.css.CSSExpression
-
Get the type of
CSSExpression.AlgebraicPart
. - 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
- getPercentage1() - Method in interface io.sf.carte.doc.style.css.CSSColorMixFunction
-
Gives the percentage that applies to the first color.
- getPercentage2() - Method in interface io.sf.carte.doc.style.css.CSSColorMixFunction
-
Gives the percentage that applies to the second color.
- 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
-
The pointing device quality.
- 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 interface io.sf.carte.doc.style.css.CSSRule
-
Get a list of the comments that preceded this rule, if any.
- getPrecedingComments() - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
- getPredicateType() - Method in interface io.sf.carte.doc.style.css.MediaQueryPredicate
-
An number indicative of the predicate type.
- 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.
- getPrefersColorScheme() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
-
The desire for light or dark color schemes.
- getPrefersReducedMotion() - Method in class io.sf.carte.doc.style.css.om.AbstractCSSCanvas
-
The desire for less motion on the page.
- 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.
- getPreviousLexicalUnit() - Method in interface io.sf.carte.doc.style.css.nsac.LexicalUnit
-
The previous lexical unit.
- 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.BaseSelectorMatcher
- getPrimitiveType() - Method in interface io.sf.carte.doc.style.css.CSSShorthandValue
- getPrimitiveType() - Method in interface io.sf.carte.doc.style.css.CSSValue
-
Get the primitive type.
- getPrimitiveType() - Method in interface io.sf.carte.doc.style.css.CSSValueList
- getPrimitiveType() - Method in class io.sf.carte.doc.style.css.property.InheritValue
- getPrimitiveType() - Method in class io.sf.carte.doc.style.css.property.InitialValue
- getPrimitiveType() - Method in class io.sf.carte.doc.style.css.property.PrimitiveValue
- getPrimitiveType() - Method in class io.sf.carte.doc.style.css.property.RevertValue
- getPrimitiveType() - Method in class io.sf.carte.doc.style.css.property.UnsetValue
- 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.CSSStyleDeclaration
-
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 interface io.sf.carte.doc.style.css.CSSStyleDeclaration
-
Get the priority that was set to the given property in this declaration.
- 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.CSSStyleDeclaration
-
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.om.MediaFeature
-
If this is a range feature test involving two values, get the second value.
- getRangeType() - Method in interface io.sf.carte.doc.style.css.MediaFeaturePredicate
-
Get the range type as was determined by the parser.
- getRealm() - Method in interface io.sf.carte.doc.agent.AuthenticationCredentials
- getRed() - Method in interface io.sf.carte.doc.style.css.RGBAColor
-
Get the red component of this colour.
- 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 class io.sf.carte.doc.dom4j.XHTMLDocument
-
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
-
Get the device resolution.
- getResourceAgent() - Method in class io.sf.carte.doc.agent.net.ResourceDownloader
- getResourceDownloader(U) - Method in interface io.sf.carte.doc.agent.net.ResourceAgent
-
Gets the resource downloader for the given source, creating one if none exists.
- getRevertStyle(Condition) - Method in class io.sf.carte.doc.style.css.om.ComputedCSSStyle
- 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 interface io.sf.carte.doc.style.css.CSSRectValue
-
The right of the rectangle.
- getRight() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
- getRight() - Method in class io.sf.carte.doc.style.css.property.RectValue
- 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.CSSStyleSheet
-
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
- getSacWarnings() - Method in class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
- getSACWarnings() - Method in class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
- getSaturation() - Method in interface io.sf.carte.doc.style.css.HSLColor
-
Get the saturation of this color.
- 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
-
The display scan type.
- 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.style.css.Viewport
-
Gets the width of the scrollbar that appears when a box overflows with scroll.
- getSecondCondition() - Method in interface io.sf.carte.doc.style.css.nsac.CombinatorCondition
-
The second condition.
- getSecondSelector() - Method in interface io.sf.carte.doc.style.css.nsac.CombinatorSelector
-
Get the second selector.
- getSelectedStyleSheetSet() - Method in class io.sf.carte.doc.dom.DOMDocument
-
Gets the title of the currently selected style sheet set.
- getSelectedStyleSheetSet() - Method in class io.sf.carte.doc.dom4j.XHTMLDocument
-
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.
- getSelector() - Method in interface io.sf.carte.doc.style.css.nsac.CombinatorSelector
-
Get the first selector.
- getSelectorList() - Method in interface io.sf.carte.doc.style.css.CSSStyleRule
-
The selectors of this style rule.
- getSelectorList() - Method in class io.sf.carte.doc.style.css.om.PageRule
- 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 class io.sf.carte.doc.dom4j.CSSStylableElement
-
Gets the selector matcher for 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.CSSStyleSheet
-
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 interface io.sf.carte.doc.style.css.CSSPageRule
- getSelectorText() - Method in interface io.sf.carte.doc.style.css.CSSStyleRule
-
Get a parsable serialization of the selector(s).
- 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 selector text.
- getSelectorType() - Method in interface io.sf.carte.doc.style.css.nsac.PageSelector
-
The type of
PageSelector
. - getSelectorType() - Method in interface io.sf.carte.doc.style.css.nsac.Selector
-
Gives the type of
Selector
- getSeparator() - Method in interface io.sf.carte.doc.style.css.CSSCountersValue
-
Get the separator.
- getSheet() - Method in interface io.sf.carte.doc.style.css.LinkStyle
-
Get the style sheet that this node links to.
- 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
- getSimpleSelector() - Method in interface io.sf.carte.doc.style.css.nsac.ConditionalSelector
-
Returns the simple selector.
- 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 interface io.sf.carte.doc.style.css.CSSTypedValue
-
If this value represents a string value, get it.
- getStringValue() - Method in interface io.sf.carte.doc.style.css.nsac.LexicalUnit
-
Returns the string value.
- getStringValue() - Method in class io.sf.carte.doc.style.css.property.CalcValue
- 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.StringValue
- getStringValue() - Method in class io.sf.carte.doc.style.css.property.TypedValue
- 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 class io.sf.carte.doc.dom4j.CSSStylableElement
-
Gets the inline style declaration from the current contents of the
style
XHTML attribute. - 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 class io.sf.carte.doc.dom.DOMDocument
-
Gets the style database currently used to apply specific styles to this document.
- getStyleDatabase() - Method in class io.sf.carte.doc.dom4j.XHTMLDocument
-
Gets the style database currently used to apply specific styles to this document.
- getStyleDatabase() - Method in interface io.sf.carte.doc.style.css.CSSCanvas
-
Gets the style database for this canvas.
- 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
- getStyleRules(Selector) - Method in class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
-
Get the list of style rules that match the given selector.
- getStyleRules(Selector) - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
-
Get the list of style rules that match the given selector.
- 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 class io.sf.carte.doc.dom4j.XHTMLDocument
-
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 class io.sf.carte.doc.dom4j.XHTMLDocumentFactory
-
Gets the CSS style sheet factory.
- getStyleSheetFactory() - Method in interface io.sf.carte.doc.style.css.CSSStyleSheet
-
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 class io.sf.carte.doc.dom4j.XHTMLDocument
-
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 class io.sf.carte.doc.dom4j.XHTMLDocument
-
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.BooleanCondition
-
If this condition is composed by a set of conditions (forming an
AND
orOR
expression), return it. - getSubValues() - Method in interface io.sf.carte.doc.style.css.nsac.LexicalUnit
-
Returns a sequence of units inside the sub-expression or unicode range.
- 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
- getSyntax() - Method in interface io.sf.carte.doc.style.css.CSSPropertyDefinition
-
The syntax associated with the property.
- getSyntax() - Method in interface io.sf.carte.doc.style.css.CSSPropertyRule
-
The syntax associated with the
@property
rule. - getSyntax() - Method in class io.sf.carte.doc.style.css.om.PropertyRule
- 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 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 class io.sf.carte.doc.dom4j.XHTMLDocument
-
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.dom.DOMElement
- 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.nsac.InputSource
-
Returns the title for this input source.
- getTitle() - Method in class io.sf.carte.doc.style.css.om.AbstractStyleSheet
-
Gets the advisory title.
- getTokenControl() - Method in interface io.sf.carte.uparser.TokenProducer.SequenceParser
-
Get the
TokenControl
for this parsing. - getTokenHandler() - Method in interface io.sf.carte.uparser.TokenControl
-
Get the current
TokenHandler
. - 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 interface io.sf.carte.doc.style.css.CSSRectValue
-
The top of the rectangle.
- getTop() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
- getTop() - Method in class io.sf.carte.doc.style.css.property.RectValue
- getTrailingComments() - Method in interface io.sf.carte.doc.style.css.CSSFontFeatureValuesMap
-
Get a list of the comments that were found right after this map, if any.
- getTrailingComments() - Method in interface io.sf.carte.doc.style.css.CSSRule
-
Get a list of the comments that immediately follow this rule, if any.
- getTrailingComments() - Method in class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
- getType() - Method in interface io.sf.carte.doc.style.css.BooleanCondition
-
The type of condition.
- 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
- 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
- getUnitType() - Method in interface io.sf.carte.doc.style.css.BoxValues
-
The length unit for which the values were computed.
- getUnitType() - Method in interface io.sf.carte.doc.style.css.CSSPrimitiveValue
-
If this is a
NUMERIC
value, get its unit type. - getUnitType() - Method in class io.sf.carte.doc.style.css.property.NumberValue
- 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
-
The display update frequency.
- getURI() - Method in class io.sf.carte.doc.style.css.nsac.InputSource
-
Get the URI for this input source.
- getURL() - Method in class io.sf.carte.doc.agent.net.ResourceDownloader
- 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 class io.sf.carte.doc.dom4j.XHTMLDocument
-
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.AttributeCondition
-
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.om.MediaFeature
-
Get the value to be tested on the feature.
- getValue() - Method in interface io.sf.carte.doc.style.css.parser.DeclarationCondition
- getValue() - Static method in class io.sf.carte.doc.style.css.property.InheritValue
- getValue() - Static method in class io.sf.carte.doc.style.css.property.InitialValue
- getValue() - Static method in class io.sf.carte.doc.style.css.property.RevertValue
- getValue() - Method in class io.sf.carte.doc.style.css.property.UnicodeRangeValue
- getValue() - Static method in class io.sf.carte.doc.style.css.property.UnsetValue
- 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.style.css.CSSCanvas
-
Gets the viewport of this canvas.
- getViewportHeight() - Method in interface io.sf.carte.doc.style.css.Viewport
-
The viewport height, in natural units.
- getViewportWidth() - Method in interface io.sf.carte.doc.style.css.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.
- getWhiteness() - Method in interface io.sf.carte.doc.style.css.HWBColor
-
Get the whiteness of this color.
- 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 class io.sf.carte.doc.style.css.awt.AWTStyleDatabase
- 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
- getX() - Method in interface io.sf.carte.doc.style.css.XYZColor
-
Get the
X
component of this color. - getXHTML1TransitionalModel() - Static method in class io.sf.carte.doc.xml.dtd.ContentModel
-
Get the content model for XHTML 1.1 transitional.
- getXHTMLDocumentFactory() - Method in class io.sf.carte.doc.dom4j.DOM4JUserAgent
- getXmlEncoding() - Method in class io.sf.carte.doc.dom.DOMDocument
-
Deprecated.
- getXmlEncoding() - Method in class io.sf.carte.doc.dom4j.XHTMLDocument
-
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.dom4j.XHTMLDocument
-
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.dom4j.XHTMLDocument
-
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
- getY() - Method in interface io.sf.carte.doc.style.css.XYZColor
-
Get the
Y
component of this color. - getZ() - Method in interface io.sf.carte.doc.style.css.XYZColor
-
Get the
Z
component of this color. - getZIndex() - Method in class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
- GRADIENT - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
Gradient function.
- 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.KeywordValue
- 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.PositionalCondition
-
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.BaseSelectorMatcher
- 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 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(AttributeCondition.Flag) - Method in interface io.sf.carte.doc.style.css.nsac.AttributeCondition
-
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.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.PropertyRule
- hashCode() - Method in class io.sf.carte.doc.style.css.om.Specificity
- 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.parser.AbstractMediaQuery
- 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.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.HSLColorValue
- hashCode() - Method in class io.sf.carte.doc.style.css.property.HWBColorValue
- hashCode() - Method in class io.sf.carte.doc.style.css.property.IdentifierValue
- hashCode() - Method in class io.sf.carte.doc.style.css.property.KeywordValue
- hashCode() - Method in class io.sf.carte.doc.style.css.property.LABColorValue
- hashCode() - Method in class io.sf.carte.doc.style.css.property.LCHColorValue
- hashCode() - Method in class io.sf.carte.doc.style.css.property.LexicalValue
- 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.RectValue
- hashCode() - Method in class io.sf.carte.doc.style.css.property.RGBColorValue
- 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
- hashCode() - Method in class io.sf.carte.doc.style.css.property.VarValue
- 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.PositionalCondition
-
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
- hasNext() - Method in class io.sf.carte.util.SingleElementIterator
- 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(Condition) - Method in class io.sf.carte.doc.dom.DOMElement
-
Check whether this element has an override style declaration for the given pseudo-element.
- hasOverrideStyle(Condition) - Method in class io.sf.carte.doc.dom4j.CSSStylableElement
- hasOverrideStyle(Condition) - 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(Condition) - 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 class io.sf.carte.doc.dom4j.CSSStylableElement
- 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.CSSStyleSheet
-
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 class io.sf.carte.doc.dom4j.XHTMLDocument
-
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.KeywordValue
- 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.CSSColorValue.ColorModel
-
HSL color model.
- HSLColor - Interface in io.sf.carte.doc.style.css
-
Represents a hsl color.
- HSLCOLOR - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
HSL(A) colors, for example:
hsl(0 0% 0% / 0)
orhsla(0, 0%, 0%, 0)
- HSLColorValue - Class in io.sf.carte.doc.style.css.property
-
HSL color value.
- HSLColorValue - Interface in io.sf.carte.doc.style.css
-
Represents a HSL color value.
- HSLColorValue() - Constructor for class io.sf.carte.doc.style.css.property.HSLColorValue
- 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.CSSColorValue.ColorModel
-
HWB color model.
- HWBColor - Interface in io.sf.carte.doc.style.css
-
Represents a hwb color.
- HWBCOLOR - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
HWB colors, for example:
hwb(0 0% 0% / 0)
orhwb(120 0% 49.8%)
- HWBColorValue - Class in io.sf.carte.doc.style.css.property
-
HWB color value.
- HWBColorValue - Interface in io.sf.carte.doc.style.css
-
Represents a HWB color value.
- HWBColorValue() - Constructor for class io.sf.carte.doc.style.css.property.HWBColorValue
- HYPOT - Enum constant in enum class io.sf.carte.doc.style.css.CSSMathFunctionValue.MathFunction
-
hypot()
I
- ID - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Condition.ConditionType
-
This condition checks an id attribute.
- IDENT - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
Identifier.
- IDENT - Enum constant in enum class io.sf.carte.doc.style.css.CSSValueSyntax.Category
-
The specific identifier returned by
getName()
. - IDENT - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
Identifier, both predefined and custom.
- IdentifierValue - Class in io.sf.carte.doc.style.css.property
-
Identifier value.
- 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.Parser.Flag
-
Allows values ending with the '!
- IEPRIOCHAR - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Parser.Flag
-
Accepts values with an '!
- IEVALUES - Enum constant in enum class io.sf.carte.doc.style.css.nsac.Parser.Flag
-
Accepts values with some IE hacks, producing
COMPAT_IDENT
values. - ignorableAtRule(String) - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
Receive notification of an unknown @-rule not supported by this parser.
- ignorableAtRule(String) - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- 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
- image - Enum constant in enum class io.sf.carte.doc.style.css.CSSValueSyntax.Category
-
Matches any image.
- IMPORT_RULE - Static variable in interface io.sf.carte.doc.style.css.CSSRule
-
Rule is a
CSSImportRule
. - 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.
- importStyle(String, MediaQueryList, String) - Method in interface io.sf.carte.doc.style.css.nsac.CSSHandler
-
Receive notification of a import rule in the style sheet.
- importStyle(String, MediaQueryList, String) - Method in class io.sf.carte.doc.style.css.parser.EmptyCSSHandler
- 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.BaseSelectorMatcher
- indexOf(Object) - Method in class io.sf.carte.doc.WrapperStringList
- INHERIT - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
inherit
keyword. - INHERIT - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
Keyword
inherit
. - inherits() - Method in interface io.sf.carte.doc.style.css.CSSPropertyDefinition
-
Whether the property inherits or not.
- inherits() - Method in interface io.sf.carte.doc.style.css.CSSPropertyRule
-
Whether the property inherits or not.
- inherits() - Method in class io.sf.carte.doc.style.css.om.PropertyRule
- 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.
- INITIAL - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
initial
keyword. - INITIAL - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
Keyword
initial
. - InitialValue - Class in io.sf.carte.doc.style.css.property
-
An
initial
value. - InitialValue() - Constructor for class io.sf.carte.doc.style.css.property.InitialValue
-
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 (NSAC).
- 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 interface io.sf.carte.doc.style.css.SheetErrorHandler
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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
- InputSource - Class in io.sf.carte.doc.style.css.nsac
-
An generalized input source.
- InputSource() - Constructor for class io.sf.carte.doc.style.css.nsac.InputSource
-
Zero-argument default constructor.
- InputSource(Reader) - Constructor for class io.sf.carte.doc.style.css.nsac.InputSource
-
Create a new input source with a character stream.
- InputSource(String) - Constructor for class io.sf.carte.doc.style.css.nsac.InputSource
-
Create a new input source with a URI.
- inputStreamToReader(InputStream, String, String, Charset) - Static method in class io.sf.carte.util.agent.AgentUtil
- insertBefore(Node, Node) - Method in class io.sf.carte.doc.dom.DOMElement
-
Inserts the node
newChild
right before noderefChild
in the child node list. - insertBefore(Node, Node) - Method in class io.sf.carte.doc.dom.DOMDocument
-
Inserts the node
newChild
right before noderefChild
in the child node list. - insertBefore(Node, Node) - Method in interface io.sf.carte.doc.dom.DOMNode
-
Inserts the node
newChild
right before noderefChild
in the child node list. - insertBefore(Node, Node) - Method in class io.sf.carte.doc.style.css.om.StylableDocumentWrapper
- insertNextLexicalUnit(LexicalUnit) - Method in interface io.sf.carte.doc.style.css.nsac.LexicalUnit
-
Insert the given unit as the next lexical unit.
- 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.
- integer - Enum constant in enum class io.sf.carte.doc.style.css.CSSValueSyntax.Category
-
Matches any integer.
- INTEGER - Enum constant in enum class io.sf.carte.doc.style.css.nsac.LexicalUnit.LexicalType
-
Integers.
- INTERNAL - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
For this library's internal use.
- INVALID - Enum constant in enum class io.sf.carte.doc.style.css.CSSValue.Type
-
Invalid (non-primitive and non-keyword) value.
- invalidQuery(CSSParseException) - Method in interface io.sf.carte.doc.style.css.MediaQueryHandler
-
Reports that the current media query is invalid.
- io.sf.carte.css4j - module io.sf.carte.css4j
-
CSS parser with Event and Object Model APIs, a DOM wrapper and a CSS-aware DOM implementation.
- io.sf.carte.css4j.agent.net - module io.sf.carte.css4j.agent.net
-
A simple implementation for CSS4J user agent functionality, allowing cookie management when retrieving documents and resources.
- io.sf.carte.css4j.awt - module io.sf.carte.css4j.awt
-
AWT utilities for CSS4J.
- io.sf.carte.css4j.dom4j - module io.sf.carte.css4j.dom4j
-
Brings CSS functionality to dom4j.
- 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.agent.net - package io.sf.carte.doc.agent.net
- 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.dom4j - package io.sf.carte.doc.dom4j
-
Built on top of the DOM4J package, provides XHTML parsing with built-in support for CSS style sheets.
- 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.awt - package io.sf.carte.doc.style.css.awt
-
Helper class for AWT rendering.
- io.sf.carte.doc.style.css.nsac - package io.sf.carte.doc.style.css.nsac
-
NSAC: a non-standard revision 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.style.css.util - package io.sf.carte.doc.style.css.util
-
Utility classes that could be used in your CSS projects.
- io.sf.carte.doc.xml.dtd - package io.sf.carte.doc.xml.dtd
-
DTD-related helper classes for XML parsing.
- io.sf.carte.tokenproducer - module io.sf.carte.tokenproducer
-
A small event parser.
- io.sf.carte.uparser - package io.sf.carte.uparser
-
A small event parser (microparser).
- io.sf.carte.util - module io.sf.carte.util
-
Utility packages.
- io.sf.carte.util - package io.sf.carte.util
-
Utility classes.
- io.sf.carte.util.agent - package io.sf.carte.util.agent
- io.sf.carte.xml.dtd - module io.sf.carte.xml.dtd
-
DTD-related helper classes for XML parsing.
- 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.style.css.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.BaseSelectorMatcher
- isActivePseudoClass(String) - Method in class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
- isAllMedia() - Method in interface io.sf.carte.doc.style.css.MediaQuery
-
Is this an all-media query?
- 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.parser.AbstractMediaQuery
- 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 NSAC unit type is an angle unit.
- isAngleUnitType(short) - Static method in interface io.sf.carte.doc.style.css.CSSUnit
-
Check whether the given unit is an angle.
- 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 class io.sf.carte.doc.dom4j.XHTMLDocument
-
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.BaseSelectorMatcher
- isBracketList() - Method in class io.sf.carte.doc.style.css.property.ValueList
-
Is this a bracket list?
- isCalculatedNumber() - Method in interface io.sf.carte.doc.style.css.CSSTypedValue
-
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.TypedValue
- 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.BaseSelectorMatcher
- 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.BaseSelectorMatcher
- isDone() - Method in class io.sf.carte.doc.agent.net.ResourceDownloader
- isEmpty() - Method in interface io.sf.carte.doc.dom.ExtendedNamedNodeMap
- isEmpty() - Method in interface io.sf.carte.doc.dom.
CSSStyleSheet.createSupportsRule(BooleanCondition)