org.apache.xml.security.utils
Class HelperNodeList
java.lang.Object
org.apache.xml.security.utils.HelperNodeList
- All Implemented Interfaces:
- NodeList
public class HelperNodeList
- extends Object
- implements NodeList
- Author:
- Christian Geuer-Pollmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelperNodeList
public HelperNodeList()
HelperNodeList
public HelperNodeList(boolean allNodesMustHaveSameParent)
- Parameters:
allNodesMustHaveSameParent
-
item
public Node item(int index)
- Method item
- Specified by:
item
in interface NodeList
- Parameters:
index
-
- Returns:
- node with index i
getLength
public int getLength()
- Method getLength
- Specified by:
getLength
in interface NodeList
- Returns:
- length of the list
appendChild
public void appendChild(Node node)
throws IllegalArgumentException
- Method appendChild
- Parameters:
node
-
- Throws:
IllegalArgumentException
getOwnerDocument
public Document getOwnerDocument()
- Returns:
- the document that contains this nodelist
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.