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.
 

Method Detail

process

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-2010 The Apache Software Foundation. All Rights Reserved.