|
||||||||||
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 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 |
Constructor Summary | |
---|---|
protected |
AbstractStylableDocument()
|
protected |
AbstractStylableDocument(DocumentType dt,
DOMImplementation impl)
Creates a new document. |
Method Summary | |
---|---|
void |
clearViewCSS()
Clears the view CSS. |
CSSEngine |
getCSSEngine()
Returns the CSS engine. |
AbstractView |
getDefaultView()
DOM: Implements DocumentView.getDefaultView() . |
CSSStyleDeclaration |
getOverrideStyle(Element elt,
String pseudoElt)
DOM: Implements DocumentCSS.getOverrideStyle(Element,String) . |
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 AbstractView defaultView
protected transient CSSEngine cssEngine
Constructor Detail |
---|
protected AbstractStylableDocument()
protected AbstractStylableDocument(DocumentType dt, DOMImplementation impl)
Method Detail |
---|
public void setCSSEngine(CSSEngine ctx)
public CSSEngine getCSSEngine()
public StyleSheetList getStyleSheets()
DocumentStyle.getStyleSheets()
.
getStyleSheets
in interface DocumentStyle
public AbstractView getDefaultView()
DocumentView.getDefaultView()
.
getDefaultView
in interface DocumentView
public void clearViewCSS()
public CSSStyleDeclaration getOverrideStyle(Element elt, String pseudoElt)
DocumentCSS.getOverrideStyle(Element,String)
.
getOverrideStyle
in interface DocumentCSS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |