|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XMLSerializer | |
| edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl | |
| edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime | |
| Uses of XMLSerializer in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl |
| Methods in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl with parameters of type XMLSerializer | |
void |
VirtualclassroomDOImpl.serializeBody(XMLSerializer context)
Method serializeBody |
void |
VirtualclassroomDOImpl.serializeAttributes(XMLSerializer context)
Method serializeAttributes |
void |
VirtualclassroomDOImpl.serializeURIs(XMLSerializer context)
Method serializeURIs |
void |
ErrorImpl.serializeBody(XMLSerializer context)
Method serializeBody |
void |
ErrorImpl.serializeAttributes(XMLSerializer context)
Method serializeAttributes |
void |
ErrorImpl.serializeURIs(XMLSerializer context)
Method serializeURIs |
void |
MessageImpl.serializeBody(XMLSerializer context)
Method serializeBody |
void |
MessageImpl.serializeAttributes(XMLSerializer context)
Method serializeAttributes |
void |
MessageImpl.serializeURIs(XMLSerializer context)
Method serializeURIs |
void |
UserProfileImpl.serializeBody(XMLSerializer context)
Method serializeBody |
void |
UserProfileImpl.serializeAttributes(XMLSerializer context)
Method serializeAttributes |
void |
UserProfileImpl.serializeURIs(XMLSerializer context)
Method serializeURIs |
void |
CommentImpl.serializeBody(XMLSerializer context)
Method serializeBody |
void |
CommentImpl.serializeAttributes(XMLSerializer context)
Method serializeAttributes |
void |
CommentImpl.serializeURIs(XMLSerializer context)
Method serializeURIs |
void |
VirtualClassRoomDOTypeImpl.serializeBody(XMLSerializer context)
Method serializeBody |
void |
VirtualClassRoomDOTypeImpl.serializeAttributes(XMLSerializer context)
Method serializeAttributes |
void |
VirtualClassRoomDOTypeImpl.serializeURIs(XMLSerializer context)
Method serializeURIs |
| Uses of XMLSerializer in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime |
| Classes in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.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. |
| Fields in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime declared as XMLSerializer | |
private XMLSerializer |
ContentHandlerAdaptor.serializer
Events will be sent to this object. |
| Methods in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.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 edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime with parameters of type XMLSerializer | |
ContentHandlerAdaptor(XMLSerializer _serializer)
Constructor for ContentHandlerAdaptor |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||