Class PMRNodeListImpl
java.lang.Object
org.episteme.natural.chemistry.loaders.cml.dom.pmr.PMRNodeListImpl
- All Implemented Interfaces:
NodeList
The
NodeList interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented.
The items in the NodeList are accessible via an integral
index, starting from 0.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nodes
-
-
Constructor Details
-
PMRNodeListImpl
-
PMRNodeListImpl
-
-
Method Details
-
item
Returns theindexth item in the collection. Ifindexis greater than or equal to the number of nodes in the list, this returnsnull. -
getLength
-