|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.xbl.GenericXBLManager
public class GenericXBLManager
An XBL manager that performs no XBL processing.
Field Summary | |
---|---|
protected boolean |
isProcessing
Whether XBL processing is currently taking place. |
Constructor Summary | |
---|---|
GenericXBLManager()
|
Method Summary | |
---|---|
org.w3c.dom.Element |
getXblBoundElement(org.w3c.dom.Node n)
Get the bound element whose shadow tree a node resides in. |
org.w3c.dom.NodeList |
getXblChildNodes(org.w3c.dom.Node n)
Get the list of child nodes of a node in the fully flattened tree. |
org.w3c.dom.NodeList |
getXblDefinitions(org.w3c.dom.Node n)
Get the xbl:definition elements currently binding an element. |
org.w3c.dom.Node |
getXblFirstChild(org.w3c.dom.Node n)
Get the first child node of a node in the fully flattened tree. |
org.w3c.dom.Element |
getXblFirstElementChild(org.w3c.dom.Node n)
Get the first element child of a node in the fully flattened tree. |
org.w3c.dom.Node |
getXblLastChild(org.w3c.dom.Node n)
Get the last child node of a node in the fully flattened tree. |
org.w3c.dom.Element |
getXblLastElementChild(org.w3c.dom.Node n)
Get the last element child of a node in the fully flattened tree. |
org.w3c.dom.Element |
getXblNextElementSibling(org.w3c.dom.Node n)
Get the first element that follows a node in the xblParentNode's xblChildNodes list. |
org.w3c.dom.Node |
getXblNextSibling(org.w3c.dom.Node n)
Get the node which directly follows a node in thexblParentNode's xblChildNodes list. |
org.w3c.dom.Node |
getXblParentNode(org.w3c.dom.Node n)
Get the parent of a node in the fully flattened tree. |
org.w3c.dom.Element |
getXblPreviousElementSibling(org.w3c.dom.Node n)
Get the first element that precedes the a node in the xblParentNode's xblChildNodes list. |
org.w3c.dom.Node |
getXblPreviousSibling(org.w3c.dom.Node n)
Get the node which directly precedes a node in the xblParentNode's xblChildNodes list. |
org.w3c.dom.NodeList |
getXblScopedChildNodes(org.w3c.dom.Node n)
Get the list of child nodes of a node in the fully flattened tree that are within the same shadow scope. |
org.w3c.dom.Element |
getXblShadowTree(org.w3c.dom.Node n)
Get the shadow tree of a node. |
boolean |
isProcessing()
Returns whether XBL processing is currently enabled. |
void |
startProcessing()
Starts XBL processing on the document. |
void |
stopProcessing()
Stops XBL processing on the document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean isProcessing
Constructor Detail |
---|
public GenericXBLManager()
Method Detail |
---|
public void startProcessing()
startProcessing
in interface XBLManager
public void stopProcessing()
stopProcessing
in interface XBLManager
public boolean isProcessing()
isProcessing
in interface XBLManager
public org.w3c.dom.Node getXblParentNode(org.w3c.dom.Node n)
getXblParentNode
in interface XBLManager
public org.w3c.dom.NodeList getXblChildNodes(org.w3c.dom.Node n)
getXblChildNodes
in interface XBLManager
public org.w3c.dom.NodeList getXblScopedChildNodes(org.w3c.dom.Node n)
getXblScopedChildNodes
in interface XBLManager
public org.w3c.dom.Node getXblFirstChild(org.w3c.dom.Node n)
getXblFirstChild
in interface XBLManager
public org.w3c.dom.Node getXblLastChild(org.w3c.dom.Node n)
getXblLastChild
in interface XBLManager
public org.w3c.dom.Node getXblPreviousSibling(org.w3c.dom.Node n)
getXblPreviousSibling
in interface XBLManager
public org.w3c.dom.Node getXblNextSibling(org.w3c.dom.Node n)
getXblNextSibling
in interface XBLManager
public org.w3c.dom.Element getXblFirstElementChild(org.w3c.dom.Node n)
getXblFirstElementChild
in interface XBLManager
public org.w3c.dom.Element getXblLastElementChild(org.w3c.dom.Node n)
getXblLastElementChild
in interface XBLManager
public org.w3c.dom.Element getXblPreviousElementSibling(org.w3c.dom.Node n)
getXblPreviousElementSibling
in interface XBLManager
public org.w3c.dom.Element getXblNextElementSibling(org.w3c.dom.Node n)
getXblNextElementSibling
in interface XBLManager
public org.w3c.dom.Element getXblBoundElement(org.w3c.dom.Node n)
getXblBoundElement
in interface XBLManager
public org.w3c.dom.Element getXblShadowTree(org.w3c.dom.Node n)
getXblShadowTree
in interface XBLManager
public org.w3c.dom.NodeList getXblDefinitions(org.w3c.dom.Node n)
getXblDefinitions
in interface XBLManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |