org.apache.cocoon.components.xpointer
Class XPointer

java.lang.Object
  extended byorg.apache.cocoon.components.xpointer.XPointer

public class XPointer
extends Object

Represents a fragment identifier conforming to the XML Pointer Language Framework. See also the specification at http://www.w3.org/TR/2003/REC-xptr-framework-20030325.

To create an instance of this class, call XPointerFrameworkParser.parse(String).


Constructor Summary
XPointer()
           
 
Method Summary
 void addPart(PointerPart part)
           
 void process(XPointerContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPointer

public XPointer()
Method Detail

addPart

public void addPart(PointerPart part)

process

public void process(XPointerContext context)
             throws SAXException,
                    org.apache.cocoon.ResourceNotFoundException
Throws:
SAXException
org.apache.cocoon.ResourceNotFoundException


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.