Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractMarshallerImpl - Class in javax.xml.bind.helpers
-
Partial default
Marshaller
implementation. - AbstractMarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractMarshallerImpl
- AbstractUnmarshallerImpl - Class in javax.xml.bind.helpers
-
Partial default
Unmarshaller
implementation. - AbstractUnmarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- addMtomAttachment(byte[], int, int, String, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Consider binary
data
for optimized binary storage as an attachment. - addMtomAttachment(DataHandler, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Consider MIME content
data
for optimized binary storage as an attachment. - addSwaRefAttachment(DataHandler) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Add MIME
data
as an attachment and return attachment's content-id, cid. - afterMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener
-
Callback method invoked after marshalling
source
to XML. - afterUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener
-
Callback method invoked after unmarshalling XML data into
target
. - aliases - Static variable in class javax.xml.bind.helpers.AbstractMarshallerImpl
- ALPHABETICAL - Enum constant in enum class javax.xml.bind.annotation.XmlAccessOrder
-
The ordering of fields and properties in a class is in alphabetical order as determined by the method java.lang.String.compareTo(String anotherString).
- assertionFailed() - Static method in class javax.xml.bind.util.JAXBResult
-
Hook to throw exception from the middle of a contructor chained call to this
- assertionFailed(String) - Static method in class javax.xml.bind.util.JAXBSource
-
Hook to throw exception from the middle of a contructor chained call to this
- AttachmentMarshaller - Class in javax.xml.bind.attachment
-
Enable JAXB marshalling to optimize storage of binary data.
- AttachmentMarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentMarshaller
- AttachmentUnmarshaller - Class in javax.xml.bind.attachment
-
Enables JAXB unmarshalling of a root document containing optimized binary data formats.
- AttachmentUnmarshaller() - Constructor for class javax.xml.bind.attachment.AttachmentUnmarshaller
- attributeFormDefault() - Element in annotation interface javax.xml.bind.annotation.XmlSchema
-
Namespace qualification for attributes.
B
- beforeMarshal(Object) - Method in class javax.xml.bind.Marshaller.Listener
-
Callback method invoked before marshalling from
source
to XML. - beforeUnmarshal(Object, Object) - Method in class javax.xml.bind.Unmarshaller.Listener
-
Callback method invoked before unmarshalling into
target
. - Binder<XmlNode> - Class in javax.xml.bind
-
Enable synchronization between XML infoset nodes and JAXB objects representing same XML document.
- Binder() - Constructor for class javax.xml.bind.Binder
- builder - Variable in class javax.xml.bind.annotation.W3CDomHandler
C
- cache - Static variable in class javax.xml.bind.JAXB
-
Cache.
- Cache(Class) - Constructor for class javax.xml.bind.JAXB.Cache
- CalendarFormatter() - Constructor for class javax.xml.bind.DatatypeConverterImpl.CalendarFormatter
- CANT_FIND_PROPERTIES_FILE - Static variable in class javax.xml.bind.Messages
- CANT_MIX_PROVIDERS - Static variable in class javax.xml.bind.Messages
- checkBoolean(String, Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- checkNotNull(Object, String, Object, String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- checkPackageAccess(String) - Static method in class javax.xml.bind.ServiceLoaderUtil
- checkString(String, Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- classNameFromPackageProperties(URL, String...) - Static method in class javax.xml.bind.ContextFinder
-
first factoryId should be the preferred one, more of those can be provided to support backwards compatibility
- classNameFromSystemProperties() - Static method in class javax.xml.bind.ContextFinder
- collapse(CharSequence) - Static method in class javax.xml.bind.WhiteSpaceProcessor
-
This is usually the biggest processing bottleneck.
- collapse(String) - Static method in class javax.xml.bind.WhiteSpaceProcessor
- CollapsedStringAdapter - Class in javax.xml.bind.annotation.adapters
-
Built-in
XmlAdapter
to handlexs:token
and its derived types. - CollapsedStringAdapter() - Constructor for class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
- columnNumber - Variable in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- contentObject - Variable in class javax.xml.bind.util.JAXBSource
- context - Variable in class javax.xml.bind.JAXB.Cache
- contextClassLoader(ServiceLoaderUtil.ExceptionHandler) - Static method in class javax.xml.bind.ServiceLoaderUtil
- ContextFinder - Class in javax.xml.bind
-
This class is package private and therefore is not exposed as part of the JAXB API.
- ContextFinder() - Constructor for class javax.xml.bind.ContextFinder
- CONVERTER_MUST_NOT_BE_NULL - Static variable in class javax.xml.bind.Messages
- COULD_NOT_INSTANTIATE - Static variable in class javax.xml.bind.Messages
- createBinder() - Method in class javax.xml.bind.JAXBContext
-
Creates a
Binder
for W3C DOM. - createBinder(Class<T>) - Method in class javax.xml.bind.JAXBContext
-
Creates a
Binder
object that can be used for associative/in-place unmarshalling/marshalling. - createContext(Class<?>[], Map<String, ?>) - Method in interface javax.xml.bind.JAXBContextFactory
-
Create a new instance of a
JAXBContext
class. - createContext(String, ClassLoader, Map<String, ?>) - Method in interface javax.xml.bind.JAXBContextFactory
-
Create a new instance of a
JAXBContext
class. - createException(Throwable, String) - Method in class javax.xml.bind.ServiceLoaderUtil.ExceptionHandler
- createJAXBIntrospector() - Method in class javax.xml.bind.JAXBContext
-
Creates a
JAXBIntrospector
object that can be used to introspect JAXB objects. - createMarshaller() - Method in class javax.xml.bind.JAXBContext
-
Create a
Marshaller
object that can be used to convert a java content tree into XML data. - createOutput(String, String) - Method in class javax.xml.bind.SchemaOutputResolver
-
Decides where the schema file (of the given namespace URI) will be written, and return it as a
Result
object. - createUnmarshalException(SAXException) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Creates an UnmarshalException from a SAXException.
- createUnmarshaller() - Method in class javax.xml.bind.JAXBContext
-
Create an
Unmarshaller
object that can be used to convert XML data into a java content tree. - createUnmarshaller(ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
-
When a JAXB provider needs to unmarshal a part of a document into an infoset representation, it first calls this method to create a
Result
object. - createUnmarshaller(ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
- createValidator() - Method in class javax.xml.bind.JAXBContext
-
Deprecated.since JAXB2.0
D
- DataBindingException - Exception in javax.xml.bind
-
Exception that represents a failure in a JAXB operation.
- DataBindingException(String, Throwable) - Constructor for exception javax.xml.bind.DataBindingException
- DataBindingException(Throwable) - Constructor for exception javax.xml.bind.DataBindingException
- DatatypeConverter - Class in javax.xml.bind
-
The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype.
- DatatypeConverter() - Constructor for class javax.xml.bind.DatatypeConverter
- DatatypeConverterImpl - Class in javax.xml.bind
-
This class is the JAXB RI's default implementation of the
DatatypeConverterInterface
. - DatatypeConverterImpl() - Constructor for class javax.xml.bind.DatatypeConverterImpl
- DatatypeConverterImpl.CalendarFormatter - Class in javax.xml.bind
- DatatypeConverterInterface - Interface in javax.xml.bind
-
The DatatypeConverterInterface is for JAXB provider use only.
- datatypeFactory - Static variable in class javax.xml.bind.DatatypeConverterImpl
- declaredType - Variable in class javax.xml.bind.JAXBElement
-
Java datatype binding for xml element declaration's type.
- decodeMap - Static variable in class javax.xml.bind.DatatypeConverterImpl
- DEFAULT() - Constructor for class javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter.DEFAULT
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElement.DEFAULT
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElementRef.DEFAULT
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlSchemaType.DEFAULT
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlType.DEFAULT
- DEFAULT_FACTORY_CLASS - Static variable in class javax.xml.bind.ModuleUtil
-
When JAXB is in J2SE, rt.jar has to have a JAXB implementation.
- DEFAULT_PROVIDER_NOT_FOUND - Static variable in class javax.xml.bind.Messages
- DefaultValidationEventHandler - Class in javax.xml.bind.helpers
-
JAXB 1.0 only default validation event handler.
- DefaultValidationEventHandler() - Constructor for class javax.xml.bind.helpers.DefaultValidationEventHandler
- defaultValue() - Element in annotation interface javax.xml.bind.annotation.XmlElement
-
Default value of this element.
- defaultValue() - Element in annotation interface javax.xml.bind.annotation.XmlElementDecl
-
Default value of this element.
- delegateAddOpensToImplModule(Class[], Class<?>) - Static method in class javax.xml.bind.ModuleUtil
-
Implementation may be defined in other module than
java.xml.bind
. - doFormat(String, Calendar) - Static method in class javax.xml.bind.DatatypeConverterImpl.CalendarFormatter
- DomHandler<ElementT,
ResultT extends Result> - Interface in javax.xml.bind.annotation -
Converts an element (and its descendants) from/to DOM (or similar) representation.
E
- Element - Interface in javax.xml.bind
-
This is an element marker interface.
- elementFormDefault() - Element in annotation interface javax.xml.bind.annotation.XmlSchema
-
Namespace qualification for elements.
- encode(int) - Static method in class javax.xml.bind.DatatypeConverterImpl
- encodeByte(int) - Static method in class javax.xml.bind.DatatypeConverterImpl
- encodeMap - Static variable in class javax.xml.bind.DatatypeConverterImpl
- encoding - Variable in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
store the value of the encoding property.
- ERROR - Static variable in class javax.xml.bind.helpers.Messages
- ERROR - Static variable in interface javax.xml.bind.ValidationEvent
-
Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation
- ERROR_LOAD_CLASS - Static variable in class javax.xml.bind.Messages
- errorCode - Variable in exception javax.xml.bind.JAXBException
-
Vendor specific error code
- errorCode - Variable in exception javax.xml.bind.TypeConstraintException
-
Vendor specific error code
- eventHandler - Variable in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
handler that will be used to process errors and warnings during marshal
- eventHandler - Variable in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
handler that will be used to process errors and warnings during unmarshal
- events - Variable in class javax.xml.bind.util.ValidationEventCollector
- EXCEPTION_HANDLER - Static variable in class javax.xml.bind.ContextFinder
- ExceptionHandler() - Constructor for class javax.xml.bind.ServiceLoaderUtil.ExceptionHandler
F
- factoryClass() - Element in annotation interface javax.xml.bind.annotation.XmlType
-
Class containing a no-arg factory method for creating an instance of this class.
- factoryMethod() - Element in annotation interface javax.xml.bind.annotation.XmlType
-
Name of a no-arg factory method in the class specified in
factoryClass
factoryClass(). - FATAL_ERROR - Static variable in class javax.xml.bind.helpers.Messages
- FATAL_ERROR - Static variable in interface javax.xml.bind.ValidationEvent
-
Conditions that correspond to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation
- FIELD - Enum constant in enum class javax.xml.bind.annotation.XmlAccessType
-
Every non static, non transient field in a JAXB-bound class will be automatically bound to XML, unless annotated by
XmlTransient
. - find(Class<?>[], Map<String, ?>) - Static method in class javax.xml.bind.ContextFinder
- find(String, String, ClassLoader, Map) - Static method in class javax.xml.bind.ContextFinder
- findFirstByJaxbIndex(String, ClassLoader) - Static method in class javax.xml.bind.ModuleUtil
-
Find first class in package by
jaxb.index
file. - firstByServiceLoader(Class<P>, Logger, ServiceLoaderUtil.ExceptionHandler<T>) - Static method in class javax.xml.bind.ServiceLoaderUtil
- firstByServiceLoaderDeprecated(Class, ClassLoader) - Static method in class javax.xml.bind.ContextFinder
-
Deprecated.
- format(String) - Static method in class javax.xml.bind.helpers.Messages
- format(String) - Static method in class javax.xml.bind.Messages
- format(String) - Static method in class javax.xml.bind.util.Messages
- format(String, Object) - Static method in class javax.xml.bind.helpers.Messages
- format(String, Object) - Static method in class javax.xml.bind.Messages
- format(String, Object) - Static method in class javax.xml.bind.util.Messages
- format(String, Object[]) - Static method in class javax.xml.bind.helpers.Messages
-
Loads a string resource and formats it with specified arguments.
- format(String, Object[]) - Static method in class javax.xml.bind.Messages
-
Loads a string resource and formats it with specified arguments.
- format(String, Object[]) - Static method in class javax.xml.bind.util.Messages
-
Loads a string resource and formats it with specified arguments.
- format(String, Object, Object) - Static method in class javax.xml.bind.helpers.Messages
- format(String, Object, Object) - Static method in class javax.xml.bind.Messages
- format(String, Object, Object) - Static method in class javax.xml.bind.util.Messages
- format(String, Object, Object, Object) - Static method in class javax.xml.bind.helpers.Messages
- format(String, Object, Object, Object) - Static method in class javax.xml.bind.Messages
- format(String, Object, Object, Object) - Static method in class javax.xml.bind.util.Messages
- formatDays(Calendar, StringBuilder) - Static method in class javax.xml.bind.DatatypeConverterImpl.CalendarFormatter
- formatHours(Calendar, StringBuilder) - Static method in class javax.xml.bind.DatatypeConverterImpl.CalendarFormatter
- formatMinutes(Calendar, StringBuilder) - Static method in class javax.xml.bind.DatatypeConverterImpl.CalendarFormatter
- formatMonth(Calendar, StringBuilder) - Static method in class javax.xml.bind.DatatypeConverterImpl.CalendarFormatter
- formatSeconds(Calendar, StringBuilder) - Static method in class javax.xml.bind.DatatypeConverterImpl.CalendarFormatter
- formattedOutput - Variable in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
store the value of the formattedOutput property.
- formatTimeZone(Calendar, StringBuilder) - Static method in class javax.xml.bind.DatatypeConverterImpl.CalendarFormatter
-
formats time zone specifier.
- formatTwoDigits(int, StringBuilder) - Static method in class javax.xml.bind.DatatypeConverterImpl.CalendarFormatter
-
formats Integer into two-character-wide string.
- formatYear(Calendar, StringBuilder) - Static method in class javax.xml.bind.DatatypeConverterImpl.CalendarFormatter
- fragment - Variable in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
store the value of the fragment property.
G
- generateSchema(SchemaOutputResolver) - Method in class javax.xml.bind.JAXBContext
-
Generates the schema documents for this context.
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getAdapter(Class<A>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Marshaller
-
Gets the adapter associated with the specified type.
- getAdapter(Class<A>) - Method in interface javax.xml.bind.Unmarshaller
-
Gets the adapter associated with the specified type.
- getAttachmentAsByteArray(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Retrieve the attachment identified by content-id,
cid
, as abyte[]
. - getAttachmentAsDataHandler(String) - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Lookup MIME content by content-id,
cid
, and return as aDataHandler
. - getAttachmentMarshaller() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getAttachmentMarshaller() - Method in interface javax.xml.bind.Marshaller
- getAttachmentUnmarshaller() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- getAttachmentUnmarshaller() - Method in interface javax.xml.bind.Unmarshaller
- getBuilder() - Method in class javax.xml.bind.annotation.W3CDomHandler
- getCause() - Method in exception javax.xml.bind.JAXBException
- getClassClassLoader(Class) - Static method in class javax.xml.bind.ContextFinder
- getClassesFromContextPath(String, ClassLoader) - Static method in class javax.xml.bind.ModuleUtil
-
Resolves classes from context path.
- getColumnNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getColumnNumber() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the column number if available
- getContext(Class<T>) - Static method in class javax.xml.bind.JAXB
-
Obtains the
JAXBContext
from the given type, by using the cache if possible. - getContextClassLoader() - Static method in class javax.xml.bind.ContextFinder
- getContextClassLoader() - Static method in class javax.xml.bind.JAXBContext
- getDeclaredType() - Method in class javax.xml.bind.JAXBElement
-
Returns the Java binding of the xml element declaration's type attribute.
- getDeprecatedSystemProperty(String) - Static method in class javax.xml.bind.ContextFinder
- getElement(DOMResult) - Method in class javax.xml.bind.annotation.W3CDomHandler
- getElement(ResultT) - Method in interface javax.xml.bind.annotation.DomHandler
-
Once the portion is sent to the
Result
. - getElementName(Object) - Method in class javax.xml.bind.JAXBIntrospector
-
Get xml element qname for
jaxbElement
. - getEncoding() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current output encoding.
- getErrorCode() - Method in exception javax.xml.bind.JAXBException
-
Get the vendor specific error code
- getErrorCode() - Method in exception javax.xml.bind.TypeConstraintException
-
Get the vendor specific error code
- getEventHandler() - Method in class javax.xml.bind.Binder
-
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getEventHandler() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Marshaller
-
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Unmarshaller
-
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- getEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
-
Return an array of ValidationEvent objects containing a copy of each of the collected errors and warnings.
- getJavaEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Gets the corresponding Java encoding name from an IANA name.
- getJAXBNode(XmlNode) - Method in class javax.xml.bind.Binder
-
Gets the JAXB object associated with the given XML element.
- getLineNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the line number if available
- getLinkedException() - Method in class javax.xml.bind.helpers.ValidationEventImpl
- getLinkedException() - Method in exception javax.xml.bind.JAXBException
-
Get the linked exception
- getLinkedException() - Method in exception javax.xml.bind.TypeConstraintException
-
Get the linked exception
- getLinkedException() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the linked exception for this warning/error.
- getListener() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getListener() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- getListener() - Method in interface javax.xml.bind.Marshaller
-
Return
Marshaller.Listener
registered with thisMarshaller
. - getListener() - Method in interface javax.xml.bind.Unmarshaller
-
Return
Unmarshaller.Listener
registered with thisUnmarshaller
. - getLocation(ValidationEvent) - Method in class javax.xml.bind.helpers.DefaultValidationEventHandler
-
Calculate a location message for the event
- getLocator() - Method in class javax.xml.bind.helpers.ValidationEventImpl
- getLocator() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the locator for this warning/error.
- getMessage() - Method in class javax.xml.bind.helpers.ValidationEventImpl
- getMessage() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the text message for this warning/error.
- getName() - Method in class javax.xml.bind.JAXBElement
-
Returns the xml element tag name.
- getNode() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getNode() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return a reference to the DOM Node if available
- getNode(Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
By default, the getNode method is unsupported and throw an
UnsupportedOperationException
. - getNode(Object) - Method in interface javax.xml.bind.Marshaller
-
Get a DOM tree view of the content tree(Optional).
- getNoNSSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current noNamespaceSchemaLocation.
- getObject() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getObject() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return a reference to the object in the Java content tree if available
- getOffset() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getOffset() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the byte offset if available
- getProperty(String) - Method in class javax.xml.bind.Binder
-
Get the particular property in the underlying implementation of
Binder
. - getProperty(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Default implementation of the getProperty method handles the four defined properties in Marshaller.
- getProperty(String) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Default implementation of the getProperty method always throws PropertyException since there are no required properties.
- getProperty(String) - Method in interface javax.xml.bind.Marshaller
-
Get the particular property in the underlying implementation of
Marshaller
. - getProperty(String) - Method in interface javax.xml.bind.Unmarshaller
-
Get the particular property in the underlying implementation of
Unmarshaller
. - getProperty(String) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- GetPropertyAction - Class in javax.xml.bind
-
PrivilegedAction
that gets the system property value. - GetPropertyAction(String) - Constructor for class javax.xml.bind.GetPropertyAction
- getResourceUrl(Class<?>, String) - Static method in class javax.xml.bind.ContextFinder
- getResourceUrl(ClassLoader, String) - Static method in class javax.xml.bind.ContextFinder
-
If run on JPMS package containing resource must be open unconditionally.
- getResult() - Method in interface javax.xml.bind.UnmarshallerHandler
-
Obtains the unmarshalled result.
- getResult() - Method in class javax.xml.bind.util.JAXBResult
-
Gets the unmarshalled object created by the transformation.
- getSchema() - Method in class javax.xml.bind.Binder
-
Gets the last
Schema
object (including null) set by thesetSchema(Schema)
method. - getSchema() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- getSchema() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- getSchema() - Method in interface javax.xml.bind.Marshaller
-
Get the JAXP 1.3
Schema
object being used to perform marshal-time validation. - getSchema() - Method in interface javax.xml.bind.Unmarshaller
-
Get the JAXP 1.3
Schema
object being used to perform unmarshal-time validation. - getSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the current schemaLocation.
- getScope() - Method in class javax.xml.bind.JAXBElement
-
Returns scope of xml element declaration.
- getSeverity() - Method in class javax.xml.bind.helpers.ValidationEventImpl
- getSeverity() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the severity code for this warning/error.
- getSystemClassLoader() - Static method in class javax.xml.bind.ContextFinder
- getSystemProperty(String) - Static method in class javax.xml.bind.ContextFinder
- getUnmarshallerHandler() - Method in interface javax.xml.bind.Unmarshaller
-
Get an unmarshaller handler object that can be used as a component in an XML pipeline.
- getURL() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- getURL() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the name of the XML source as a URL if available
- getValue() - Method in class javax.xml.bind.JAXBElement
-
Return the content model and attribute values for this element.
- getValue(Object) - Static method in class javax.xml.bind.JAXBIntrospector
-
Get the element value of a JAXB element.
- getXMLNode(Object) - Method in class javax.xml.bind.Binder
-
Gets the XML element associated with the given JAXB object.
- getXMLReader() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Obtains a configured XMLReader.
- GLOBAL() - Constructor for class javax.xml.bind.annotation.XmlElementDecl.GLOBAL
- GlobalScope() - Constructor for class javax.xml.bind.JAXBElement.GlobalScope
- guessLength(String) - Static method in class javax.xml.bind.DatatypeConverterImpl
-
computes the length of binary data speculatively.
H
- handleClassCastException(Class, Class) - Static method in class javax.xml.bind.ContextFinder
-
Determine if two types (JAXBContext in this case) will generate a ClassCastException.
- handleEvent(ValidationEvent) - Method in class javax.xml.bind.helpers.DefaultValidationEventHandler
- handleEvent(ValidationEvent) - Method in class javax.xml.bind.util.ValidationEventCollector
- handleEvent(ValidationEvent) - Method in interface javax.xml.bind.ValidationEventHandler
-
Receive notification of a validation warning or error.
- handleInvocationTargetException(InvocationTargetException) - Static method in class javax.xml.bind.ContextFinder
-
If the
InvocationTargetException
wraps an exception that shouldn't be wrapped, throw the wrapped exception. - hasEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
-
Returns true if this event collector contains at least one ValidationEvent.
- HexBinaryAdapter - Class in javax.xml.bind.annotation.adapters
-
XmlAdapter
forxs:hexBinary
. - HexBinaryAdapter() - Constructor for class javax.xml.bind.annotation.adapters.HexBinaryAdapter
- hexCode - Static variable in class javax.xml.bind.DatatypeConverterImpl
- hexToBin(char) - Static method in class javax.xml.bind.DatatypeConverterImpl
I
- ILLEGAL_CAST - Static variable in class javax.xml.bind.Messages
- ILLEGAL_SEVERITY - Static variable in class javax.xml.bind.helpers.Messages
- inferName(Class) - Static method in class javax.xml.bind.JAXB
- initConverter() - Static method in class javax.xml.bind.DatatypeConverter
- initDecodeMap() - Static method in class javax.xml.bind.DatatypeConverterImpl
- initEncodeMap() - Static method in class javax.xml.bind.DatatypeConverterImpl
- INPUTSTREAM_NOT_NULL - Static variable in class javax.xml.bind.helpers.Messages
- installHook(String) - Static method in class javax.xml.bind.DatatypeConverterImpl
-
Just return the string passed as a parameter but installs an instance of this class as the DatatypeConverter implementation.
- instantiateProviderIfNecessary(Class<?>) - Static method in class javax.xml.bind.ContextFinder
- isDigitOrPeriodOrSign(char) - Static method in class javax.xml.bind.DatatypeConverterImpl
- isElement(Object) - Method in class javax.xml.bind.JAXBIntrospector
-
Return true if
object
represents a JAXB element. - isFormattedOutput() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the formatted output flag.
- isFragment() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for getting the fragment flag.
- isGlobalScope() - Method in class javax.xml.bind.JAXBElement
-
Returns true iff this xml element declaration is global.
- isNil() - Method in class javax.xml.bind.JAXBElement
-
Returns
true
iff this element instance content model is nil. - isTypeSubstituted() - Method in class javax.xml.bind.JAXBElement
-
Returns true iff this xml element instance's value has a different type than xml element declaration's declared type.
- isValidating() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Indicates whether or not the Unmarshaller is configured to validate during unmarshal operations.
- isValidating() - Method in interface javax.xml.bind.Unmarshaller
-
Deprecated.since JAXB2.0, please see
Unmarshaller.getSchema()
- isWhiteSpace(char) - Static method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
-
returns true if the specified char is a white space character.
- isWhiteSpace(char) - Static method in class javax.xml.bind.WhiteSpaceProcessor
-
returns true if the specified char is a white space character.
- isWhiteSpace(CharSequence) - Static method in class javax.xml.bind.WhiteSpaceProcessor
-
Returns true if the specified string is all whitespace.
- isWhiteSpaceExceptSpace(char) - Static method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
-
Returns true if the specified char is a white space character but not 0x20.
- isWhiteSpaceExceptSpace(char) - Static method in class javax.xml.bind.WhiteSpaceProcessor
-
Returns true if the specified char is a white space character but not 0x20.
- isXOPPackage() - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Read-only property that returns true if JAXB marshaller should enable XOP creation.
- isXOPPackage() - Method in class javax.xml.bind.attachment.AttachmentUnmarshaller
-
Read-only property that returns true if JAXB unmarshaller needs to perform XOP processing.
J
- java.xml.bind - module java.xml.bind
-
Jakarta XML Binding API.
- javax.xml.bind - package javax.xml.bind
-
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
- javax.xml.bind.annotation - package javax.xml.bind.annotation
-
Defines annotations for customizing Java program elements to XML Schema mapping.
- javax.xml.bind.annotation.adapters - package javax.xml.bind.annotation.adapters
-
XmlAdapter
and its spec-defined sub-classes to allow arbitrary Java classes to be used with Jakarta XML Binding. - javax.xml.bind.attachment - package javax.xml.bind.attachment
-
This package is implemented by a MIME-based package processor that enables the interpretation and creation of optimized binary data within an MIME-based package format.
- javax.xml.bind.helpers - package javax.xml.bind.helpers
-
Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of the
javax.xml.bind
interfaces. - javax.xml.bind.util - package javax.xml.bind.util
-
Useful client utility classes.
- JAXB - Class in javax.xml.bind
-
Class that defines convenience methods for common, simple use of JAXB.
- JAXB() - Constructor for class javax.xml.bind.JAXB
-
No instanciation is allowed.
- JAXB_CLASSES_NOT_OPEN - Static variable in class javax.xml.bind.Messages
- JAXB_CONTEXT_FACTORY - Static variable in class javax.xml.bind.JAXBContext
-
The name of the property that contains the name of the class capable of creating new
JAXBContext
objects. - JAXB_CONTEXT_FACTORY_DEPRECATED - Static variable in class javax.xml.bind.ContextFinder
- JAXB_ENCODING - Static variable in interface javax.xml.bind.Marshaller
-
The name of the property used to specify the output encoding in the marshalled XML data.
- JAXB_FORMATTED_OUTPUT - Static variable in interface javax.xml.bind.Marshaller
-
The name of the property used to specify whether or not the marshalled XML data is formatted with linefeeds and indentation.
- JAXB_FRAGMENT - Static variable in interface javax.xml.bind.Marshaller
-
The name of the property used to specify whether or not the marshaller will generate document level events (ie calling startDocument or endDocument).
- JAXB_NO_NAMESPACE_SCHEMA_LOCATION - Static variable in interface javax.xml.bind.Marshaller
-
The name of the property used to specify the xsi:noNamespaceSchemaLocation attribute value to place in the marshalled XML output.
- JAXB_SCHEMA_LOCATION - Static variable in interface javax.xml.bind.Marshaller
-
The name of the property used to specify the xsi:schemaLocation attribute value to place in the marshalled XML output.
- JAXB.Cache - Class in javax.xml.bind
-
To improve the performance, we'll cache the last
JAXBContext
used. - JAXBContext - Class in javax.xml.bind
-
The
JAXBContext
class provides the client's entry point to the JAXB API. - JAXBContext() - Constructor for class javax.xml.bind.JAXBContext
- JAXBContextFactory - Interface in javax.xml.bind
-
Factory that creates new
JAXBContext
instances. - JAXBElement<T> - Class in javax.xml.bind
-
JAXB representation of an Xml Element.
- JAXBElement(QName, Class<T>, Class, T) - Constructor for class javax.xml.bind.JAXBElement
-
Construct an xml element instance.
- JAXBElement(QName, Class<T>, T) - Constructor for class javax.xml.bind.JAXBElement
-
Construct an xml element instance.
- JAXBElement.GlobalScope - Class in javax.xml.bind
-
Designates global scope for an xml element.
- JAXBException - Exception in javax.xml.bind
-
This is the root exception class for all JAXB exceptions.
- JAXBException(String) - Constructor for exception javax.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message.
- JAXBException(String, String) - Constructor for exception javax.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message and vendor specific errorCode.
- JAXBException(String, String, Throwable) - Constructor for exception javax.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message, vendor specific errorCode, and linkedException.
- JAXBException(String, Throwable) - Constructor for exception javax.xml.bind.JAXBException
-
Construct a JAXBException with the specified detail message and linkedException.
- JAXBException(Throwable) - Constructor for exception javax.xml.bind.JAXBException
-
Construct a JAXBException with a linkedException.
- JAXBIntrospector - Class in javax.xml.bind
-
Provide access to JAXB xml binding data for a JAXB object.
- JAXBIntrospector() - Constructor for class javax.xml.bind.JAXBIntrospector
- JAXBPermission - Class in javax.xml.bind
-
This class is for JAXB permissions.
- JAXBPermission(String) - Constructor for class javax.xml.bind.JAXBPermission
-
Creates a new JAXBPermission with the specified name.
- jaxbProperties(Class[], String) - Static method in class javax.xml.bind.ContextFinder
- jaxbProperties(String, ClassLoader, String) - Static method in class javax.xml.bind.ContextFinder
- JAXBResult - Class in javax.xml.bind.util
-
JAXP
Result
implementation that unmarshals a JAXB object. - JAXBResult(JAXBContext) - Constructor for class javax.xml.bind.util.JAXBResult
-
Creates a new instance that uses the specified JAXBContext to unmarshal.
- JAXBResult(Unmarshaller) - Constructor for class javax.xml.bind.util.JAXBResult
-
Creates a new instance that uses the specified Unmarshaller to unmarshal an object.
- JAXBSource - Class in javax.xml.bind.util
-
JAXP
Source
implementation that marshals a JAXB-generated object. - JAXBSource(JAXBContext, Object) - Constructor for class javax.xml.bind.util.JAXBSource
-
Creates a new
Source
for the given content object. - JAXBSource(Marshaller, Object) - Constructor for class javax.xml.bind.util.JAXBSource
-
Creates a new
Source
for the given content object.
L
- lax() - Element in annotation interface javax.xml.bind.annotation.XmlAnyElement
-
Controls the unmarshaller behavior when it sees elements known to the current
JAXBContext
. - lineNumber - Variable in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- linkedException - Variable in class javax.xml.bind.helpers.ValidationEventImpl
- linkedException - Variable in exception javax.xml.bind.JAXBException
-
Exception reference
- linkedException - Variable in exception javax.xml.bind.TypeConstraintException
-
Exception reference
- Listener() - Constructor for class javax.xml.bind.Marshaller.Listener
- Listener() - Constructor for class javax.xml.bind.Unmarshaller.Listener
- loadJAXBProperties(URL) - Static method in class javax.xml.bind.ContextFinder
- location() - Element in annotation interface javax.xml.bind.annotation.XmlSchema
-
Indicates that this namespace (specified by
XmlSchema.namespace()
) has a schema already available exeternally, available at this location. - LOCATION_UNAVAILABLE - Static variable in class javax.xml.bind.helpers.Messages
- locator - Variable in class javax.xml.bind.helpers.ValidationEventImpl
- logger - Static variable in class javax.xml.bind.ContextFinder
- lookupUsingOSGiServiceLoader(String, Logger) - Static method in class javax.xml.bind.ServiceLoaderUtil
M
- marshal(byte[]) - Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
- marshal(BoundType) - Method in class javax.xml.bind.annotation.adapters.XmlAdapter
-
Convert a bound type to a value type.
- marshal(ElementT, ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
-
This method is called when a JAXB provider needs to marshal an element to XML.
- marshal(Object, File) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, File) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, File) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElement
into a file. - marshal(Object, OutputStream) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, OutputStream) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, OutputStream) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElement
into an output stream. - marshal(Object, Writer) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, Writer) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, Writer) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElement
into a Writer. - marshal(Object, String) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, URI) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, URL) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, XMLEventWriter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, XMLEventWriter) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElement
into aXMLEventWriter
. - marshal(Object, XMLStreamWriter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, XMLStreamWriter) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElement
into aXMLStreamWriter
. - marshal(Object, Result) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, Result) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElement
into the specifiedjavax.xml.transform.Result
. - marshal(Object, Node) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, Node) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElement
into a DOM tree. - marshal(Object, ContentHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, ContentHandler) - Method in interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElement
into SAX2 events. - marshal(Object, XmlNode) - Method in class javax.xml.bind.Binder
-
Marshal a JAXB object tree to a new XML document.
- marshal(String) - Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
-
No-op.
- marshal(String) - Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
-
No-op.
- marshal(Element, ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
- MarshalException - Exception in javax.xml.bind
-
This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.
- MarshalException(String) - Constructor for exception javax.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message.
- MarshalException(String, String) - Constructor for exception javax.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message and vendor specific errorCode.
- MarshalException(String, String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message, vendor specific errorCode, and linkedException.
- MarshalException(String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
-
Construct a MarshalException with the specified detail message and linkedException.
- MarshalException(Throwable) - Constructor for exception javax.xml.bind.MarshalException
-
Construct a MarshalException with a linkedException.
- marshaller - Variable in class javax.xml.bind.util.JAXBSource
- Marshaller - Interface in javax.xml.bind
-
The
Marshaller
class is responsible for governing the process of serializing Java content trees back into XML data. - Marshaller.Listener - Class in javax.xml.bind
-
Register an instance of an implementation of this class with a
Marshaller
to externally listen for marshal events. - message - Variable in class javax.xml.bind.helpers.ValidationEventImpl
- Messages - Class in javax.xml.bind.helpers
-
Formats error messages.
- Messages - Class in javax.xml.bind
-
Formats error messages.
- Messages - Class in javax.xml.bind.util
-
Formats error messages.
- Messages() - Constructor for class javax.xml.bind.helpers.Messages
- Messages() - Constructor for class javax.xml.bind.Messages
- Messages() - Constructor for class javax.xml.bind.util.Messages
- MISSING_PROPERTY - Static variable in class javax.xml.bind.Messages
- ModuleUtil - Class in javax.xml.bind
-
Intended to be overridden on JDK9, with JEP 238 multi-release class copy.
- ModuleUtil() - Constructor for class javax.xml.bind.ModuleUtil
- MUST_BE_BOOLEAN - Static variable in class javax.xml.bind.helpers.Messages
- MUST_BE_STRING - Static variable in class javax.xml.bind.helpers.Messages
- MUST_NOT_BE_NULL - Static variable in class javax.xml.bind.helpers.Messages
N
- name - Variable in class javax.xml.bind.JAXBElement
-
xml element tag name
- name() - Element in annotation interface javax.xml.bind.annotation.XmlAttribute
-
Name of the XML Schema attribute.
- name() - Element in annotation interface javax.xml.bind.annotation.XmlElement
-
Name of the XML Schema element.
- name() - Element in annotation interface javax.xml.bind.annotation.XmlElementDecl
-
local name of the XML element.
- name() - Element in annotation interface javax.xml.bind.annotation.XmlElementRef
- name() - Element in annotation interface javax.xml.bind.annotation.XmlElementWrapper
-
Name of the XML wrapper element.
- name() - Element in annotation interface javax.xml.bind.annotation.XmlRootElement
-
local name of the XML element.
- name() - Element in annotation interface javax.xml.bind.annotation.XmlSchemaType
- name() - Element in annotation interface javax.xml.bind.annotation.XmlType
-
Name of the XML Schema type which the class is mapped.
- NAME_VALUE - Static variable in class javax.xml.bind.Messages
- namespace() - Element in annotation interface javax.xml.bind.annotation.XmlAttribute
-
Specifies the XML target namespace of the XML Schema attribute.
- namespace() - Element in annotation interface javax.xml.bind.annotation.XmlElement
-
XML target namespace of the XML Schema element.
- namespace() - Element in annotation interface javax.xml.bind.annotation.XmlElementDecl
-
namespace name of the XML element.
- namespace() - Element in annotation interface javax.xml.bind.annotation.XmlElementRef
-
This parameter and
XmlElementRef.name()
are used to determine the XML element for the JavaBean property. - namespace() - Element in annotation interface javax.xml.bind.annotation.XmlElementWrapper
-
XML target namespace of the XML wrapper element.
- namespace() - Element in annotation interface javax.xml.bind.annotation.XmlRootElement
-
namespace name of the XML element.
- namespace() - Element in annotation interface javax.xml.bind.annotation.XmlSchema
-
Name of the XML namespace.
- namespace() - Element in annotation interface javax.xml.bind.annotation.XmlSchemaType
- namespace() - Element in annotation interface javax.xml.bind.annotation.XmlType
-
Name of the target namespace of the XML Schema type.
- namespaceURI() - Element in annotation interface javax.xml.bind.annotation.XmlNs
-
Namespace URI
- newInstance(Class[], Map, Class) - Static method in class javax.xml.bind.ContextFinder
- newInstance(Class[], Map, String) - Static method in class javax.xml.bind.ContextFinder
-
Create an instance of a class using the thread context ClassLoader
- newInstance(Class<?>...) - Static method in class javax.xml.bind.JAXBContext
-
Create a new instance of a
JAXBContext
class. - newInstance(Class<?>[], Map<String, ?>) - Static method in class javax.xml.bind.JAXBContext
-
Create a new instance of a
JAXBContext
class. - newInstance(String) - Static method in class javax.xml.bind.JAXBContext
-
Create a new instance of a
JAXBContext
class. - newInstance(String, Class[], Class, ClassLoader, Map) - Static method in class javax.xml.bind.ContextFinder
- newInstance(String, Class[], String, ClassLoader, Map) - Static method in class javax.xml.bind.ContextFinder
-
Create an instance of a class using the specified ClassLoader
- newInstance(String, ClassLoader) - Static method in class javax.xml.bind.JAXBContext
-
Create a new instance of a
JAXBContext
class. - newInstance(String, ClassLoader, Map<String, ?>) - Static method in class javax.xml.bind.JAXBContext
-
Create a new instance of a
JAXBContext
class. - newInstance(String, String, ServiceLoaderUtil.ExceptionHandler<T>) - Static method in class javax.xml.bind.ServiceLoaderUtil
- nil - Variable in class javax.xml.bind.JAXBElement
-
true iff the xml element instance has xsi:nil="true".
- nillable() - Element in annotation interface javax.xml.bind.annotation.XmlElement
-
Customize the element declaration to be nillable.
- nillable() - Element in annotation interface javax.xml.bind.annotation.XmlElementWrapper
-
If true, the absence of the collection is represented by using
xsi:nil='true'
. - NO_LOCATION - Static variable in annotation interface javax.xml.bind.annotation.XmlSchema
-
The default value of the
XmlSchema.location()
attribute, which indicates that the schema generator will generate components in this namespace. - NO_PACKAGE_IN_CONTEXTPATH - Static variable in class javax.xml.bind.Messages
- node - Variable in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- NONE - Enum constant in enum class javax.xml.bind.annotation.XmlAccessType
-
None of the fields or properties is bound to XML unless they are specifically annotated with some of the JAXB annotations.
- noNSSchemaLocation - Variable in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
store the value of the noNamespaceSchemaLocation property.
- NormalizedStringAdapter - Class in javax.xml.bind.annotation.adapters
-
XmlAdapter
to handlexs:normalizedString
. - NormalizedStringAdapter() - Constructor for class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
- NotIdentifiableEvent - Interface in javax.xml.bind
-
This event indicates that a problem was encountered resolving an ID/IDREF.
- NotIdentifiableEventImpl - Class in javax.xml.bind.helpers
-
Default implementation of the NotIdentifiableEvent interface.
- NotIdentifiableEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
-
Create a new NotIdentifiableEventImpl.
- NotIdentifiableEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
-
Create a new NotIdentifiableEventImpl.
- nullSafeLoadClass(String, ClassLoader) - Static method in class javax.xml.bind.ServiceLoaderUtil
O
- object - Variable in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- offset - Variable in class javax.xml.bind.helpers.ValidationEventLocatorImpl
- OSGI_SERVICE_LOADER_CLASS_NAME - Static variable in class javax.xml.bind.ServiceLoaderUtil
- OSGI_SERVICE_LOADER_METHOD_NAME - Static variable in class javax.xml.bind.ServiceLoaderUtil
P
- PADDING - Static variable in class javax.xml.bind.DatatypeConverterImpl
- parseAnySimpleType(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Return a string containing the lexical representation of the simple type.
- parseAnySimpleType(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseAnySimpleType(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Return a string containing the lexical representation of the simple type.
- parseBase64Binary(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into an array of bytes.
- parseBase64Binary(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseBase64Binary(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an array of bytes.
- parseBoolean(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a boolean value.
- parseBoolean(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseBoolean(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a boolean value.
- parseByte(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a byte value.
- parseByte(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseByte(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a byte value.
- ParseConversionEvent - Interface in javax.xml.bind
-
This event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type.
- ParseConversionEventImpl - Class in javax.xml.bind.helpers
-
Default implementation of the ParseConversionEvent interface.
- ParseConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
-
Create a new ParseConversionEventImpl.
- ParseConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
-
Create a new ParseConversionEventImpl.
- parseDate(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- parseDate(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseDate(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a Calendar value.
- parseDateTime(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- parseDateTime(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseDateTime(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a Calendar value.
- parseDecimal(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a BigDecimal value.
- parseDecimal(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseDecimal(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a BigDecimal value.
- parseDouble(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a double value.
- parseDouble(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseDouble(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a double value.
- parseFloat(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a float value.
- parseFloat(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseFloat(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a float value.
- parseHexBinary(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into an array of bytes.
- parseHexBinary(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseHexBinary(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an array of bytes.
- parseInt(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Convert the string argument into an int value.
- parseInt(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseInt(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Convert the string argument into an int value.
- parseInteger(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Convert the string argument into a BigInteger value.
- parseInteger(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseInteger(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Convert the string argument into a BigInteger value.
- parseLong(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a long value.
- parseLong(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseLong(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a long value.
- parseQName(String, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a byte value.
- parseQName(String, NamespaceContext) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseQName(String, NamespaceContext) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a QName value.
- parseShort(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a short value.
- parseShort(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseShort(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a short value.
- parseString(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Convert the lexical XSD string argument into a String value.
- parseString(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseString(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Convert the string argument into a string.
- parseTime(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- parseTime(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseTime(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a Calendar value.
- parseUnsignedInt(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a long value.
- parseUnsignedInt(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseUnsignedInt(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a long value.
- parseUnsignedShort(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into an int value.
- parseUnsignedShort(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- parseUnsignedShort(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an int value.
- prefix() - Element in annotation interface javax.xml.bind.annotation.XmlNs
-
Namespace prefix
- printAnySimpleType(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a string value into a string.
- printAnySimpleType(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- printAnySimpleType(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a string value into a string.
- printBase64Binary(byte[]) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts an array of bytes into a string.
- printBase64Binary(byte[]) - Method in class javax.xml.bind.DatatypeConverterImpl
- printBase64Binary(byte[]) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an array of bytes into a string.
- printBoolean(boolean) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a boolean value into a string.
- printBoolean(boolean) - Method in class javax.xml.bind.DatatypeConverterImpl
- printBoolean(boolean) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a boolean value into a string.
- printByte(byte) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a byte value into a string.
- printByte(byte) - Method in class javax.xml.bind.DatatypeConverterImpl
- printByte(byte) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a byte value into a string.
- PrintConversionEvent - Interface in javax.xml.bind
-
This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.
- PrintConversionEventImpl - Class in javax.xml.bind.helpers
-
Default implementation of the PrintConversionEvent interface.
- PrintConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
-
Create a new PrintConversionEventImpl.
- PrintConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
-
Create a new PrintConversionEventImpl.
- printDate(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- printDate(Calendar) - Method in class javax.xml.bind.DatatypeConverterImpl
- printDate(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a Calendar value into a string.
- printDateTime(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- printDateTime(Calendar) - Method in class javax.xml.bind.DatatypeConverterImpl
- printDateTime(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a Calendar value into a string.
- printDecimal(BigDecimal) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a BigDecimal value into a string.
- printDecimal(BigDecimal) - Method in class javax.xml.bind.DatatypeConverterImpl
- printDecimal(BigDecimal) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a BigDecimal value into a string.
- printDouble(double) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a double value into a string.
- printDouble(double) - Method in class javax.xml.bind.DatatypeConverterImpl
- printDouble(double) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a double value into a string.
- printFloat(float) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a float value into a string.
- printFloat(float) - Method in class javax.xml.bind.DatatypeConverterImpl
- printFloat(float) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a float value into a string.
- printHexBinary(byte[]) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts an array of bytes into a string.
- printHexBinary(byte[]) - Method in class javax.xml.bind.DatatypeConverterImpl
- printHexBinary(byte[]) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an array of bytes into a string.
- printInt(int) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts an int value into a string.
- printInt(int) - Method in class javax.xml.bind.DatatypeConverterImpl
- printInt(int) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an int value into a string.
- printInteger(BigInteger) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a BigInteger value into a string.
- printInteger(BigInteger) - Method in class javax.xml.bind.DatatypeConverterImpl
- printInteger(BigInteger) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a BigInteger value into a string.
- printLong(long) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts A long value into a string.
- printLong(long) - Method in class javax.xml.bind.DatatypeConverterImpl
- printLong(long) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a long value into a string.
- printQName(QName, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a QName instance into a string.
- printQName(QName, NamespaceContext) - Method in class javax.xml.bind.DatatypeConverterImpl
- printQName(QName, NamespaceContext) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a QName instance into a string.
- printShort(short) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a short value into a string.
- printShort(short) - Method in class javax.xml.bind.DatatypeConverterImpl
- printShort(short) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a short value into a string.
- printStackTrace() - Method in exception javax.xml.bind.JAXBException
-
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to
System.err
. - printStackTrace() - Method in exception javax.xml.bind.TypeConstraintException
-
Prints this TypeConstraintException and its stack trace (including the stack trace of the linkedException if it is non-null) to
System.err
. - printStackTrace(PrintStream) - Method in exception javax.xml.bind.JAXBException
-
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
- printStackTrace(PrintStream) - Method in exception javax.xml.bind.TypeConstraintException
-
Prints this TypeConstraintException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintStream.
- printStackTrace(PrintWriter) - Method in exception javax.xml.bind.JAXBException
-
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) to the PrintWriter.
- printString(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a string.
- printString(String) - Method in class javax.xml.bind.DatatypeConverterImpl
- printString(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into a string.
- printTime(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- printTime(Calendar) - Method in class javax.xml.bind.DatatypeConverterImpl
- printTime(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a Calendar value into a string.
- printUnsignedInt(long) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a long value into a string.
- printUnsignedInt(long) - Method in class javax.xml.bind.DatatypeConverterImpl
- printUnsignedInt(long) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts a long value into a string.
- printUnsignedShort(int) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts an int value into a string.
- printUnsignedShort(int) - Method in class javax.xml.bind.DatatypeConverterImpl
- printUnsignedShort(int) - Method in interface javax.xml.bind.DatatypeConverterInterface
-
Converts an int value into a string.
- PROPERTY - Enum constant in enum class javax.xml.bind.annotation.XmlAccessType
-
Every getter/setter pair in a JAXB-bound class will be automatically bound to XML, unless annotated by
XmlTransient
. - PropertyException - Exception in javax.xml.bind
-
This exception indicates that an error was encountered while getting or setting a property.
- PropertyException(String) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message.
- PropertyException(String, Object) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException whose message field is set based on the name of the property and value.toString().
- PropertyException(String, String) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message and vendor specific errorCode.
- PropertyException(String, String, Throwable) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message, vendor specific errorCode, and linkedException.
- PropertyException(String, Throwable) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException with the specified detail message and linkedException.
- PropertyException(Throwable) - Constructor for exception javax.xml.bind.PropertyException
-
Construct a PropertyException with a linkedException.
- propertyName - Variable in class javax.xml.bind.GetPropertyAction
- propOrder() - Element in annotation interface javax.xml.bind.annotation.XmlType
-
Specifies the order for XML Schema elements when class is mapped to a XML Schema complex type.
- PROVIDER_NOT_FOUND - Static variable in class javax.xml.bind.Messages
- pseudoParser - Variable in class javax.xml.bind.util.JAXBSource
- PUBLIC_MEMBER - Enum constant in enum class javax.xml.bind.annotation.XmlAccessType
-
Every public getter/setter pair and every public field will be automatically bound to XML, unless annotated by
XmlTransient
.
Q
R
- reader - Variable in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
XMLReader that will be used to parse a document.
- removeOptionalPlus(CharSequence) - Static method in class javax.xml.bind.DatatypeConverterImpl
- replace(CharSequence) - Static method in class javax.xml.bind.WhiteSpaceProcessor
- replace(String) - Static method in class javax.xml.bind.WhiteSpaceProcessor
- required() - Element in annotation interface javax.xml.bind.annotation.XmlAttribute
-
Specifies if the XML Schema attribute is optional or required.
- required() - Element in annotation interface javax.xml.bind.annotation.XmlElement
-
Customize the element declaration to be required.
- required() - Element in annotation interface javax.xml.bind.annotation.XmlElementRef
-
Customize the element declaration to be required.
- required() - Element in annotation interface javax.xml.bind.annotation.XmlElementWrapper
-
Customize the wrapper element declaration to be required.
- reset() - Method in class javax.xml.bind.util.ValidationEventCollector
-
Clear all collected errors and warnings.
- RESULT_NULL_CONTEXT - Static variable in class javax.xml.bind.util.Messages
- RESULT_NULL_UNMARSHALLER - Static variable in class javax.xml.bind.util.Messages
- run() - Method in class javax.xml.bind.GetPropertyAction
S
- safeLoadClass(String, String, ClassLoader) - Static method in class javax.xml.bind.ServiceLoaderUtil
- schemaLocation - Variable in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
store the value of the schemaLocation property.
- SchemaOutputResolver - Class in javax.xml.bind
-
Controls where a JAXB implementation puts the generates schema files.
- SchemaOutputResolver() - Constructor for class javax.xml.bind.SchemaOutputResolver
- scope - Variable in class javax.xml.bind.JAXBElement
-
Scope of xml element declaration representing this xml element instance.
- scope() - Element in annotation interface javax.xml.bind.annotation.XmlElementDecl
-
scope of the mapping.
- serialVersionUID - Static variable in class javax.xml.bind.JAXBElement
- serialVersionUID - Static variable in exception javax.xml.bind.JAXBException
- serialVersionUID - Static variable in class javax.xml.bind.JAXBPermission
- serialVersionUID - Static variable in exception javax.xml.bind.TypeConstraintException
- ServiceLoaderUtil - Class in javax.xml.bind
-
Shared ServiceLoader/FactoryFinder Utils shared among SAAJ, JAXB and JAXWS - this class must be duplicated to all those projects, but it's basically generic code and we want to have it everywhere same.
- ServiceLoaderUtil() - Constructor for class javax.xml.bind.ServiceLoaderUtil
- ServiceLoaderUtil.ExceptionHandler<T extends Exception> - Class in javax.xml.bind
- SET_DATATYPE_CONVERTER_PERMISSION - Static variable in class javax.xml.bind.DatatypeConverter
- setAdapter(Class<A>, A) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setAdapter(Class<A>, A) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setAdapter(Class<A>, A) - Method in interface javax.xml.bind.Marshaller
-
Associates a configured instance of
XmlAdapter
with this marshaller. - setAdapter(Class<A>, A) - Method in interface javax.xml.bind.Unmarshaller
-
Associates a configured instance of
XmlAdapter
with this unmarshaller. - setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setAdapter(XmlAdapter) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setAdapter(XmlAdapter) - Method in interface javax.xml.bind.Marshaller
-
Associates a configured instance of
XmlAdapter
with this marshaller. - setAdapter(XmlAdapter) - Method in interface javax.xml.bind.Unmarshaller
-
Associates a configured instance of
XmlAdapter
with this unmarshaller. - setAttachmentMarshaller(AttachmentMarshaller) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setAttachmentMarshaller(AttachmentMarshaller) - Method in interface javax.xml.bind.Marshaller
-
Associate a context that enables binary data within an XML document to be transmitted as XML-binary optimized attachment.
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in interface javax.xml.bind.Unmarshaller
-
Associate a context that resolves cid's, content-id URIs, to binary data passed as attachments.
- setBuilder(DocumentBuilder) - Method in class javax.xml.bind.annotation.W3CDomHandler
- setColumnNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the columnNumber field on this event locator.
- setDatatypeConverter(DatatypeConverterInterface) - Static method in class javax.xml.bind.DatatypeConverter
-
This method is for JAXB provider use only.
- setEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the output encoding.
- setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.Binder
-
Allow an application to register a
ValidationEventHandler
. - setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Allow an application to register a validation event handler.
- setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Marshaller
-
Allow an application to register a validation event handler.
- setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Unmarshaller
-
Allow an application to register a
ValidationEventHandler
. - setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- setFormattedOutput(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the formatted output flag.
- setFragment(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the fragment flag.
- setLineNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the lineNumber field on this event locator.
- setLinkedException(Throwable) - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Set the linked exception field of this event.
- setLinkedException(Throwable) - Method in exception javax.xml.bind.JAXBException
-
Add a linked Exception.
- setLinkedException(Throwable) - Method in exception javax.xml.bind.TypeConstraintException
-
Add a linked Exception.
- setListener(Marshaller.Listener) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setListener(Marshaller.Listener) - Method in interface javax.xml.bind.Marshaller
-
Register marshal event callback
Marshaller.Listener
with thisMarshaller
. - setListener(Unmarshaller.Listener) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setListener(Unmarshaller.Listener) - Method in interface javax.xml.bind.Unmarshaller
-
Register unmarshal event callback
Unmarshaller.Listener
with thisUnmarshaller
. - setLocator(ValidationEventLocator) - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Set the locator object for this event.
- setMessage(String) - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Set the message field of this event.
- setNil(boolean) - Method in class javax.xml.bind.JAXBElement
-
Set whether this element has nil content.
- setNode(Node) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the Node field on this event locator.
- setNoNSSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the noNamespaceSchemaLocation.
- setObject(Object) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the Object field on this event locator.
- setOffset(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the offset field on this event locator.
- setProperty(String, Object) - Method in class javax.xml.bind.Binder
-
Set the particular property in the underlying implementation of
Binder
. - setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Default implementation of the setProperty method handles the four defined properties in Marshaller.
- setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Default implementation of the setProperty method always throws PropertyException since there are no required properties.
- setProperty(String, Object) - Method in interface javax.xml.bind.Marshaller
-
Set the particular property in the underlying implementation of
Marshaller
. - setProperty(String, Object) - Method in interface javax.xml.bind.Unmarshaller
-
Set the particular property in the underlying implementation of
Unmarshaller
. - setProperty(String, Object) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- setSchema(Schema) - Method in class javax.xml.bind.Binder
-
Specifies whether marshal, unmarshal and update methods performs validation on their XML content.
- setSchema(Schema) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
- setSchema(Schema) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- setSchema(Schema) - Method in interface javax.xml.bind.Marshaller
-
Specify the JAXP 1.3
Schema
object that should be used to validate subsequent marshal operations against. - setSchema(Schema) - Method in interface javax.xml.bind.Unmarshaller
-
Specify the JAXP 1.3
Schema
object that should be used to validate subsequent unmarshal operations against. - setSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
-
Convenience method for setting the schemaLocation.
- setSeverity(int) - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Set the severity field of this event.
- setURL(URL) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Set the URL field on this event locator.
- setValidating(boolean) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Specifies whether or not the Unmarshaller should validate during unmarshal operations.
- setValidating(boolean) - Method in interface javax.xml.bind.Unmarshaller
-
Deprecated.since JAXB2.0, please see
Unmarshaller.setSchema(javax.xml.validation.Schema)
- setValue(T) - Method in class javax.xml.bind.JAXBElement
-
Set the content model and attributes of this xml element.
- severity - Variable in class javax.xml.bind.helpers.ValidationEventImpl
- SEVERITY_MESSAGE - Static variable in class javax.xml.bind.helpers.Messages
- SOURCE_NULL_CONTENT - Static variable in class javax.xml.bind.util.Messages
- SOURCE_NULL_CONTEXT - Static variable in class javax.xml.bind.util.Messages
- SOURCE_NULL_MARSHALLER - Static variable in class javax.xml.bind.util.Messages
- streamSourceToInputSource(StreamSource) - Static method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- substitutionHeadName() - Element in annotation interface javax.xml.bind.annotation.XmlElementDecl
-
XML local name of a substitution group's head element.
- substitutionHeadNamespace() - Element in annotation interface javax.xml.bind.annotation.XmlElementDecl
-
namespace name of a substitution group's head XML element.
T
- theConverter - Static variable in class javax.xml.bind.DatatypeConverter
- theInstance - Static variable in class javax.xml.bind.DatatypeConverterImpl
-
To avoid re-creating instances, we cache one instance.
- toResult(Object) - Static method in class javax.xml.bind.JAXB
-
Creates
Result
from various XML representation. - toSource(Object) - Static method in class javax.xml.bind.JAXB
-
Creates
Source
from various XML representation. - toString() - Method in class javax.xml.bind.helpers.ValidationEventImpl
-
Returns a string representation of this object in a format helpful to debugging.
- toString() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Returns a string representation of this object in a format helpful to debugging.
- toString() - Method in exception javax.xml.bind.JAXBException
-
Returns a short description of this JAXBException.
- toString() - Method in exception javax.xml.bind.TypeConstraintException
-
Returns a short description of this TypeConstraintException.
- toURL(String) - Static method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Converts a system ID to an URL object.
- trim(CharSequence) - Static method in class javax.xml.bind.WhiteSpaceProcessor
-
Equivalent of
String.trim()
. - type - Variable in class javax.xml.bind.JAXB.Cache
- type() - Element in annotation interface javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
-
If this annotation is used at the package level, then value of the type() must be specified.
- type() - Element in annotation interface javax.xml.bind.annotation.XmlElement
-
The Java class being referenced.
- type() - Element in annotation interface javax.xml.bind.annotation.XmlElementRef
-
The Java type being referenced.
- type() - Element in annotation interface javax.xml.bind.annotation.XmlSchemaType
-
If this annotation is used at the package level, then value of the type() must be specified.
- TypeConstraintException - Exception in javax.xml.bind
-
This exception indicates that a violation of a dynamically checked type constraint was detected.
- TypeConstraintException(String) - Constructor for exception javax.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message.
- TypeConstraintException(String, String) - Constructor for exception javax.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message and vendor specific errorCode.
- TypeConstraintException(String, String, Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message, vendor specific errorCode, and linkedException.
- TypeConstraintException(String, Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with the specified detail message and linkedException.
- TypeConstraintException(Throwable) - Constructor for exception javax.xml.bind.TypeConstraintException
-
Construct a TypeConstraintException with a linkedException.
U
- UNDEFINED - Enum constant in enum class javax.xml.bind.annotation.XmlAccessOrder
-
The ordering of fields and properties in a class is undefined.
- unmarshal(File) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(File) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified file and return the resulting content tree.
- unmarshal(File, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(InputStream) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(InputStream) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified InputStream and return the resulting content tree.
- unmarshal(InputStream, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(Reader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Reader) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified Reader and return the resulting content tree.
- unmarshal(Reader, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
-
Removes leading and trailing whitespaces of the string given as the parameter, then truncate any sequence of tab, CR, LF, and SP by a single whitespace character ' '.
- unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
- unmarshal(String) - Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
-
Replace any tab, CR, and LF by a whitespace character ' ', as specified in the whitespace facet 'replace'
- unmarshal(String) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(String, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(URI, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(URL) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(URL) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified URL and return the resulting content tree.
- unmarshal(URL, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(XMLEventReader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLEventReader) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified pull parser and return the resulting content tree.
- unmarshal(XMLEventReader, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLEventReader, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal root element to JAXB mapped
declaredType
and return the resulting content tree. - unmarshal(XMLStreamReader) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLStreamReader) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified pull parser and return the resulting content tree.
- unmarshal(XMLStreamReader, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLStreamReader, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal root element to JAXB mapped
declaredType
and return the resulting content tree. - unmarshal(SAXSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Source) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Source) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified XML Source and return the resulting content tree.
- unmarshal(Source, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Source, Class<T>) - Static method in class javax.xml.bind.JAXB
-
Reads in a Java object tree from the given XML input.
- unmarshal(Source, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified XML Source by
declaredType
and return the resulting content tree. - unmarshal(Node) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal global XML data from the specified DOM tree and return the resulting content tree.
- unmarshal(Node, Class<T>) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Node, Class<T>) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data by JAXB mapped
declaredType
and return the resulting content tree. - unmarshal(InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(InputSource) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified SAX InputSource and return the resulting content tree.
- unmarshal(XMLReader, InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
Unmarshals an object by using the specified XMLReader and the InputSource.
- unmarshal(ValueType) - Method in class javax.xml.bind.annotation.adapters.XmlAdapter
-
Convert a value type to a bound type.
- unmarshal(XmlNode) - Method in class javax.xml.bind.Binder
-
Unmarshal XML infoset view to a JAXB object tree.
- unmarshal(XmlNode, Class<T>) - Method in class javax.xml.bind.Binder
-
Unmarshal XML root element by provided
declaredType
to a JAXB object tree. - UnmarshalException - Exception in javax.xml.bind
-
This exception indicates that an error has occurred while performing an unmarshal operation that prevents the JAXB Provider from completing the operation.
- UnmarshalException(String) - Constructor for exception javax.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message.
- UnmarshalException(String, String) - Constructor for exception javax.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
- UnmarshalException(String, String, Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message, vendor specific errorCode, and linkedException.
- UnmarshalException(String, Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
-
Construct an UnmarshalException with the specified detail message and linkedException.
- UnmarshalException(Throwable) - Constructor for exception javax.xml.bind.UnmarshalException
-
Construct an UnmarshalException with a linkedException.
- Unmarshaller - Interface in javax.xml.bind
-
The
Unmarshaller
class governs the process of deserializing XML data into newly created Java content trees, optionally validating the XML data as it is unmarshalled. - Unmarshaller.Listener - Class in javax.xml.bind
-
Register an instance of an implementation of this class with
Unmarshaller
to externally listen for unmarshal events. - unmarshallerHandler - Variable in class javax.xml.bind.util.JAXBResult
-
Unmarshaller that will be used to unmarshal the input documents.
- UnmarshallerHandler - Interface in javax.xml.bind
-
Unmarshaller implemented as SAX ContentHandler.
- UNQUALIFIED - Enum constant in enum class javax.xml.bind.annotation.XmlNsForm
- UNRECOGNIZED_SEVERITY - Static variable in class javax.xml.bind.helpers.Messages
- UNRECOGNIZED_SEVERITY - Static variable in class javax.xml.bind.util.Messages
- UNSET - Enum constant in enum class javax.xml.bind.annotation.XmlNsForm
- updateJAXB(XmlNode) - Method in class javax.xml.bind.Binder
-
Takes an XML node and updates its associated JAXB object and its descendants.
- updateXML(Object) - Method in class javax.xml.bind.Binder
-
Takes an JAXB object and updates its associated XML node and its descendants.
- updateXML(Object, XmlNode) - Method in class javax.xml.bind.Binder
-
Changes in JAXB object tree are updated in its associated XML parse tree.
- url - Variable in class javax.xml.bind.helpers.ValidationEventLocatorImpl
V
- validate(Object) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- validateRoot(Object) - Method in interface javax.xml.bind.Validator
-
Deprecated.since JAXB2.0
- validating - Variable in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
whether or not the unmarshaller will validate
- ValidationEvent - Interface in javax.xml.bind
-
This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation, while performing on-demand validation of the Java content tree, or while marshalling the Java content tree back to XML data.
- ValidationEventCollector - Class in javax.xml.bind.util
-
ValidationEventHandler
implementation that collects all events. - ValidationEventCollector() - Constructor for class javax.xml.bind.util.ValidationEventCollector
- ValidationEventHandler - Interface in javax.xml.bind
-
A basic event handler interface for validation errors.
- ValidationEventImpl - Class in javax.xml.bind.helpers
-
Default implementation of the ValidationEvent interface.
- ValidationEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
-
Create a new ValidationEventImpl.
- ValidationEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
-
Create a new ValidationEventImpl.
- ValidationEventLocator - Interface in javax.xml.bind
-
Encapsulate the location of a ValidationEvent.
- ValidationEventLocatorImpl - Class in javax.xml.bind.helpers
-
Default implementation of the ValidationEventLocator interface.
- ValidationEventLocatorImpl() - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Creates an object with all fields unavailable.
- ValidationEventLocatorImpl(Object) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object that points to a JAXB content object.
- ValidationEventLocatorImpl(Node) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object that points to a DOM Node.
- ValidationEventLocatorImpl(Locator) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object from an org.xml.sax.Locator.
- ValidationEventLocatorImpl(SAXParseException) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
-
Constructs an object from the location information of a SAXParseException.
- ValidationException - Exception in javax.xml.bind
-
This exception indicates that an error has occurred while performing a validate operation.
- ValidationException(String) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message.
- ValidationException(String, String) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message and vendor specific errorCode.
- ValidationException(String, String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message, vendor specific errorCode, and linkedException.
- ValidationException(String, Throwable) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with the specified detail message and linkedException.
- ValidationException(Throwable) - Constructor for exception javax.xml.bind.ValidationException
-
Construct an ValidationException with a linkedException.
- Validator - Interface in javax.xml.bind
-
Deprecated.since JAXB 2.0
- value - Variable in class javax.xml.bind.JAXBElement
-
xml element value.
- value() - Element in annotation interface javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter
-
Points to the class that converts a value type to a bound type or vice versa.
- value() - Element in annotation interface javax.xml.bind.annotation.adapters.XmlJavaTypeAdapters
-
Collection of @
XmlJavaTypeAdapter
annotations - value() - Element in annotation interface javax.xml.bind.annotation.XmlAccessorOrder
- value() - Element in annotation interface javax.xml.bind.annotation.XmlAccessorType
-
Specifies whether fields or properties are serialized.
- value() - Element in annotation interface javax.xml.bind.annotation.XmlAnyElement
-
Specifies the
DomHandler
which is responsible for actually converting XML from/to a DOM-like data structure. - value() - Element in annotation interface javax.xml.bind.annotation.XmlElementRefs
- value() - Element in annotation interface javax.xml.bind.annotation.XmlElements
-
Collection of @
XmlElement
annotations - value() - Element in annotation interface javax.xml.bind.annotation.XmlEnum
-
Java type that is mapped to a XML simple type.
- value() - Element in annotation interface javax.xml.bind.annotation.XmlEnumValue
- value() - Element in annotation interface javax.xml.bind.annotation.XmlMimeType
-
The textual representation of the MIME type, such as "image/jpeg" "image/*", "text/xml; charset=iso-8859-1" and so on.
- value() - Element in annotation interface javax.xml.bind.annotation.XmlSchemaTypes
-
Collection of @
XmlSchemaType
annotations - value() - Element in annotation interface javax.xml.bind.annotation.XmlSeeAlso
- valueOf(String) - Static method in enum class javax.xml.bind.annotation.XmlAccessOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.xml.bind.annotation.XmlAccessType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class javax.xml.bind.annotation.XmlNsForm
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class javax.xml.bind.annotation.XmlAccessOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.xml.bind.annotation.XmlAccessType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class javax.xml.bind.annotation.XmlNsForm
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- W3CDomHandler - Class in javax.xml.bind.annotation
-
DomHandler
implementation for W3C DOM (org.w3c.dom
package.) - W3CDomHandler() - Constructor for class javax.xml.bind.annotation.W3CDomHandler
-
Default constructor.
- W3CDomHandler(DocumentBuilder) - Constructor for class javax.xml.bind.annotation.W3CDomHandler
-
Constructor that allows applications to specify which DOM implementation to be used.
- WARNING - Static variable in class javax.xml.bind.helpers.Messages
- WARNING - Static variable in interface javax.xml.bind.ValidationEvent
-
Conditions that are not errors or fatal errors as defined by the XML 1.0 recommendation
- which(Class) - Static method in class javax.xml.bind.ContextFinder
-
Get the URL for the Class from it's ClassLoader.
- which(Class, ClassLoader) - Static method in class javax.xml.bind.ContextFinder
-
Search the given ClassLoader for an instance of the specified class and return a string representation of the URL that points to the resource.
- WhiteSpaceProcessor - Class in javax.xml.bind
-
Processes white space normalization.
- WhiteSpaceProcessor() - Constructor for class javax.xml.bind.WhiteSpaceProcessor
X
- XmlAccessOrder - Enum Class in javax.xml.bind.annotation
-
Used by XmlAccessorOrder to control the ordering of properties and fields in a JAXB bound class.
- XmlAccessOrder() - Constructor for enum class javax.xml.bind.annotation.XmlAccessOrder
- XmlAccessorOrder - Annotation Interface in javax.xml.bind.annotation
-
Controls the ordering of fields and properties in a class.
- XmlAccessorType - Annotation Interface in javax.xml.bind.annotation
-
Controls whether fields or Javabean properties are serialized by default.
- XmlAccessType - Enum Class in javax.xml.bind.annotation
-
Used by XmlAccessorType to control serialization of fields or properties.
- XmlAccessType() - Constructor for enum class javax.xml.bind.annotation.XmlAccessType
- XmlAdapter<ValueType,
BoundType> - Class in javax.xml.bind.annotation.adapters -
Adapts a Java type for custom marshaling.
- XmlAdapter() - Constructor for class javax.xml.bind.annotation.adapters.XmlAdapter
-
Do-nothing constructor for the derived classes.
- XmlAnyAttribute - Annotation Interface in javax.xml.bind.annotation
-
Maps a JavaBean property to a map of wildcard attributes.
- XmlAnyElement - Annotation Interface in javax.xml.bind.annotation
-
Maps a JavaBean property to XML infoset representation and/or JAXB element.
- XmlAttachmentRef - Annotation Interface in javax.xml.bind.annotation
-
Marks a field/property that its XML form is a uri reference to mime content.
- XmlAttribute - Annotation Interface in javax.xml.bind.annotation
-
Maps a JavaBean property to a XML attribute.
- XmlElement - Annotation Interface in javax.xml.bind.annotation
-
Maps a JavaBean property to a XML element derived from property name.
- XmlElement.DEFAULT - Class in javax.xml.bind.annotation
-
Used in
XmlElement.type()
to signal that the type be inferred from the signature of the property. - XmlElementDecl - Annotation Interface in javax.xml.bind.annotation
-
Maps a factory method to a XML element.
- XmlElementDecl.GLOBAL - Class in javax.xml.bind.annotation
-
Used in
XmlElementDecl.scope()
to signal that the declaration is in the global scope. - XmlElementRef - Annotation Interface in javax.xml.bind.annotation
-
Maps a JavaBean property to a XML element derived from property's type.
- XmlElementRef.DEFAULT - Class in javax.xml.bind.annotation
-
Used in
XmlElementRef.type()
to signal that the type be inferred from the signature of the property. - XmlElementRefs - Annotation Interface in javax.xml.bind.annotation
-
Marks a property that refers to classes with
XmlElement
or JAXBElement. - XmlElements - Annotation Interface in javax.xml.bind.annotation
-
A container for multiple @
XmlElement
annotations. - XmlElementWrapper - Annotation Interface in javax.xml.bind.annotation
-
Generates a wrapper element around XML representation.
- XmlEnum - Annotation Interface in javax.xml.bind.annotation
-
Maps an enum type
Enum
to XML representation. - XmlEnumValue - Annotation Interface in javax.xml.bind.annotation
-
Maps an enum constant in
Enum
type to XML representation. - XmlID - Annotation Interface in javax.xml.bind.annotation
-
Maps a JavaBean property to XML ID.
- XmlIDREF - Annotation Interface in javax.xml.bind.annotation
-
Maps a JavaBean property to XML IDREF.
- XmlInlineBinaryData - Annotation Interface in javax.xml.bind.annotation
-
Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML.
- XmlJavaTypeAdapter - Annotation Interface in javax.xml.bind.annotation.adapters
-
Use an adapter that implements
XmlAdapter
for custom marshaling. - XmlJavaTypeAdapter.DEFAULT - Class in javax.xml.bind.annotation.adapters
-
Used in
XmlJavaTypeAdapter.type()
to signal that the type be inferred from the signature of the field, property, parameter or the class. - XmlJavaTypeAdapters - Annotation Interface in javax.xml.bind.annotation.adapters
-
A container for multiple @
XmlJavaTypeAdapter
annotations. - XmlList - Annotation Interface in javax.xml.bind.annotation
-
Used to map a property to a list simple type.
- XmlMimeType - Annotation Interface in javax.xml.bind.annotation
-
Associates the MIME type that controls the XML representation of the property.
- XmlMixed - Annotation Interface in javax.xml.bind.annotation
-
Annotate a JavaBean multi-valued property to support mixed content.
- xmlns() - Element in annotation interface javax.xml.bind.annotation.XmlSchema
-
Customize the namespace URI, prefix associations.
- XmlNs - Annotation Interface in javax.xml.bind.annotation
-
Associates a namespace prefix with a XML namespace URI.
- XmlNsForm - Enum Class in javax.xml.bind.annotation
-
Enumeration of XML Schema namespace qualifications.
- XmlNsForm() - Constructor for enum class javax.xml.bind.annotation.XmlNsForm
- XmlRegistry - Annotation Interface in javax.xml.bind.annotation
-
Marks a class that has
XmlElementDecl
s. - XmlRootElement - Annotation Interface in javax.xml.bind.annotation
-
Maps a class or an enum type to an XML element.
- XmlSchema - Annotation Interface in javax.xml.bind.annotation
-
Maps a package name to a XML namespace.
- XmlSchemaType - Annotation Interface in javax.xml.bind.annotation
-
Maps a Java type to a simple schema built-in type.
- XmlSchemaType.DEFAULT - Class in javax.xml.bind.annotation
-
Used in
XmlSchemaType.type()
to signal that the type be inferred from the signature of the property. - XmlSchemaTypes - Annotation Interface in javax.xml.bind.annotation
-
A container for multiple @
XmlSchemaType
annotations. - XmlSeeAlso - Annotation Interface in javax.xml.bind.annotation
-
Instructs JAXB to also bind other classes when binding this class.
- XmlTransient - Annotation Interface in javax.xml.bind.annotation
-
Prevents the mapping of a JavaBean property/type to XML representation.
- XmlType - Annotation Interface in javax.xml.bind.annotation
-
Maps a class or an enum type to a XML Schema type.
- XmlType.DEFAULT - Class in javax.xml.bind.annotation
-
Used in
XmlType.factoryClass()
to signal that either factory mehod is not used or that it's in the class with thisXmlType
itself. - XmlValue - Annotation Interface in javax.xml.bind.annotation
-
Enables mapping a class to a XML Schema complex type with a simpleContent or a XML Schema simple type.
_
- _assert(boolean, String) - Static method in class javax.xml.bind.util.ValidationEventCollector
- _marshal(Object, Object) - Static method in class javax.xml.bind.JAXB
-
Writes a Java object tree to XML and store it to the specified location.
- _parseBase64Binary(String) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _parseBoolean(CharSequence) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _parseByte(CharSequence) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _parseDateTime(CharSequence) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _parseDecimal(CharSequence) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _parseDouble(CharSequence) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _parseFloat(CharSequence) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _parseInt(CharSequence) - Static method in class javax.xml.bind.DatatypeConverterImpl
-
Faster but less robust String->int conversion.
- _parseInteger(CharSequence) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _parseLong(CharSequence) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _parseQName(CharSequence, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _parseShort(CharSequence) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _printBase64Binary(byte[]) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _printBase64Binary(byte[], int, int) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _printBase64Binary(byte[], int, int, byte[], int) - Static method in class javax.xml.bind.DatatypeConverterImpl
-
Encodes a byte array into another byte array by first doing base64 encoding then encoding the result in ASCII.
- _printBase64Binary(byte[], int, int, char[], int) - Static method in class javax.xml.bind.DatatypeConverterImpl
-
Encodes a byte array into a char array by doing base64 encoding.
- _printBoolean(boolean) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _printByte(byte) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _printDate(Calendar) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _printDateTime(Calendar) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _printDecimal(BigDecimal) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _printDouble(double) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _printFloat(float) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _printInt(int) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _printInteger(BigInteger) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _printLong(long) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _printQName(QName, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverterImpl
- _printShort(short) - Static method in class javax.xml.bind.DatatypeConverterImpl
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form