Joda System API

org.joda.property.path
Class DocumentNavigator.NavText

java.lang.Object
  |
  +--org.joda.property.path.DocumentNavigator.NavNode
        |
        +--org.joda.property.path.DocumentNavigator.NavText
Enclosing class:
DocumentNavigator

public static class DocumentNavigator.NavText
extends org.joda.property.path.DocumentNavigator.NavNode

Wrapper for text handling


Field Summary
protected  DocumentNavigator.NavElement parent
           
protected  java.lang.String text
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

protected java.lang.String text

parent

protected DocumentNavigator.NavElement parent
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.