|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLSerializer | |
---|---|
com.sun.xml.bind.v2.model.impl | Implementation of the com.sun.xml.bind.j2s.model package. |
com.sun.xml.bind.v2.runtime | Code that implements JAXBContext, Unmarshaller, and Marshaller. |
com.sun.xml.bind.v2.runtime.output | Code that writes well-formed XML (XmlOutput and its implementations}. |
com.sun.xml.bind.v2.runtime.property | |
com.sun.xml.bind.v2.runtime.reflect | Abstraction around accessing data of actual objects. |
com.sun.xml.bind.v2.runtime.reflect.opt |
Uses of XMLSerializer in com.sun.xml.bind.v2.model.impl |
---|
Methods in com.sun.xml.bind.v2.model.impl with parameters of type XMLSerializer | |
---|---|
void |
RuntimeBuiltinLeafInfoImpl.declareNamespace(T o,
XMLSerializer w)
|
Uses of XMLSerializer in com.sun.xml.bind.v2.runtime |
---|
Fields in com.sun.xml.bind.v2.runtime declared as XMLSerializer | |
---|---|
protected XMLSerializer |
MarshallerImpl.serializer
|
Methods in com.sun.xml.bind.v2.runtime that return XMLSerializer | |
---|---|
static XMLSerializer |
XMLSerializer.getInstance()
When called from within the realm of the marshaller, this method returns the current XMLSerializer in charge. |
Methods in com.sun.xml.bind.v2.runtime with parameters of type XMLSerializer | |
---|---|
void |
FilterTransducer.declareNamespace(T o,
XMLSerializer w)
|
void |
Transducer.declareNamespace(ValueT o,
XMLSerializer w)
Declares the namespace URIs used in the given value to w . |
java.lang.String |
ClassBeanInfoImpl.getId(BeanT bean,
XMLSerializer target)
|
abstract java.lang.String |
JaxBeanInfo.getId(BeanT o,
XMLSerializer target)
Gets the ID value of the given bean, if it has an ID value. |
java.lang.String |
CompositeStructureBeanInfo.getId(CompositeStructure o,
XMLSerializer target)
|
java.lang.String |
ElementBeanInfoImpl.getId(javax.xml.bind.JAXBElement e,
XMLSerializer target)
|
static void |
RuntimeUtil.handlePrintConversionException(java.lang.Object caller,
java.lang.Exception e,
XMLSerializer serializer)
Reports a print conversion error while marshalling. |
static void |
RuntimeUtil.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. |
void |
ClassBeanInfoImpl.serializeAttributes(BeanT bean,
XMLSerializer target)
|
abstract void |
JaxBeanInfo.serializeAttributes(BeanT o,
XMLSerializer target)
Serializes attributes into the specified target. |
void |
CompositeStructureBeanInfo.serializeAttributes(CompositeStructure o,
XMLSerializer target)
|
void |
ElementBeanInfoImpl.serializeAttributes(javax.xml.bind.JAXBElement e,
XMLSerializer target)
|
void |
ClassBeanInfoImpl.serializeBody(BeanT bean,
XMLSerializer target)
|
abstract void |
JaxBeanInfo.serializeBody(BeanT o,
XMLSerializer target)
Serializes child elements and texts into the specified target. |
void |
CompositeStructureBeanInfo.serializeBody(CompositeStructure o,
XMLSerializer target)
|
void |
ElementBeanInfoImpl.serializeBody(javax.xml.bind.JAXBElement element,
XMLSerializer target)
|
void |
ClassBeanInfoImpl.serializeRoot(BeanT bean,
XMLSerializer target)
|
abstract void |
JaxBeanInfo.serializeRoot(BeanT o,
XMLSerializer target)
Serializes the bean as the root element. |
void |
CompositeStructureBeanInfo.serializeRoot(CompositeStructure o,
XMLSerializer target)
|
void |
ElementBeanInfoImpl.serializeRoot(javax.xml.bind.JAXBElement e,
XMLSerializer target)
|
void |
ClassBeanInfoImpl.serializeURIs(BeanT bean,
XMLSerializer target)
|
abstract void |
JaxBeanInfo.serializeURIs(BeanT o,
XMLSerializer target)
Declares all the namespace URIs this object is using at its top-level scope into the specified target. |
void |
CompositeStructureBeanInfo.serializeURIs(CompositeStructure o,
XMLSerializer target)
|
void |
ElementBeanInfoImpl.serializeURIs(javax.xml.bind.JAXBElement e,
XMLSerializer target)
|
void |
FilterTransducer.writeLeafElement(XMLSerializer w,
Name tagName,
T o,
java.lang.String fieldName)
|
void |
Transducer.writeLeafElement(XMLSerializer w,
Name tagName,
ValueT o,
java.lang.String fieldName)
Sends the result of the Transducer.print(Object) operation
to one of the leafElement(Name, String, String) method. |
void |
InlineBinaryTransducer.writeLeafElement(XMLSerializer w,
Name tagName,
V o,
java.lang.String fieldName)
|
void |
MimeTypedTransducer.writeLeafElement(XMLSerializer w,
Name tagName,
V o,
java.lang.String fieldName)
|
void |
SchemaTypeTransducer.writeLeafElement(XMLSerializer w,
Name tagName,
V o,
java.lang.String fieldName)
|
void |
FilterTransducer.writeText(XMLSerializer w,
T o,
java.lang.String fieldName)
|
void |
Transducer.writeText(XMLSerializer w,
ValueT o,
java.lang.String fieldName)
Sends the result of the Transducer.print(Object) operation
to one of the text(String, String) method,
but with the best representation of the value, not necessarily String. |
void |
InlineBinaryTransducer.writeText(XMLSerializer w,
V o,
java.lang.String fieldName)
|
void |
MimeTypedTransducer.writeText(XMLSerializer w,
V o,
java.lang.String fieldName)
|
void |
SchemaTypeTransducer.writeText(XMLSerializer w,
V o,
java.lang.String fieldName)
|
Uses of XMLSerializer in com.sun.xml.bind.v2.runtime.output |
---|
Fields in com.sun.xml.bind.v2.runtime.output declared as XMLSerializer | |
---|---|
protected XMLSerializer |
XmlOutputAbstractImpl.serializer
|
Methods in com.sun.xml.bind.v2.runtime.output with parameters of type XMLSerializer | |
---|---|
void |
ForkXmlOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext)
|
void |
MTOMXmlOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext)
|
void |
SAXOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext)
|
void |
UTF8XmlOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext)
|
void |
XMLEventWriterOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext)
|
void |
XMLStreamWriterOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext)
|
void |
XmlOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext)
Called at the very beginning. |
void |
XmlOutputAbstractImpl.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext)
Called at the very beginning. |
void |
FastInfosetStreamWriterOutput.startDocument(XMLSerializer serializer,
boolean fragment,
int[] nsUriIndex2prefixIndex,
NamespaceContextImpl nsContext)
|
Constructors in com.sun.xml.bind.v2.runtime.output with parameters of type XMLSerializer | |
---|---|
NamespaceContextImpl(XMLSerializer owner)
|
Uses of XMLSerializer in com.sun.xml.bind.v2.runtime.property |
---|
Methods in com.sun.xml.bind.v2.runtime.property with parameters of type XMLSerializer | |
---|---|
void |
AttributeProperty.serializeAttributes(BeanT o,
XMLSerializer w)
Marshals one attribute. |
void |
Property.serializeBody(BeanT beanT,
XMLSerializer target,
java.lang.Object outerPeer)
|
void |
ValueProperty.serializeBody(BeanT o,
XMLSerializer w,
java.lang.Object outerPeer)
|
void |
AttributeProperty.serializeURIs(BeanT o,
XMLSerializer w)
|
void |
Property.serializeURIs(BeanT beanT,
XMLSerializer target)
|
void |
ValueProperty.serializeURIs(BeanT o,
XMLSerializer w)
|
Uses of XMLSerializer in com.sun.xml.bind.v2.runtime.reflect |
---|
Methods in com.sun.xml.bind.v2.runtime.reflect with parameters of type XMLSerializer | |
---|---|
void |
ListTransducedAccessorImpl.declareNamespace(BeanT bean,
XMLSerializer w)
|
void |
TransducedAccessor.declareNamespace(BeanT o,
XMLSerializer w)
Obtain the value of the field and declares the namespace URIs used in the value. |
abstract ListIterator<ItemT> |
Lister.iterator(PropT multiValueProp,
XMLSerializer context)
Iterates values of a multi-value property. |
ListIterator |
Lister.CollectionLister.iterator(T collection,
XMLSerializer context)
|
abstract void |
TransducedAccessor.writeLeafElement(XMLSerializer w,
Name tagName,
BeanT o,
java.lang.String fieldName)
Convenience method to write the value as a text inside an element without any attributes. |
void |
TransducedAccessor.CompositeTransducedAccessorImpl.writeLeafElement(XMLSerializer w,
Name tagName,
BeanT o,
java.lang.String fieldName)
|
void |
DefaultTransducedAccessor.writeLeafElement(XMLSerializer w,
Name tagName,
T o,
java.lang.String fieldName)
|
abstract void |
TransducedAccessor.writeText(XMLSerializer w,
BeanT o,
java.lang.String fieldName)
Invokes one of the text(String, String) method
with the representation of data bested suited for this transduced accessor. |
void |
TransducedAccessor.CompositeTransducedAccessorImpl.writeText(XMLSerializer w,
BeanT o,
java.lang.String fieldName)
|
void |
DefaultTransducedAccessor.writeText(XMLSerializer w,
T o,
java.lang.String fieldName)
|
Uses of XMLSerializer in com.sun.xml.bind.v2.runtime.reflect.opt |
---|
Methods in com.sun.xml.bind.v2.runtime.reflect.opt with parameters of type XMLSerializer | |
---|---|
void |
TransducedAccessor_field_Integer.writeLeafElement(XMLSerializer w,
Name tagName,
java.lang.Object o,
java.lang.String fieldName)
|
void |
TransducedAccessor_method_Integer.writeLeafElement(XMLSerializer w,
Name tagName,
java.lang.Object o,
java.lang.String fieldName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |