Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractMarshallerImpl - Class in jakarta.xml.bind.helpers
- 
Partial defaultMarshallerimplementation.
- AbstractMarshallerImpl() - Constructor for class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- 
Do-nothing constructor for the derived classes.
- AbstractUnmarshallerImpl - Class in jakarta.xml.bind.helpers
- 
Partial defaultUnmarshallerimplementation.
- AbstractUnmarshallerImpl() - Constructor for class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- 
Do-nothing constructor for the derived classes.
- addMtomAttachment(byte[], int, int, String, String, String) - Method in class jakarta.xml.bind.attachment.AttachmentMarshaller
- 
Consider binarydatafor optimized binary storage as an attachment.
- addMtomAttachment(DataHandler, String, String) - Method in class jakarta.xml.bind.attachment.AttachmentMarshaller
- 
Consider MIME contentdatafor optimized binary storage as an attachment.
- addSwaRefAttachment(DataHandler) - Method in class jakarta.xml.bind.attachment.AttachmentMarshaller
- 
Add MIMEdataas an attachment and return attachment's content-id, cid.
- afterMarshal(Object) - Method in class jakarta.xml.bind.Marshaller.Listener
- 
Callback method invoked after marshallingsourceto XML.
- afterUnmarshal(Object, Object) - Method in class jakarta.xml.bind.Unmarshaller.Listener
- 
Callback method invoked after unmarshalling XML data intotarget.
- ALPHABETICAL - Enum constant in enum jakarta.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).
- AttachmentMarshaller - Class in jakarta.xml.bind.attachment
- 
Enable Jakarta XML Binding marshalling to optimize storage of binary data.
- AttachmentMarshaller() - Constructor for class jakarta.xml.bind.attachment.AttachmentMarshaller
- 
Do-nothing constructor for the derived classes.
- AttachmentUnmarshaller - Class in jakarta.xml.bind.attachment
- 
Enables Jakarta XML Binding unmarshalling of a root document containing optimized binary data formats.
- AttachmentUnmarshaller() - Constructor for class jakarta.xml.bind.attachment.AttachmentUnmarshaller
- 
Do-nothing constructor for the derived classes.
- attributeFormDefault() - Element in annotation type jakarta.xml.bind.annotation.XmlSchema
- 
Namespace qualification for attributes.
B
- beforeMarshal(Object) - Method in class jakarta.xml.bind.Marshaller.Listener
- 
Callback method invoked before marshalling fromsourceto XML.
- beforeUnmarshal(Object, Object) - Method in class jakarta.xml.bind.Unmarshaller.Listener
- 
Callback method invoked before unmarshalling intotarget.
- Binder<XmlNode> - Class in jakarta.xml.bind
- 
Enable synchronization between XML infoset nodes and Jakarta XML Binding objects representing same XML document.
- Binder() - Constructor for class jakarta.xml.bind.Binder
- 
Do-nothing constructor for the derived classes.
C
- CollapsedStringAdapter - Class in jakarta.xml.bind.annotation.adapters
- 
Built-inXmlAdapterto handlexs:tokenand its derived types.
- CollapsedStringAdapter() - Constructor for class jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter
- Common Usage Constraints - Search tag in package jakarta.xml.bind.annotation
- Section
- createBinder() - Method in class jakarta.xml.bind.JAXBContext
- 
Creates aBinderfor W3C DOM.
- createBinder(Class<T>) - Method in class jakarta.xml.bind.JAXBContext
- 
Creates aBinderobject that can be used for associative/in-place unmarshalling/marshalling.
- createContext(Class<?>[], Map<String, ?>) - Method in interface jakarta.xml.bind.JAXBContextFactory
- 
Create a new instance of aJAXBContextclass.
- createContext(String, ClassLoader, Map<String, ?>) - Method in interface jakarta.xml.bind.JAXBContextFactory
- 
Create a new instance of aJAXBContextclass.
- createJAXBIntrospector() - Method in class jakarta.xml.bind.JAXBContext
- 
Creates aJAXBIntrospectorobject that can be used to introspect Jakarta XML Binding objects.
- createMarshaller() - Method in class jakarta.xml.bind.JAXBContext
- 
Create aMarshallerobject that can be used to convert a java content tree into XML data.
- createOutput(String, String) - Method in class jakarta.xml.bind.SchemaOutputResolver
- 
Decides where the schema file (of the given namespace URI) will be written, and return it as aResultobject.
- createUnmarshalException(SAXException) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- 
Creates an UnmarshalException from a SAXException.
- createUnmarshaller() - Method in class jakarta.xml.bind.JAXBContext
- 
Create anUnmarshallerobject that can be used to convert XML data into a java content tree.
- createUnmarshaller(ValidationEventHandler) - Method in interface jakarta.xml.bind.annotation.DomHandler
- 
When a Jakarta XML Binding provider needs to unmarshal a part of a document into an infoset representation, it first calls this method to create aResultobject.
- createUnmarshaller(ValidationEventHandler) - Method in class jakarta.xml.bind.annotation.W3CDomHandler
D
- DataBindingException - Exception Class in jakarta.xml.bind
- 
Exception that represents a failure in a Jakarta XML Binding operation.
- DataBindingException(String, Throwable) - Constructor for exception class jakarta.xml.bind.DataBindingException
- DataBindingException(Throwable) - Constructor for exception class jakarta.xml.bind.DataBindingException
- DatatypeConverter - Class in jakarta.xml.bind
- 
The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype.
- DatatypeConverterInterface - Interface in jakarta.xml.bind
- 
The DatatypeConverterInterface is for Jakarta XML Binding provider use only.
- declaredType - Variable in class jakarta.xml.bind.JAXBElement
- 
Java datatype binding for xml element declaration's type.
- DefaultValidationEventHandler - Class in jakarta.xml.bind.helpers
- 
JAXB 1.0 only default validation event handler.
- DefaultValidationEventHandler() - Constructor for class jakarta.xml.bind.helpers.DefaultValidationEventHandler
- defaultValue() - Element in annotation type jakarta.xml.bind.annotation.XmlElement
- 
Default value of this element.
- defaultValue() - Element in annotation type jakarta.xml.bind.annotation.XmlElementDecl
- 
Default value of this element.
- Discovery of Jakarta XML Binding implementation - Search tag in class jakarta.xml.bind.JAXBContext
- Section
- DomHandler<ElementT,ResultT> - Interface in jakarta.xml.bind.annotation
- 
Converts an element (and its descendants) from/to DOM (or similar) representation.
E
- Element - Interface in jakarta.xml.bind
- 
This is an element marker interface.
- elementFormDefault() - Element in annotation type jakarta.xml.bind.annotation.XmlSchema
- 
Namespace qualification for elements.
- ERROR - Static variable in interface jakarta.xml.bind.ValidationEvent
- 
Conditions that correspond to the definition of "error" in section 1.2 of the W3C XML 1.0 Recommendation
F
- factoryClass() - Element in annotation type jakarta.xml.bind.annotation.XmlType
- 
Class containing a no-arg factory method for creating an instance of this class.
- factoryMethod() - Element in annotation type jakarta.xml.bind.annotation.XmlType
- 
Name of a no-arg factory method in the class specified infactoryClassfactoryClass().
- FATAL_ERROR - Static variable in interface jakarta.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 jakarta.xml.bind.annotation.XmlAccessType
- 
Every non-static, non-transient field in a Jakarta XML Binding-bound class will be automatically bound to XML, unless annotated byXmlTransient.
G
- generateSchema(SchemaOutputResolver) - Method in class jakarta.xml.bind.JAXBContext
- 
Generates the schema documents for this context.
- getAdapter(Class<A>) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- getAdapter(Class<A>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- getAdapter(Class<A>) - Method in interface jakarta.xml.bind.Marshaller
- 
Gets the adapter associated with the specified type.
- getAdapter(Class<A>) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Gets the adapter associated with the specified type.
- getAttachmentAsByteArray(String) - Method in class jakarta.xml.bind.attachment.AttachmentUnmarshaller
- 
Retrieve the attachment identified by content-id,cid, as abyte[].
- getAttachmentAsDataHandler(String) - Method in class jakarta.xml.bind.attachment.AttachmentUnmarshaller
- 
Lookup MIME content by content-id,cid, and return as aDataHandler.
- getAttachmentMarshaller() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- getAttachmentMarshaller() - Method in interface jakarta.xml.bind.Marshaller
- getAttachmentUnmarshaller() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- getAttachmentUnmarshaller() - Method in interface jakarta.xml.bind.Unmarshaller
- getBuilder() - Method in class jakarta.xml.bind.annotation.W3CDomHandler
- getCause() - Method in exception class jakarta.xml.bind.JAXBException
- getColumnNumber() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- getColumnNumber() - Method in interface jakarta.xml.bind.ValidationEventLocator
- 
Return the column number if available
- getDeclaredType() - Method in class jakarta.xml.bind.JAXBElement
- 
Returns the Java binding of the xml element declaration's type attribute.
- getElement(DOMResult) - Method in class jakarta.xml.bind.annotation.W3CDomHandler
- getElement(ResultT) - Method in interface jakarta.xml.bind.annotation.DomHandler
- 
Once the portion is sent to theResult.
- getElementName(Object) - Method in class jakarta.xml.bind.JAXBIntrospector
- 
Get xml element qname forjaxbElement.
- getEncoding() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- 
Convenience method for getting the current output encoding.
- getErrorCode() - Method in exception class jakarta.xml.bind.JAXBException
- 
Get the vendor specific error code
- getErrorCode() - Method in exception class jakarta.xml.bind.TypeConstraintException
- 
Get the vendor specific error code
- getEventHandler() - Method in class jakarta.xml.bind.Binder
- 
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- getEventHandler() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- 
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in interface jakarta.xml.bind.Marshaller
- 
Return the current event handler or the default event handler if one hasn't been set.
- getEventHandler() - Method in interface jakarta.xml.bind.Unmarshaller
- 
Return the current event handler or the default event handler if one hasn't been set.
- getEvents() - Method in class jakarta.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 jakarta.xml.bind.helpers.AbstractMarshallerImpl
- 
Gets the corresponding Java encoding name from an IANA name.
- getJAXBNode(XmlNode) - Method in class jakarta.xml.bind.Binder
- 
Gets the Jakarta XML Binding object associated with the given XML element.
- getLineNumber() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- getLineNumber() - Method in interface jakarta.xml.bind.ValidationEventLocator
- 
Return the line number if available
- getLinkedException() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
- getLinkedException() - Method in exception class jakarta.xml.bind.JAXBException
- 
Get the linked exception
- getLinkedException() - Method in exception class jakarta.xml.bind.TypeConstraintException
- 
Get the linked exception
- getLinkedException() - Method in interface jakarta.xml.bind.ValidationEvent
- 
Retrieve the linked exception for this warning/error.
- getListener() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- getListener() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- getListener() - Method in interface jakarta.xml.bind.Marshaller
- 
ReturnMarshaller.Listenerregistered with thisMarshaller.
- getListener() - Method in interface jakarta.xml.bind.Unmarshaller
- 
ReturnUnmarshaller.Listenerregistered with thisUnmarshaller.
- getLocator() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
- getLocator() - Method in interface jakarta.xml.bind.ValidationEvent
- 
Retrieve the locator for this warning/error.
- getMessage() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
- getMessage() - Method in interface jakarta.xml.bind.ValidationEvent
- 
Retrieve the text message for this warning/error.
- getName() - Method in class jakarta.xml.bind.JAXBElement
- 
Returns the xml element tag name.
- getNode() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- getNode() - Method in interface jakarta.xml.bind.ValidationEventLocator
- 
Return a reference to the DOM Node if available
- getNode(Object) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- 
By default, the getNode method is unsupported and throw anUnsupportedOperationException.
- getNode(Object) - Method in interface jakarta.xml.bind.Marshaller
- 
Get a DOM tree view of the content tree(Optional).
- getNoNSSchemaLocation() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- 
Convenience method for getting the current noNamespaceSchemaLocation.
- getObject() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- getObject() - Method in interface jakarta.xml.bind.ValidationEventLocator
- 
Return a reference to the object in the Java content tree if available
- getOffset() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- getOffset() - Method in interface jakarta.xml.bind.ValidationEventLocator
- 
Return the byte offset if available
- getProperty(String) - Method in class jakarta.xml.bind.Binder
- 
Get the particular property in the underlying implementation ofBinder.
- getProperty(String) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- 
Default implementation of the getProperty method handles the four defined properties in Marshaller.
- getProperty(String) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- 
Default implementation of the getProperty method always throws PropertyException since there are no required properties.
- getProperty(String) - Method in interface jakarta.xml.bind.Marshaller
- 
Get the particular property in the underlying implementation ofMarshaller.
- getProperty(String) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Get the particular property in the underlying implementation ofUnmarshaller.
- getResult() - Method in interface jakarta.xml.bind.UnmarshallerHandler
- 
Obtains the unmarshalled result.
- getResult() - Method in class jakarta.xml.bind.util.JAXBResult
- 
Gets the unmarshalled object created by the transformation.
- getSchema() - Method in class jakarta.xml.bind.Binder
- 
Gets the lastSchemaobject (including null) set by theBinder.setSchema(Schema)method.
- getSchema() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- getSchema() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- getSchema() - Method in interface jakarta.xml.bind.Marshaller
- 
Get the JAXPSchemaobject being used to perform marshal-time validation.
- getSchema() - Method in interface jakarta.xml.bind.Unmarshaller
- 
Get the JAXPSchemaobject being used to perform unmarshal-time validation.
- getSchemaLocation() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- 
Convenience method for getting the current schemaLocation.
- getScope() - Method in class jakarta.xml.bind.JAXBElement
- 
Returns scope of xml element declaration.
- getSeverity() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
- getSeverity() - Method in interface jakarta.xml.bind.ValidationEvent
- 
Retrieve the severity code for this warning/error.
- getUnmarshallerHandler() - Method in interface jakarta.xml.bind.Unmarshaller
- 
Get an unmarshaller handler object that can be used as a component in an XML pipeline.
- getURL() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- getURL() - Method in interface jakarta.xml.bind.ValidationEventLocator
- 
Return the name of the XML source as a URL if available
- getValue() - Method in class jakarta.xml.bind.JAXBElement
- 
Return the content model and attribute values for this element.
- getValue(Object) - Static method in class jakarta.xml.bind.JAXBIntrospector
- 
Get the element value of a Jakarta XML Binding element.
- getXMLNode(Object) - Method in class jakarta.xml.bind.Binder
- 
Gets the XML element associated with the given Jakarta XML Binding object.
- getXMLReader() - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- 
Obtains a configured XMLReader.
H
- handleEvent(ValidationEvent) - Method in class jakarta.xml.bind.helpers.DefaultValidationEventHandler
- handleEvent(ValidationEvent) - Method in class jakarta.xml.bind.util.ValidationEventCollector
- handleEvent(ValidationEvent) - Method in interface jakarta.xml.bind.ValidationEventHandler
- 
Receive notification of a validation warning or error.
- hasEvents() - Method in class jakarta.xml.bind.util.ValidationEventCollector
- 
Returns true if this event collector contains at least one ValidationEvent.
- HexBinaryAdapter - Class in jakarta.xml.bind.annotation.adapters
- 
XmlAdapterforxs:hexBinary.
- HexBinaryAdapter() - Constructor for class jakarta.xml.bind.annotation.adapters.HexBinaryAdapter
I
- Identifying the content-id, cid, to pass to getAttachment*(String cid) - Search tag in class jakarta.xml.bind.attachment.AttachmentUnmarshaller
- Section
- isElement(Object) - Method in class jakarta.xml.bind.JAXBIntrospector
- 
Return true ifobjectrepresents a Jakarta XML Binding element.
- isFormattedOutput() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- 
Convenience method for getting the formatted output flag.
- isFragment() - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- 
Convenience method for getting the fragment flag.
- isGlobalScope() - Method in class jakarta.xml.bind.JAXBElement
- 
Returns true iff this xml element declaration is global.
- isNil() - Method in class jakarta.xml.bind.JAXBElement
- 
Returnstrueiff this element instance content model is nil.
- isTypeSubstituted() - Method in class jakarta.xml.bind.JAXBElement
- 
Returns true iff this xml element instance's value has a different type than xml element declaration's declared type.
- isWhiteSpace(char) - Static method in class jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter
- 
returns true if the specified char is a white space character.
- isWhiteSpaceExceptSpace(char) - Static method in class jakarta.xml.bind.annotation.adapters.NormalizedStringAdapter
- 
Returns true if the specified char is a white space character but not 0x20.
- isXOPPackage() - Method in class jakarta.xml.bind.attachment.AttachmentMarshaller
- 
Read-only property that returns true if Jakarta XML Binding marshaller should enable XOP creation.
- isXOPPackage() - Method in class jakarta.xml.bind.attachment.AttachmentUnmarshaller
- 
Read-only property that returns true if Jakarta XML Binding unmarshaller needs to perform XOP processing.
J
- jakarta.xml.bind - module jakarta.xml.bind
- 
Jakarta XML Binding API.
- jakarta.xml.bind - package jakarta.xml.bind
- 
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
- jakarta.xml.bind.annotation - package jakarta.xml.bind.annotation
- 
Defines annotations for customizing Java program elements to XML Schema mapping.
- jakarta.xml.bind.annotation.adapters - package jakarta.xml.bind.annotation.adapters
- 
XmlAdapterand its spec-defined subclasses to allow arbitrary Java classes to be used with Jakarta XML Binding.
- jakarta.xml.bind.attachment - package jakarta.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.
- jakarta.xml.bind.helpers - package jakarta.xml.bind.helpers
- 
Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of thejakarta.xml.bindinterfaces.
- jakarta.xml.bind.util - package jakarta.xml.bind.util
- 
Useful client utility classes.
- Jakarta XML Binding Runtime Framework Compatibility - Search tag in class jakarta.xml.bind.JAXBContext
- Section
- JAXB - Class in jakarta.xml.bind
- 
Class that defines convenience methods for common, simple use of Jakarta XML Binding.
- JAXB_CONTEXT_FACTORY - Static variable in class jakarta.xml.bind.JAXBContext
- 
The name of the property that contains the name of the class capable of creating newJAXBContextobjects.
- JAXB_ENCODING - Static variable in interface jakarta.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 jakarta.xml.bind.Marshaller
- 
The name of the property used to specify whether the marshalled XML data is formatted with linefeeds and indentation.
- JAXB_FRAGMENT - Static variable in interface jakarta.xml.bind.Marshaller
- 
The name of the property used to specify whether the marshaller will generate document level events (ie calling startDocument or endDocument).
- JAXB_NO_NAMESPACE_SCHEMA_LOCATION - Static variable in interface jakarta.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 jakarta.xml.bind.Marshaller
- 
The name of the property used to specify the xsi:schemaLocation attribute value to place in the marshalled XML output.
- JAXBContext - Class in jakarta.xml.bind
- 
TheJAXBContextclass provides the client's entry point to the Jakarta XML Binding API.
- JAXBContext() - Constructor for class jakarta.xml.bind.JAXBContext
- JAXBContextFactory - Interface in jakarta.xml.bind
- 
Factory that creates newJAXBContextinstances.
- JAXBElement<T> - Class in jakarta.xml.bind
- 
Jakarta XML Binding representation of an Xml Element.
- JAXBElement(QName, Class<T>, Class<?>, T) - Constructor for class jakarta.xml.bind.JAXBElement
- 
Construct an xml element instance.
- JAXBElement(QName, Class<T>, T) - Constructor for class jakarta.xml.bind.JAXBElement
- 
Construct an xml element instance.
- JAXBElement.GlobalScope - Class in jakarta.xml.bind
- 
Designates global scope for an xml element.
- JAXBException - Exception Class in jakarta.xml.bind
- 
This is the root exception class for all Jakarta XML Binding exceptions.
- JAXBException(String) - Constructor for exception class jakarta.xml.bind.JAXBException
- 
Construct a JAXBException with the specified detail message.
- JAXBException(String, String) - Constructor for exception class jakarta.xml.bind.JAXBException
- 
Construct a JAXBException with the specified detail message and vendor specific errorCode.
- JAXBException(String, String, Throwable) - Constructor for exception class jakarta.xml.bind.JAXBException
- 
Construct a JAXBException with the specified detail message, vendor specific errorCode, and linkedException.
- JAXBException(String, Throwable) - Constructor for exception class jakarta.xml.bind.JAXBException
- 
Construct a JAXBException with the specified detail message and linkedException.
- JAXBException(Throwable) - Constructor for exception class jakarta.xml.bind.JAXBException
- 
Construct a JAXBException with a linkedException.
- JAXBIntrospector - Class in jakarta.xml.bind
- 
Provide access to Jakarta XML Binding xml binding data for a Jakarta XML Binding object.
- JAXBIntrospector() - Constructor for class jakarta.xml.bind.JAXBIntrospector
- 
Do-nothing constructor for the derived classes.
- JAXBPermission - Class in jakarta.xml.bind
- 
This class is for Jakarta XML Binding permissions.
- JAXBPermission(String) - Constructor for class jakarta.xml.bind.JAXBPermission
- 
Creates a new JAXBPermission with the specified name.
- JAXBResult - Class in jakarta.xml.bind.util
- 
JAXPResultimplementation that unmarshalls a Jakarta XML Binding object.
- JAXBResult(JAXBContext) - Constructor for class jakarta.xml.bind.util.JAXBResult
- 
Creates a new instance that uses the specified JAXBContext to unmarshal.
- JAXBResult(Unmarshaller) - Constructor for class jakarta.xml.bind.util.JAXBResult
- 
Creates a new instance that uses the specified Unmarshaller to unmarshal an object.
- JAXBSource - Class in jakarta.xml.bind.util
- 
JAXPSourceimplementation that marshals a Jakarta XML Binding-generated object.
- JAXBSource(JAXBContext, Object) - Constructor for class jakarta.xml.bind.util.JAXBSource
- 
Creates a newSourcefor the given content object.
- JAXBSource(Marshaller, Object) - Constructor for class jakarta.xml.bind.util.JAXBSource
- 
Creates a newSourcefor the given content object.
L
- lax() - Element in annotation type jakarta.xml.bind.annotation.XmlAnyElement
- 
Controls the unmarshaller behavior when it sees elements known to the currentJAXBContext.
- Listener() - Constructor for class jakarta.xml.bind.Marshaller.Listener
- 
Do-nothing constructor for the derived classes.
- Listener() - Constructor for class jakarta.xml.bind.Unmarshaller.Listener
- 
Do-nothing constructor for the derived classes.
- location() - Element in annotation type jakarta.xml.bind.annotation.XmlSchema
- 
Indicates that this namespace (specified byXmlSchema.namespace()) has a schema already available externally, available at this location.
M
- Mapping a Class - Search tag in annotation type jakarta.xml.bind.annotation.XmlType
- Section
- Mapping an enum type - Search tag in annotation type jakarta.xml.bind.annotation.XmlType
- Section
- marshal(byte[]) - Method in class jakarta.xml.bind.annotation.adapters.HexBinaryAdapter
- marshal(BoundType) - Method in class jakarta.xml.bind.annotation.adapters.XmlAdapter
- 
Convert a bound type to a value type.
- marshal(ElementT, ValidationEventHandler) - Method in interface jakarta.xml.bind.annotation.DomHandler
- 
This method is called when a Jakarta XML Binding provider needs to marshal an element to XML.
- marshal(Object, File) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, File) - Static method in class jakarta.xml.bind.JAXB
- 
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, File) - Method in interface jakarta.xml.bind.Marshaller
- 
Marshal the content tree rooted atjaxbElementinto a file.
- marshal(Object, OutputStream) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, OutputStream) - Static method in class jakarta.xml.bind.JAXB
- 
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, OutputStream) - Method in interface jakarta.xml.bind.Marshaller
- 
Marshal the content tree rooted atjaxbElementinto an output stream.
- marshal(Object, Writer) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, Writer) - Static method in class jakarta.xml.bind.JAXB
- 
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, Writer) - Method in interface jakarta.xml.bind.Marshaller
- 
Marshal the content tree rooted atjaxbElementinto a Writer.
- marshal(Object, String) - Static method in class jakarta.xml.bind.JAXB
- 
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, URI) - Static method in class jakarta.xml.bind.JAXB
- 
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, URL) - Static method in class jakarta.xml.bind.JAXB
- 
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, XMLEventWriter) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, XMLEventWriter) - Method in interface jakarta.xml.bind.Marshaller
- 
Marshal the content tree rooted atjaxbElementinto aXMLEventWriter.
- marshal(Object, XMLStreamWriter) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, XMLStreamWriter) - Method in interface jakarta.xml.bind.Marshaller
- 
Marshal the content tree rooted atjaxbElementinto aXMLStreamWriter.
- marshal(Object, Result) - Static method in class jakarta.xml.bind.JAXB
- 
Writes a Java object tree to XML and store it to the specified location.
- marshal(Object, Result) - Method in interface jakarta.xml.bind.Marshaller
- 
Marshal the content tree rooted atjaxbElementinto the specifiedjavax.xml.transform.Result.
- marshal(Object, Node) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, Node) - Method in interface jakarta.xml.bind.Marshaller
- 
Marshal the content tree rooted atjaxbElementinto a DOM tree.
- marshal(Object, ContentHandler) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- marshal(Object, ContentHandler) - Method in interface jakarta.xml.bind.Marshaller
- 
Marshal the content tree rooted atjaxbElementinto SAX2 events.
- marshal(Object, XmlNode) - Method in class jakarta.xml.bind.Binder
- 
Marshal a Jakarta XML Binding object tree to a new XML document.
- marshal(String) - Method in class jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter
- 
No-op.
- marshal(String) - Method in class jakarta.xml.bind.annotation.adapters.NormalizedStringAdapter
- 
No-op.
- marshal(Element, ValidationEventHandler) - Method in class jakarta.xml.bind.annotation.W3CDomHandler
- MarshalException - Exception Class in jakarta.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 class jakarta.xml.bind.MarshalException
- 
Construct a MarshalException with the specified detail message.
- MarshalException(String, String) - Constructor for exception class jakarta.xml.bind.MarshalException
- 
Construct a MarshalException with the specified detail message and vendor specific errorCode.
- MarshalException(String, String, Throwable) - Constructor for exception class jakarta.xml.bind.MarshalException
- 
Construct a MarshalException with the specified detail message, vendor specific errorCode, and linkedException.
- MarshalException(String, Throwable) - Constructor for exception class jakarta.xml.bind.MarshalException
- 
Construct a MarshalException with the specified detail message and linkedException.
- MarshalException(Throwable) - Constructor for exception class jakarta.xml.bind.MarshalException
- 
Construct a MarshalException with a linkedException.
- Marshaller - Interface in jakarta.xml.bind
- 
TheMarshallerclass is responsible for governing the process of serializing Java content trees back into XML data.
- Marshaller.Listener - Class in jakarta.xml.bind
- 
Register an instance of an implementation of this class with aMarshallerto externally listen for marshal events.
- Marshalling - Search tag in class jakarta.xml.bind.JAXBContext
- Section
N
- name - Variable in class jakarta.xml.bind.JAXBElement
- 
xml element tag name
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlAttribute
- 
Name of the XML Schema attribute.
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlElement
- 
Name of the XML Schema element.
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlElementDecl
- 
local name of the XML element.
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlElementRef
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlElementWrapper
- 
Name of the XML wrapper element.
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlRootElement
- 
local name of the XML element.
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlSchemaType
- name() - Element in annotation type jakarta.xml.bind.annotation.XmlType
- 
Name of the XML Schema type which the class is mapped.
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlAttribute
- 
Specifies the XML target namespace of the XML Schema attribute.
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlElement
- 
XML target namespace of the XML Schema element.
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlElementDecl
- 
namespace name of the XML element.
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlElementRef
- 
This parameter andXmlElementRef.name()are used to determine the XML element for the JavaBean property.
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlElementWrapper
- 
XML target namespace of the XML wrapper element.
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlRootElement
- 
namespace name of the XML element.
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlSchema
- 
Name of the XML namespace.
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlSchemaType
- namespace() - Element in annotation type jakarta.xml.bind.annotation.XmlType
- 
Name of the target namespace of the XML Schema type.
- namespaceURI() - Element in annotation type jakarta.xml.bind.annotation.XmlNs
- 
Namespace URI
- newInstance(Class<?>...) - Static method in class jakarta.xml.bind.JAXBContext
- 
Create a new instance of aJAXBContextclass.
- newInstance(Class<?>[], Map<String, ?>) - Static method in class jakarta.xml.bind.JAXBContext
- 
Create a new instance of aJAXBContextclass.
- newInstance(String) - Static method in class jakarta.xml.bind.JAXBContext
- 
Create a new instance of aJAXBContextclass.
- newInstance(String, ClassLoader) - Static method in class jakarta.xml.bind.JAXBContext
- 
Create a new instance of aJAXBContextclass.
- newInstance(String, ClassLoader, Map<String, ?>) - Static method in class jakarta.xml.bind.JAXBContext
- 
Create a new instance of aJAXBContextclass.
- nil - Variable in class jakarta.xml.bind.JAXBElement
- 
true iff the xml element instance has xsi:nil="true".
- nillable() - Element in annotation type jakarta.xml.bind.annotation.XmlElement
- 
Customize the element declaration to be nillable.
- nillable() - Element in annotation type jakarta.xml.bind.annotation.XmlElementWrapper
- 
If true, the absence of the collection is represented by usingxsi:nil='true'.
- NO_LOCATION - Static variable in annotation type jakarta.xml.bind.annotation.XmlSchema
- 
The default value of theXmlSchema.location()attribute, which indicates that the schema generator will generate components in this namespace.
- NONE - Enum constant in enum jakarta.xml.bind.annotation.XmlAccessType
- 
None of the fields or properties is bound to XML unless they are specifically annotated with some of the Jakarta XML Binding annotations.
- NormalizedStringAdapter - Class in jakarta.xml.bind.annotation.adapters
- 
XmlAdapterto handlexs:normalizedString.
- NormalizedStringAdapter() - Constructor for class jakarta.xml.bind.annotation.adapters.NormalizedStringAdapter
- Notations - Search tag in package jakarta.xml.bind.annotation
- Section
- NotIdentifiableEvent - Interface in jakarta.xml.bind
- 
This event indicates that a problem was encountered resolving an ID/IDREF.
- NotIdentifiableEventImpl - Class in jakarta.xml.bind.helpers
- 
Default implementation of the NotIdentifiableEvent interface.
- NotIdentifiableEventImpl(int, String, ValidationEventLocator) - Constructor for class jakarta.xml.bind.helpers.NotIdentifiableEventImpl
- 
Create a new NotIdentifiableEventImpl.
- NotIdentifiableEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class jakarta.xml.bind.helpers.NotIdentifiableEventImpl
- 
Create a new NotIdentifiableEventImpl.
P
- Package Specification - Search tag in package jakarta.xml.bind
- Section
- Package Specification - Search tag in package jakarta.xml.bind.annotation
- Section
- Package Specification - Search tag in package jakarta.xml.bind.annotation.adapters
- Section
- Package Specification - Search tag in package jakarta.xml.bind.attachment
- Section
- Package Specification - Search tag in package jakarta.xml.bind.helpers
- Section
- Package Specification - Search tag in package jakarta.xml.bind.util
- Section
- parseAnySimpleType(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Return a string containing the lexical representation of the simple type.
- parseAnySimpleType(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Return a string containing the lexical representation of the simple type.
- parseBase64Binary(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into an array of bytes.
- parseBase64Binary(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into an array of bytes.
- parseBoolean(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into a boolean value.
- parseBoolean(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into a boolean value.
- parseByte(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into a byte value.
- parseByte(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into a byte value.
- ParseConversionEvent - Interface in jakarta.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 jakarta.xml.bind.helpers
- 
Default implementation of the ParseConversionEvent interface.
- ParseConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class jakarta.xml.bind.helpers.ParseConversionEventImpl
- 
Create a new ParseConversionEventImpl.
- ParseConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class jakarta.xml.bind.helpers.ParseConversionEventImpl
- 
Create a new ParseConversionEventImpl.
- parseDate(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into a Calendar value.
- parseDate(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into a Calendar value.
- parseDateTime(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into a Calendar value.
- parseDateTime(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into a Calendar value.
- parseDecimal(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into a BigDecimal value.
- parseDecimal(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into a BigDecimal value.
- parseDouble(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into a double value.
- parseDouble(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into a double value.
- parseFloat(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into a float value.
- parseFloat(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into a float value.
- parseHexBinary(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into an array of bytes.
- parseHexBinary(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into an array of bytes.
- parseInt(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Convert the string argument into an int value.
- parseInt(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Convert the string argument into an int value.
- parseInteger(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Convert the string argument into a BigInteger value.
- parseInteger(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Convert the string argument into a BigInteger value.
- parseLong(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into a long value.
- parseLong(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into a long value.
- parseQName(String, NamespaceContext) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into a byte value.
- parseQName(String, NamespaceContext) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into a QName value.
- parseShort(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into a short value.
- parseShort(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into a short value.
- parseString(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Convert the lexical XSD string argument into a String value.
- parseString(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Convert the string argument into a string.
- parseTime(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into a Calendar value.
- parseTime(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into a Calendar value.
- parseUnsignedInt(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into a long value.
- parseUnsignedInt(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into a long value.
- parseUnsignedShort(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into an int value.
- parseUnsignedShort(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into an int value.
- prefix() - Element in annotation type jakarta.xml.bind.annotation.XmlNs
- 
Namespace prefix
- printAnySimpleType(String) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts a string value into a string.
- printAnySimpleType(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts a string value into a string.
- printBase64Binary(byte[]) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts an array of bytes into a string.
- printBase64Binary(byte[]) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts an array of bytes into a string.
- printBoolean(boolean) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts a boolean value into a string.
- printBoolean(boolean) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts a boolean value into a string.
- printByte(byte) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts a byte value into a string.
- printByte(byte) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts a byte value into a string.
- PrintConversionEvent - Interface in jakarta.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 jakarta.xml.bind.helpers
- 
Default implementation of the PrintConversionEvent interface.
- PrintConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class jakarta.xml.bind.helpers.PrintConversionEventImpl
- 
Create a new PrintConversionEventImpl.
- PrintConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class jakarta.xml.bind.helpers.PrintConversionEventImpl
- 
Create a new PrintConversionEventImpl.
- printDate(Calendar) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts a Calendar value into a string.
- printDate(Calendar) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts a Calendar value into a string.
- printDateTime(Calendar) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts a Calendar value into a string.
- printDateTime(Calendar) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts a Calendar value into a string.
- printDecimal(BigDecimal) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts a BigDecimal value into a string.
- printDecimal(BigDecimal) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts a BigDecimal value into a string.
- printDouble(double) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts a double value into a string.
- printDouble(double) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts a double value into a string.
- printFloat(float) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts a float value into a string.
- printFloat(float) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts a float value into a string.
- printHexBinary(byte[]) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts an array of bytes into a string.
- printHexBinary(byte[]) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts an array of bytes into a string.
- printInt(int) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts an int value into a string.
- printInt(int) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts an int value into a string.
- printInteger(BigInteger) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts a BigInteger value into a string.
- printInteger(BigInteger) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts a BigInteger value into a string.
- printLong(long) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts A long value into a string.
- printLong(long) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts a long value into a string.
- printQName(QName, NamespaceContext) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts a QName instance into a string.
- printQName(QName, NamespaceContext) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts a QName instance into a string.
- printShort(short) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts a short value into a string.
- printShort(short) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts a short value into a string.
- printStackTrace() - Method in exception class jakarta.xml.bind.JAXBException
- 
Prints this JAXBException and its stack trace (including the stack trace of the linkedException if it is non-null) toSystem.err.
- printStackTrace() - Method in exception class jakarta.xml.bind.TypeConstraintException
- 
Prints this TypeConstraintException and its stack trace (including the stack trace of the linkedException if it is non-null) toSystem.err.
- printStackTrace(PrintStream) - Method in exception class jakarta.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 class jakarta.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 class jakarta.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 jakarta.xml.bind.DatatypeConverter
- 
Converts the string argument into a string.
- printString(String) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts the string argument into a string.
- printTime(Calendar) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts a Calendar value into a string.
- printTime(Calendar) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts a Calendar value into a string.
- printUnsignedInt(long) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts a long value into a string.
- printUnsignedInt(long) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts a long value into a string.
- printUnsignedShort(int) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
Converts an int value into a string.
- printUnsignedShort(int) - Method in interface jakarta.xml.bind.DatatypeConverterInterface
- 
Converts an int value into a string.
- PROPERTY - Enum constant in enum jakarta.xml.bind.annotation.XmlAccessType
- 
Every getter/setter pair in a Jakarta XML Binding-bound class will be automatically bound to XML, unless annotated byXmlTransient.
- PropertyException - Exception Class in jakarta.xml.bind
- 
This exception indicates that an error was encountered while getting or setting a property.
- PropertyException(String) - Constructor for exception class jakarta.xml.bind.PropertyException
- 
Construct a PropertyException with the specified detail message.
- PropertyException(String, Object) - Constructor for exception class jakarta.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 class jakarta.xml.bind.PropertyException
- 
Construct a PropertyException with the specified detail message and vendor specific errorCode.
- PropertyException(String, String, Throwable) - Constructor for exception class jakarta.xml.bind.PropertyException
- 
Construct a PropertyException with the specified detail message, vendor specific errorCode, and linkedException.
- PropertyException(String, Throwable) - Constructor for exception class jakarta.xml.bind.PropertyException
- 
Construct a PropertyException with the specified detail message and linkedException.
- PropertyException(Throwable) - Constructor for exception class jakarta.xml.bind.PropertyException
- 
Construct a PropertyException with a linkedException.
- propOrder() - Element in annotation type jakarta.xml.bind.annotation.XmlType
- 
Specifies the order for XML Schema elements when class is mapped to an XML Schema complex type.
- PUBLIC_MEMBER - Enum constant in enum jakarta.xml.bind.annotation.XmlAccessType
- 
Every public getter/setter pair and every public field will be automatically bound to XML, unless annotated byXmlTransient.
Q
R
- Related Documentation - Search tag in package jakarta.xml.bind
- Section
- Related Documentation - Search tag in package jakarta.xml.bind.annotation.adapters
- Section
- Related Documentation - Search tag in package jakarta.xml.bind.helpers
- Section
- Related Documentation - Search tag in package jakarta.xml.bind.util
- Section
- Related Standards - Search tag in package jakarta.xml.bind.attachment
- Section
- Relationship to other annotations - Search tag in annotation type jakarta.xml.bind.annotation.XmlAnyElement
- Section
- required() - Element in annotation type jakarta.xml.bind.annotation.XmlAttribute
- 
Specifies if the XML Schema attribute is optional or required.
- required() - Element in annotation type jakarta.xml.bind.annotation.XmlElement
- 
Customize the element declaration to be required.
- required() - Element in annotation type jakarta.xml.bind.annotation.XmlElementRef
- 
Customize the element declaration to be required.
- required() - Element in annotation type jakarta.xml.bind.annotation.XmlElementWrapper
- 
Customize the wrapper element declaration to be required.
- reset() - Method in class jakarta.xml.bind.util.ValidationEventCollector
- 
Clear all collected errors and warnings.
- Restriction usage constraints - Search tag in annotation type jakarta.xml.bind.annotation.XmlAnyElement
- Section
S
- SchemaOutputResolver - Class in jakarta.xml.bind
- 
Controls where a Jakarta XML Binding implementation puts the generates schema files.
- SchemaOutputResolver() - Constructor for class jakarta.xml.bind.SchemaOutputResolver
- 
Do-nothing constructor for the derived classes.
- Schema To Java example - Search tag in annotation type jakarta.xml.bind.annotation.XmlAnyElement
- Section
- scope - Variable in class jakarta.xml.bind.JAXBElement
- 
Scope of xml element declaration representing this xml element instance.
- scope() - Element in annotation type jakarta.xml.bind.annotation.XmlElementDecl
- 
scope of the mapping.
- setAdapter(A) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- setAdapter(A) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- setAdapter(A) - Method in interface jakarta.xml.bind.Marshaller
- 
Associates a configured instance ofXmlAdapterwith this marshaller.
- setAdapter(A) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Associates a configured instance ofXmlAdapterwith this unmarshaller.
- setAdapter(Class<A>, A) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- setAdapter(Class<A>, A) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- setAdapter(Class<A>, A) - Method in interface jakarta.xml.bind.Marshaller
- 
Associates a configured instance ofXmlAdapterwith this marshaller.
- setAdapter(Class<A>, A) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Associates a configured instance ofXmlAdapterwith this unmarshaller.
- setAttachmentMarshaller(AttachmentMarshaller) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- setAttachmentMarshaller(AttachmentMarshaller) - Method in interface jakarta.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 jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Associate a context that resolves cid's, content-id URIs, to binary data passed as attachments.
- setBuilder(DocumentBuilder) - Method in class jakarta.xml.bind.annotation.W3CDomHandler
- setColumnNumber(int) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- 
Set the columnNumber field on this event locator.
- setDatatypeConverter(DatatypeConverterInterface) - Static method in class jakarta.xml.bind.DatatypeConverter
- 
This method is for Jakarta XML Binding provider use only.
- setEncoding(String) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- 
Convenience method for setting the output encoding.
- setEventHandler(ValidationEventHandler) - Method in class jakarta.xml.bind.Binder
- 
Allow an application to register aValidationEventHandler.
- setEventHandler(ValidationEventHandler) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- setEventHandler(ValidationEventHandler) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- 
Allow an application to register a validation event handler.
- setEventHandler(ValidationEventHandler) - Method in interface jakarta.xml.bind.Marshaller
- 
Allow an application to register a validation event handler.
- setEventHandler(ValidationEventHandler) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Allow an application to register aValidationEventHandler.
- setFormattedOutput(boolean) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- 
Convenience method for setting the formatted output flag.
- setFragment(boolean) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- 
Convenience method for setting the fragment flag.
- setLineNumber(int) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- 
Set the lineNumber field on this event locator.
- setLinkedException(Throwable) - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
- 
Set the linked exception field of this event.
- setLinkedException(Throwable) - Method in exception class jakarta.xml.bind.JAXBException
- 
Add a linked Exception.
- setLinkedException(Throwable) - Method in exception class jakarta.xml.bind.TypeConstraintException
- 
Add a linked Exception.
- setListener(Marshaller.Listener) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- setListener(Marshaller.Listener) - Method in interface jakarta.xml.bind.Marshaller
- 
Register marshal event callbackMarshaller.Listenerwith thisMarshaller.
- setListener(Unmarshaller.Listener) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- setListener(Unmarshaller.Listener) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Register unmarshal event callbackUnmarshaller.Listenerwith thisUnmarshaller.
- setLocator(ValidationEventLocator) - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
- 
Set the locator object for this event.
- setMessage(String) - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
- 
Set the message field of this event.
- setNil(boolean) - Method in class jakarta.xml.bind.JAXBElement
- 
Set whether this element has nil content.
- setNode(Node) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- 
Set the Node field on this event locator.
- setNoNSSchemaLocation(String) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- 
Convenience method for setting the noNamespaceSchemaLocation.
- setObject(Object) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- 
Set the Object field on this event locator.
- setOffset(int) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- 
Set the offset field on this event locator.
- setProperty(String, Object) - Method in class jakarta.xml.bind.Binder
- 
Set the particular property in the underlying implementation ofBinder.
- setProperty(String, Object) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- 
Default implementation of the setProperty method handles the four defined properties in Marshaller.
- setProperty(String, Object) - Method in class jakarta.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 jakarta.xml.bind.Marshaller
- 
Set the particular property in the underlying implementation ofMarshaller.
- setProperty(String, Object) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Set the particular property in the underlying implementation ofUnmarshaller.
- setSchema(Schema) - Method in class jakarta.xml.bind.Binder
- 
Specifies whether marshal, unmarshal and update methods performs validation on their XML content.
- setSchema(Schema) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- setSchema(Schema) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- setSchema(Schema) - Method in interface jakarta.xml.bind.Marshaller
- 
Specify the JAXPSchemaobject that should be used to validate subsequent marshal operations against.
- setSchema(Schema) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Specify the JAXPSchemaobject that should be used to validate subsequent unmarshal operations against.
- setSchemaLocation(String) - Method in class jakarta.xml.bind.helpers.AbstractMarshallerImpl
- 
Convenience method for setting the schemaLocation.
- setSeverity(int) - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
- 
Set the severity field of this event.
- setURL(URL) - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- 
Set the URL field on this event locator.
- setValue(T) - Method in class jakarta.xml.bind.JAXBElement
- 
Set the content model and attributes of this xml element.
- substitutionHeadName() - Element in annotation type jakarta.xml.bind.annotation.XmlElementDecl
- 
XML local name of a substitution group's head element.
- substitutionHeadNamespace() - Element in annotation type jakarta.xml.bind.annotation.XmlElementDecl
- 
namespace name of a substitution group's head XML element.
T
- Terminology - Search tag in package jakarta.xml.bind.annotation
- Section
- toString() - Method in class jakarta.xml.bind.helpers.ValidationEventImpl
- 
Returns a string representation of this object in a format helpful to debugging.
- toString() - Method in class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- 
Returns a string representation of this object in a format helpful to debugging.
- toString() - Method in exception class jakarta.xml.bind.JAXBException
- 
Returns a short description of this JAXBException.
- toString() - Method in exception class jakarta.xml.bind.TypeConstraintException
- 
Returns a short description of this TypeConstraintException.
- type() - Element in annotation type jakarta.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 type jakarta.xml.bind.annotation.XmlElement
- 
The Java class being referenced.
- type() - Element in annotation type jakarta.xml.bind.annotation.XmlElementRef
- 
The Java type being referenced.
- type() - Element in annotation type jakarta.xml.bind.annotation.XmlSchemaType
- 
If this annotation is used at the package level, then value of the type() must be specified.
- TypeConstraintException - Exception Class in jakarta.xml.bind
- 
This exception indicates that a violation of a dynamically checked type constraint was detected.
- TypeConstraintException(String) - Constructor for exception class jakarta.xml.bind.TypeConstraintException
- 
Construct a TypeConstraintException with the specified detail message.
- TypeConstraintException(String, String) - Constructor for exception class jakarta.xml.bind.TypeConstraintException
- 
Construct a TypeConstraintException with the specified detail message and vendor specific errorCode.
- TypeConstraintException(String, String, Throwable) - Constructor for exception class jakarta.xml.bind.TypeConstraintException
- 
Construct a TypeConstraintException with the specified detail message, vendor specific errorCode, and linkedException.
- TypeConstraintException(String, Throwable) - Constructor for exception class jakarta.xml.bind.TypeConstraintException
- 
Construct a TypeConstraintException with the specified detail message and linkedException.
- TypeConstraintException(Throwable) - Constructor for exception class jakarta.xml.bind.TypeConstraintException
- 
Construct a TypeConstraintException with a linkedException.
U
- UNDEFINED - Enum constant in enum jakarta.xml.bind.annotation.XmlAccessOrder
- 
The ordering of fields and properties in a class is undefined.
- unmarshal(File) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(File) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Unmarshal XML data from the specified file and return the resulting content tree.
- unmarshal(File, Class<T>) - Static method in class jakarta.xml.bind.JAXB
- 
Reads in a Java object tree from the given XML input.
- unmarshal(InputStream) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(InputStream) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Unmarshal XML data from the specified InputStream and return the resulting content tree.
- unmarshal(InputStream, Class<T>) - Static method in class jakarta.xml.bind.JAXB
- 
Reads in a Java object tree from the given XML input.
- unmarshal(Reader) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Reader) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Unmarshal XML data from the specified Reader and return the resulting content tree.
- unmarshal(Reader, Class<T>) - Static method in class jakarta.xml.bind.JAXB
- 
Reads in a Java object tree from the given XML input.
- unmarshal(String) - Method in class jakarta.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 jakarta.xml.bind.annotation.adapters.HexBinaryAdapter
- unmarshal(String) - Method in class jakarta.xml.bind.annotation.adapters.NormalizedStringAdapter
- 
Replace any tab, CR, and LF by a whitespace character ' ', as specified in the whitespace facet 'replace'
- unmarshal(String, Class<T>) - Static method in class jakarta.xml.bind.JAXB
- 
Reads in a Java object tree from the given XML input.
- unmarshal(URI, Class<T>) - Static method in class jakarta.xml.bind.JAXB
- 
Reads in a Java object tree from the given XML input.
- unmarshal(URL) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(URL) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Unmarshal XML data from the specified URL and return the resulting content tree.
- unmarshal(URL, Class<T>) - Static method in class jakarta.xml.bind.JAXB
- 
Reads in a Java object tree from the given XML input.
- unmarshal(XMLEventReader) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLEventReader) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Unmarshal XML data from the specified pull parser and return the resulting content tree.
- unmarshal(XMLEventReader, Class<T>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLEventReader, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Unmarshal root element to Jakarta XML Binding mappeddeclaredTypeand return the resulting content tree.
- unmarshal(XMLStreamReader) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLStreamReader) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Unmarshal XML data from the specified pull parser and return the resulting content tree.
- unmarshal(XMLStreamReader, Class<T>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(XMLStreamReader, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Unmarshal root element to Jakarta XML Binding mappeddeclaredTypeand return the resulting content tree.
- unmarshal(Source) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Source) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Unmarshal XML data from the specified XML Source and return the resulting content tree.
- unmarshal(Source, Class<T>) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Source, Class<T>) - Static method in class jakarta.xml.bind.JAXB
- 
Reads in a Java object tree from the given XML input.
- unmarshal(Source, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Unmarshal XML data from the specified XML Source bydeclaredTypeand return the resulting content tree.
- unmarshal(Node) - Method in interface jakarta.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 jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(Node, Class<T>) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Unmarshal XML data by Jakarta XML Binding mappeddeclaredTypeand return the resulting content tree.
- unmarshal(InputSource) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- unmarshal(InputSource) - Method in interface jakarta.xml.bind.Unmarshaller
- 
Unmarshal XML data from the specified SAX InputSource and return the resulting content tree.
- unmarshal(XMLReader, InputSource) - Method in class jakarta.xml.bind.helpers.AbstractUnmarshallerImpl
- 
Unmarshalls an object by using the specified XMLReader and the InputSource.
- unmarshal(ValueType) - Method in class jakarta.xml.bind.annotation.adapters.XmlAdapter
- 
Convert a value type to a bound type.
- unmarshal(XmlNode) - Method in class jakarta.xml.bind.Binder
- 
Unmarshal XML infoset view to a Jakarta XML Binding object tree.
- unmarshal(XmlNode, Class<T>) - Method in class jakarta.xml.bind.Binder
- 
Unmarshal XML root element by provideddeclaredTypeto a Jakarta XML Binding object tree.
- UnmarshalException - Exception Class in jakarta.xml.bind
- 
This exception indicates that an error has occurred while performing an unmarshal operation that prevents the Jakarta XML Binding Provider from completing the operation.
- UnmarshalException(String) - Constructor for exception class jakarta.xml.bind.UnmarshalException
- 
Construct an UnmarshalException with the specified detail message.
- UnmarshalException(String, String) - Constructor for exception class jakarta.xml.bind.UnmarshalException
- 
Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
- UnmarshalException(String, String, Throwable) - Constructor for exception class jakarta.xml.bind.UnmarshalException
- 
Construct an UnmarshalException with the specified detail message, vendor specific errorCode, and linkedException.
- UnmarshalException(String, Throwable) - Constructor for exception class jakarta.xml.bind.UnmarshalException
- 
Construct an UnmarshalException with the specified detail message and linkedException.
- UnmarshalException(Throwable) - Constructor for exception class jakarta.xml.bind.UnmarshalException
- 
Construct an UnmarshalException with a linkedException.
- Unmarshaller - Interface in jakarta.xml.bind
- 
TheUnmarshallerclass 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 jakarta.xml.bind
- 
Register an instance of an implementation of this class withUnmarshallerto externally listen for unmarshal events.
- UnmarshallerHandler - Interface in jakarta.xml.bind
- 
Unmarshaller implemented as SAX ContentHandler.
- Unmarshalling - Search tag in class jakarta.xml.bind.JAXBContext
- Section
- UNQUALIFIED - Enum constant in enum jakarta.xml.bind.annotation.XmlNsForm
- UNSET - Enum constant in enum jakarta.xml.bind.annotation.XmlNsForm
- updateJAXB(XmlNode) - Method in class jakarta.xml.bind.Binder
- 
Takes an XML node and updates its associated Jakarta XML Binding object and its descendants.
- updateXML(Object) - Method in class jakarta.xml.bind.Binder
- 
Takes a Jakarta XML Binding object and updates its associated XML node and its descendants.
- updateXML(Object, XmlNode) - Method in class jakarta.xml.bind.Binder
- 
Changes in Jakarta XML Binding object tree are updated in its associated XML parse tree.
- Usage - Search tag in annotation type jakarta.xml.bind.annotation.XmlAccessorOrder
- Section
- Usage - Search tag in annotation type jakarta.xml.bind.annotation.XmlAttachmentRef
- Section
- Usage - Search tag in annotation type jakarta.xml.bind.annotation.XmlSchema
- Section
- Usages: - Search tag in annotation type jakarta.xml.bind.annotation.XmlAnyElement
- Section
- Usage with other annotations - Search tag in annotation type jakarta.xml.bind.annotation.XmlType
- Section
- Using XmlAnyElement with XmlElementRef - Search tag in annotation type jakarta.xml.bind.annotation.XmlAnyElement
- Section
V
- Validation - Search tag in class jakarta.xml.bind.JAXBContext
- Section
- ValidationEvent - Interface in jakarta.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 jakarta.xml.bind.util
- 
ValidationEventHandlerimplementation that collects all events.
- ValidationEventCollector() - Constructor for class jakarta.xml.bind.util.ValidationEventCollector
- ValidationEventHandler - Interface in jakarta.xml.bind
- 
A basic event handler interface for validation errors.
- ValidationEventImpl - Class in jakarta.xml.bind.helpers
- 
Default implementation of the ValidationEvent interface.
- ValidationEventImpl(int, String, ValidationEventLocator) - Constructor for class jakarta.xml.bind.helpers.ValidationEventImpl
- 
Create a new ValidationEventImpl.
- ValidationEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class jakarta.xml.bind.helpers.ValidationEventImpl
- 
Create a new ValidationEventImpl.
- ValidationEventLocator - Interface in jakarta.xml.bind
- 
Encapsulate the location of a ValidationEvent.
- ValidationEventLocatorImpl - Class in jakarta.xml.bind.helpers
- 
Default implementation of the ValidationEventLocator interface.
- ValidationEventLocatorImpl() - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- 
Creates an object with all fields unavailable.
- ValidationEventLocatorImpl(Object) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- 
Constructs an object that points to a Jakarta XML Binding content object.
- ValidationEventLocatorImpl(Node) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- 
Constructs an object that points to a DOM Node.
- ValidationEventLocatorImpl(Locator) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- 
Constructs an object from an org.xml.sax.Locator.
- ValidationEventLocatorImpl(SAXParseException) - Constructor for class jakarta.xml.bind.helpers.ValidationEventLocatorImpl
- 
Constructs an object from the location information of a SAXParseException.
- ValidationException - Exception Class in jakarta.xml.bind
- 
This exception indicates that an error has occurred while performing a validate operation.
- ValidationException(String) - Constructor for exception class jakarta.xml.bind.ValidationException
- 
Construct an ValidationException with the specified detail message.
- ValidationException(String, String) - Constructor for exception class jakarta.xml.bind.ValidationException
- 
Construct an ValidationException with the specified detail message and vendor specific errorCode.
- ValidationException(String, String, Throwable) - Constructor for exception class jakarta.xml.bind.ValidationException
- 
Construct an ValidationException with the specified detail message, vendor specific errorCode, and linkedException.
- ValidationException(String, Throwable) - Constructor for exception class jakarta.xml.bind.ValidationException
- 
Construct an ValidationException with the specified detail message and linkedException.
- ValidationException(Throwable) - Constructor for exception class jakarta.xml.bind.ValidationException
- 
Construct an ValidationException with a linkedException.
- value - Variable in class jakarta.xml.bind.JAXBElement
- 
xml element value.
- value() - Element in annotation type jakarta.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 type jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapters
- 
Collection of @XmlJavaTypeAdapterannotations
- value() - Element in annotation type jakarta.xml.bind.annotation.XmlAccessorOrder
- value() - Element in annotation type jakarta.xml.bind.annotation.XmlAccessorType
- 
Specifies whether fields or properties are serialized.
- value() - Element in annotation type jakarta.xml.bind.annotation.XmlAnyElement
- 
Specifies theDomHandlerwhich is responsible for actually converting XML from/to a DOM-like data structure.
- value() - Element in annotation type jakarta.xml.bind.annotation.XmlElementRefs
- value() - Element in annotation type jakarta.xml.bind.annotation.XmlElements
- 
Collection of @XmlElementannotations
- value() - Element in annotation type jakarta.xml.bind.annotation.XmlEnum
- 
Java type that is mapped to an XML simple type.
- value() - Element in annotation type jakarta.xml.bind.annotation.XmlEnumValue
- value() - Element in annotation type jakarta.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 type jakarta.xml.bind.annotation.XmlSchemaTypes
- 
Collection of @XmlSchemaTypeannotations
- value() - Element in annotation type jakarta.xml.bind.annotation.XmlSeeAlso
- valueOf(String) - Static method in enum jakarta.xml.bind.annotation.XmlAccessOrder
- 
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.xml.bind.annotation.XmlAccessType
- 
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.xml.bind.annotation.XmlNsForm
- 
Returns the enum constant of this type with the specified name.
- values() - Static method in enum jakarta.xml.bind.annotation.XmlAccessOrder
- 
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.xml.bind.annotation.XmlAccessType
- 
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum jakarta.xml.bind.annotation.XmlNsForm
- 
Returns an array containing the constants of this enum type, in the order they are declared.
W
- W3CDomHandler - Class in jakarta.xml.bind.annotation
- 
DomHandlerimplementation for W3C DOM (org.w3c.dompackage.)
- W3CDomHandler() - Constructor for class jakarta.xml.bind.annotation.W3CDomHandler
- 
Default constructor.
- W3CDomHandler(DocumentBuilder) - Constructor for class jakarta.xml.bind.annotation.W3CDomHandler
- 
Constructor that allows applications to specify which DOM implementation to be used.
- W3C XML Schema "lax" wildcard emulation - Search tag in annotation type jakarta.xml.bind.annotation.XmlAnyElement
- Section
- WARNING - Static variable in interface jakarta.xml.bind.ValidationEvent
- 
Conditions that are not errors or fatal errors as defined by the XML 1.0 recommendation
X
- XmlAccessOrder - Enum in jakarta.xml.bind.annotation
- 
Used by XmlAccessorOrder to control the ordering of properties and fields in a Jakarta XML Binding bound class.
- XmlAccessorOrder - Annotation Type in jakarta.xml.bind.annotation
- 
Controls the ordering of fields and properties in a class.
- XmlAccessorType - Annotation Type in jakarta.xml.bind.annotation
- 
Controls whether fields or Javabean properties are serialized by default.
- XmlAccessType - Enum in jakarta.xml.bind.annotation
- 
Used by XmlAccessorType to control serialization of fields or properties.
- XmlAdapter<ValueType,BoundType> - Class in jakarta.xml.bind.annotation.adapters
- 
Adapts a Java type for custom marshaling.
- XmlAdapter() - Constructor for class jakarta.xml.bind.annotation.adapters.XmlAdapter
- 
Do-nothing constructor for the derived classes.
- XmlAnyAttribute - Annotation Type in jakarta.xml.bind.annotation
- 
Maps a JavaBean property to a map of wildcard attributes.
- XmlAnyElement - Annotation Type in jakarta.xml.bind.annotation
- 
Maps a JavaBean property to XML infoset representation and/or JAXBElement.
- XmlAttachmentRef - Annotation Type in jakarta.xml.bind.annotation
- 
Marks a field/property that its XML form is a URI reference to mime content.
- XmlAttribute - Annotation Type in jakarta.xml.bind.annotation
- 
Maps a JavaBean property to an XML attribute.
- XmlElement - Annotation Type in jakarta.xml.bind.annotation
- 
Maps a JavaBean property to an XML element derived from property name.
- XmlElement.DEFAULT - Class in jakarta.xml.bind.annotation
- 
Used inXmlElement.type()to signal that the type be inferred from the signature of the property.
- XmlElementDecl - Annotation Type in jakarta.xml.bind.annotation
- 
Maps a factory method to an XML element.
- XmlElementDecl.GLOBAL - Class in jakarta.xml.bind.annotation
- 
Used inXmlElementDecl.scope()to signal that the declaration is in the global scope.
- XmlElementRef - Annotation Type in jakarta.xml.bind.annotation
- 
Maps a JavaBean property to an XML element derived from property's type.
- XmlElementRef.DEFAULT - Class in jakarta.xml.bind.annotation
- 
Used inXmlElementRef.type()to signal that the type be inferred from the signature of the property.
- XmlElementRefs - Annotation Type in jakarta.xml.bind.annotation
- 
Marks a property that refers to classes withXmlElementor JAXBElement.
- XmlElements - Annotation Type in jakarta.xml.bind.annotation
- 
A container for multiple @XmlElementannotations.
- XmlElementWrapper - Annotation Type in jakarta.xml.bind.annotation
- 
Generates a wrapper element around XML representation.
- XmlEnum - Annotation Type in jakarta.xml.bind.annotation
- 
Maps an enum typeEnumto XML representation.
- XmlEnumValue - Annotation Type in jakarta.xml.bind.annotation
- 
Maps an enum constant inEnumtype to XML representation.
- XmlID - Annotation Type in jakarta.xml.bind.annotation
- 
Maps a JavaBean property to XML ID.
- XmlIDREF - Annotation Type in jakarta.xml.bind.annotation
- 
Maps a JavaBean property to XML IDREF.
- XmlInlineBinaryData - Annotation Type in jakarta.xml.bind.annotation
- 
Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML.
- XmlJavaTypeAdapter - Annotation Type in jakarta.xml.bind.annotation.adapters
- 
Use an adapter that implementsXmlAdapterfor custom marshaling.
- XmlJavaTypeAdapter.DEFAULT - Class in jakarta.xml.bind.annotation.adapters
- 
Used inXmlJavaTypeAdapter.type()to signal that the type be inferred from the signature of the field, property, parameter or the class.
- XmlJavaTypeAdapters - Annotation Type in jakarta.xml.bind.annotation.adapters
- 
A container for multiple @XmlJavaTypeAdapterannotations.
- XmlList - Annotation Type in jakarta.xml.bind.annotation
- 
Used to map a property to a list simple type.
- XmlMimeType - Annotation Type in jakarta.xml.bind.annotation
- 
Associates the MIME type that controls the XML representation of the property.
- XmlMixed - Annotation Type in jakarta.xml.bind.annotation
- 
Annotate a JavaBean multi-valued property to support mixed content.
- xmlns() - Element in annotation type jakarta.xml.bind.annotation.XmlSchema
- 
Customize the namespace URI, prefix associations.
- XmlNs - Annotation Type in jakarta.xml.bind.annotation
- 
Associates a namespace prefix with an XML namespace URI.
- XmlNsForm - Enum in jakarta.xml.bind.annotation
- 
Enumeration of XML Schema namespace qualifications.
- XmlRegistry - Annotation Type in jakarta.xml.bind.annotation
- 
Marks a class that hasXmlElementDecls.
- XmlRootElement - Annotation Type in jakarta.xml.bind.annotation
- 
Maps a class or an enum type to an XML element.
- XmlSchema - Annotation Type in jakarta.xml.bind.annotation
- 
Maps a package name to an XML namespace.
- XML Schema substitution group support - Search tag in annotation type jakarta.xml.bind.annotation.XmlElementRef
- Section
- XmlSchemaType - Annotation Type in jakarta.xml.bind.annotation
- 
Maps a Java type to a simple schema built-in type.
- XmlSchemaType.DEFAULT - Class in jakarta.xml.bind.annotation
- 
Used inXmlSchemaType.type()to signal that the type be inferred from the signature of the property.
- XmlSchemaTypes - Annotation Type in jakarta.xml.bind.annotation
- 
A container for multipleXmlSchemaTypeannotations.
- XmlSeeAlso - Annotation Type in jakarta.xml.bind.annotation
- 
Instructs Jakarta XML Binding to also bind other classes when binding this class.
- XmlTransient - Annotation Type in jakarta.xml.bind.annotation
- 
Prevents the mapping of a JavaBean property/type to XML representation.
- XmlType - Annotation Type in jakarta.xml.bind.annotation
- 
Maps a class or an enum type to an XML Schema type.
- XmlType.DEFAULT - Class in jakarta.xml.bind.annotation
- 
Used inXmlType.factoryClass()to signal that either factory mehod is not used or that it's in the class with thisXmlTypeitself.
- XmlValue - Annotation Type in jakarta.xml.bind.annotation
- 
Enables mapping a class to a XML Schema complex type with a simpleContent or an XML Schema simple type.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form