A B C D E F G H I J L M N P S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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
.
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
C
- 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. - 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. - 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. - 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.
- DatatypeConverterInterface - Interface in javax.xml.bind
-
The DatatypeConverterInterface is for JAXB provider use only.
- declaredType - Variable in class javax.xml.bind.JAXBElement
-
Java datatype binding for xml element declaration's type.
E
- Element - Interface in javax.xml.bind
-
This is an element marker interface.
- 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
F
- 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
G
- generateSchema(SchemaOutputResolver) - Method in class javax.xml.bind.JAXBContext
-
Generates the schema documents for this context.
- 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.
- getAttachmentMarshaller() - Method in interface javax.xml.bind.Marshaller
- getAttachmentUnmarshaller() - Method in interface javax.xml.bind.Unmarshaller
- getCause() - Method in exception javax.xml.bind.JAXBException
- getColumnNumber() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the column number if available
- getDeclaredType() - Method in class javax.xml.bind.JAXBElement
-
Returns the Java binding of the xml element declaration's type attribute.
- getElementName(Object) - Method in class javax.xml.bind.JAXBIntrospector
-
Get xml element qname for
jaxbElement
. - 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 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
- getJAXBNode(XmlNode) - Method in class javax.xml.bind.Binder
-
Gets the JAXB object associated with the given XML element.
- getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return the line number if available
- 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 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
. - getLocator() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the locator for this warning/error.
- 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 interface javax.xml.bind.ValidationEventLocator
-
Return a reference to the DOM Node if available
- getNode(Object) - Method in interface javax.xml.bind.Marshaller
-
Get a DOM tree view of the content tree(Optional).
- getObject() - Method in interface javax.xml.bind.ValidationEventLocator
-
Return a reference to the object in the Java content tree if available
- 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 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
- getResult() - Method in interface javax.xml.bind.UnmarshallerHandler
-
Obtains the unmarshalled result.
- getSchema() - Method in class javax.xml.bind.Binder
-
Gets the last
Schema
object (including null) set by theBinder.setSchema(Schema)
method. - 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. - getScope() - Method in class javax.xml.bind.JAXBElement
-
Returns scope of xml element declaration.
- getSeverity() - Method in interface javax.xml.bind.ValidationEvent
-
Retrieve the severity code for this warning/error.
- 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 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.
- GlobalScope() - Constructor for class javax.xml.bind.JAXBElement.GlobalScope
H
- handleEvent(ValidationEvent) - Method in interface javax.xml.bind.ValidationEventHandler
-
Receive notification of a validation warning or error.
I
- isElement(Object) - Method in class javax.xml.bind.JAXBIntrospector
-
Return true if
object
represents a JAXB element. - 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 interface javax.xml.bind.Unmarshaller
-
Deprecated.since JAXB2.0, please see
Unmarshaller.getSchema()
J
- java.xml.bind - module java.xml.bind
- javax.xml.bind - package javax.xml.bind
-
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
- JAXB - Class in javax.xml.bind
-
Class that defines convenience methods for common, simple use of JAXB.
- 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_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.
- 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.
L
- Listener() - Constructor for class javax.xml.bind.Marshaller.Listener
- Listener() - Constructor for class javax.xml.bind.Unmarshaller.Listener
M
- 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) - 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) - 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 interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElement
into aXMLEventWriter
. - 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 interface javax.xml.bind.Marshaller
-
Marshal the content tree rooted at
jaxbElement
into a DOM tree. - 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.
- 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 - 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.
N
- name - Variable in class javax.xml.bind.JAXBElement
-
xml element tag name
- 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, 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. - nil - Variable in class javax.xml.bind.JAXBElement
-
true iff the xml element instance has xsi:nil="true".
- NotIdentifiableEvent - Interface in javax.xml.bind
-
This event indicates that a problem was encountered resolving an ID/IDREF.
P
- 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 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 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 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 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.
- parseDate(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts the string argument into a Calendar value.
- 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 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 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 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 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 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 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 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 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 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 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 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 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 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 interface javax.xml.bind.DatatypeConverterInterface
-
Converts the string argument into an int value.
- printAnySimpleType(String) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a string value into a string.
- 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 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 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 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.
- printDate(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
-
Converts a Calendar value into a string.
- 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 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 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 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 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 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 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 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 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 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 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 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 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 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 interface javax.xml.bind.DatatypeConverterInterface
-
Converts an int value into a string.
- 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.
S
- 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.
- 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 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 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 interface javax.xml.bind.Unmarshaller
-
Associate a context that resolves cid's, content-id URIs, to binary data passed as attachments.
- setDatatypeConverter(DatatypeConverterInterface) - Static method in class javax.xml.bind.DatatypeConverter
-
This method is for JAXB provider use only.
- setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.Binder
-
Allow an application to register a
ValidationEventHandler
. - 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
- 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 interface javax.xml.bind.Marshaller
-
Register marshal event callback
Marshaller.Listener
with thisMarshaller
. - setListener(Unmarshaller.Listener) - Method in interface javax.xml.bind.Unmarshaller
-
Register unmarshal event callback
Unmarshaller.Listener
with thisUnmarshaller
. - setNil(boolean) - Method in class javax.xml.bind.JAXBElement
-
Set whether this element has nil content.
- 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 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 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. - 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.
T
- 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.
- 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
- 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 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 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, 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 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 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 interface javax.xml.bind.Unmarshaller
-
Unmarshal root element to JAXB mapped
declaredType
and return the resulting content tree. - 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 interface javax.xml.bind.Unmarshaller
-
Unmarshal root element to JAXB mapped
declaredType
and return the resulting content tree. - 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>) - 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 interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data by JAXB mapped
declaredType
and return the resulting content tree. - unmarshal(InputSource) - Method in interface javax.xml.bind.Unmarshaller
-
Unmarshal XML data from the specified SAX InputSource and return the resulting content tree.
- 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 - Interface in javax.xml.bind
-
Unmarshaller implemented as SAX ContentHandler.
- 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.
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
- 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.
- ValidationEventHandler - Interface in javax.xml.bind
-
A basic event handler interface for validation errors.
- ValidationEventLocator - Interface in javax.xml.bind
-
Encapsulate the location of a ValidationEvent.
- 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.
W
- 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
All Classes All Packages