| org.apache.cocoon.xml.AbstractXMLConsumer org.apache.cocoon.components.source.SitemapSource
getContentLength | public long getContentLength()(Code) | | Get the content length of the source or -1 if it
is not possible to determine the length.
|
getLastModified | public long getLastModified()(Code) | | Get the last modification date of the source or 0 if it
is not possible to determine the date.
|
getSystemId | public String getSystemId()(Code) | | Return the unique identifer for this source
|
recycle | public void recycle()(Code) | | |
refresh | public void refresh()(Code) | | Refresh this object and update the last modified date
and content length.
|
Methods inherited from org.apache.cocoon.xml.AbstractXMLConsumer | public void characters(char ch, int start, int len) throws SAXException(Code)(Java Doc) public void comment(char ch, int start, int len) throws SAXException(Code)(Java Doc) public void endCDATA() throws SAXException(Code)(Java Doc) public void endDTD() throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String loc, String raw) throws SAXException(Code)(Java Doc) public void endEntity(String name) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public void ignorableWhitespace(char ch, int start, int len) throws SAXException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startCDATA() throws SAXException(Code)(Java Doc) public void startDTD(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String loc, String raw, Attributes a) throws SAXException(Code)(Java Doc) public void startEntity(String name) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc)
|
|
|