| java.lang.Object org.xml.sax.helpers.DefaultHandler org.geotools.xml.impl.ParserHandler
All known Subclasses: org.geotools.xml.impl.StreamingParserHandler,
ParserHandler | public class ParserHandler extends DefaultHandler (Code) | | The main sax event handler used for parsing the input document. This handler
maintains a stack of
Handler objects. A handler is purshed onto the stack
when a startElement event is processed, and popped off the stack when the corresponding
endElement event is processed.
author: Justin Deoliveira,Refractions Research Inc.,jdeolive@refractions.net |
context | MutablePicoContainer context(Code) | | context, container *
|
errors | List errors(Code) | | list of "errors" that occur while parsing
|
handlers | protected Stack handlers(Code) | | execution stack *
|
schemas | XSDSchema[] schemas(Code) | | imported schemas *
|
strict | boolean strict(Code) | | wether the parser is strict or not
|
validating | boolean validating(Code) | | flag to indicate if the parser should validate or not
|
characters | public void characters(char[] ch, int start, int length) throws SAXException(Code) | | |
findSchemaLocationResolvers | protected XSDSchemaLocationResolver[] findSchemaLocationResolvers()(Code) | | |
findSchemaLocators | protected XSDSchemaLocator[] findSchemaLocators()(Code) | | |
getSchemas | public XSDSchema[] getSchemas()(Code) | | |
getValidationErrors | public List getValidationErrors()(Code) | | |
isStrict | public boolean isStrict()(Code) | | |
isValidating | public boolean isValidating()(Code) | | |
setStrict | public void setStrict(boolean strict)(Code) | | |
setValidating | public void setValidating(boolean validating)(Code) | | |
Methods inherited from org.xml.sax.helpers.DefaultHandler | 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 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 processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public InputSource resolveEntity(String publicId, String systemId) throws IOException, SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(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 attributes) 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)
|
|
|