|
|||||||||||
| 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
A Document that supports CSS styling.
| Nested Class Summary |
| Nested classes inherited from class org.apache.batik.dom.AbstractDocument |
AbstractDocument.DocumentConfiguration, AbstractDocument.DocumentError, AbstractDocument.IdSoftRef, AbstractDocument.XPathExpr, AbstractDocument.XPathNodeNSResolver |
| Nested classes 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 |
| Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| 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, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
| 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 DocumentStylepublic AbstractView getDefaultView()
DocumentView.getDefaultView().
getDefaultView in interface DocumentViewpublic 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 | ||||||||||