A C D E F G H I J M N P R S T U V W

A

AbstractMarshallerImpl - class javax.xml.bind.helpers.AbstractMarshallerImpl.
Partial default Marshaller implementation.
AbstractMarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractMarshallerImpl
 
AbstractUnmarshallerImpl - class javax.xml.bind.helpers.AbstractUnmarshallerImpl.
Partial default Unmarshaller implementation.
AbstractUnmarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 

C

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.
createUnmarshalException(SAXException) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Creates an UnmarshalException from a SAXException.
createUnmarshaller() - Method in class javax.xml.bind.JAXBContext
Create an Unmarshaller object that can be used to convert XML data into a java content tree.
createValidator() - Method in class javax.xml.bind.JAXBContext
Create a Validator object that can be used to validate a java content tree against its source schema.

D

DatatypeConverter - class javax.xml.bind.DatatypeConverter.
The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype.
DatatypeConverterInterface - interface javax.xml.bind.DatatypeConverterInterface.
The DatatypeConverterInterface is for JAXB provider use only.
DefaultValidationEventHandler - class javax.xml.bind.helpers.DefaultValidationEventHandler.
This is the default validation event handler that will be used by the Unmarshaller and Validator if the client application doesn't specify their own.
DefaultValidationEventHandler() - Constructor for class javax.xml.bind.helpers.DefaultValidationEventHandler
 

E

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
Element - interface javax.xml.bind.Element.
This is an element marker interface.

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

getColumnNumber() - Method in interface javax.xml.bind.ValidationEventLocator
Return the column number if available
getColumnNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getEncoding() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the current output encoding.
getErrorCode() - Method in class javax.xml.bind.JAXBException
Get the vendor specific error code
getErrorCode() - Method in class javax.xml.bind.TypeConstraintException
Get the vendor specific error code
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
Return the current event handler or the default event handler if one hasn't been set.
getEventHandler() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
getEventHandler() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Return the current event handler or the default event handler if one hasn't been set.
getEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
Return an array of ValidationEvent objects containing a copy of each of the collected errors and warnings.
getJavaEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Gets the corresponding Java encoding name from an IANA name.
getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
Return the line number if available
getLineNumber() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getLinkedException() - Method in class javax.xml.bind.JAXBException
Get the linked exception
getLinkedException() - Method in class javax.xml.bind.TypeConstraintException
Get the linked exception
getLinkedException() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the linked exception for this warning/error.
getLinkedException() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getLocator() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the locator for this warning/error.
getLocator() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getMessage() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the text message for this warning/error.
getMessage() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getNoNSSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the current noNamespaceSchemaLocation.
getNode(Object) - Method in interface javax.xml.bind.Marshaller
Get a DOM tree view of the content tree(Optional).
getNode() - Method in interface javax.xml.bind.ValidationEventLocator
Return a reference to the DOM Node if available
getNode(Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
By default, the getNode method is unsupported and throw an UnsupportedOperationException.
getNode() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getObject() - Method in interface javax.xml.bind.ValidationEventLocator
Return a reference to the object in the Java content tree if available
getObject() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getOffset() - Method in interface javax.xml.bind.ValidationEventLocator
Return the byte offset if available
getOffset() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
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
Get the particular property in the underlying implementation of Validator.
getProperty(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Default implementation of the getProperty method handles the four defined properties in Marshaller.
getProperty(String) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Default implementation of the getProperty method always throws PropertyException since there are no required properties.
getResult() - Method in interface javax.xml.bind.UnmarshallerHandler
Obtains the unmarshalled result.
getResult() - Method in class javax.xml.bind.util.JAXBResult
Gets the unmarshalled object created by the transformation.
getSchemaLocation() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the current schemaLocation.
getSeverity() - Method in interface javax.xml.bind.ValidationEvent
Retrieve the severity code for this warning/error.
getSeverity() - Method in class javax.xml.bind.helpers.ValidationEventImpl
 
getURL() - Method in interface javax.xml.bind.ValidationEventLocator
Return the name of the XML source as a URL if available
getURL() - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
 
getUnmarshallerHandler() - Method in interface javax.xml.bind.Unmarshaller
Get an unmarshaller handler object that can be used as a component in an XML pipeline.
getXMLReader() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Obtains a configured XMLReader.

H

handleEvent(ValidationEvent) - Method in interface javax.xml.bind.ValidationEventHandler
Receive notification of a validation warning or error.
handleEvent(ValidationEvent) - Method in class javax.xml.bind.helpers.DefaultValidationEventHandler
 
handleEvent(ValidationEvent) - Method in class javax.xml.bind.util.ValidationEventCollector
 
hasEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
Returns true if this event collector contains at least one ValidationEvent.

I

isFormattedOutput() - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for getting the formatted output flag.
isValidating() - Method in interface javax.xml.bind.Unmarshaller
Indicates whether or not the Unmarshaller is configured to validate during unmarshal operations.
isValidating() - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Indicates whether or not the Unmarshaller is configured to validate during unmarshal operations.

J

JAXBContext - class javax.xml.bind.JAXBContext.
The JAXBContext class provides the client's entry point to the JAXB API.
JAXBContext() - Constructor for class javax.xml.bind.JAXBContext
 
JAXBException - exception javax.xml.bind.JAXBException.
This is the root exception class for all JAXB exceptions.
JAXBException(String) - Constructor for class javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message.
JAXBException(String, String) - Constructor for class javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message and vendor specific errorCode.
JAXBException(Throwable) - Constructor for class javax.xml.bind.JAXBException
Construct a JAXBException with a linkedException.
JAXBException(String, Throwable) - Constructor for class javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message and linkedException.
JAXBException(String, String, Throwable) - Constructor for class javax.xml.bind.JAXBException
Construct a JAXBException with the specified detail message, vendor specific errorCode, and linkedException.
JAXBResult - class javax.xml.bind.util.JAXBResult.
JAXP Result implementation that unmarshals a JAXB object.
JAXBResult(JAXBContext) - Constructor for class javax.xml.bind.util.JAXBResult
Creates a new instance that uses the specified JAXBContext to unmarshal.
JAXBResult(Unmarshaller) - Constructor for class javax.xml.bind.util.JAXBResult
Creates a new instance that uses the specified Unmarshaler to unmarshal an object.
JAXBSource - class javax.xml.bind.util.JAXBSource.
JAXP Source implementation that marshals a JAXB-generated object.
JAXBSource(JAXBContext, Object) - Constructor for class javax.xml.bind.util.JAXBSource
Creates a new Source for the given content object.
JAXBSource(Marshaller, Object) - Constructor for class javax.xml.bind.util.JAXBSource
Creates a new Source for the given content object.
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 formated with linefeeds and indentation.
JAXB_NO_NAMESPACE_SCHEMA_LOCATION - Static variable in interface javax.xml.bind.Marshaller
The name of the property used to specify the 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.
javax.xml.bind - package javax.xml.bind
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
javax.xml.bind.helpers - package javax.xml.bind.helpers
JAXB Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces.
javax.xml.bind.util - package javax.xml.bind.util
Useful client utility classes.

M

MarshalException - exception javax.xml.bind.MarshalException.
This exception indicates that an error has occured while performing a marshal operation that the provider is unable to recover from.
MarshalException(String) - Constructor for class javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message.
MarshalException(String, String) - Constructor for class javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message and vendor specific errorCode.
MarshalException(Throwable) - Constructor for class javax.xml.bind.MarshalException
Construct a MarshalException with a linkedException.
MarshalException(String, Throwable) - Constructor for class javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message and linkedException.
MarshalException(String, String, Throwable) - Constructor for class javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message, vendor specific errorCode, and linkedException.
Marshaller - interface javax.xml.bind.Marshaller.
The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data.
marshal(Object, Result) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at obj into the specified javax.xml.transform.Result.
marshal(Object, OutputStream) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at obj into an output stream.
marshal(Object, Writer) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at obj into a Writer.
marshal(Object, ContentHandler) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at obj into SAX2 events.
marshal(Object, Node) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at obj into a DOM tree.
marshal(Object, OutputStream) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, Writer) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, ContentHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, Node) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 

N

NotIdentifiableEvent - interface javax.xml.bind.NotIdentifiableEvent.
This event indicates that a problem was encountered resolving an ID/IDREF.
NotIdentifiableEventImpl - class javax.xml.bind.helpers.NotIdentifiableEventImpl.
Default implementation of the NotIdentifiableEvent interface.
NotIdentifiableEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
Create a new NotIdentifiableEventImpl.
NotIdentifiableEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.NotIdentifiableEventImpl
Create a new NotIdentifiableEventImpl.
newInstance(String) - Static method in class javax.xml.bind.JAXBContext
Obtain a new instance of a JAXBContext class.
newInstance(String, ClassLoader) - Static method in class javax.xml.bind.JAXBContext
Obtain a new instance of a JAXBContext class.

P

ParseConversionEvent - interface javax.xml.bind.ParseConversionEvent.
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 javax.xml.bind.helpers.ParseConversionEventImpl.
Default implementation of the ParseConversionEvent interface.
ParseConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
Create a new ParseConversionEventImpl.
ParseConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ParseConversionEventImpl
Create a new ParseConversionEventImpl.
PrintConversionEvent - interface javax.xml.bind.PrintConversionEvent.
This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.
PrintConversionEventImpl - class javax.xml.bind.helpers.PrintConversionEventImpl.
Default implementation of the PrintConversionEvent interface.
PrintConversionEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
Create a new PrintConversionEventImpl.
PrintConversionEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.PrintConversionEventImpl
Create a new PrintConversionEventImpl.
PropertyException - exception javax.xml.bind.PropertyException.
This exception indicates that an error was encountered while getting or setting a property.
PropertyException(String) - Constructor for class javax.xml.bind.PropertyException
Construct a PropertyException with the specified detail message.
PropertyException(String, String) - Constructor for class javax.xml.bind.PropertyException
Construct a PropertyException with the specified detail message and vendor specific errorCode.
PropertyException(Throwable) - Constructor for class javax.xml.bind.PropertyException
Construct a PropertyException with a linkedException.
PropertyException(String, Throwable) - Constructor for class javax.xml.bind.PropertyException
Construct a PropertyException with the specified detail message and linkedException.
PropertyException(String, String, Throwable) - Constructor for class javax.xml.bind.PropertyException
Construct a PropertyException with the specified detail message, vendor specific errorCode, and linkedException.
PropertyException(String, Object) - Constructor for class javax.xml.bind.PropertyException
Construct a PropertyException whose message field is set based on the name of the property and value.toString().
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.
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.
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(PrintStream) - Method in class 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() - Method in class 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(PrintWriter) - Method in class 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.
printStackTrace(PrintStream) - Method in class 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() - Method in class 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.
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.

R

reset() - Method in class javax.xml.bind.util.ValidationEventCollector
Clear all collected errors and warnings.

S

setColumnNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the columnNumber field on this event locator.
setDatatypeConverter(DatatypeConverterInterface) - Static method in class javax.xml.bind.DatatypeConverter
This method is for JAXB provider use only.
setEncoding(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for setting the output encoding.
setEventHandler(ValidationEventHandler) - Method in 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
Allow an application to register a validation event handler.
setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
setEventHandler(ValidationEventHandler) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Allow an application to register a validation event handler.
setFormattedOutput(boolean) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for setting the formatted output flag.
setLineNumber(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the lineNumber field on this event locator.
setLinkedException(Throwable) - Method in class javax.xml.bind.JAXBException
Add a linked Exception.
setLinkedException(Throwable) - Method in class javax.xml.bind.TypeConstraintException
Add a linked Exception.
setLinkedException(Throwable) - Method in class javax.xml.bind.helpers.ValidationEventImpl
Set the linked exception field of this event.
setLocator(ValidationEventLocator) - Method in class javax.xml.bind.helpers.ValidationEventImpl
Set the locator object for this event.
setMessage(String) - Method in class javax.xml.bind.helpers.ValidationEventImpl
Set the message field of this event.
setNoNSSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for setting the noNamespaceSchemaLocation.
setNode(Node) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the Node field on this event locator.
setObject(Object) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the Object field on this event locator.
setOffset(int) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the offset field on this event locator.
setProperty(String, Object) - Method in 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 Unarshaller.
setProperty(String, Object) - Method in interface javax.xml.bind.Validator
Set the particular property in the underlying implementation of Validator.
setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Default implementation of the setProperty method handles the four defined properties in Marshaller.
setProperty(String, Object) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Default implementation of the setProperty method always throws PropertyException since there are no required properties.
setSchemaLocation(String) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
Convenience method for setting the schemaLocation.
setSeverity(int) - Method in class javax.xml.bind.helpers.ValidationEventImpl
Set the severity field of this event.
setURL(URL) - Method in class javax.xml.bind.helpers.ValidationEventLocatorImpl
Set the URL field on this event locator.
setValidating(boolean) - Method in interface javax.xml.bind.Unmarshaller
Specifies whether or not the default validation mechanism of the Unmarshaller should validate during unmarshal operations.
setValidating(boolean) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Specifies whether or not the Unmarshaller should validate during unmarshal operations.

T

TypeConstraintException - exception javax.xml.bind.TypeConstraintException.
This exception indicates that a violation of a dynamically checked type constraint was detected.
TypeConstraintException(String) - Constructor for class javax.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message.
TypeConstraintException(String, String) - Constructor for class javax.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message and vendor specific errorCode.
TypeConstraintException(Throwable) - Constructor for class javax.xml.bind.TypeConstraintException
Construct a TypeConstraintException with a linkedException.
TypeConstraintException(String, Throwable) - Constructor for class javax.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message and linkedException.
TypeConstraintException(String, String, Throwable) - Constructor for class javax.xml.bind.TypeConstraintException
Construct a TypeConstraintException with the specified detail message, vendor specific errorCode, and linkedException.
toString() - Method in class javax.xml.bind.JAXBException
Returns a short description of this JAXBException.
toString() - Method in class javax.xml.bind.TypeConstraintException
Returns a short description of this TypeConstraintException.

U

UnmarshalException - exception javax.xml.bind.UnmarshalException.
This exception indicates that an error has occured while performing an unmarshal operation that prevents the JAXB Provider from completing the operation.
UnmarshalException(String) - Constructor for class javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message.
UnmarshalException(String, String) - Constructor for class javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message and vendor specific errorCode.
UnmarshalException(Throwable) - Constructor for class javax.xml.bind.UnmarshalException
Construct an UnmarshalException with a linkedException.
UnmarshalException(String, Throwable) - Constructor for class javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message and linkedException.
UnmarshalException(String, String, Throwable) - Constructor for class javax.xml.bind.UnmarshalException
Construct an UnmarshalException with the specified detail message, vendor specific errorCode, and linkedException.
Unmarshaller - interface javax.xml.bind.Unmarshaller.
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.
UnmarshallerHandler - interface javax.xml.bind.UnmarshallerHandler.
Unmarshaller implemented as SAX ContentHandler.
unmarshal(File) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified file and return the resulting content tree.
unmarshal(InputStream) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified InputStream and return the resulting content tree.
unmarshal(URL) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified URL 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(Node) - Method in interface javax.xml.bind.Unmarshaller
Unmarshal XML data from the specified DOM tree 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) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(XMLReader, InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
Unmarshals an object by using the specified XMLReader and the InputSource.
unmarshal(InputSource) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(URL) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(File) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 
unmarshal(InputStream) - Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
 

V

ValidationEvent - interface javax.xml.bind.ValidationEvent.
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 javax.xml.bind.util.ValidationEventCollector.
ValidationEventHandler implementation that collects all events.
ValidationEventCollector() - Constructor for class javax.xml.bind.util.ValidationEventCollector
 
ValidationEventHandler - interface javax.xml.bind.ValidationEventHandler.
A basic event handler interface for validation errors.
ValidationEventImpl - class javax.xml.bind.helpers.ValidationEventImpl.
Default implementation of the ValidationEvent interface.
ValidationEventImpl(int, String, ValidationEventLocator) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
Create a new ValidationEventImpl.
ValidationEventImpl(int, String, ValidationEventLocator, Throwable) - Constructor for class javax.xml.bind.helpers.ValidationEventImpl
Create a new ValidationEventImpl.
ValidationEventLocator - interface javax.xml.bind.ValidationEventLocator.
Encapsulate the location of a ValidationEvent.
ValidationEventLocatorImpl - class javax.xml.bind.helpers.ValidationEventLocatorImpl.
Default implementation of the ValidationEventLocator interface.
ValidationEventLocatorImpl() - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
Creates an object with all fields unavailable.
ValidationEventLocatorImpl(Locator) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object from an org.xml.sax.Locator.
ValidationEventLocatorImpl(SAXParseException) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object from the location information of a SAXParseException.
ValidationEventLocatorImpl(Node) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object that points to a DOM Node.
ValidationEventLocatorImpl(Object) - Constructor for class javax.xml.bind.helpers.ValidationEventLocatorImpl
Constructs an object that points to a JAXB content object.
ValidationException - exception javax.xml.bind.ValidationException.
This exception indicates that an error has occured while performing a validate operation.
ValidationException(String) - Constructor for class javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message.
ValidationException(String, String) - Constructor for class javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message and vendor specific errorCode.
ValidationException(Throwable) - Constructor for class javax.xml.bind.ValidationException
Construct an ValidationException with a linkedException.
ValidationException(String, Throwable) - Constructor for class javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message and linkedException.
ValidationException(String, String, Throwable) - Constructor for class javax.xml.bind.ValidationException
Construct an ValidationException with the specified detail message, vendor specific errorCode, and linkedException.
Validator - interface javax.xml.bind.Validator.
The Validator class is responsible for controlling the validation of content trees during runtime.
validate(Object) - Method in interface javax.xml.bind.Validator
Validate the Java content tree starting at subrootObj.
validateRoot(Object) - Method in interface javax.xml.bind.Validator
Validate the Java content tree rooted at rootObj.

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

A C D E F G H I J M N P R S T U V W

Copyright © 2011 Oracle Corporation. All Rights Reserved.