|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.svg12.DefaultXBLManager.XBLRecord
protected class DefaultXBLManager.XBLRecord
XBL record.
Field Summary | |
---|---|
BindableElement |
boundElement
The bound element that owns this shadow tree, if this node is an XBLOMShadowTreeElement. |
DefaultXBLManager.XblChildNodes |
childNodes
The xblChildNodes NodeList for this node. |
XBLOMContentElement |
contentElement
The content element which caused this node to appear in the flattened tree. |
XBLOMDefinitionElement |
definitionElement
The definition element that applies to this element. |
boolean |
linksValid
Whether the next/previous links are valid. |
Node |
nextSibling
The following sibling in the flattened tree. |
Node |
node
The node. |
Node |
previousSibling
The previous sibling in the flattened tree. |
DefaultXBLManager.XblScopedChildNodes |
scopedChildNodes
The xblScopedChildNodes NodeList for this node. |
Constructor Summary | |
---|---|
protected |
DefaultXBLManager.XBLRecord()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Node node
public DefaultXBLManager.XblChildNodes childNodes
public DefaultXBLManager.XblScopedChildNodes scopedChildNodes
public XBLOMContentElement contentElement
public XBLOMDefinitionElement definitionElement
public BindableElement boundElement
public boolean linksValid
public Node nextSibling
public Node previousSibling
Constructor Detail |
---|
protected DefaultXBLManager.XBLRecord()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |