Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
Packages that use XMLSerializer Package Description org.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.output Code that writes well-formed XML (XmlOutputand its implementations}.org.glassfish.jaxb.runtime.v2.runtime.property org.glassfish.jaxb.runtime.v2.runtime.reflect Abstraction around accessing data of actual objects.org.glassfish.jaxb.runtime.v2.runtime.reflect.opt -
-
Uses of XMLSerializer in org.glassfish.jaxb.runtime.v2.model.impl
Methods in org.glassfish.jaxb.runtime.v2.model.impl with parameters of type XMLSerializer Modifier and Type Method Description voidRuntimeBuiltinLeafInfoImpl. declareNamespace(T o, XMLSerializer w) -
Uses of XMLSerializer in org.glassfish.jaxb.runtime.v2.runtime
Fields in org.glassfish.jaxb.runtime.v2.runtime declared as XMLSerializer Modifier and Type Field Description protected XMLSerializerMarshallerImpl. serializerMethods in org.glassfish.jaxb.runtime.v2.runtime that return XMLSerializer Modifier and Type Method Description static XMLSerializerXMLSerializer. getInstance()When called from within the realm of the marshaller, this method returns the currentXMLSerializerin charge.Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type XMLSerializer Modifier and Type Method Description voidFilterTransducer. declareNamespace(T o, XMLSerializer w)voidTransducer. declareNamespace(ValueT o, XMLSerializer w)Declares the namespace URIs used in the given value tow.StringClassBeanInfoImpl. getId(BeanT bean, XMLSerializer target)StringCompositeStructureBeanInfo. getId(CompositeStructure o, XMLSerializer target)StringElementBeanInfoImpl. getId(jakarta.xml.bind.JAXBElement e, XMLSerializer target)abstract StringJaxBeanInfo. getId(BeanT o, XMLSerializer target)Gets the ID value of the given bean, if it has an ID value.voidClassBeanInfoImpl. serializeAttributes(BeanT bean, XMLSerializer target)voidCompositeStructureBeanInfo. serializeAttributes(CompositeStructure o, XMLSerializer target)voidElementBeanInfoImpl. serializeAttributes(jakarta.xml.bind.JAXBElement e, XMLSerializer target)abstract voidJaxBeanInfo. serializeAttributes(BeanT o, XMLSerializer target)Serializes attributes into the specified target.voidClassBeanInfoImpl. serializeBody(BeanT bean, XMLSerializer target)voidCompositeStructureBeanInfo. serializeBody(CompositeStructure o, XMLSerializer target)voidElementBeanInfoImpl. serializeBody(jakarta.xml.bind.JAXBElement element, XMLSerializer target)abstract voidJaxBeanInfo. serializeBody(BeanT o, XMLSerializer target)Serializes child elements and texts into the specified target.voidClassBeanInfoImpl. serializeRoot(BeanT bean, XMLSerializer target)voidCompositeStructureBeanInfo. serializeRoot(CompositeStructure o, XMLSerializer target)voidElementBeanInfoImpl. serializeRoot(jakarta.xml.bind.JAXBElement e, XMLSerializer target)abstract voidJaxBeanInfo. serializeRoot(BeanT o, XMLSerializer target)Serializes the bean as the root element.voidClassBeanInfoImpl. serializeURIs(BeanT bean, XMLSerializer target)voidCompositeStructureBeanInfo. serializeURIs(CompositeStructure o, XMLSerializer target)voidElementBeanInfoImpl. serializeURIs(jakarta.xml.bind.JAXBElement e, XMLSerializer target)abstract voidJaxBeanInfo. serializeURIs(BeanT o, XMLSerializer target)Declares all the namespace URIs this object is using at its top-level scope into the specified target.voidFilterTransducer. writeLeafElement(XMLSerializer w, Name tagName, T o, String fieldName)voidInlineBinaryTransducer. writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName)voidMimeTypedTransducer. writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName)voidSchemaTypeTransducer. writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName)voidTransducer. writeLeafElement(XMLSerializer w, Name tagName, ValueT o, String fieldName)Sends the result of theTransducer.print(Object)operation to one of theleafElement(Name, String, String)method.voidFilterTransducer. writeText(XMLSerializer w, T o, String fieldName)voidInlineBinaryTransducer. writeText(XMLSerializer w, V o, String fieldName)voidMimeTypedTransducer. writeText(XMLSerializer w, V o, String fieldName)voidSchemaTypeTransducer. writeText(XMLSerializer w, V o, String fieldName)voidTransducer. writeText(XMLSerializer w, ValueT o, String fieldName)Sends the result of theTransducer.print(Object)operation to one of thetext(String, String)method, but with the best representation of the value, not necessarily String. -
Uses of XMLSerializer in org.glassfish.jaxb.runtime.v2.runtime.output
Fields in org.glassfish.jaxb.runtime.v2.runtime.output declared as XMLSerializer Modifier and Type Field Description protected XMLSerializerXmlOutputAbstractImpl. serializerMethods in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type XMLSerializer Modifier and Type Method Description voidFastInfosetStreamWriterOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)voidForkXmlOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)voidMTOMXmlOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)voidSAXOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)voidUTF8XmlOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)voidXMLEventWriterOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)voidXmlOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)Called at the very beginning.voidXmlOutputAbstractImpl. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)Called at the very beginning.voidXMLStreamWriterOutput. startDocument(XMLSerializer serializer, boolean fragment, int[] nsUriIndex2prefixIndex, NamespaceContextImpl nsContext)Constructors in org.glassfish.jaxb.runtime.v2.runtime.output with parameters of type XMLSerializer Constructor Description NamespaceContextImpl(XMLSerializer owner) -
Uses of XMLSerializer in org.glassfish.jaxb.runtime.v2.runtime.property
Methods in org.glassfish.jaxb.runtime.v2.runtime.property with parameters of type XMLSerializer Modifier and Type Method Description voidAttributeProperty. serializeAttributes(BeanT o, XMLSerializer w)Marshals one attribute.voidProperty. serializeBody(BeanT beanT, XMLSerializer target, Object outerPeer)voidValueProperty. serializeBody(BeanT o, XMLSerializer w, Object outerPeer)voidAttributeProperty. serializeURIs(BeanT o, XMLSerializer w)voidProperty. serializeURIs(BeanT beanT, XMLSerializer target)voidValueProperty. serializeURIs(BeanT o, XMLSerializer w) -
Uses of XMLSerializer in org.glassfish.jaxb.runtime.v2.runtime.reflect
Methods in org.glassfish.jaxb.runtime.v2.runtime.reflect with parameters of type XMLSerializer Modifier and Type Method Description voidListTransducedAccessorImpl. declareNamespace(BeanT bean, XMLSerializer w)voidTransducedAccessor. declareNamespace(BeanT o, XMLSerializer w)Obtain the value of the field and declares the namespace URIs used in the value.ListIteratorLister.CollectionLister. iterator(T collection, XMLSerializer context)abstract ListIterator<ItemT>Lister. iterator(PropT multiValueProp, XMLSerializer context)Iterates values of a multi-value property.voidDefaultTransducedAccessor. writeLeafElement(XMLSerializer w, Name tagName, T o, String fieldName)voidTransducedAccessor.CompositeTransducedAccessorImpl. writeLeafElement(XMLSerializer w, Name tagName, BeanT o, String fieldName)abstract voidTransducedAccessor. writeLeafElement(XMLSerializer w, Name tagName, BeanT o, String fieldName)Convenience method to write the value as a text inside an element without any attributes.voidDefaultTransducedAccessor. writeText(XMLSerializer w, T o, String fieldName)voidTransducedAccessor.CompositeTransducedAccessorImpl. writeText(XMLSerializer w, BeanT o, String fieldName)abstract voidTransducedAccessor. writeText(XMLSerializer w, BeanT o, String fieldName)Invokes one of thetext(String, String)method with the representation of data bested suited for this transduced accessor. -
Uses of XMLSerializer in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
Methods in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt with parameters of type XMLSerializer Modifier and Type Method Description voidTransducedAccessor_field_Integer. writeLeafElement(XMLSerializer w, Name tagName, Object o, String fieldName)voidTransducedAccessor_method_Integer. writeLeafElement(XMLSerializer w, Name tagName, Object o, String fieldName)
-