public class

XNodeList

extends Object
implements NodeList
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.encoding.xml.XNodeList

Class Overview

Implementation of the NodeList API used by XmlParser.

Summary

Public Constructors
XNodeList(List<? extends XNode> list)
Public Methods
int getLength()
Node item(int index)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.w3c.dom.NodeList

Public Constructors

public XNodeList (List<? extends XNode> list)

Public Methods

public int getLength ()

public Node item (int index)