|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLSerializer | |
net.sf.jour.config.impl | |
net.sf.jour.config.impl.runtime |
Uses of XMLSerializer in net.sf.jour.config.impl |
Methods in net.sf.jour.config.impl with parameters of type XMLSerializer | |
void |
TypedefImpl.serializeBody(XMLSerializer context)
|
void |
TypedefImpl.serializeAttributes(XMLSerializer context)
|
void |
TypedefImpl.serializeURIs(XMLSerializer context)
|
void |
PointcutTypeImpl.serializeBody(XMLSerializer context)
|
void |
PointcutTypeImpl.serializeAttributes(XMLSerializer context)
|
void |
PointcutTypeImpl.serializeURIs(XMLSerializer context)
|
void |
PointcutImpl.serializeBody(XMLSerializer context)
|
void |
PointcutImpl.serializeAttributes(XMLSerializer context)
|
void |
PointcutImpl.serializeURIs(XMLSerializer context)
|
void |
JourTypeImpl.serializeBody(XMLSerializer context)
|
void |
JourTypeImpl.serializeAttributes(XMLSerializer context)
|
void |
JourTypeImpl.serializeURIs(XMLSerializer context)
|
void |
JourImpl.serializeBody(XMLSerializer context)
|
void |
JourImpl.serializeAttributes(XMLSerializer context)
|
void |
JourImpl.serializeURIs(XMLSerializer context)
|
void |
AspectTypeImpl.serializeBody(XMLSerializer context)
|
void |
AspectTypeImpl.serializeAttributes(XMLSerializer context)
|
void |
AspectTypeImpl.serializeURIs(XMLSerializer context)
|
void |
AspectImpl.serializeBody(XMLSerializer context)
|
void |
AspectImpl.serializeAttributes(XMLSerializer context)
|
void |
AspectImpl.serializeURIs(XMLSerializer context)
|
Uses of XMLSerializer in net.sf.jour.config.impl.runtime |
Classes in net.sf.jour.config.impl.runtime that implement XMLSerializer | |
class |
MSVValidator
XMLSerializer that calls the native interface of MSV and performs validation. |
class |
SAXMarshaller
XMLSerializer that produces SAX2 events. |
Methods in net.sf.jour.config.impl.runtime with parameters of type XMLSerializer | |
void |
XMLSerializable.serializeBody(XMLSerializer target)
Serializes child elements and texts into the specified target. |
void |
XMLSerializable.serializeAttributes(XMLSerializer target)
Serializes attributes into the specified target. |
void |
XMLSerializable.serializeURIs(XMLSerializer target)
Declares all the namespace URIs this object is using at its top-level scope into the specified target. |
static void |
Util.handlePrintConversionException(java.lang.Object caller,
java.lang.Exception e,
XMLSerializer serializer)
Reports a print conversion error while marshalling. |
static void |
Util.handleTypeMismatchError(XMLSerializer serializer,
java.lang.Object parentObject,
java.lang.String fieldName,
java.lang.Object childObject)
Reports that the type of an object in a property is unexpected. |
Constructors in net.sf.jour.config.impl.runtime with parameters of type XMLSerializer | |
ContentHandlerAdaptor(XMLSerializer _serializer)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |