Class HelperNodeList

java.lang.Object
org.apache.xml.security.utils.HelperNodeList
All Implemented Interfaces:
NodeList

public class HelperNodeList extends Object implements NodeList
  • Constructor Details

    • HelperNodeList

      public HelperNodeList()
    • HelperNodeList

      public HelperNodeList(boolean allNodesMustHaveSameParent)
      Parameters:
      allNodesMustHaveSameParent -
  • Method Details

    • 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