public interface ICSSDocument extends ICSSNode
UNKNOWN
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<ICSSNamespaceDefinition> |
getAtNamespaces() |
ICSSNamespaceDefinition |
getDefaultNamespaceDefinition()
Get the default
ICSSNamespaceDefinition for this CSS document. |
com.google.common.collect.ImmutableList<ICSSFontFace> |
getFontFaces() |
ICSSNamespaceDefinition |
getNamespaceDefinition(String prefix)
Get the
ICSSNamespaceDefinition object from its associated prefix
name. |
com.google.common.collect.ImmutableList<ICSSRule> |
getRules() |
getArity, getNthChild, getOperator, toStringTree
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStart
com.google.common.collect.ImmutableList<ICSSRule> getRules()
com.google.common.collect.ImmutableList<ICSSNamespaceDefinition> getAtNamespaces()
com.google.common.collect.ImmutableList<ICSSFontFace> getFontFaces()
ICSSNamespaceDefinition getNamespaceDefinition(String prefix)
ICSSNamespaceDefinition
object from its associated prefix
name.prefix
- namespace prefixICSSNamespaceDefinition
mapped to the given prefix.ICSSNamespaceDefinition getDefaultNamespaceDefinition()
ICSSNamespaceDefinition
for this CSS document.
The default namespace's short name is an empty string ""
.Copyright © 2016 The Apache Software Foundation. All rights reserved.