org.nodal.nav
Interface FragmentPath

All Superinterfaces:
Path

public interface FragmentPath
extends Path

A Path that is a reference to a fragment of a Document.


Nested Class Summary
 
Nested classes inherited from class org.nodal.nav.Path
Path.Failure, Path.Generator
 
Method Summary
 FragmentPath fragmentParent()
          The FragmentPath 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

fragmentParent

public FragmentPath fragmentParent()
The FragmentPath that is the parent of this path.

N.B. The parent() of a FragmentPath is always a FragmentPath.