Package org.apache.xml.security.utils
Class HelperNodeList
- 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 void
appendChild(Node node)
Method appendChildint
getLength()
Method getLengthDocument
getOwnerDocument()
Node
item(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
-
-