org.apache.cocoon.components.xpointer
Class XPointer
java.lang.Object
org.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)
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPointer
public XPointer()
addPart
public void addPart(PointerPart part)
process
public void process(XPointerContext context)
throws SAXException,
ResourceNotFoundException
- Throws:
SAXException
ResourceNotFoundException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.