Package org.apache.juneau.xml
package org.apache.juneau.xml
XML Marshalling Support
-
ClassDescriptionRepresents a simple namespace mapping between a simple name and URI.Metadata on beans specific to the XML serializers and parsers pulled from the
@Xml
annotation on the class.Metadata on bean properties specific to the XML serializers and parsers pulled from the@Xml
annotation on the bean property.Metadata on classes specific to the XML serializers and parsers pulled from the@Xml
annotation on the class.Serializes POJOs to HTTP responses as XML.Default serializer without namespaces.Session object that lives for the duration of a single use ofXmlDocSerializer
.Builder class.XMLEventAllocator
base class.Represents the absence of this class.Parses text generated by theXmlSerializer
class back into a POJO model.Builder class.Session object that lives for the duration of a single use ofXmlParser
.Builder class.Wrapper class around aXMLStreamReader
.XMLReporter
base class.Represents the absence of this class.XMLResolver
base class.Represents the absence of this class.Serializes POJO models to XML.Builder class.Default serializer without namespaces.Default serializer without namespaces, single quotes.Default serializer without namespaces, single quotes, with whitespace.Default serializer, single quotes.Default serializer, single quotes, whitespace added.Session object that lives for the duration of a single use ofXmlSerializer
.Builder class.Identifies what the contents were of a serialized bean.XML utility methods.Specialized writer for serializing XML.