|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.AbstractNode
org.apache.batik.dom.AbstractParentNode
org.apache.batik.dom.AbstractDocument
org.apache.batik.dom.AbstractStylableDocument
public abstract class AbstractStylableDocument
A Document that supports CSS styling.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.batik.dom.AbstractDocument |
---|
AbstractDocument.DocumentConfiguration, AbstractDocument.DocumentError, AbstractDocument.IdSoftRef, AbstractDocument.XPathExpr, AbstractDocument.XPathNodeNSResolver |
Nested classes/interfaces inherited from class org.apache.batik.dom.AbstractParentNode |
---|
AbstractParentNode.ChildNodes, AbstractParentNode.ElementsByTagName, AbstractParentNode.ElementsByTagNameNS |
Field Summary | |
---|---|
protected CSSEngine |
cssEngine
The CSS engine. |
protected org.w3c.dom.views.AbstractView |
defaultView
The default view. |
Fields inherited from class org.apache.batik.dom.AbstractDocument |
---|
documentEventSupport, documentURI, domConfig, elementsById, elementsByTagNames, elementsByTagNamesNS, eventsEnabled, implementation, inputEncoding, localizableSupport, RESOURCES, strictErrorChecking, traversalSupport, xblManager, xmlEncoding, xmlStandalone, xmlVersion |
Fields inherited from class org.apache.batik.dom.AbstractParentNode |
---|
childNodes |
Fields inherited from class org.apache.batik.dom.AbstractNode |
---|
DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, EMPTY_NODE_LIST, eventSupport, managerData, ownerDocument, userData, userDataHandlers |
Fields inherited from interface org.w3c.dom.Node |
---|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Constructor Summary | |
---|---|
protected |
AbstractStylableDocument()
|
protected |
AbstractStylableDocument(org.w3c.dom.DocumentType dt,
org.w3c.dom.DOMImplementation impl)
Creates a new document. |
Method Summary | |
---|---|
void |
clearViewCSS()
Clears the view CSS. |
CSSEngine |
getCSSEngine()
Returns the CSS engine. |
org.w3c.dom.views.AbstractView |
getDefaultView()
DOM: Implements DocumentView.getDefaultView() . |
org.w3c.dom.css.CSSStyleDeclaration |
getOverrideStyle(org.w3c.dom.Element elt,
java.lang.String pseudoElt)
DOM: Implements DocumentCSS.getOverrideStyle(Element,String) . |
org.w3c.dom.stylesheets.StyleSheetList |
getStyleSheets()
DOM: Implements DocumentStyle.getStyleSheets() . |
void |
setCSSEngine(CSSEngine ctx)
Sets the CSS engine. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Document |
---|
createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, getElementsByTagName, getElementsByTagNameNS |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setUserData |
Methods inherited from interface org.apache.batik.dom.ExtendedNode |
---|
isReadonly, setReadonly |
Field Detail |
---|
protected transient org.w3c.dom.views.AbstractView defaultView
protected transient CSSEngine cssEngine
Constructor Detail |
---|
protected AbstractStylableDocument()
protected AbstractStylableDocument(org.w3c.dom.DocumentType dt, org.w3c.dom.DOMImplementation impl)
Method Detail |
---|
public void setCSSEngine(CSSEngine ctx)
public CSSEngine getCSSEngine()
public org.w3c.dom.stylesheets.StyleSheetList getStyleSheets()
DocumentStyle.getStyleSheets()
.
getStyleSheets
in interface org.w3c.dom.stylesheets.DocumentStyle
public org.w3c.dom.views.AbstractView getDefaultView()
DocumentView.getDefaultView()
.
getDefaultView
in interface org.w3c.dom.views.DocumentView
public void clearViewCSS()
public org.w3c.dom.css.CSSStyleDeclaration getOverrideStyle(org.w3c.dom.Element elt, java.lang.String pseudoElt)
DocumentCSS.getOverrideStyle(Element,String)
.
getOverrideStyle
in interface org.w3c.dom.css.DocumentCSS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |