JAXB
v0.21
A C D E F G H I J L M N O P R S T U V W X

A

atAttribute() - Method in class javax.xml.marshal.XMLScanner
Tests whether the scanner is positioned at an attribute name.
atAttributeValue() - Method in class javax.xml.marshal.XMLScanner
Tests whether the scanner is positioned at an attribute value.
atAttributeValueToken() - Method in class javax.xml.marshal.XMLScanner
Tests whether the scanner is positioned at an attribute-value token.
atChars(int) - Method in class javax.xml.marshal.XMLScanner
Tests whether the scanner is positioned at some character data.
atEnd() - Method in class javax.xml.marshal.XMLScanner
Skips whitespace, if any, and then tests whether the scanner is positioned at an end tag.
atEnd(String) - Method in class javax.xml.marshal.XMLScanner
Skips whitespace, if any, and then tests whether the scanner is positioned at an end tag with the given name.
atEndOfDocument() - Method in class javax.xml.marshal.XMLScanner
Skips whitespace, if any, and then tests whether the scanner has reached the end of the input document.
atStart() - Method in class javax.xml.marshal.XMLScanner
Skips whitespace, if any, and then tests whether the scanner is positioned at a start tag.
atStart(String) - Method in class javax.xml.marshal.XMLScanner
Skips whitespace, if any, and then tests whether the scanner is positioned at a start tag with the given name.
attribute(String, String) - Method in class javax.xml.marshal.XMLWriter
Writes an attribute for the current element.
attributeName(String) - Method in class javax.xml.marshal.XMLWriter
Writes an attribute name for the current element.
attributeValue(String) - Method in class javax.xml.marshal.XMLWriter
Writes a value for the current attribute.
attributeValueToken(String) - Method in class javax.xml.marshal.XMLWriter
Writes one token of the current attribute's value.

C

chars() - Method in class javax.xml.bind.PCData
Returns the character data in this instance.
chars(String) - Method in class javax.xml.bind.PCData
Changes the character data in this instance.
chars(String) - Method in class javax.xml.marshal.XMLWriter
Writes some character data.
check(Object) - Method in interface javax.xml.bind.PredicatedLists.Predicate
Checks that this predicate holds for the given object.
close() - Method in class javax.xml.marshal.XMLScanner
Closes this scanner.
close() - Method in class javax.xml.marshal.XMLWriter
Flushes the writer and closes the underlying byte-output stream.
column() - Method in class javax.xml.marshal.StreamScanPosition
Returns this position's column number.
compareTo(Object) - Method in class javax.xml.bind.PCData
Compares this object to another object.
ConversionException - exception javax.xml.bind.ConversionException.
Checked exception thrown by an XML scanner when an I/O error occurs.
ConversionException(String) - Constructor for class javax.xml.bind.ConversionException
Constructs a new instance of this class.
ConversionException(String, Throwable) - Constructor for class javax.xml.bind.ConversionException
Constructs a new instance of this class.
ConversionFailureException - exception javax.xml.bind.ConversionFailureException.
Unchecked exception thrown when a conversion's print method fails during marshalling.
ConversionFailureException(String) - Constructor for class javax.xml.bind.ConversionFailureException
Constructs an instance of this class.
create(MarshallableObject, PredicatedLists.Predicate, List) - Static method in class javax.xml.bind.PredicatedLists
Constructs a new predicated list.
createInvalidating(MarshallableObject, PredicatedLists.Predicate, List) - Static method in class javax.xml.bind.PredicatedLists
Constructs a new invalidating predicated list.
CycleException - exception javax.xml.bind.CycleException.
Checked exception thrown when a cycle in an instance tree is detected.
CycleException() - Constructor for class javax.xml.bind.CycleException
Constructs an instance of this class.

D

Dispatcher - class javax.xml.bind.Dispatcher.
A dispatcher is used to map element names to class names, and to initiate the unmarshalling process.
Dispatcher() - Constructor for class javax.xml.bind.Dispatcher
Constructs a new, empty dispatcher.
doctype(String, String) - Method in class javax.xml.marshal.XMLWriter
Writes a DOCTYPE declaration.
DocumentScanPosition - class javax.xml.marshal.DocumentScanPosition.
An object describing a scanner's position in a DOM tree.
DocumentScanPosition(Node) - Constructor for class javax.xml.marshal.DocumentScanPosition
Constructs a new scan position with the given node.
DuplicateAttributeException - exception javax.xml.bind.DuplicateAttributeException.
Checked exception thrown when a duplicate attribute is scanned.
DuplicateAttributeException(String) - Constructor for class javax.xml.bind.DuplicateAttributeException
Constructs an instance of this class.
DuplicateIdentifierException - exception javax.xml.bind.DuplicateIdentifierException.
Checked exception thrown when a duplicate identifier value is detected.
DuplicateIdentifierException(String) - Constructor for class javax.xml.bind.DuplicateIdentifierException
Constructs an instance of this class.

E

Element - interface javax.xml.bind.Element.
Interface implemented by all element classes, that is, classes derived directly from element-type declarations.
ElementNameRegisteredException - exception javax.xml.bind.ElementNameRegisteredException.
Unchecked exception thrown when an attempt is made to register an element name with a dispatcher that already has a mapping for that name.
ElementNameRegisteredException(String, Class) - Constructor for class javax.xml.bind.ElementNameRegisteredException
Constructs an instance of this class.
EmptyAttributeException - exception javax.xml.bind.EmptyAttributeException.
Checked exception thrown when a compound attribute is detected to be empty.
EmptyAttributeException(String) - Constructor for class javax.xml.bind.EmptyAttributeException
Constructs an instance of this class.
end(String) - Method in class javax.xml.marshal.XMLWriter
Writes an end tag for the named element.
EndOfDocumentException - exception javax.xml.marshal.EndOfDocumentException.
Checked exception thrown by an XML scanner when it unexpectedly reaches the end of an input document.
EndOfDocumentException(ScanPosition) - Constructor for class javax.xml.marshal.EndOfDocumentException
Constructs an instance of this class.
equals(Object) - Method in class javax.xml.bind.PCData
Tells whether or not this object is equal to another.
ExternalReferenceException - exception javax.xml.bind.ExternalReferenceException.
Checked exception thrown when a referent of a property derived from an IDREF or IDREFS attribute is detected to have a value that is not an object in the containing content tree.
ExternalReferenceException() - Constructor for class javax.xml.bind.ExternalReferenceException
Constructs an instance of this class.

F

FixedValueException - exception javax.xml.bind.FixedValueException.
Unchecked exception thrown by a property mutation method derived from a fixed attribute when invoked with a value different from the default value.
FixedValueException(Object, Object) - Constructor for class javax.xml.bind.FixedValueException
Constructs an instance of this class.
flush() - Method in class javax.xml.marshal.XMLWriter
Flushes the writer.
foo(IllegalStateException) - Method in interface Hack
 
foo(UnsupportedOperationException) - Method in interface Hack
 
freezeClassMap() - Method in class javax.xml.bind.Dispatcher
Freezes this dispatcher's class map.
freezeElementNameMap() - Method in class javax.xml.bind.Dispatcher
Freezes this dispatcher's element-name map.

G

getArgument() - Method in class javax.xml.bind.InvalidNameException
Retrieves the argument.
getArgument() - Method in class javax.xml.bind.FixedValueException
Retrieves the argument.
getArgument() - Method in class javax.xml.bind.InvalidNameTokenException
Retrieves the argument.
getArgument() - Method in class javax.xml.bind.InvalidEnumerationValueException
Retrieves the argument.
getAttributeName() - Method in class javax.xml.bind.InvalidAttributeException
Retrieves the name of the unrecognized attribute.
getAttributeName() - Method in class javax.xml.bind.EmptyAttributeException
Retrieves the name of the empty compound attribute.
getAttributeName() - Method in class javax.xml.bind.DuplicateAttributeException
Retrieves the name of the duplicate attribute.
getAttributeName() - Method in class javax.xml.bind.MissingAttributeException
Retrieves the name of the missing attribute.
getCause() - Method in class javax.xml.bind.ConversionException
Retrieves the Throwable that caused this exception.
getChars() - Method in class javax.xml.bind.PCData
Returns the character data in this instance.
getElementName() - Method in class javax.xml.bind.UnrecognizedElementNameException
Retrieves the name of the unrecognized element.
getElementName() - Method in class javax.xml.bind.ElementNameRegisteredException
Retrieves the element name.
getException() - Method in class javax.xml.bind.TypeValidationException
Returns the TypeConstraintException wrapped within this exception.
getFixedValue() - Method in class javax.xml.bind.FixedValueException
Retrieves the fixed value.
getFixedValue() - Method in class javax.xml.bind.InvalidFixedValueException
Retrieves the fixed value.
getIdentifier() - Method in class javax.xml.bind.UndefinedIdentifierException
Retrieves the undefined identifier value.
getIdentifier() - Method in class javax.xml.bind.DuplicateIdentifierException
Retrieves the duplicate identifier value.
getInput() - Method in class javax.xml.bind.IllegalEnumerationValueException
Retrieves the input string.
getIOException() - Method in class javax.xml.marshal.ScanIOException
Retrieves the IOException that caused this exception.
getMessage() - Method in class javax.xml.bind.InvalidNameException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.UndefinedIdentifierException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.FixedValueException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.InvalidAttributeException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.InvalidFixedValueException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.IllegalEnumerationValueException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.InvalidContentException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.DuplicateIdentifierException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.InvalidNameTokenException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.MissingContentException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.EmptyAttributeException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.UnrecognizedElementNameException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.ElementNameRegisteredException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.DuplicateAttributeException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.InvalidContentObjectException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.ConversionFailureException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.MissingAttributeException
Returns a string describing this exception.
getMessage() - Method in class javax.xml.bind.InvalidEnumerationValueException
Returns a string describing this exception.
getPosition() - Method in class javax.xml.bind.UnmarshalException
Returns this exception's scan position, or null if the scan position is undefined.
getTargetClass() - Method in class javax.xml.bind.ElementNameRegisteredException
Retrieves the target class.
getValue() - Method in class javax.xml.bind.InvalidFixedValueException
Retrieves the value.
GlobalValidationException - exception javax.xml.bind.GlobalValidationException.
Abstract checked-exception class for exceptions thrown when a violation of a global structural constraint expressed in the source schema is detected.

H

Hack - interface Hack.
Ignore this interface.
hashCode() - Method in class javax.xml.bind.PCData
Returns a hash-code value for this object.

I

id() - Method in interface javax.xml.bind.IdentifiableElement
Returns this element object's identifier value, or null if its identifier property has not been given a value.
IdentifiableElement - interface javax.xml.bind.IdentifiableElement.
Interface implemented by element classes derived from element types containing an ID attribute.
IllegalEnumerationValueException - exception javax.xml.bind.IllegalEnumerationValueException.
Unchecked exception thrown when the parse method of an enumeration class is invoked with a string that is not a member of the enumeration.
IllegalEnumerationValueException(Object) - Constructor for class javax.xml.bind.IllegalEnumerationValueException
Constructs an instance of this class.
initPosition(ScanPosition) - Method in class javax.xml.bind.UnmarshalException
Sets this exception's scan position.
inlineLeaf(String) - Method in class javax.xml.marshal.XMLWriter
 
inlineLeaf(String, String) - Method in class javax.xml.marshal.XMLWriter
 
invalidate() - Method in class javax.xml.bind.ValidatableObject
Marks this object invalid.
InvalidAttributeException - exception javax.xml.bind.InvalidAttributeException.
Checked exception thrown when an attribute not specified in the source schema is parsed.
InvalidAttributeException(String) - Constructor for class javax.xml.bind.InvalidAttributeException
Constructs an instance of this class.
InvalidContentException - exception javax.xml.bind.InvalidContentException.
Checked exception thrown when a violation of an element type's content specification is detected.
InvalidContentException(String) - Constructor for class javax.xml.bind.InvalidContentException
Constructs an instance of this class.
InvalidContentObjectException - exception javax.xml.bind.InvalidContentObjectException.
Unchecked exception thrown by a property mutation method when invoked with a content object of unacceptable type.
InvalidContentObjectException(Object, Class) - Constructor for class javax.xml.bind.InvalidContentObjectException
Constructs an instance of this class.
InvalidEnumerationValueException - exception javax.xml.bind.InvalidEnumerationValueException.
Unchecked exception thrown by a property mutation method when invoked with a string that is not in its enumerated value list.
InvalidEnumerationValueException(String) - Constructor for class javax.xml.bind.InvalidEnumerationValueException
Constructs an instance of this class.
InvalidFixedValueException - exception javax.xml.bind.InvalidFixedValueException.
Checked exception thrown when a compound fixed attribute is detected to have the incorrect value.
InvalidFixedValueException(Object, Object) - Constructor for class javax.xml.bind.InvalidFixedValueException
Constructs an instance of this class.
InvalidNameException - exception javax.xml.bind.InvalidNameException.
Unchecked exception thrown by a property mutation method when invoked with a string that is not a legal XML name but such a string is required.
InvalidNameException(String) - Constructor for class javax.xml.bind.InvalidNameException
Constructs an instance of this class.
InvalidNameTokenException - exception javax.xml.bind.InvalidNameTokenException.
Unchecked exception thrown by a property mutation method when invoked with a string that is not a legal XML name token but such a string is required.
InvalidNameTokenException(String) - Constructor for class javax.xml.bind.InvalidNameTokenException
Constructs an instance of this class.

J

javax.xml.bind - package javax.xml.bind
The binding framework: The interfaces and abstract classes that are implemented and extended by classes derived from a source schema, together with classes that govern the unmarshalling, validation, and marshalling processes.
javax.xml.marshal - package javax.xml.marshal
Classes for scanning and writing XML documents.

L

leaf(String) - Method in class javax.xml.marshal.XMLWriter
Writes an empty leaf element.
leaf(String, String) - Method in class javax.xml.marshal.XMLWriter
Writes a leaf element with the given character content.
line() - Method in class javax.xml.marshal.StreamScanPosition
Returns this position's line number.
LocalValidationException - exception javax.xml.bind.LocalValidationException.
Abstract checked-exception class for exceptions thrown when a violation of a local structural constraint expressed in the source schema is detected.
lookup(Class) - Method in class javax.xml.bind.Dispatcher
Applies the class map to the given marshallable-object class.
lookup(String) - Method in class javax.xml.bind.Dispatcher
Determines the class to be used when unmarshalling the given element name.

M

marshal(MarshallableObject) - Method in class javax.xml.bind.Marshaller
Marshals the given marshallable object using this marshaller's writer.
marshal(Marshaller) - Method in class javax.xml.bind.MarshallableObject
Marshals the content of this object, and its children, using the given marshaller (optional operation).
marshal(Marshaller) - Method in class javax.xml.bind.PCData
 
marshal(OutputStream) - Method in class javax.xml.bind.MarshallableRootElement
Marshals the content tree rooted at this object to the given output stream (optional operation).
marshal(XMLWriter) - Method in class javax.xml.bind.MarshallableRootElement
Marshals the content tree rooted at this object using the given XML writer (optional operation).
MarshallableObject - class javax.xml.bind.MarshallableObject.
Abstract base class for objects that can be marshalled and unmarshalled.
MarshallableObject() - Constructor for class javax.xml.bind.MarshallableObject
Initializes a new marshallable object.
MarshallableRootElement - class javax.xml.bind.MarshallableRootElement.
Abstract base class for root element objects that can be marshalled and unmarshalled.
MarshallableRootElement() - Constructor for class javax.xml.bind.MarshallableRootElement
Initializes a new marshallable root element object.
Marshaller - class javax.xml.bind.Marshaller.
A marshaller governs the process of marshalling a valid content tree into an XML document.
MissingAttributeException - exception javax.xml.bind.MissingAttributeException.
Checked exception thrown when a required attribute without a given value is detected.
MissingAttributeException(String) - Constructor for class javax.xml.bind.MissingAttributeException
Constructs an instance of this class.
MissingContentException - exception javax.xml.bind.MissingContentException.
Checked exception thrown when a value required by an element type's content specification is detected to be missing.
MissingContentException(String) - Constructor for class javax.xml.bind.MissingContentException
Constructs an instance of this class.
MissingIdentifierException - exception javax.xml.bind.MissingIdentifierException.
Checked exception thrown when a referent of a property derived from an IDREF or IDREFS attribute is detected not to have an identifier value.
MissingIdentifierException() - Constructor for class javax.xml.bind.MissingIdentifierException
Constructs an instance of this class.

N

node() - Method in class javax.xml.marshal.DocumentScanPosition
Returns this scan position's node
NonInitialObjectException - exception javax.xml.bind.NonInitialObjectException.
Unchecked exception thrown when an unmarshal method is invoked upon an object that has already been initialized.
NonInitialObjectException() - Constructor for class javax.xml.bind.NonInitialObjectException
Constructs an instance of this class.
NoValueException - exception javax.xml.bind.NoValueException.
Unchecked exception thrown when a primitive property's get method is invoked but the property has neither a given nor a default value.
NoValueException(String) - Constructor for class javax.xml.bind.NoValueException
Constructs an instance of this class.
NullValueException - exception javax.xml.bind.NullValueException.
Unchecked exception thrown when an attempt is made to add the value null to a collection property.
NullValueException() - Constructor for class javax.xml.bind.NullValueException
Constructs an instance of this class.

O

open(Document) - Static method in class javax.xml.marshal.XMLScanner
Creates a new scanner that scans the given DOM tree.
open(InputStream) - Static method in class javax.xml.marshal.XMLScanner
Creates a new scanner that reads an XML document from the given input stream.

P

patch(IdentifiableElement) - Method in class javax.xml.bind.Validator.Patcher
Patch method, guaranteed to be invoked some time after the reference represented by this patcher is resolved.
PCData - class javax.xml.bind.PCData.
Marshallable-object class for parsed character data.
PCData() - Constructor for class javax.xml.bind.PCData
Constructs a new instance of this class with no character data.
PCData(String) - Constructor for class javax.xml.bind.PCData
Constructs a new instance of this class with the given character data.
peekStart() - Method in class javax.xml.marshal.XMLScanner
Skips whitespace, if any, and then reads the current start tag.
position() - Method in class javax.xml.marshal.XMLScanner
Returns a new scan-position object reporting the scanner's current position.
PredicatedLists - class javax.xml.bind.PredicatedLists.
Lists for implementing schema-derived list properties.
PredicatedLists.Predicate - interface javax.xml.bind.PredicatedLists.Predicate.
A predicate for a predicated list.
printStackTrace(PrintStream) - Method in class javax.xml.bind.ConversionException
 
printStackTrace(PrintStream) - Method in class javax.xml.marshal.ScanIOException
 

R

reference(IdentifiableElement) - Method in class javax.xml.bind.Validator
Records the fact that a reference has been made to the given identifiable element object.
reference(String, Validator.Patcher) - Method in class javax.xml.bind.Validator
Records the fact that a reference has been made to an element object with the given identifier, and registers a patcher for later invocation.
register(Class, Class) - Method in class javax.xml.bind.Dispatcher
Registers the given user class so that it will be used in place of the given schema-derived marshallable-object class during unmarshalling.
register(String, Class) - Method in class javax.xml.bind.Dispatcher
Registers the given element name so that it will be unmarshalled into an instance of the given element class.
RootElement - interface javax.xml.bind.RootElement.
Interface implemented by all root element classes.

S

ScanException - exception javax.xml.marshal.ScanException.
Checked exception thrown by an XML scanner when it encounters input that is not lexically well-formed or when an I/O error occurs.
ScanException(ScanPosition) - Constructor for class javax.xml.marshal.ScanException
Initializes a new instance of this class.
ScanException(ScanPosition, String) - Constructor for class javax.xml.marshal.ScanException
Constructs a new instance of this class.
ScanIOException - exception javax.xml.marshal.ScanIOException.
Checked exception thrown by an XML scanner when an I/O error occurs.
ScanIOException(ScanPosition, IOException) - Constructor for class javax.xml.marshal.ScanIOException
Constructs a new instance of this class.
scanner() - Method in class javax.xml.bind.Unmarshaller
Returns the scanner to be used during this unmarshalling operation.
ScanPosition - class javax.xml.marshal.ScanPosition.
A description of a scanner's position.
setChars(String) - Method in class javax.xml.bind.PCData
Changes the character data in this instance.
setQuote(char) - Method in class javax.xml.marshal.XMLWriter
Sets the quote character to be used by this writer when writing attribute values.
start(String) - Method in class javax.xml.marshal.XMLWriter
Writes a start tag for the named element.
StreamScanPosition - class javax.xml.marshal.StreamScanPosition.
An object describing a scanner's position in an input stream.
StreamScanPosition(int) - Constructor for class javax.xml.marshal.StreamScanPosition
Constructs a new scan position with the given line, column, and source URI.
StreamScanPosition(int, int) - Constructor for class javax.xml.marshal.StreamScanPosition
Constructs a new scan position with the given line, column, and source URI.
StreamScanPosition(int, int, String) - Constructor for class javax.xml.marshal.StreamScanPosition
Constructs a new scan position with the given line, column, and source URI.
StructureValidationException - exception javax.xml.bind.StructureValidationException.
Abstract checked-exception class for exceptions thrown when a violation of a structural constraint expressed in the source schema is detected.

T

takeAttributeName() - Method in class javax.xml.marshal.XMLScanner
Reads the current attribute name and then advances the scanner to the next state.
takeAttributeValue() - Method in class javax.xml.marshal.XMLScanner
Reads the current attribute value, collapsing whitespace, and then advances the scanner to the next state.
takeAttributeValue(int) - Method in class javax.xml.marshal.XMLScanner
Reads the current attribute value and then advances the scanner to the next state.
takeAttributeValueToken() - Method in class javax.xml.marshal.XMLScanner
Reads the current attribute-value token and then advances the scanner to the next state.
takeChars(int) - Method in class javax.xml.marshal.XMLScanner
Reads the current character data and then advances the scanner to the next state.
takeEmpty(String) - Method in class javax.xml.marshal.XMLScanner
Takes an empty tag.
takeEnd() - Method in class javax.xml.marshal.XMLScanner
Skips whitespace, if any, reads the current end tag, and then advances the scanner to the next state.
takeEnd(String) - Method in class javax.xml.marshal.XMLScanner
Skips whitespace, if any, checks that the current end tag's name is equal to the given name, and then advances the scanner to the next state.
takeEndOfDocument() - Method in class javax.xml.marshal.XMLScanner
Skips whitespace, if any, and then checks that the scanner has reached the end of the input document.
takeLeaf(String, int) - Method in class javax.xml.marshal.XMLScanner
Takes a simple leaf element.
takeStart() - Method in class javax.xml.marshal.XMLScanner
Skips whitespace, if any, reads the current start tag, and then advances the scanner to the next state.
takeStart(String) - Method in class javax.xml.marshal.XMLScanner
Skips whitespace, if any, checks that the current start tag's name is equal to the given name, and then advances the scanner to the next state.
tokenizeAttributeValue() - Method in class javax.xml.marshal.XMLScanner
Reads the current attribute's value as a sequence of non-whitespace tokens, returning them in succeeding AttributeValueToken states.
toString() - Method in class javax.xml.marshal.ScanException
Returns a string describing this exception that includes the position at which the error was detected, if available.
toString() - Method in class javax.xml.marshal.StreamScanPosition
Returns a string describing this position.
TypeConstraintException - exception javax.xml.bind.TypeConstraintException.
Unchecked exception thrown to indicate that a simple dynamically-checked type constraint has been violated.
TypeValidationException - exception javax.xml.bind.TypeValidationException.
Checked exception thrown when a TypeConstraintException is thrown during unmarshalling.
TypeValidationException(TypeConstraintException) - Constructor for class javax.xml.bind.TypeValidationException
Constructs an instance wrapping the given TypeConstraintException.

U

UndefinedIdentifierException - exception javax.xml.bind.UndefinedIdentifierException.
Checked exception thrown when an identifier that is used but not defined is detected.
UndefinedIdentifierException(String) - Constructor for class javax.xml.bind.UndefinedIdentifierException
Constructs an instance of this class.
unmarshal() - Method in class javax.xml.bind.Unmarshaller
Unmarshals the next element in this unmarshaller's scanner and validates the resulting instance subtree.
unmarshal(Class) - Method in class javax.xml.bind.Unmarshaller
Unmarshals the next element in this unmarshaller's scanner, using the given schema-derived marshallable-object class, and validates the resulting subtree.
unmarshal(InputStream) - Method in class javax.xml.bind.Dispatcher
Unmarshals and validates a content tree from the given input stream.
unmarshal(Unmarshaller) - Method in class javax.xml.bind.MarshallableObject
Unmarshals an element or some character data into this object, converting data as necessary, checking type constraints and local structural constraints, and recording the information required to check global structural constraints.
unmarshal(Unmarshaller) - Method in class javax.xml.bind.PCData
 
unmarshal(XMLScanner) - Method in class javax.xml.bind.Dispatcher
Unmarshals and validates a content tree using the given scanner.
unmarshal(XMLScanner, Class) - Method in class javax.xml.bind.Dispatcher
Unmarshals and validates a content tree using the given scanner and root element class.
UnmarshalException - exception javax.xml.bind.UnmarshalException.
Abstract checked-exception class for exceptions thrown when errors occur during unmarshalling.
UnmarshalException() - Constructor for class javax.xml.bind.UnmarshalException
Initializes a new instance of this class.
UnmarshalException(ScanPosition) - Constructor for class javax.xml.bind.UnmarshalException
Initializes a new instance of this class with the given scan position.
UnmarshalException(ScanPosition, String) - Constructor for class javax.xml.bind.UnmarshalException
Initializes a new instance of this class with the given scan position and description.
UnmarshalException(String) - Constructor for class javax.xml.bind.UnmarshalException
Initializes a new instance of this class with the given description and no scan position.
Unmarshaller - class javax.xml.bind.Unmarshaller.
An unmarshaller governs the process of unmarshalling an XML document into a newly-created content tree, validating the tree as it is constructed.
UnrecognizedElementNameException - exception javax.xml.bind.UnrecognizedElementNameException.
Checked exception thrown when an element name not registered with the dispatcher currently being used is parsed.
UnrecognizedElementNameException(String) - Constructor for class javax.xml.bind.UnrecognizedElementNameException
Constructs an instance of this class.
uriString() - Method in class javax.xml.marshal.StreamScanPosition
Returns this position's source URI.

V

ValidatableObject - class javax.xml.bind.ValidatableObject.
Abstract base class for all validatable objects.
validate() - Method in class javax.xml.bind.ValidatableObject
Validates the content tree rooted at this object, which must be a root element.
validate() - Method in interface javax.xml.bind.RootElement
Validates the content tree rooted at this object.
validate(ValidatableObject) - Method in class javax.xml.bind.Validator
Validates the given object.
validate(Validator) - Method in class javax.xml.bind.ValidatableObject
Recursively validates this object's children using the given validator and updates the validator with any local information that is subject to global constraints.
validateThis() - Method in class javax.xml.bind.ValidatableObject
Ensures that this object does not violate any local structural constraints.
validateThis() - Method in interface javax.xml.bind.Element
Ensures that this object does not violate any local structural constraints.
validateThis() - Method in class javax.xml.bind.PCData
 
ValidationException - exception javax.xml.bind.ValidationException.
Abstract checked-exception class for exceptions thrown to indicate that validation has failed.
ValidationRequiredException - exception javax.xml.bind.ValidationRequiredException.
Unchecked exception thrown when it is determined that an instance tree being marshalled requires validation.
ValidationRequiredException() - Constructor for class javax.xml.bind.ValidationRequiredException
Constructs an instance of this class.
Validator - class javax.xml.bind.Validator.
A validator governs the process of validating a content tree.
Validator.Patcher - class javax.xml.bind.Validator.Patcher.
A patcher represents an unresolved identifier reference.
Validator.Patcher() - Constructor for class javax.xml.bind.Validator.Patcher
 
validator() - Method in class javax.xml.bind.Unmarshaller
Returns the validator to be used during this unmarshalling operation.

W

writer() - Method in class javax.xml.bind.Marshaller
Returns the writer to be used during this marshalling operation.
WS_COLLAPSE - Static variable in class javax.xml.marshal.XMLScanner
Constant indicating that whitespace is to be collapsed.
WS_NORMALIZE - Static variable in class javax.xml.marshal.XMLScanner
Constant indicating that whitespace is to be normalized.
WS_PRESERVE - Static variable in class javax.xml.marshal.XMLScanner
Constant indicating that whitespace is to be preserved.

X

XMLScanner - class javax.xml.marshal.XMLScanner.
A scanner of XML input streams or data structures.
XMLScanner() - Constructor for class javax.xml.marshal.XMLScanner
 
XMLWriter - class javax.xml.marshal.XMLWriter.
A writer of XML output streams.
XMLWriter(OutputStream) - Constructor for class javax.xml.marshal.XMLWriter
Creates a new writer that will write to the given byte-output stream using the UTF-8 encoding.
XMLWriter(OutputStream, String) - Constructor for class javax.xml.marshal.XMLWriter
Creates a new writer that will write to the given byte-output stream using the given encoding.
XMLWriter(OutputStream, String, boolean) - Constructor for class javax.xml.marshal.XMLWriter
Creates a new writer that will write to the given byte-output stream using the given encoding.

A C D E F G H I J L M N O P R S T U V W X
JAXB
v0.21


Comments to: jaxb-comments@java.sun.com
More information at: http://java.sun.com/xml/jaxb

Copyright © 2001 by Sun Microsystems, Inc., 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.