Serialized Form
-
Package io.sf.carte.doc
-
Class io.sf.carte.doc.ArrayStringList
- serialVersionUID:
- 1L
-
Exception Class io.sf.carte.doc.DocumentException
class DocumentException extends Exception implements Serializable- serialVersionUID:
- 2L
-
Exception Class io.sf.carte.doc.DOMCharacterException
class DOMCharacterException extends DOMException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
index
int index
-
-
Exception Class io.sf.carte.doc.DOMNullCharacterException
class DOMNullCharacterException extends DOMCharacterException implements Serializable- serialVersionUID:
- 2L
-
Exception Class io.sf.carte.doc.DOMPolicyException
class DOMPolicyException extends DOMException implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.DOMTokenListImpl
class DOMTokenListImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tokenset
LinkedList<String> tokenset
-
-
Class io.sf.carte.doc.DOMTokenSetImpl
class DOMTokenSetImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
multiple
boolean multiple
-
value
Object value
-
-
Class io.sf.carte.doc.LinkedStringList
- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.WrapperStringList
class WrapperStringList extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collection
Collection<String> collection
-
-
-
Package io.sf.carte.doc.agent
-
Class io.sf.carte.doc.agent.AbstractUserAgent
class AbstractUserAgent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cookieDateFormat
SimpleDateFormat cookieDateFormat
-
cookieMap
Map<String,
Set<Cookie>> cookieMap -
credentialMap
Map<String,
Set<AuthenticationCredentials>> credentialMap -
errorHandler
UserAgentErrorHandler errorHandler
-
globalConfig
CookieConfig globalConfig
-
originPolicy
OriginPolicy originPolicy
-
parserFlags
EnumSet<Parser.Flag> parserFlags
-
timeout
int timeout
-
userAgentId
String userAgentId
-
-
Class io.sf.carte.doc.agent.DefaultCookie
class DefaultCookie extends Object implements Serializable- serialVersionUID:
- 2L
-
Exception Class io.sf.carte.doc.agent.IllegalOriginException
class IllegalOriginException extends IOException implements Serializable- serialVersionUID:
- 2L
-
-
Package io.sf.carte.doc.agent.net
-
Class io.sf.carte.doc.agent.net.DefaultUserAgent
class DefaultUserAgent extends AbstractUserAgent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
domImpl
CSSDOMImplementation domImpl
-
resolver
EntityResolver resolver
-
-
-
Package io.sf.carte.doc.dom
-
Class io.sf.carte.doc.dom.CSSDOMImplementation
class CSSDOMImplementation extends BaseCSSStyleSheetFactory implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
defQStyleSheet
BaseDocumentCSSStyleSheet defQStyleSheet
-
defStyleSheet
BaseDocumentCSSStyleSheet defStyleSheet
-
strictErrorChecking
boolean strictErrorChecking
-
uaQStyleSheet
BaseDocumentCSSStyleSheet uaQStyleSheet
User-agent style sheet for quirks mode. -
uaStyleSheet
BaseDocumentCSSStyleSheet uaStyleSheet
User-agent style sheet for standards (strict) mode.
-
-
Class io.sf.carte.doc.dom.DOMDocument
class DOMDocument extends io.sf.carte.doc.dom.DOMParentNode implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
canvases
Map<String,
CSSCanvas> canvases -
documentURI
String documentURI
-
domConfig
io.sf.carte.doc.dom.CSSDOMConfiguration domConfig
-
embeddedStyle
Set<io.sf.carte.doc.dom.DOMDocument.LinkStyleDefiner> embeddedStyle
-
errorHandler
ErrorHandler errorHandler
-
lastStyleSheetSet
String lastStyleSheetSet
-
linkedStyle
Set<io.sf.carte.doc.dom.DOMDocument.LinkStyleDefiner> linkedStyle
-
mergedStyleSheet
BaseDocumentCSSStyleSheet mergedStyleSheet
-
metaDefaultStyleSet
String metaDefaultStyleSet
-
metaReferrerPolicy
String metaReferrerPolicy
-
registeredPropertySet
Set<CSSPropertyDefinition> registeredPropertySet
-
sheets
io.sf.carte.doc.dom.DOMDocument.MyOMStyleSheetList sheets
-
strictErrorChecking
boolean strictErrorChecking
-
targetMedium
String targetMedium
-
-
Class io.sf.carte.doc.dom.DOMElement
class DOMElement extends io.sf.carte.doc.dom.NamespacedNode implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
child
io.sf.carte.doc.dom.AbstractDOMNode.ChildCollections child
-
classList
io.sf.carte.doc.dom.DOMElement.ClassList classList
The field backing the getClassList() method. -
localName
String localName
-
nodeMap
io.sf.carte.doc.dom.DOMElement.MyNamedNodeMap nodeMap
The attributes NamedNodeMap. -
overrideStyleSet
Map<Condition,
CSSStyleDeclaration> overrideStyleSet -
rawTextElement
boolean rawTextElement
-
schemaTypeInfo
TypeInfo schemaTypeInfo
-
-
Class io.sf.carte.doc.dom.HTMLDocument
class HTMLDocument extends DOMDocument implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
baseURL
URL baseURL
-
-
Class io.sf.carte.doc.dom.HTMLElement
class HTMLElement extends DOMElement implements Serializable- serialVersionUID:
- 1L
-
-
Package io.sf.carte.doc.dom4j
-
Class io.sf.carte.doc.dom4j.CSSStylableElement
class CSSStylableElement extends DOMElement implements Serializable- serialVersionUID:
- 8L
-
Serialized Fields
-
overrideStyleSet
Map<Condition,
CSSStyleDeclaration> overrideStyleSet -
selectorMatcher
SelectorMatcher selectorMatcher
-
-
Class io.sf.carte.doc.dom4j.DOM4JUserAgent
class DOM4JUserAgent extends AbstractUserAgent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
factory
XHTMLDocumentFactory factory
-
resolver
EntityResolver resolver
-
useXPP3
boolean useXPP3
-
-
Class io.sf.carte.doc.dom4j.DOM4JUserAgent.AgentXHTMLDocumentFactory
class AgentXHTMLDocumentFactory extends XHTMLDocumentFactory implements Serializable- serialVersionUID:
- 2L
-
Class io.sf.carte.doc.dom4j.DOM4JUserAgent.AgentXHTMLDocumentFactory.AgentXHTMLDocument
class AgentXHTMLDocument extends XHTMLDocument implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
loadingTime
long loadingTime
-
-
Class io.sf.carte.doc.dom4j.XHTMLDocument
class XHTMLDocument extends DOMDocument implements Serializable- serialVersionUID:
- 7L
-
Serialized Fields
-
baseURL
URL baseURL
-
canvases
Map<String,
CSSCanvas> canvases -
documentURI
String documentURI
-
embeddedStyle
Set<io.sf.carte.doc.dom4j.StyleDefinerElement> embeddedStyle
-
errorHandler
ErrorHandler errorHandler
-
lastStyleSheetSet
String lastStyleSheetSet
-
linkedStyle
Set<io.sf.carte.doc.dom4j.StyleDefinerElement> linkedStyle
-
mergedStyleSheet
DocumentCSSStyleSheet mergedStyleSheet
-
metaDefaultStyleSet
String metaDefaultStyleSet
-
metaReferrerPolicy
String metaReferrerPolicy
-
registeredPropertySet
Set<CSSPropertyDefinition> registeredPropertySet
-
sheets
io.sf.carte.doc.dom4j.XHTMLDocument.MyOMStyleSheetList sheets
-
styleCacheSerial
int styleCacheSerial
-
targetMedium
String targetMedium
-
-
Class io.sf.carte.doc.dom4j.XHTMLDocumentFactory
class XHTMLDocumentFactory extends DOMDocumentFactory implements Serializable- serialVersionUID:
- 8L
-
Serialized Fields
-
cssFactory
io.sf.carte.doc.dom4j.XHTMLDocumentFactory.DOM4JCSSStyleSheetFactory cssFactory
-
styleCacheOn
boolean styleCacheOn
-
-
Class io.sf.carte.doc.dom4j.XHTMLElement
class XHTMLElement extends CSSStylableElement implements Serializable- serialVersionUID:
- 6L
-
-
Package io.sf.carte.doc.style.css
-
Exception Class io.sf.carte.doc.style.css.CSSMediaException
class CSSMediaException extends CSSStyleException implements Serializable- serialVersionUID:
- 2L
-
Exception Class io.sf.carte.doc.style.css.CSSStyleException
class CSSStyleException extends Exception implements Serializable- serialVersionUID:
- 2L
-
Exception Class io.sf.carte.doc.style.css.StyleDatabaseRequiredException
class StyleDatabaseRequiredException extends IllegalStateException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cssText
String cssText
-
-
-
Package io.sf.carte.doc.style.css.awt
-
Class io.sf.carte.doc.style.css.awt.AWTStyleDatabase
class AWTStyleDatabase extends AbstractStyleDatabase implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultHeight
float defaultHeight
-
defaultWidth
float defaultWidth
-
fontfaceNames
Map<String,
Font> fontfaceNames -
gConfiguration
GraphicsConfiguration gConfiguration
-
-
-
Package io.sf.carte.doc.style.css.nsac
-
Exception Class io.sf.carte.doc.style.css.nsac.CSSBudgetException
class CSSBudgetException extends CSSException implements Serializable- serialVersionUID:
- 1L
-
Exception Class io.sf.carte.doc.style.css.nsac.CSSException
class CSSException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class io.sf.carte.doc.style.css.nsac.CSSMediaParseException
class CSSMediaParseException extends CSSParseException implements Serializable- serialVersionUID:
- 2L
-
Exception Class io.sf.carte.doc.style.css.nsac.CSSNamespaceParseException
class CSSNamespaceParseException extends CSSParseException implements Serializable- serialVersionUID:
- 2L
-
Exception Class io.sf.carte.doc.style.css.nsac.CSSParseException
class CSSParseException extends CSSException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
locator
Locator locator
-
-
-
Package io.sf.carte.doc.style.css.om
-
Class io.sf.carte.doc.style.css.om.AbstractCSSRule
class AbstractCSSRule extends Object implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.om.AbstractCSSStyleDeclaration
class AbstractCSSStyleDeclaration extends Object implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheet
class AbstractCSSStyleSheet extends AbstractStyleSheet implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.om.AbstractCSSStyleSheetFactory
class AbstractCSSStyleSheetFactory extends Object implements Serializable- serialVersionUID:
- 2L
-
Class io.sf.carte.doc.style.css.om.AbstractSelectorMatcher
class AbstractSelectorMatcher extends Object implements Serializable- serialVersionUID:
- 2L
-
Class io.sf.carte.doc.style.css.om.AbstractStyleDatabase
class AbstractStyleDatabase extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
initialColor
CSSTypedValue initialColor
-
-
Class io.sf.carte.doc.style.css.om.AbstractStyleSheet
class AbstractStyleSheet extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
advisoryTitle
String advisoryTitle
-
-
Class io.sf.carte.doc.style.css.om.AnonymousStyleDeclaration
class AnonymousStyleDeclaration extends BaseCSSStyleDeclaration implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ownerNode
Node ownerNode
-
-
Class io.sf.carte.doc.style.css.om.BaseCSSDeclarationRule
class BaseCSSDeclarationRule extends io.sf.carte.doc.style.css.om.BaseCSSRule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
declaration
BaseCSSStyleDeclaration declaration
-
sdErrorHandler
StyleDeclarationErrorHandler sdErrorHandler
-
-
Class io.sf.carte.doc.style.css.om.BaseCSSStyleDeclaration
class BaseCSSStyleDeclaration extends AbstractCSSStyleDeclaration implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
parentRule
BaseCSSDeclarationRule parentRule
The rule that contains this declaration block, if any. -
priorities
ArrayList<String> priorities
-
propertyList
ArrayList<String> propertyList
-
propValue
HashMap<String,
StyleValue> propValue -
shorthandSet
ArrayList<String> shorthandSet
-
-
Class io.sf.carte.doc.style.css.om.BaseCSSStyleSheet
class BaseCSSStyleSheet extends AbstractCSSStyleSheet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cssRules
CSSRuleArrayList cssRules
-
currentInsertionIndex
int currentInsertionIndex
-
destinationMedia
MediaQueryList destinationMedia
-
disabled
boolean disabled
-
href
String href
-
namespaces
Map<String,
String> namespaces URI-to-prefix map. -
ownerRule
AbstractCSSRule ownerRule
-
parent
AbstractCSSStyleSheet parent
-
sheetErrorHandler
SheetErrorHandler sheetErrorHandler
-
sheetOrigin
byte sheetOrigin
-
-
Class io.sf.carte.doc.style.css.om.BaseCSSStyleSheetFactory
class BaseCSSStyleSheetFactory extends AbstractCSSStyleSheetFactory implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classLoader
ClassLoader classLoader
-
deviceFactory
DeviceFactory deviceFactory
-
flags
short flags
-
formattingFactory
StyleFormattingFactory formattingFactory
-
lenientSystemValues
boolean lenientSystemValues
-
parserFlags
EnumSet<Parser.Flag> parserFlags
-
userImportantSheet
AbstractCSSStyleSheet userImportantSheet
-
userNormalSheet
AbstractCSSStyleSheet userNormalSheet
-
-
Class io.sf.carte.doc.style.css.om.BaseDocumentCSSStyleSheet
class BaseDocumentCSSStyleSheet extends BaseCSSStyleSheet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
registeredPropertyMap
Map<String,
CSSPropertyDefinition> registeredPropertyMap -
targetMedium
String targetMedium
-
-
Class io.sf.carte.doc.style.css.om.BaseSelectorMatcher
class BaseSelectorMatcher extends AbstractSelectorMatcher implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.om.ColorDeclarationFormattingContext
class ColorDeclarationFormattingContext extends DefaultDeclarationFormattingContext implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.om.CompatInlineStyle
class CompatInlineStyle extends InlineStyle implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
compatSet
io.sf.carte.doc.style.css.om.CompatDeclarationSet compatSet
-
-
Class io.sf.carte.doc.style.css.om.ComputedCSSStyle
class ComputedCSSStyle extends BaseCSSStyleDeclaration implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
node
CSSElement node
-
ownerSheet
BaseDocumentCSSStyleSheet ownerSheet
-
-
Class io.sf.carte.doc.style.css.om.CounterStyleRule
class CounterStyleRule extends BaseCSSDeclarationRule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class io.sf.carte.doc.style.css.om.CSSRuleArrayList
class CSSRuleArrayList extends io.sf.carte.doc.style.css.om.AbstractRuleList<AbstractCSSRule> implements Serializable- serialVersionUID:
- 2L
-
Class io.sf.carte.doc.style.css.om.CSSStyleDeclarationRule
class CSSStyleDeclarationRule extends BaseCSSDeclarationRule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
selectorList
SelectorList selectorList
-
selectorText
String selectorText
-
-
Class io.sf.carte.doc.style.css.om.DefaultDeclarationFormattingContext
class DefaultDeclarationFormattingContext extends Object implements Serializable- serialVersionUID:
- 2L
-
Class io.sf.carte.doc.style.css.om.DefaultErrorHandler
class DefaultErrorHandler extends io.sf.carte.doc.style.css.om.AbstractErrorHandler implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
inlineStyleErrors
LinkedHashMap<Exception,
String> inlineStyleErrors -
linkedSheetErrors
LinkedHashMap<Exception,
CSSStyleSheet<? extends CSSRule>> linkedSheetErrors -
linkedStyleErrors
LinkedHashMap<Node,
String> linkedStyleErrors
-
-
Class io.sf.carte.doc.style.css.om.DefaultSheetErrorHandler
class DefaultSheetErrorHandler extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
badAtRules
LinkedList<String> badAtRules
-
badConditions
LinkedList<String> badConditions
-
badMediaLists
LinkedList<MediaQueryList> badMediaLists
-
emptyRules
LinkedList<String> emptyRules
-
ignoredImports
LinkedList<String> ignoredImports
-
omErrorMergedState
boolean omErrorMergedState
-
omWarningMergedState
boolean omWarningMergedState
-
ruleList
List<CSSRule> ruleList
-
ruleParseErrors
LinkedList<RuleParseException> ruleParseErrors
-
sacErrorMergedState
boolean sacErrorMergedState
-
sacErrors
List<CSSParseException> sacErrors
-
sacWarningMergedState
boolean sacWarningMergedState
-
sacWarnings
List<CSSParseException> sacWarnings
-
sheet
CSSStyleSheet<?> sheet
-
unknownRules
LinkedList<String> unknownRules
-
-
Class io.sf.carte.doc.style.css.om.DefaultStyleDeclarationErrorHandler
class DefaultStyleDeclarationErrorHandler extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
malformedURIs
List<String> malformedURIs
-
missingReq
List<String> missingReq
-
noContainer
List<Node> noContainer
-
sacErrors
List<CSSParseException> sacErrors
-
sacWarnings
List<CSSParseException> sacWarnings
-
seShorthands
LinkedHashMap<String,
String> seShorthands -
unassigned
List<String> unassigned
-
unassignedValue
Map<String,
String> unassignedValue -
unknownIdent
Map<String,
String> unknownIdent -
valueWarnings
LinkedList<String> valueWarnings
-
wrongCount
List<String> wrongCount
-
wrongValue
Map<String,
String> wrongValue
-
-
Class io.sf.carte.doc.style.css.om.DefaultStyleFormattingContext
class DefaultStyleFormattingContext extends DefaultDeclarationFormattingContext implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
indentString
StringBuilder indentString
-
parentContextRule
CSSRule parentContextRule
-
-
Class io.sf.carte.doc.style.css.om.DefaultStyleFormattingFactory
class DefaultStyleFormattingFactory extends Object implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.om.DOMComputedStyle
class DOMComputedStyle extends ComputedCSSStyle implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.om.DOMCSSStyleSheet
class DOMCSSStyleSheet extends BaseCSSStyleSheet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ownerNode
Node ownerNode
-
-
Class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory
class DOMCSSStyleSheetFactory extends BaseCSSStyleSheetFactory implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
defQStyleSheet
BaseDocumentCSSStyleSheet defQStyleSheet
-
defStyleSheet
BaseDocumentCSSStyleSheet defStyleSheet
-
myUserAgent
DOMCSSStyleSheetFactory.WrapperUserAgent myUserAgent
-
resolver
EntityResolver resolver
-
uaQStyleSheet
BaseDocumentCSSStyleSheet uaQStyleSheet
User-agent style sheet for quirks mode. -
uaStyleSheet
BaseDocumentCSSStyleSheet uaStyleSheet
User-agent style sheet for standards (strict) mode.
-
-
Class io.sf.carte.doc.style.css.om.DOMCSSStyleSheetFactory.WrapperUserAgent
class WrapperUserAgent extends AbstractUserAgent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
docbuilder
DocumentBuilder docbuilder
-
-
Class io.sf.carte.doc.style.css.om.DOMDocumentCSSStyleSheet
class DOMDocumentCSSStyleSheet extends BaseDocumentCSSStyleSheet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ownerNode
CSSDocument ownerNode
-
-
Class io.sf.carte.doc.style.css.om.DOMSelectorMatcher
- serialVersionUID:
- 2L
-
Class io.sf.carte.doc.style.css.om.FontFaceRule
class FontFaceRule extends BaseCSSDeclarationRule implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.om.FontFeatureValuesRule
class FontFeatureValuesRule extends io.sf.carte.doc.style.css.om.BaseCSSRule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
annotation
io.sf.carte.doc.style.css.om.FontFeatureValuesRule.CSSFontFeatureValuesMapImpl annotation
-
characterVariant
io.sf.carte.doc.style.css.om.FontFeatureValuesRule.CSSFontFeatureValuesMapImpl characterVariant
-
fontFamily
String[] fontFamily
-
mapmap
HashMap<String,
io.sf.carte.doc.style.css.om.FontFeatureValuesRule.CSSFontFeatureValuesMapImpl> mapmap -
ornaments
io.sf.carte.doc.style.css.om.FontFeatureValuesRule.CSSFontFeatureValuesMapImpl ornaments
-
styleset
io.sf.carte.doc.style.css.om.FontFeatureValuesRule.CSSFontFeatureValuesMapImpl styleset
-
stylistic
io.sf.carte.doc.style.css.om.FontFeatureValuesRule.CSSFontFeatureValuesMapImpl stylistic
-
swash
io.sf.carte.doc.style.css.om.FontFeatureValuesRule.CSSFontFeatureValuesMapImpl swash
-
-
Class io.sf.carte.doc.style.css.om.GroupingRule
class GroupingRule extends io.sf.carte.doc.style.css.om.BaseCSSRule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cssRules
CSSRuleArrayList cssRules
-
-
Class io.sf.carte.doc.style.css.om.ImportRule
class ImportRule extends io.sf.carte.doc.style.css.om.BaseCSSRule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
importedSheet
AbstractCSSStyleSheet importedSheet
-
mediaList
MediaQueryList mediaList
-
styleSheetURI
String styleSheetURI
-
-
Class io.sf.carte.doc.style.css.om.InlineStyle
class InlineStyle extends BaseCSSStyleDeclaration implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
node
Node node
-
-
Class io.sf.carte.doc.style.css.om.InlineStyleFormattingContext
class InlineStyleFormattingContext extends DefaultStyleFormattingContext implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.om.KeyframeRule
class KeyframeRule extends BaseCSSDeclarationRule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
keyText
String keyText
-
parentRule
KeyframesRule parentRule
-
-
Class io.sf.carte.doc.style.css.om.KeyframesRule
class KeyframesRule extends io.sf.carte.doc.style.css.om.BaseCSSRule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cssRules
CSSRuleArrayList cssRules
-
name
String name
-
-
Class io.sf.carte.doc.style.css.om.LogErrorHandler
class LogErrorHandler extends io.sf.carte.doc.style.css.om.AbstractErrorHandler implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cserrors
boolean cserrors
-
errors
boolean errors
-
warnings
boolean warnings
-
-
Class io.sf.carte.doc.style.css.om.MarginRule
class MarginRule extends BaseCSSDeclarationRule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ruleName
String ruleName
-
-
Class io.sf.carte.doc.style.css.om.MarginRuleList
class MarginRuleList extends io.sf.carte.doc.style.css.om.AbstractRuleList<MarginRule> implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.om.MediaRule
class MediaRule extends GroupingRule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mediaList
MediaQueryList mediaList
-
-
Class io.sf.carte.doc.style.css.om.NamespaceRule
class NamespaceRule extends io.sf.carte.doc.style.css.om.BaseCSSRule implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.om.PageRule
class PageRule extends BaseCSSDeclarationRule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
marginRules
MarginRuleList marginRules
-
selectorList
PageSelectorList selectorList
-
-
Class io.sf.carte.doc.style.css.om.PropertyRule
class PropertyRule extends BaseCSSDeclarationRule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class io.sf.carte.doc.style.css.om.RGBColorDeclarationFormattingContext
class RGBColorDeclarationFormattingContext extends ColorDeclarationFormattingContext implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.om.RGBStyleFormattingFactory
class RGBStyleFormattingFactory extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class io.sf.carte.doc.style.css.om.RuleParseException
class RuleParseException extends CSSStyleException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
rule
CSSRule rule
-
-
Class io.sf.carte.doc.style.css.om.Specificity
class Specificity extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
attrib_classes_count
short attrib_classes_count
-
id_count
short id_count
-
names_pseudoelements_count
short names_pseudoelements_count
-
selectorMatcher
SelectorMatcher selectorMatcher
-
-
Class io.sf.carte.doc.style.css.om.StyleRule
class StyleRule extends CSSStyleDeclarationRule implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.om.StyleSheetList
class StyleSheetList extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
list
List<AbstractCSSStyleSheet> list
-
needsUpdate
boolean needsUpdate
-
preferredStyleSheetSet
String preferredStyleSheetSet
-
styleSheetSets
io.sf.carte.doc.style.css.om.StyleSheetList.MyDOMStringList styleSheetSets
-
-
Class io.sf.carte.doc.style.css.om.SupportsRule
class SupportsRule extends GroupingRule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
condition
BooleanCondition condition
-
-
Class io.sf.carte.doc.style.css.om.UnknownRule
class UnknownRule extends io.sf.carte.doc.style.css.om.BaseCSSRule implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cssText
String cssText
-
-
Class io.sf.carte.doc.style.css.om.ViewportRule
class ViewportRule extends BaseCSSDeclarationRule implements Serializable- serialVersionUID:
- 1L
-
-
Package io.sf.carte.doc.style.css.parser
-
Class io.sf.carte.doc.style.css.parser.AbstractMediaQuery
class AbstractMediaQuery extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mediaType
String mediaType
-
negativeQuery
boolean negativeQuery
-
onlyPrefix
boolean onlyPrefix
-
predicate
BooleanCondition predicate
-
-
Class io.sf.carte.doc.style.css.parser.AnBExpression
class AnBExpression extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
haskeyword
boolean haskeyword
-
offset
int offset
-
selectorList
SelectorList selectorList
-
step
int step
-
-
-
Package io.sf.carte.doc.style.css.property
-
Class io.sf.carte.doc.style.css.property.AttrValue
class AttrValue extends ProxyValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attrname
String attrname
-
fallback
StyleValue fallback
-
flags
short flags
-
typeval
String typeval
-
-
Class io.sf.carte.doc.style.css.property.CalcValue
class CalcValue extends ExpressionValue implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.property.ColorValue
class ColorValue extends TypedValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
commaSyntax
boolean commaSyntax
-
systemDefault
boolean systemDefault
-
-
Exception Class io.sf.carte.doc.style.css.property.CSSPropertyException
class CSSPropertyException extends CSSStyleException implements Serializable- serialVersionUID:
- 2L
-
Exception Class io.sf.carte.doc.style.css.property.CSSPropertyValueException
class CSSPropertyValueException extends CSSPropertyException implements Serializable- serialVersionUID:
- -1271227099310234530L
-
Serialized Fields
-
stringValue
String stringValue
-
-
Class io.sf.carte.doc.style.css.property.EnvVariableValue
class EnvVariableValue extends ProxyValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fallback
StyleValue fallback
-
name
String name
-
-
Class io.sf.carte.doc.style.css.property.ExpressionValue
class ExpressionValue extends TypedValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
expression
CSSExpression expression
-
roundResult
boolean roundResult
-
-
Class io.sf.carte.doc.style.css.property.FunctionValue
class FunctionValue extends TypedValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
LinkedCSSValueList arguments
-
functionName
String functionName
-
-
Class io.sf.carte.doc.style.css.property.GradientValue
class GradientValue extends FunctionValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
gradientType
CSSGradientValue.GradientType gradientType
-
-
Class io.sf.carte.doc.style.css.property.HSLColorValue
class HSLColorValue extends ColorValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
hslColor
io.sf.carte.doc.style.css.property.HSLColorImpl hslColor
-
-
Class io.sf.carte.doc.style.css.property.HWBColorValue
class HWBColorValue extends ColorValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
hwbColor
io.sf.carte.doc.style.css.property.HWBColorImpl hwbColor
-
-
Class io.sf.carte.doc.style.css.property.IdentifierValue
class IdentifierValue extends io.sf.carte.doc.style.css.property.AbstractTextValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
stringValue
String stringValue
-
-
Class io.sf.carte.doc.style.css.property.InheritValue
class InheritValue extends KeywordValue implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.property.InitialValue
class InitialValue extends KeywordValue implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.property.KeywordValue
class KeywordValue extends StyleValue implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.property.LABColorValue
class LABColorValue extends ColorValue implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
labColor
io.sf.carte.doc.style.css.property.LABColorImpl labColor
-
-
Class io.sf.carte.doc.style.css.property.LCHColorValue
class LCHColorValue extends ColorValue implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
lchColor
io.sf.carte.doc.style.css.property.LCHColorImpl lchColor
-
-
Class io.sf.carte.doc.style.css.property.LexicalValue
class LexicalValue extends ProxyValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
lexicalUnit
LexicalUnit lexicalUnit
-
-
Class io.sf.carte.doc.style.css.property.LinkedCSSValueList
- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.property.MathFunctionValue
class MathFunctionValue extends FunctionValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
function
CSSMathFunctionValue.MathFunction function
-
roundResult
boolean roundResult
-
-
Class io.sf.carte.doc.style.css.property.NumberValue
class NumberValue extends TypedValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asInteger
boolean asInteger
-
calculated
boolean calculated
-
dimensionUnitText
String dimensionUnitText
-
lengthUnitType
boolean lengthUnitType
-
maxFractionDigits
int maxFractionDigits
-
realvalue
float realvalue
-
specified
boolean specified
True if this number is in the same unit as was specified. -
unitType
short unitType
-
-
Class io.sf.carte.doc.style.css.property.PercentageValue
class PercentageValue extends NumberValue implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.property.PrimitiveValue
class PrimitiveValue extends StyleValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
primitiveType
CSSValue.Type primitiveType
-
subproperty
boolean subproperty
-
-
Class io.sf.carte.doc.style.css.property.ProxyValue
class ProxyValue extends PrimitiveValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
expectInteger
boolean expectInteger
-
-
Class io.sf.carte.doc.style.css.property.RatioValue
class RatioValue extends TypedValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
antecedentValue
PrimitiveValue antecedentValue
-
consequentValue
PrimitiveValue consequentValue
-
-
Class io.sf.carte.doc.style.css.property.RectValue
class RectValue extends TypedValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bottom
PrimitiveValue bottom
-
left
PrimitiveValue left
-
right
PrimitiveValue right
-
top
PrimitiveValue top
-
-
Class io.sf.carte.doc.style.css.property.RevertValue
class RevertValue extends KeywordValue implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.property.RGBColorValue
class RGBColorValue extends ColorValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
color
io.sf.carte.doc.style.css.property.RGBColor color
-
-
Class io.sf.carte.doc.style.css.property.StringValue
class StringValue extends io.sf.carte.doc.style.css.property.AbstractTextValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
flags
short flags
-
quote
char quote
-
stringValue
String stringValue
-
-
Class io.sf.carte.doc.style.css.property.StyleValue
class StyleValue extends Object implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.property.SystemDefaultValue
class SystemDefaultValue extends TypedValue implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.property.TypedValue
class TypedValue extends PrimitiveValue implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.property.UnicodeRangeValue
class UnicodeRangeValue extends TypedValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
endValue
TypedValue endValue
-
value
TypedValue value
-
-
Class io.sf.carte.doc.style.css.property.UnicodeValue
class UnicodeValue extends TypedValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
codePoint
int codePoint
-
-
Class io.sf.carte.doc.style.css.property.UnicodeWildcardValue
class UnicodeWildcardValue extends TypedValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
wildcard
String wildcard
-
-
Class io.sf.carte.doc.style.css.property.UnknownValue
class UnknownValue extends io.sf.carte.doc.style.css.property.AbstractTextValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
priorityCompat
boolean priorityCompat
-
-
Class io.sf.carte.doc.style.css.property.UnsetValue
class UnsetValue extends KeywordValue implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.property.URIValue
class URIValue extends StringValue implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.property.URIValueWrapper
class URIValueWrapper extends URIValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parentSheetHref
String parentSheetHref
-
-
Class io.sf.carte.doc.style.css.property.ValueList
class ValueList extends StyleValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
valueList
List<StyleValue> valueList
-
-
Class io.sf.carte.doc.style.css.property.ValueList.BracketValueList.BracketValueListWrapper
class BracketValueListWrapper extends io.sf.carte.doc.style.css.property.ValueList.WSValueList.WSValueListWrapper implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.property.ValueList.CSValueList.CSValueListWrapper
class CSValueListWrapper extends io.sf.carte.doc.style.css.property.ValueList.CSValueList implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.property.ValueList.WSValueList.WSValueListWrapper
class WSValueListWrapper extends io.sf.carte.doc.style.css.property.ValueList.WSValueList implements Serializable- serialVersionUID:
- 1L
-
Class io.sf.carte.doc.style.css.property.VarValue
class VarValue extends ProxyValue implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fallback
LexicalUnit fallback
-
name
String name
-
-