Uses of Interface
org.geotools.xsd.impl.ParserHandler.ContextCustomizer
- 
Packages that use ParserHandler.ContextCustomizer Package Description org.geotools.data.wfs.internal.parsers org.geotools.xsd org.geotools.xsd.impl 
- 
- 
Uses of ParserHandler.ContextCustomizer in org.geotools.data.wfs.internal.parsersMethods in org.geotools.data.wfs.internal.parsers with parameters of type ParserHandler.ContextCustomizer Modifier and Type Method Description voidPullParserFeatureReader. setContextCustomizer(ParserHandler.ContextCustomizer contextCustomizer)
- 
Uses of ParserHandler.ContextCustomizer in org.geotools.xsdMethods in org.geotools.xsd with parameters of type ParserHandler.ContextCustomizer Modifier and Type Method Description voidParser. setContextCustomizer(ParserHandler.ContextCustomizer contextCustomizer)Allows the caller to customize the Pico context used for parsingvoidPullParser. setContextCustomizer(ParserHandler.ContextCustomizer contextCustomizer)
- 
Uses of ParserHandler.ContextCustomizer in org.geotools.xsd.implMethods in org.geotools.xsd.impl with parameters of type ParserHandler.ContextCustomizer Modifier and Type Method Description voidParserHandler. setContextCustomizer(ParserHandler.ContextCustomizer contextCustomizer)
 
-