- java.lang.Object
-
- org.apache.xml.security.utils.HelperNodeList
-
-
Constructor Summary
Constructors Constructor Description HelperNodeList()HelperNodeList(boolean allNodesMustHaveSameParent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendChild(Node node)Method appendChildintgetLength()Method getLengthDocumentgetOwnerDocument()Nodeitem(int index)Method item
-
-
-
Method Detail
-
item
public Node item(int index)
Method item
-
getLength
public int getLength()
Method getLength
-
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
-
-