Package org.apache.xml.security.utils
Class HelperNodeList
java.lang.Object
org.apache.xml.security.utils.HelperNodeList
- All Implemented Interfaces:
NodeList
- Author:
- Christian Geuer-Pollmann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendChild
(Node node) Method appendChildint
Method getLengthitem
(int index) Method item
-
Constructor Details
-
HelperNodeList
public HelperNodeList() -
HelperNodeList
public HelperNodeList(boolean allNodesMustHaveSameParent) - Parameters:
allNodesMustHaveSameParent
-
-
-
Method Details
-
item
Method item -
getLength
public int getLength()Method getLength -
appendChild
Method appendChild- Parameters:
node
-- Throws:
IllegalArgumentException
-
getOwnerDocument
- Returns:
- the document that contains this nodelist
-