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)
  • Method Details