Class XNodeList

java.lang.Object
com.pnfsoftware.jeb.util.encoding.xml.XNodeList
All Implemented Interfaces:
NodeList

public class XNodeList extends Object implements NodeList
Implementation of the NodeList API used by XmlParser.
  • Constructor Details

    • XNodeList

      public XNodeList(List<? extends XNode> list)
      Create a node list backed by the provided parsed nodes.
      Parameters:
      list - node list
  • Method Details