org.nodal.nav
Interface DocumentPath

All Superinterfaces:
Path

public interface DocumentPath
extends Path

A Path that is a reference to a Document instance.


Nested Class Summary
 
Nested classes inherited from class org.nodal.nav.Path
Path.Failure, Path.Generator
 
Method Summary
 DocumentPath documentParent()
          The DocumentPath that is the parent of this path.
 
Methods inherited from interface org.nodal.nav.Path
addEquivalent, ancestorOpNamed, apply, apply, apply, bind, binding, difference, documentPath, equivalences, equivalent, fragmentPath, inFragment, isAbsolute, isAncestorOf, operator, parent, toURLString
 

Method Detail

documentParent

public DocumentPath documentParent()
The DocumentPath that is the parent of this path.

N.B. The parent() of a DocumentPath is always a DocumentPath or null.