Package org.geotools.xsd
Interface ParserDelegate2
-
- All Superinterfaces:
ContentHandler,ParserDelegate
- All Known Implementing Classes:
ParameterParserDelegate
public interface ParserDelegate2 extends ParserDelegate
Extension ofParserDelegateused to stage new interface methods.- Author:
- Justin Deoliveira, OpenGeo
-
-
Method Summary
-
Methods inherited from interface ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
-
Methods inherited from interface ParserDelegate
canHandle, getParsedObject
-
-