# Class: com.pnfsoftware.jeb.util.encoding.xml.XNodeList

Implementation of the [NodeList](NodeList) API used by [XmlParser](XmlParser).

## Constructor: XNodeList
- parameter: `list`, type: `java.util.List<? extends com.pnfsoftware.jeb.util.encoding.xml.XNode>`

Description: Create a node list backed by the provided parsed nodes.
parameter: list: node list

## Method: getLength
- return type: `int`


## Method: item
- parameter: `index`, type: `int`
- return type: `org.w3c.dom.Node`


