Class | Description |
---|---|
Namespace |
Represents a simple namespace mapping between a simple name and URI.
|
XmlBeanMeta |
Metadata on beans specific to the XML serializers and parsers pulled from the
@Xml annotation on the
class. |
XmlBeanPropertyMeta |
Metadata on bean properties specific to the XML serializers and parsers pulled from the
@Xml annotation
on the bean property. |
XmlClassMeta |
Metadata on classes specific to the XML serializers and parsers pulled from the
@Xml annotation on the
class. |
XmlDocSerializer |
Serializes POJOs to HTTP responses as XML.
|
XmlDocSerializer.Ns |
Default serializer without namespaces.
|
XmlDocSerializerSession |
Session object that lives for the duration of a single use of
XmlDocSerializer . |
XmlParser |
Parses text generated by the
XmlSerializer class back into a POJO model. |
XmlParserBuilder |
Builder class for building XML parsers.
|
XmlParserSession |
Session object that lives for the duration of a single use of
XmlParser . |
XmlReader |
Wrapper class around a
XMLStreamReader . |
XmlSchemaDocSerializer |
Serializes POJO metadata to HTTP responses as XML.
|
XmlSchemaDocSerializerSession |
Session object that lives for the duration of a single use of
XmlSchemaDocSerializer . |
XmlSchemaSerializer |
Serializes POJO metadata to HTTP responses as XML.
|
XmlSchemaSerializerBuilder |
Builder class for building instances of XML Schema serializers.
|
XmlSchemaSerializerSession |
Session object that lives for the duration of a single use of
XmlSchemaSerializer . |
XmlSerializer |
Serializes POJO models to XML.
|
XmlSerializer.Ns |
Default serializer without namespaces.
|
XmlSerializer.NsSq |
Default serializer without namespaces, single quotes.
|
XmlSerializer.NsSqReadable |
Default serializer without namespaces, single quotes, with whitespace.
|
XmlSerializer.Sq |
Default serializer, single quotes.
|
XmlSerializer.SqReadable |
Default serializer, single quotes, whitespace added.
|
XmlSerializerBuilder |
Builder class for building instances of XML serializers.
|
XmlSerializerSession |
Session object that lives for the duration of a single use of
XmlSerializer . |
XmlUtils |
XML utility methods.
|
XmlWriter |
Specialized writer for serializing XML.
|
Exception | Description |
---|---|
XmlParseException |
Exception that indicates invalid syntax encountered during XML parsing.
|
Copyright © 2018 Apache. All rights reserved.