Java org.w3c.dom.xpath XPathResult fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom.xpath XPathResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom.xpath XPathResult.

The text is from its open source code.

Field

shortUNORDERED_NODE_ITERATOR_TYPE
The result is a node set as defined by that will be accessed iteratively, which may not produce nodes in a particular order.

Method

NodeiterateNext()
Iterates and returns the next node from the node set or nullif there are no more nodes.