com.teamkonzept.dom4jb.saxon
Class DescendantAxis

java.lang.Object
  |
  +--com.teamkonzept.dom4jb.dom.NodeList
        |
        +--com.teamkonzept.dom4jb.saxon.DescendantAxis
All Implemented Interfaces:
NodeList

public class DescendantAxis
extends NodeList


Field Summary
 
Fields inherited from class com.teamkonzept.dom4jb.dom.NodeList
EMPTY, initialCapacity, nodeData, nodeIterator, parent, size
 
Constructor Summary
DescendantAxis(DescendantAxisIterator iterator)
           
 
Method Summary
 boolean add(Node node)
          Appends the specified element to the end of this list.
 
Methods inherited from class com.teamkonzept.dom4jb.dom.NodeList
clear, ensureCapacity, get, getLength, getParentNode, isEmpty, item, setIterator, setParentNode, size, trimToSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescendantAxis

public DescendantAxis(DescendantAxisIterator iterator)
Method Detail

add

public boolean add(Node node)
Appends the specified element to the end of this list.

Overrides:
add in class NodeList
Parameters:
node - element to be appended to this list.
Returns:
true (as per the general contract of Collection.add).


Copyright © 2001-2003 Team-Konzept GmbH & CO KG. All Rights Reserved.