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.
Method Detail
process
public boolean process(XPointerContext xpointerContext)
throws SAXException,
org.apache.cocoon.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.