| org.apache.batik.css.engine.CSSImportedElementRoot
CSSImportedElementRoot | public interface CSSImportedElementRoot extends DocumentFragment(Code) | | This interface represents a DOM node which must be set as parent
of an imported node to allow a mecanism similar to the SVG |
Method Summary | |
Element | getCSSParentElement() Returns the parent of the imported element, from the CSS
point of view. | boolean | getIsLocal() Returns true if the imported element is local to
the owning document. |
getCSSParentElement | Element getCSSParentElement()(Code) | | Returns the parent of the imported element, from the CSS
point of view.
|
getIsLocal | boolean getIsLocal()(Code) | | Returns true if the imported element is local to
the owning document.
|
|
|