org.apache.cocoon.components.xpointer
Interface PointerPart
- All Known Implementing Classes:
- ElementPathPart, ShorthandPart, UnsupportedPart, XmlnsPart, XPointerPart
- public interface PointerPart
Interface to be implemented by pointer parts (xpointer schemes).
Method Summary |
boolean |
process(XPointerContext xpointerContext)
If this pointer part successfully identifies any subresources, it should
stream them to the XMLConsumer available from the XPointerContext and return true.
|
process
public boolean process(XPointerContext xpointerContext)
throws SAXException,
ResourceNotFoundException
- If this pointer part successfully identifies any subresources, it should
stream them to the XMLConsumer available from the XPointerContext and return true.
Otherwise this method should return false.
- Throws:
SAXException
ResourceNotFoundException
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.