Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » components » source » [javadoc | source]
org.apache.cocoon.components.source
public final class: SitemapSource [javadoc | source]
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
      org.apache.cocoon.xml.AbstractXMLConsumer
         org.apache.cocoon.components.source.SitemapSource

All Implemented Interfaces:
    ModifiableSource, XMLConsumer

Deprecated! by - the Avalon Excalibur Source Resolving

Description of a source which is defined by a pipeline.
Constructor:
 public SitemapSource(ComponentManager manager,
    String uri,
    Logger logger) throws IOException, ProcessingException 
    Construct a new object
Method from org.apache.cocoon.components.source.SitemapSource Summary:
getContentLength,   getInputSource,   getInputStream,   getLastModified,   getSystemId,   recycle,   refresh,   toSAX
Methods from org.apache.cocoon.xml.AbstractXMLConsumer:
characters,   comment,   endCDATA,   endDTD,   endDocument,   endElement,   endEntity,   endPrefixMapping,   ignorableWhitespace,   processingInstruction,   setDocumentLocator,   skippedEntity,   startCDATA,   startDTD,   startDocument,   startElement,   startEntity,   startPrefixMapping
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.components.source.SitemapSource Detail:
 public long getContentLength() 
      Deprecated!
    Get the content length of the source or -1 if it is not possible to determine the length.
 public InputSource getInputSource() throws IOException, ProcessingException 
      Deprecated!
    Return a new InputSource object
 public InputStream getInputStream() throws IOException, ProcessingException 
      Deprecated!
    Return an InputStream object to read from the source.
 public long getLastModified() 
      Deprecated!
    Get the last modification date of the source or 0 if it is not possible to determine the date.
 public String getSystemId() 
      Deprecated!
    Return the unique identifer for this source
 public  void recycle() 
      Deprecated!
 public  void refresh() 
      Deprecated!
    Refresh this object and update the last modified date and content length.
 public  void toSAX(ContentHandler contentHandler) throws SAXException 
      Deprecated!
    Stream content to the content handler