| Package | org.granite.validation |
| Interface | public interface IPath |
Node.
The path corresponds to the succession of nodes in the order
they are returned by the nodes property.
See also
| Property | Defined by | ||
|---|---|---|---|
| nodes : Array [read-only]
The
INode array that represent this path,
from the root bean to the leaf. | IPath | ||
| Method | Defined by | ||
|---|---|---|---|
|
toString():String
Returns a string representation of this path.
| IPath | ||
| nodes | property |
nodes:Array [read-only]
The INode array that represent this path,
from the root bean to the leaf.
public function get nodes():Array
| toString | () | method |
public function toString():StringReturns a string representation of this path.
ReturnsString — a string representation of this path.
|