Java org.apache.commons.jxpath Pointer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.jxpath Pointer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.jxpath Pointer.

The text is from its open source code.

Method

StringasPath()
Returns a string that is a proper "canonical" XPath that corresponds to this pointer.
Objectclone()
Pointers are cloneable.
ClassgetClass()
Returns the runtime class of this Object .
ObjectgetNode()
Returns the raw value of the object, property or collection element this pointer represents.
ObjectgetValue()
Returns the value of the object, property or collection element this pointer represents.
voidsetValue(Object value)
Modifies the value of the object, property or collection element this pointer represents.
StringtoString()
Returns a string representation of the object.