uk.org.ponder.saxalizer |
|
Java Source File Name | Type | Comment |
AccessMethod.java | Interface | |
Constants.java | Class | |
DefaultInferrible.java | Interface | Classes implementing this tag interface agree to have default
accessor information inferred EVEN IF they already implement one of the
SAXalizable &c interfaces. |
DeSAXalizable.java | Interface | The DeSAXalizable interface is implemented by any object wishing
to call on the services of the DeSAXalizer class for serialization to
a SAX stream. |
DeSAXalizableAttrs.java | Interface | An object which can return a SAX attribute list (and oneday
comments, with SAX 2) to be written to a SAX stream
implements this interface. |
DeSAXalizer.java | Class | The DeSAXalizer takes a tree of Java objects and writes them to an XML
stream. |
DeSAXalizerForbidder.java | Interface | An interface used to supply a callback to the DeSAXalizer. |
EntityResolverStash.java | Class | The LocalEntityResolver is used to map public DTD references
onto locally cached copies of the files. |
GenericSAX.java | Interface | Classes implementing the GenericSAX interface do not have
specifically named methods for all of the subobjects that they
want serialized as XML. |
GenericSAXImpl.java | Class | The class GenericSAXImpl is useful as a base class for SAXalizable
classes that wish to store the information from arbitrary XML subtags. |
LocalEntityResolver.java | Class | The LocalEntityResolver maps a DTD reference onto a locally
cached copy. |
MethodAnalyser.java | Class | One instance of a MethodAnalyser is stored for each SAXalizable class that
the SAXalizer discovers; this instance is returned when a call is made to
getMethodAnalyser with an object of the SAXalizable class as
argument. |
ParseCompleteCallback.java | Interface | This is an interface used internally by the SAXHPool and SAXalizerHelper classes and
should not be used elsewhere. |
SAMIterator.java | Interface | |
SAMSList.java | Class | |
SAXAccessMethod.java | Class | SAXAccessMethod is a package private class that represents a
SAXAccessMethodSpec that the SAXalizer has resolved to an actual method by
means of reflection. |
SAXAccessMethodHash.java | Class | |
SAXAccessMethodSpec.java | Class | A SAXAccessMethodSpec identifies a mapping from an XML tag name to a Java
method name that is capable of either setting or getting an XML-serialised
subobject (the target object |
SAXalizable.java | Interface | The SAXalizable interface is implemented by any object wishing
to call on the services of the SAXalizer class for serialization
from a SAX stream. |
SAXalizableAttrs.java | Interface | A class which can accept a SAX attribute list (and oneday
comments, with SAX 2) that arrive from a SAX stream implements
this interface. |
SAXalizableExtraAttrs.java | Interface | A class which in addition to associating various attribute names with method names, also
accepts arbitrary additional attributes implements this interface. |
SAXalizer.java | Class | The SAXalizer class is used to deserialize a tree of XML tags into a tree of
Java objects. |
SAXalizerCallback.java | Interface | The user of the SAXalizer class
calls the produceSubTree method supplies a callback object
to be notified of the root object created as a result of the
SAX parsing process. |
SAXalizerHelper.java | Class | This useful helper class can be used if the XML
root tag itself is required to be the root of the deserialised
object tree. |
SAXalizerMappingContext.java | Class | A reflective mapping context used to infer mappings of Java objects
to and from serial representations, for example to XML or EL expressions. |
SAXalXMLProvider.java | Class | |
SAXAttribute.java | Class | This class represents an XML attribute. |
SAXAttributeHash.java | Class | The class SAXAttributeHash is used within the class GenericSAXImpl in order to
allow quick access to the XML attribute values stored within it by lookup
on attribute name. |
SAXHPool.java | Class | The SAXHPool implements a global pool of SAXalizerHelper (and
hence SAXalizer) objects that may be dipped into by all clients in
a threadsafe manner. |
SAXParserFactory.java | Class | A tiny utility class to unify the process of obtaining SaxParsers from whatever
peculiar scheme the author created. |
WBLAccessMethod.java | Class | |
XMLProvider.java | Interface | |