Interface | Description |
---|---|
AttributeHandler |
Classes implementing this interace serve as handlers for attributes in an instance document as it
is parsed.
|
BindingWalker.Visitor | |
DocumentHandler | |
ElementHandler |
Classes implementing this interface serve has handlers for elements in an instance document as it
is parsed.
|
Handler |
Class implementing this interface serve has handlers for content of an instance document as it is
parsed.
|
HandlerFactory |
Factory used to create element handler objects during the processing of an instance document.
|
InstanceBinding |
Marker interfaces for bindings which are registered as an instance and not as a class.
|
ParserHandler.ContextCustomizer |
Customize the context, after the configuration has set up the context before the document is
parsed.
|
TypeWalker.Visitor |
Class | Description |
---|---|
AttributeEncodeExecutor | |
AttributeImpl | |
BindingFactoryImpl | |
BindingLoader | |
BindingPropertyExtractor |
Uses
ComplexBinding.getProperty(Object, QName) to obtain properties from the objecet
being encoded. |
BindingVisitorDispatch |
Methods for the dispatch of binding visitors that first check for type mismatches between binding
Java types and instance types.
|
BindingWalker | |
BindingWalker.BindingExecutionChain | |
BindingWalkerFactoryImpl | |
Buffer |
A simple thread safe buffer.
|
ComplexBindingCallback |
Base class for visitors that invoke a callback on a complex binding.
|
ContextInitializer |
Invokes the
ComplexBinding.initializeChildContext(ElementInstance, Node,
MutablePicoContainer) event/callback. |
DelegatingHandler | |
DocumentHandlerImpl | |
ElementEncodeExecutor | |
ElementEncoder |
Utility class to be used by bindings to encode an element or an attribute.
|
ElementHandlerImpl | |
ElementImpl | |
ElementInitializer |
Invokes the
ComplexBinding.initialize(ElementInstance, Node, MutablePicoContainer)
event/callback. |
ElementNameStreamingParserHandler | |
GetPropertiesExecutor |
Gets properties from a parent object by visiting bindings in the hierachy.
|
GetPropertyExecutor |
Gets children from a parent object, visiting bindings in teh hierachy until one is found.
|
HandlerFactoryImpl | |
HandlerImpl | |
HTTPURIHandler |
A URI handler that handles HTTP connections with connection timeouts and read timeouts.
|
InstanceComponentImpl | |
MismatchedBindingFinder | |
NamespaceSupportWrapper |
NamespaceContext wrapper around namespace support.
|
NodeImpl | |
ParseExecutor | |
ParseHierarchy |
A utility class used to parse objects in a type hierarchy.
|
ParserHandler |
The main sax event handler used for parsing the input document.
|
PicoMap |
A
Map dectorator which implements the MutablePicoContainer interface. |
SchemaIndexImpl | |
StreamingParserHandler | |
TypeStreamingParserHandler | |
TypeWalker | |
ValidatorHandler |
Handler for validating a document.
|
Copyright © 1996–2019 Geotools. All rights reserved.