Package org.apache.batik.bridge.svg12
Class DefaultXBLManager.XblScopedChildNodes
java.lang.Object
org.apache.batik.bridge.svg12.DefaultXBLManager.XblChildNodes
org.apache.batik.bridge.svg12.DefaultXBLManager.XblScopedChildNodes
- All Implemented Interfaces:
NodeList
- Enclosing class:
DefaultXBLManager
To iterate over the scoped XBL child nodes.
-
Field Summary
Fields inherited from class org.apache.batik.bridge.svg12.DefaultXBLManager.XblChildNodes
nodes, record, size
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new XblScopedChildNodes object. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Find the XBL child nodes of this element.protected void
update()
Update the NodeList.Methods inherited from class org.apache.batik.bridge.svg12.DefaultXBLManager.XblChildNodes
collectXblChildNodes, getFirstNode, getLastNode, getLength, invalidate, item
-
Constructor Details
-
XblScopedChildNodes
Creates a new XblScopedChildNodes object.
-
-
Method Details
-
update
protected void update()Update the NodeList.- Overrides:
update
in classDefaultXBLManager.XblChildNodes
-
collectXblScopedChildNodes
Find the XBL child nodes of this element.
-