Class | Description |
---|---|
AttributeConverter |
Converts from a string to the type needed.
|
AttributeConverterForBoolean |
Subclass for converting strings into Integer.
|
AttributeConverterForInteger |
Subclass for converting strings into Integer.
|
AttributeConverterForString |
Subclass for converting strings into String.
|
DefaultSchema |
A base class for parsing XML that registers standard converters and throws
exceptions.
|
HandlerArgs |
A set of args for a given set of parameters, some of which may be set to
default values.
|
HandlerClassInfo |
Retains parsed information about a particular schema clas.
|
HandlerMethod |
Represents metadata about a handler method in a class derived from
Schema . |
HandlerParam |
Represents metadata about a parameter in a handler method in a class derived
from
Schema . |
ReflectiveParser |
Somewhat general-purpose SAX-style XML parser that uses reflection and calls
into your "schema" classes.
|
Schema |
Abstract base class for reflection-based push-parsing of XML.
|
Copyright © 2018. All rights reserved.