| java.lang.Object org.xml.sax.helpers.XMLFilterImpl org.vfny.geoserver.wcs.requests.CoverageHandler
CoverageHandler | public class CoverageHandler extends XMLFilterImpl implements ContentHandler(Code) | | DOCUMENT ME!
author: $Author: Alessio Fabiani (alessio.fabiani@gmail.com) $ (last modification) author: $Author: Simone Giannecchini (simboss1@gmail.com) $ (last modification) |
CoverageHandler | public CoverageHandler(WCService service)(Code) | | Empty constructor.
|
characters | public void characters(char[] ch, int start, int length) throws SAXException(Code) | | Checks if inside parsed element and adds its contents to the appropriate variable.
Parameters: ch - URI for namespace appended to element. Parameters: start - Local name of element. Parameters: length - Raw name of element. throws: SAXException - When the XML is not well formed. |
endElement | public void endElement(String namespaceURI, String localName, String rawName) throws SAXException(Code) | | Notes the end of the element exists query or bounding box.
Parameters: namespaceURI - URI for namespace appended to element. Parameters: localName - Local name of element. Parameters: rawName - Raw name of element. throws: SAXException - When the XML is not well formed. |
startElement | public void startElement(String namespaceURI, String localName, String rawName, Attributes atts) throws SAXException(Code) | | Notes the start of the element and sets type names and query attributes.
Parameters: namespaceURI - URI for namespace appended to element. Parameters: localName - Local name of element. Parameters: rawName - Raw name of element. Parameters: atts - Element attributes. throws: SAXException - When the XML is not well formed. |
Methods inherited from org.xml.sax.helpers.XMLFilterImpl | public void characters(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String localName, String qName) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public void error(SAXParseException e) throws SAXException(Code)(Java Doc) public void fatalError(SAXParseException e) throws SAXException(Code)(Java Doc) public ContentHandler getContentHandler()(Code)(Java Doc) public DTDHandler getDTDHandler()(Code)(Java Doc) public EntityResolver getEntityResolver()(Code)(Java Doc) public ErrorHandler getErrorHandler()(Code)(Java Doc) public boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc) public XMLReader getParent()(Code)(Java Doc) public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc) public void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void notationDecl(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void parse(InputSource input) throws SAXException, IOException(Code)(Java Doc) public void parse(String systemId) throws SAXException, IOException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException(Code)(Java Doc) public void setContentHandler(ContentHandler handler)(Code)(Java Doc) public void setDTDHandler(DTDHandler handler)(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void setEntityResolver(EntityResolver resolver)(Code)(Java Doc) public void setErrorHandler(ErrorHandler handler)(Code)(Java Doc) public void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc) public void setParent(XMLReader parent)(Code)(Java Doc) public void setProperty(String name, Object value) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException(Code)(Java Doc) public void warning(SAXParseException e) throws SAXException(Code)(Java Doc)
|
|
|