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:
org.w3c.dom.NodeList
- Enclosing class:
- DefaultXBLManager
protected class DefaultXBLManager.XblScopedChildNodes extends DefaultXBLManager.XblChildNodes
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
Constructors Constructor Description XblScopedChildNodes(DefaultXBLManager.XBLRecord rec)
Creates a new XblScopedChildNodes object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
collectXblScopedChildNodes(org.w3c.dom.Node n)
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 Detail
-
XblScopedChildNodes
public XblScopedChildNodes(DefaultXBLManager.XBLRecord rec)
Creates a new XblScopedChildNodes object.
-
-
Method Detail
-
update
protected void update()
Update the NodeList.- Overrides:
update
in classDefaultXBLManager.XblChildNodes
-
collectXblScopedChildNodes
protected void collectXblScopedChildNodes(org.w3c.dom.Node n)
Find the XBL child nodes of this element.
-
-