org.apache.cocoon.pipeline.component.xpointer
Interface PointerPart
- All Known Implementing Classes:
- 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
boolean process(XPointerContext xpointerContext)
throws org.xml.sax.SAXException,
java.io.IOException
- 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:
org.xml.sax.SAXException
java.io.IOException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.