Package org.geotools.xsd.impl
Class StreamingParserHandler
Object
DefaultHandler
DefaultHandler2
ParserHandler
StreamingParserHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler,DeclHandler,EntityResolver2,LexicalHandler
- Direct Known Subclasses:
ElementNameStreamingParserHandler,JXPathStreamingParserHandler,TypeStreamingParserHandler
-
Nested Class Summary
Nested classes/interfaces inherited from class ParserHandler
ParserHandler.ContextCustomizer -
Field Summary
Fields inherited from class ParserHandler
handlers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidendElementInternal(ElementHandler handler) protected booleanstream(ElementHandler handler) Methods inherited from class ParserHandler
characters, configure, endCDATA, endElement, endPrefixMapping, error, findSchemaLocationResolvers, findSchemaLocators, getBindingFactory, getBindingLoader, getBindingWalker, getConfiguration, getEntityResolver, getHandlerFactory, getLogger, getNamespaceSupport, getRootElementType, getSchemaIndex, getSchemas, getURIHandlers, getValidationErrors, getValidator, getValue, isCDATA, isCDATAEnding, isFailOnValidationError, isForceParserDelegate, isHandleMixedContent, isStrict, isValidating, resolveEntity, resolveEntity, setCDATA, setContextCustomizer, setEntityResolver, setFailOnValidationError, setForceParserDelegate, setHandleMixedContent, setRootElementType, setStrict, setValidating, startCDATA, startDocument, startElement, startPrefixMapping, warningMethods inherited from class DefaultHandler2
attributeDecl, comment, elementDecl, endDTD, endEntity, externalEntityDecl, getExternalSubset, internalEntityDecl, startDTD, startEntityMethods inherited from class DefaultHandler
fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, unparsedEntityDeclMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentHandler
declaration
-
Constructor Details
-
StreamingParserHandler
-
-
Method Details
-
endElementInternal
- Overrides:
endElementInternalin classParserHandler
-
stream
-
endDocument
- Specified by:
endDocumentin interfaceContentHandler- Overrides:
endDocumentin classParserHandler- Throws:
SAXException
-
getBuffer
-