| org.netbeans.modules.visualweb.designer.markup.RaveElement
All known Subclasses: org.netbeans.modules.visualweb.designer.markup.SourceStyleElement, org.netbeans.modules.visualweb.designer.markup.SourceStylesheetLinkElement, org.netbeans.modules.visualweb.designer.markup.RenderedStyleElement, org.netbeans.modules.visualweb.designer.markup.RaveTableElement, org.netbeans.modules.visualweb.designer.markup.RenderedStylesheetLinkElement,
RaveElement | class RaveElement extends org.apache.xerces.dom.ElementNSImpl implements CSSStylableElement,CSSEngine.StyleElementLink(Code) | | XXX Originally in insync.
This class is attempts to merge in Batik specific "StylableElement" interface
implementations with Xerces nodes. That way we can continue to use Xerces2 for
parsing, and reuse a lot of the batik CSS handling code.
This was derived from Batik's org.apache.batik.dom.SVGStylableElement class
with a lot of SVG stuff thrown in, and subclassed for Xerces' Element classes
instead, so I've left the original license/copyright on the file.
However, most of the file here is new (not copied from Batik) and deals with
other aspects of our own DOM needs.
author: Stephane Hillion author: Tor Norbye |
RaveElement | protected RaveElement()(Code) | | |
copyFrom | void copyFrom(RaveElement from)(Code) | | During a clone operation, copy relevant info from the given
source element to this target element
|
getCSSBase | public URL getCSSBase()(Code) | | Returns the CSS base URL of this element.
|
getCSSClass | public String getCSSClass()(Code) | | Returns the class of this element.
|
getComputedStyleMap | public StyleMap getComputedStyleMap(String pseudoElement)(Code) | | Returns the computed style of this element/pseudo-element.
|
getXMLId | public String getXMLId()(Code) | | Returns the ID of this element.
|
isPseudoInstanceOf | public boolean isPseudoInstanceOf(String pseudoClass)(Code) | | Tells whether this element is an instance of the given pseudo
class.
|
needsSyncData | final boolean needsSyncData()(Code) | | |
setComputedStyleMap | public void setComputedStyleMap(String pseudoElement, StyleMap sm)(Code) | | Sets the computed style of this element/pseudo-element.
|
|
|