Joda System API

org.joda.property.path
Class DocumentNavigator.NavElement

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

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

Wrapper for element handling


Field Summary
protected  XMLData data
           
protected  XMLName name
           
protected  ModelElement object
           
protected  DocumentNavigator.NavElement parent
           
 
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

name

protected XMLName name

object

protected ModelElement object

data

protected XMLData data

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.