Class DocumentFragmentNodeList

java.lang.Object
org.apache.ws.commons.schema.DocumentFragmentNodeList
All Implemented Interfaces:
NodeList

class DocumentFragmentNodeList extends Object implements NodeList
Class to return a node list without thread-safety issue.
  • Field Details

  • Constructor Details

    • DocumentFragmentNodeList

      DocumentFragmentNodeList(Node parentNode)
      Construct a list of the children of a given node.
      Parameters:
      parentNode - node from which to copy children.
    • DocumentFragmentNodeList

      DocumentFragmentNodeList(Node parentNode, String filterUri, String filterLocal)
      Create a list of the children of a given node that are elements with a specified qualified name.
      Parameters:
      parentNode - node from which to copy children.
      filterUri - Namespace URI of children to copy.
      filterLocal - Local name of children to copy.
  • Method Details