|
|||||||||
| Home >> All >> javax >> xml >> [ bind overview ] | PREV NEXT | ||||||||
C
- CONTEXT_CLASSES - Static variable in class javax.xml.bind.JAXBContext
- converter - Static variable in class javax.xml.bind.DatatypeConverter
- createMarshaller() - Method in class javax.xml.bind.JAXBContext
- Creates a new instance of Marshaller.
- createUnmarshaller() - Method in class javax.xml.bind.JAXBContext
- Creates a new instance of Unmarshaller.
- createValidator() - Method in class javax.xml.bind.JAXBContext
- Creates a new instance of Validator.
D
- DatatypeConverter - class javax.xml.bind.DatatypeConverter.
- This is a helper class for customized datatypes.
- DatatypeConverter() - Constructor for class javax.xml.bind.DatatypeConverter
- DatatypeConverterInterface - interface javax.xml.bind.DatatypeConverterInterface.
- The
DatatypeConverterInterfaceis a helper class for implementation of customprint()andparse()methods, as specified by jaxb:javaType/@printMethod and jaxb:javaType/@parseMethod.
E
- ERROR - Static variable in interface javax.xml.bind.ValidationEvent
- This value indicates an "error", as specified by section 1.2 of the W3C XML 1.0 Recommendation.
- Element - interface javax.xml.bind.Element.
- This interface doesn't expose any methods.
- errorCode - Variable in class javax.xml.bind.JAXBException
- errorCode - Variable in class javax.xml.bind.TypeConstraintException
F
- FATAL_ERROR - Static variable in interface javax.xml.bind.ValidationEvent
- This value indicates a "fatal error", as specified by section 1.2 of the W3C XML 1.0 Recommendation.
- formatMessage(String, String, Throwable) - Static method in class javax.xml.bind.JAXBException
G
- getColumnNumber() - Method in interface javax.xml.bind.ValidationEventLocator
- Returns a column number related to the validation event, if available.
- getErrorCode() - Method in class javax.xml.bind.JAXBException
- Returns the vendor specific error code, if any, or null.
- getErrorCode() - Method in class javax.xml.bind.TypeConstraintException
- Returns the vendor specific error code, if any, or null.
- getEventHandler() - Method in interface javax.xml.bind.Marshaller
- Returns an event handler previously registered by the application.
- getEventHandler() - Method in interface javax.xml.bind.Unmarshaller
- If the JAXB application has registered a custom handler for validation events, returns that handler.
- getEventHandler() - Method in interface javax.xml.bind.Validator
- Returns an event handler that shall be invoked for
notifications on problems detected by the
Validator. - getLineNumber() - Method in interface javax.xml.bind.ValidationEventLocator
- Returns a line number related to the validation event, if available.
- getLinkedException() - Method in class javax.xml.bind.JAXBException
- Returns the linked exception, if any, or null.
- getLinkedException() - Method in class javax.xml.bind.TypeConstraintException
- Returns the linked exception, if any, or null.
- getLinkedException() - Method in interface javax.xml.bind.ValidationEvent
- Returns a java.lang.Throwable related to the event.
- getLocator() - Method in interface javax.xml.bind.ValidationEvent
- Returns a description of the location, where the event occurred.
- getMessage() - Method in interface javax.xml.bind.ValidationEvent
- Returns a textual description of the event.
- getNode(Object) - Method in interface javax.xml.bind.Marshaller
- Returns a DOM view of the given JAXB object.
- getNode() - Method in interface javax.xml.bind.ValidationEventLocator
- Returns a DOM node related to the validation event.
- getObject() - Method in interface javax.xml.bind.ValidationEventLocator
- Returns an object in the JAXB objects content tree related to the validation event.
- getOffset() - Method in interface javax.xml.bind.ValidationEventLocator
- Returns a byte offset related to the validation event, if available.
- getProperty(String) - Method in interface javax.xml.bind.Marshaller
- Returns the value of the marshaller property
pName. - getProperty(String) - Method in interface javax.xml.bind.Unmarshaller
- Returnss the unmarshaller property
pNameto the valuepValue. - getProperty(String) - Method in interface javax.xml.bind.Validator
- Returns the marshallers property
pName. - getResult() - Method in interface javax.xml.bind.UnmarshallerHandler
- Returns the unmarshalled object.
- getSeverity() - Method in interface javax.xml.bind.ValidationEvent
- Returns the events severity: Either of
ValidationEvent.WARNING55 ,ValidationEvent.ERROR55 , orValidationEvent.FATAL_ERROR55 . - getURL() - Method in interface javax.xml.bind.ValidationEventLocator
- Returns a URL related to the validation event, if available.
- getUnmarshallerHandler() - Method in interface javax.xml.bind.Unmarshaller
- Returns a SAX 2 org.xml.sax.ContentHandler, which is able to parse a SAX event stream and convert it into a JAXB object.
H
- handleEvent(ValidationEvent) - Method in interface javax.xml.bind.ValidationEventHandler
- The
handleEventmethod is invoked by the JAXB provider, if a problem was found.
I
- isValidating() - Method in interface javax.xml.bind.Unmarshaller
- Sets whether the
Unmarshalleris validating the objects that it reads.
J
- JAXBContext - class javax.xml.bind.JAXBContext.
- The
JAXBContextprovides the JAXB users anchor to the implmentation and hos generated classes. - JAXBContext() - Constructor for class javax.xml.bind.JAXBContext
- JAXBException - exception javax.xml.bind.JAXBException.
- This is the main exception class of JAXB.
- JAXBException(String) - Constructor for class javax.xml.bind.JAXBException
- Creates a new
JAXBExceptionwith the specified detail message. - JAXBException(String, String) - Constructor for class javax.xml.bind.JAXBException
- Creates a new
JAXBExceptionwith the specified detail message and vendor specific error code. - JAXBException(Throwable) - Constructor for class javax.xml.bind.JAXBException
- Creates a new
JAXBExceptionwith the specified linked exception. - JAXBException(String, Throwable) - Constructor for class javax.xml.bind.JAXBException
- Creates a new
JAXBExceptionwith the specified detail message and linked exception. - JAXBException(String, String, Throwable) - Constructor for class javax.xml.bind.JAXBException
- Creates a new
JAXBExceptionwith the specified detail message, error code, and linked exception. - JAXB_CONTEXT_FACTORY - Static variable in class javax.xml.bind.JAXBContext
- This is the name of the property used to determine the name of the initialization class: "javax.xml.bind.context.factory".
- JAXB_ENCODING - Static variable in interface javax.xml.bind.Marshaller
- Name of the property that allows to choose the encoding.
- JAXB_FORMATTED_OUTPUT - Static variable in interface javax.xml.bind.Marshaller
- Name of the property that allows to choose whether the generated XML should be formatted (human readable, indented) or not.
- JAXB_NO_NAMESPACE_SCHEMA_LOCATION - Static variable in interface javax.xml.bind.Marshaller
- If this property is set to another value than null,
then the
Marshallerwill create an attribute xsi:noNamespaceSchemaLocation. - JAXB_SCHEMA_LOCATION - Static variable in interface javax.xml.bind.Marshaller
- If this property is set to another value than null,
then the
Marshallerwill create an attribute xsi:schemaLocation. - javax.xml.bind - package javax.xml.bind
L
- linkedException - Variable in class javax.xml.bind.JAXBException
- linkedException - Variable in class javax.xml.bind.TypeConstraintException
M
- MarshalException - exception javax.xml.bind.MarshalException.
- The
MarshalExceptionis a subclass of the JAXBException being thrown if the marshalling of a JAXB object failed. - MarshalException(String) - Constructor for class javax.xml.bind.MarshalException
- Creates a new
MarshalExceptionwith the specified detail message. - MarshalException(String, String) - Constructor for class javax.xml.bind.MarshalException
- Creates a new
MarshalExceptionwith the specified detail message and vendor specific error code. - MarshalException(Throwable) - Constructor for class javax.xml.bind.MarshalException
- Creates a new
MarshalExceptionwith the specified linked exception. - MarshalException(String, Throwable) - Constructor for class javax.xml.bind.MarshalException
- Creates a new
MarshalExceptionwith the specified detail message and linked exception. - MarshalException(String, String, Throwable) - Constructor for class javax.xml.bind.MarshalException
- Creates a new
MarshalExceptionwith the specified detail message, error code, and linked exception. - Marshaller - interface javax.xml.bind.Marshaller.
- An instance of
Marshallermay be obtained by the JAXB user to serialize JAXB objects to various flavours of XML. - marshal(Object, Result) - Method in interface javax.xml.bind.Marshaller
- Marshals the given JAXB object
pObjectto the javax.xml.transform.ResultpTarget. - marshal(Object, OutputStream) - Method in interface javax.xml.bind.Marshaller
- Marshals the given JAXB object
pObjectand serializes it into the byte streampTarget. - marshal(Object, Writer) - Method in interface javax.xml.bind.Marshaller
- Marshals the given JAXB object
pObjectand serializes it into the character streampTarget. - marshal(Object, ContentHandler) - Method in interface javax.xml.bind.Marshaller
- Marshals the given JAXB object by emitting SAX events into into the given SAX org.xml.sax.ContentHandler.
- marshal(Object, Node) - Method in interface javax.xml.bind.Marshaller
- Marshals the given JAXB object by creating a DOM tree below the given node.
N
- NotIdentifiableEvent - interface javax.xml.bind.NotIdentifiableEvent.
- This event is triggered by the various
printFoo()methods of the DatatypeConverterInterface, if they are unable to create a lexical representation of their input. - newInstance(String) - Static method in class javax.xml.bind.JAXBContext
- Creates a new instance of
JAXBContextby applying the following algorithm: The first step is to determine the name of an initialization class. - newInstance(String, ClassLoader) - Static method in class javax.xml.bind.JAXBContext
- Creates a new instance of
JAXBContextby applying the following algorithm: The first step is to determine the name of an initialization class.
P
- ParseConversionEvent - interface javax.xml.bind.ParseConversionEvent.
- This event indicates a problem while resolving an IDREF.
- PrintConversionEvent - interface javax.xml.bind.PrintConversionEvent.
- This event indicates a problem while resolving an IDREF.
- PropertyException - exception javax.xml.bind.PropertyException.
- The
PropertyExceptionis a subclass of the JAXBException being thrown if setting or getting a property failed. - PropertyException(String) - Constructor for class javax.xml.bind.PropertyException
- Creates a new
PropertyExceptionwith the specified detail message. - PropertyException(String, String) - Constructor for class javax.xml.bind.PropertyException
- Creates a new
PropertyExceptionwith the specified detail message and vendor specific error code. - PropertyException(Throwable) - Constructor for class javax.xml.bind.PropertyException
- Creates a new
PropertyExceptionwith the specified linked exception. - PropertyException(String, Throwable) - Constructor for class javax.xml.bind.PropertyException
- Creates a new
PropertyExceptionwith the specified detail message and linked exception. - PropertyException(String, String, Throwable) - Constructor for class javax.xml.bind.PropertyException
- Creates a new
PropertyExceptionwith the specified detail message, error code, and linked exception. - PropertyException(String, Object) - Constructor for class javax.xml.bind.PropertyException
- Creates a new
PropertyException> by invokingPropertyException.PropertyException(String)55 with a message derived frompNameandpValue.toString().- parseAnySimpleType(String) - Static method in class javax.xml.bind.DatatypeConverter
- Returns the lexical representation of the input string, which is the unmodified input string.
- parseAnySimpleType(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns the lexical representation of the input string, which is the unmodified input string.
- parseBase64Binary(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given byte array, which is encoded in base 64.
- parseBase64Binary(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given byte array, which is encoded in base 64.
- parseBoolean(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given boolean value and converts it into a primitive
booleanvalue.- parseBoolean(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given boolean value and converts it into a primitive
booleanvalue.- parseByte(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given 8 bit integer value and converts it into a primitive
bytevalue.- parseByte(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given 8 bit integer value and converts it into a primitive
bytevalue.- parseDate(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given date value and converts it into an instance of java.util.Calendar.
- parseDate(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given date value and converts it into an instance of java.util.Calendar.
- parseDateTime(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given dateTime value and converts it into an instance of java.util.Calendar.
- parseDateTime(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given dateTime value and converts it into an instance of java.util.Calendar.
- parseDecimal(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given decimal value (arbitrary precision) and converts it into an instance of java.math.BigDecimal.
- parseDecimal(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given decimal value (arbitrary precision) and converts it into an instance of java.math.BigDecimal.
- parseDouble(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given 64 bit floating point value and converts it into a primitive
doublevalue.- parseDouble(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given 64 bit floating point value and converts it into a primitive
doublevalue.- parseFloat(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given 32 bit floating point value and converts it into a primitive
floatvalue.- parseFloat(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given 32 bit floating point value and converts it into a primitive
floatvalue.- parseHexBinary(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given byte array, which is encoded in hex digits.
- parseHexBinary(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given byte array, which is encoded in hex digits.
- parseInt(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given 32 bit integer value and converts it into a primitive
intvalue.- parseInt(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given 32 bit integer value and converts it into a primitive
intvalue.- parseInteger(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given integer value (arbitrary precision) and converts it into an instance of java.math.BigInteger.
- parseInteger(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given integer value (arbitrary precision) and converts it into an instance of java.math.BigInteger.
- parseLong(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given 64 bit integer value and converts it into a primitive
longvalue.- parseLong(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given 64 bit integer value and converts it into a primitive
longvalue.- parseQName(String, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given qualified name and converts it into an instance of javax.xml.namespace.QName.
- parseQName(String, NamespaceContext) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given qualified name and converts it into an instance of javax.xml.namespace.QName.
- parseShort(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given 16 bit integer value and converts it into a primitive
shortvalue.- parseShort(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given 16 bit integer value and converts it into a primitive
shortvalue.- parseString(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation and converts it into a String.
- parseString(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation and converts it into a String.
- parseTime(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given time value and converts it into an instance of java.util.Calendar.
- parseTime(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given time value and converts it into an instance of java.util.Calendar.
- parseUnsignedInt(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given 32 bit unsignet integer value and converts it into a primitive
longvalue.- parseUnsignedInt(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given 32 bit unsignet integer value and converts it into a primitive
longvalue.- parseUnsignedShort(String) - Static method in class javax.xml.bind.DatatypeConverter
- Parses the lexical representation of the given 16 bit unsignet integer value and converts it into a primitive
intvalue.- parseUnsignedShort(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Parses the lexical representation of the given 16 bit unsignet integer value and converts it into a primitive
intvalue.- printAnySimpleType(String) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given input string, which is the unmodified input string.
- printAnySimpleType(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given input string, which is the unmodified input string.
- printBase64Binary(byte[]) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given byte array.
- printBase64Binary(byte[]) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given byte array.
- printBoolean(boolean) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given primitive boolean value.
- printBoolean(boolean) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given primitive boolean value.
- printByte(byte) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given primitive 8 bit integer.
- printByte(byte) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given primitive 8 bit integer.
- printDate(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given date value.
- printDate(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given date value.
- printDateTime(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given dateTime value.
- printDateTime(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given dateTime value.
- printDecimal(BigDecimal) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given instance of java.math.BigDecimal, which is a decimal number in arbitrary precision.
- printDecimal(BigDecimal) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given instance of java.math.BigDecimal, which is a decimal number in arbitrary precision.
- printDouble(double) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given primitive 64 bit floating point number.
- printDouble(double) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given primitive 64 bit floating point number.
- printFloat(float) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given primitive 32 bit floating point number.
- printFloat(float) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given primitive 32 bit floating point number.
- printHexBinary(byte[]) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given byte array.
- printHexBinary(byte[]) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given byte array.
- printInt(int) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given primitive 32 bit integer.
- printInt(int) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given primitive 32 bit integer.
- printInteger(BigInteger) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given instance of java.math.BigInteger, which is an integer in arbitrary precision.
- printInteger(BigInteger) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given instance of java.math.BigInteger, which is an integer in arbitrary precision.
- printLong(long) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given primitive 64 bit integer.
- printLong(long) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given primitive 64 bit integer.
- printQName(QName, NamespaceContext) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given qualified name, which is a combination of namespace URI and local name.
- printQName(QName, NamespaceContext) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given qualified name, which is a combination of namespace URI and local name.
- printShort(short) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given primitive 16 bit integer.
- printShort(short) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given primitive 16 bit integer.
- printStackTrace() - Method in class javax.xml.bind.JAXBException
- printStackTrace(PrintStream) - Method in class javax.xml.bind.JAXBException
- printStackTrace(PrintWriter) - Method in class javax.xml.bind.JAXBException
- printString(String) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given input string, which is the unmodified input string.
- printString(String) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given input string, which is the unmodified input string.
- printTime(Calendar) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given time value.
- printTime(Calendar) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given time value.
- printUnsignedInt(long) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given primitive, unsigned 32 bit integer.
- printUnsignedInt(long) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given primitive, unsigned 32 bit integer.
- printUnsignedShort(int) - Static method in class javax.xml.bind.DatatypeConverter
- Returns a lexical representation of the given primitive, unsigned 16 bit integer.
- printUnsignedShort(int) - Method in interface javax.xml.bind.DatatypeConverterInterface
- Returns a lexical representation of the given primitive, unsigned 16 bit integer.
S
- setDatatypeConverter(DatatypeConverterInterface) - Static method in class javax.xml.bind.DatatypeConverter
- This method must be invoked by the JAXB provider to set the actual instance, which is invoked by the static methods.
- setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Marshaller
- Allows the application to set an event handler.
- setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Unmarshaller
- An application may customize the Unmarshallers behaviour in case of validation problems by supplying a custom handler for validation events.
- setEventHandler(ValidationEventHandler) - Method in interface javax.xml.bind.Validator
- Registers an event handler that shall be invoked for
notifications on problems detected by the
Validator. - setLinkedException(Throwable) - Method in class javax.xml.bind.JAXBException
- Sets the linked exception.
- setLinkedException(Throwable) - Method in class javax.xml.bind.TypeConstraintException
- Sets the linked exception.
- setProperty(String, Object) - Method in interface javax.xml.bind.Marshaller
- Sets the marshaller property
pNameto the valuepValue. - setProperty(String, Object) - Method in interface javax.xml.bind.Unmarshaller
- Sets the unmarshaller property
pNameto the valuepValue. - setProperty(String, Object) - Method in interface javax.xml.bind.Validator
- Sets the
ValidatorpropertypNametopValue. - setValidating(boolean) - Method in interface javax.xml.bind.Unmarshaller
- Sets whether the
Unmarshalleris validating the objects that it reads.
T
- TypeConstraintException - exception javax.xml.bind.TypeConstraintException.
- This is a runtime exception.
- TypeConstraintException(String) - Constructor for class javax.xml.bind.TypeConstraintException
- Creates a new
TypeConstraintExceptionwith the specified detail message. - TypeConstraintException(String, String) - Constructor for class javax.xml.bind.TypeConstraintException
- Creates a new
TypeConstraintExceptionwith the specified detail message and vendor specific error code. - TypeConstraintException(Throwable) - Constructor for class javax.xml.bind.TypeConstraintException
- Creates a new
TypeConstraintExceptionwith the specified linked exception. - TypeConstraintException(String, Throwable) - Constructor for class javax.xml.bind.TypeConstraintException
- Creates a new
TypeConstraintExceptionwith the specified detail message and linked exception. - TypeConstraintException(String, String, Throwable) - Constructor for class javax.xml.bind.TypeConstraintException
- Creates a new
TypeConstraintExceptionwith the specified detail message, error code, and linked exception. - toString() - Method in class javax.xml.bind.JAXBException
- Converts the linked exception into a String.
- toString() - Method in class javax.xml.bind.TypeConstraintException
- Converts the linked exception into a String.
U
- UnmarshalException - exception javax.xml.bind.UnmarshalException.
- The
MarshalExceptionis a subclass of the JAXBException being thrown if the unmarshalling of a JAXB object failed. - UnmarshalException(String) - Constructor for class javax.xml.bind.UnmarshalException
- Creates a new
UnmarshalExceptionwith the specified detail message. - UnmarshalException(String, String) - Constructor for class javax.xml.bind.UnmarshalException
- Creates a new
UnmarshalExceptionwith the specified detail message and vendor specific error code. - UnmarshalException(Throwable) - Constructor for class javax.xml.bind.UnmarshalException
- Creates a new
UnmarshalExceptionwith the specified linked exception. - UnmarshalException(String, Throwable) - Constructor for class javax.xml.bind.UnmarshalException
- Creates a new
UnmarshalExceptionwith the specified detail message and linked exception. - UnmarshalException(String, String, Throwable) - Constructor for class javax.xml.bind.UnmarshalException
- Creates a new
UnmarshalExceptionwith the specified detail message, error code, and linked exception. - Unmarshaller - interface javax.xml.bind.Unmarshaller.
- A
Unmarshalleris the opposite of the Marshaller: It takes as input XML in either of several representations (byte or character stream, DOM node, or a series of SAX events) and returns a JAXB object with the same contents. - UnmarshallerHandler - interface javax.xml.bind.UnmarshallerHandler.
- This interface is the SAX org.xml.sax.ContentHandler
representation of an Unmarshaller, as
returned by
Unmarshaller.getUnmarshallerHandler()55 . - unmarshal(File) - Method in interface javax.xml.bind.Unmarshaller
- This method takes opens the given file
pFilefor input. - unmarshal(InputStream) - Method in interface javax.xml.bind.Unmarshaller
- The Unmarshaller reads the given byte stream and converts it into an equivalent JAXB object.
- unmarshal(URL) - Method in interface javax.xml.bind.Unmarshaller
- This method takes connects to the given
pURLand opens a byte stream for input. - unmarshal(InputSource) - Method in interface javax.xml.bind.Unmarshaller
- The Unmarshaller reads the byte stream or character stream referred by the org.xml.sax.InputSource and converts it into an equivalent JAXB object.
- unmarshal(Node) - Method in interface javax.xml.bind.Unmarshaller
- The Unmarshaller converts the given node into an equivalent JAXB object.
- unmarshal(Source) - Method in interface javax.xml.bind.Unmarshaller
- The Unmarshaller reads the XML representation from the given javax.xml.transform.Source and converts it into an equivalent JAXB object.
V
- ValidationEvent - interface javax.xml.bind.ValidationEvent.
- An instance of
ValidationEventindicates some error condition, which occurred when validating a JAXB object. - ValidationEventHandler - interface javax.xml.bind.ValidationEventHandler.
- An instance of
ValidationEventHandlerallows to customize the reply to instances of ValidationEvent. - ValidationEventLocator - interface javax.xml.bind.ValidationEventLocator.
- The
ValidationEventLocatoris an abstract description of the place where a ValidationEvent occurred. - ValidationException - exception javax.xml.bind.ValidationException.
- The
MarshalExceptionis a subclass of the JAXBException being thrown if the validation of a JAXB object failed. - ValidationException(String) - Constructor for class javax.xml.bind.ValidationException
- Creates a new
ValidationExceptionwith the specified detail message. - ValidationException(String, String) - Constructor for class javax.xml.bind.ValidationException
- Creates a new
ValidationExceptionwith the specified detail message and vendor specific error code. - ValidationException(Throwable) - Constructor for class javax.xml.bind.ValidationException
- Creates a new
ValidationExceptionwith the specified linked exception. - ValidationException(String, Throwable) - Constructor for class javax.xml.bind.ValidationException
- Creates a new
ValidationExceptionwith the specified detail message and linked exception. - ValidationException(String, String, Throwable) - Constructor for class javax.xml.bind.ValidationException
- Creates a new
ValidationExceptionwith the specified detail message, error code, and linked exception. - Validator - interface javax.xml.bind.Validator.
- A
Validatormay be used to decide, whether a JAXB object is valid or not. - validate(Object) - Method in interface javax.xml.bind.Validator
- Validates the given JAXB object, invoking its error handler for any problems it detects.
- validateRoot(Object) - Method in interface javax.xml.bind.Validator
- Validates the given JAXB object, but not its child elements.
W
- WARNING - Static variable in interface javax.xml.bind.ValidationEvent
- In contrast to errors or fatal errors, this indicates an event which can possibly be ignored.
C D E F G H I J L M N P S T U V W
|
|||||||||
| Home >> All >> javax >> xml >> [ bind overview ] | PREV NEXT | ||||||||