org.apache.cocoon.sax.xpointer
Interface PointerPart

All Superinterfaces:
ContentHandler
All Known Implementing Classes:
ShorthandPart, UnsupportedPart, XmlnsPart, XPointerPart

public interface PointerPart
extends ContentHandler

Interface to be implemented by pointer parts (xpointer schemes).


Method Summary
 void setUp(XPointerContext xpointerContext)
          If this pointer part successfully identifies any subresources, it should stream them to the XMLConsumer available from the XPointerContext and return true.
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

setUp

void setUp(XPointerContext xpointerContext)
           throws SAXException,
                  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:
SAXException
IOException


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.