A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes All Packages

A

AbstractInlineAnnotationReaderImpl<T,​C,​F,​M> - Class in com.sun.xml.bind.v2.model.annotation
AnnotationReader that reads annotation from classes, not from external binding files.
AbstractInlineAnnotationReaderImpl() - Constructor for class com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl
 
acc - Variable in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
 
ACCESS_EXTERNAL_DTD - Static variable in class com.sun.xml.bind.v2.util.XmlFactory
 
ACCESS_EXTERNAL_SCHEMA - Static variable in class com.sun.xml.bind.v2.util.XmlFactory
 
Accessor<BeanT,​ValueT> - Class in com.sun.xml.bind.v2.runtime.reflect
Accesses a particular property of a bean.
Accessor(Class<ValueT>) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor
 
Accessor.FieldReflection<BeanT,​ValueT> - Class in com.sun.xml.bind.v2.runtime.reflect
Accessor that uses Java reflection to access a field.
Accessor.GetterOnlyReflection<BeanT,​ValueT> - Class in com.sun.xml.bind.v2.runtime.reflect
A version of Accessor.GetterSetterReflection that doesn't have any setter.
Accessor.GetterSetterReflection<BeanT,​ValueT> - Class in com.sun.xml.bind.v2.runtime.reflect
Accessor that uses Java reflection to access a getter and a setter.
Accessor.ReadOnlyFieldReflection<BeanT,​ValueT> - Class in com.sun.xml.bind.v2.runtime.reflect
Read-only access to Field.
Accessor.SetterOnlyReflection<BeanT,​ValueT> - Class in com.sun.xml.bind.v2.runtime.reflect
A version of Accessor.GetterSetterReflection thaat doesn't have any getter.
AccessorException - Exception in com.sun.xml.bind.api
Signals an error in RawAccessor.
AccessorException() - Constructor for exception com.sun.xml.bind.api.AccessorException
 
AccessorException(String) - Constructor for exception com.sun.xml.bind.api.AccessorException
 
AccessorException(String, Throwable) - Constructor for exception com.sun.xml.bind.api.AccessorException
 
AccessorException(Throwable) - Constructor for exception com.sun.xml.bind.api.AccessorException
 
AccessorFactory - Interface in com.sun.xml.bind
A means to allow the user to provide customized Accessor to be used by JAXB.
AccessorFactoryImpl - Class in com.sun.xml.bind
 
adapt(Adapter<Type, Class>) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
 
adapt(Class<T>, Class<? extends XmlAdapter<T, ValueT>>) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
Wraps this Accessor into another Accessor and performs the type adaption as necessary.
adapter - Variable in class com.sun.xml.bind.v2.model.core.Ref
If the reference has an adapter, non-null.
Adapter<TypeT,​ClassDeclT> - Class in com.sun.xml.bind.v2.model.core
Adapter that wraps XmlJavaTypeAdapter.
Adapter(ClassDeclT, Navigator<TypeT, ClassDeclT, ?, ?>) - Constructor for class com.sun.xml.bind.v2.model.core.Adapter
 
Adapter(XmlJavaTypeAdapter, AnnotationReader<TypeT, ClassDeclT, ?, ?>, Navigator<TypeT, ClassDeclT, ?, ?>) - Constructor for class com.sun.xml.bind.v2.model.core.Adapter
 
adapterType - Variable in class com.sun.xml.bind.v2.model.core.Adapter
The adapter class.
add(ArrayInfo<T, C>) - Method in class com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator
 
add(ClassInfo<T, C>) - Method in class com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator
Adds a new class to the list of classes to be written.
add(ElementInfo<T, C>) - Method in class com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator
Adds a new element to the list of elements to be written.
add(EnumLeafInfo<T, C>) - Method in class com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator
 
add(Accessor<BeanT, PropT>, Lister<BeanT, PropT, ItemT, PackT>, ItemT) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Scope
Adds a new item to this packing scope.
add(QName, boolean, NonElement<T, C>) - Method in class com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator
Adds an additional element declaration.
addAttribute(String, String, String, String, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Add an attribute to the end of the list.
addDatatypeWriter(DatatypeWriter<?>) - Method in class com.sun.xml.txw2.Document
Defines additional user object -> string conversion logic.
addInner(XmlNode, Object) - Method in class com.sun.xml.bind.v2.runtime.AssociationMap
Records the new element <->inner peer association.
addInscopeBinding(String, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
This method can be called after XMLSerializer.startDocument(com.sun.xml.bind.v2.runtime.output.XmlOutput, boolean, java.lang.String, java.lang.String) is called but before the marshalling begins, to set the currently in-scope namespace bindings.
addOuter(XmlNode, Object) - Method in class com.sun.xml.bind.v2.runtime.AssociationMap
Records the new element <-> outer peer association.
addPatcher(Patcher) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Adds a job that will be executed at the last of the unmarshalling.
addRegistry(C, Locatable) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
Visits a class with XmlRegistry and records all the element mappings in it.
addToIdTable(String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Adds the object which is currently being unmarshalled to the ID table.
addToPack(PackT, ItemT) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister
Once the Lister.startPacking(BeanT, com.sun.xml.bind.v2.runtime.reflect.Accessor<BeanT, PropT>) is called, you can add values to the pack by using this method.
addToPack(T, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.CollectionLister
 
addType(PropertyInfoImpl<T, C, F, M>) - Method in interface com.sun.xml.bind.v2.model.impl.DummyPropertyInfo
 
addUsed(XmlNode) - Method in class com.sun.xml.bind.v2.runtime.AssociationMap
 
all() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ContentModelContainer
 
all() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.TypeDefParticle
 
allNillable - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
allocateOffset() - Method in class com.sun.xml.bind.v2.runtime.property.UnmarshallerChain
Allocates a new Scope offset.
allowDom - Variable in enum com.sun.xml.bind.v2.model.core.WildcardMode
 
allowExternalAccess(SchemaFactory, String, boolean) - Static method in class com.sun.xml.bind.v2.util.XmlFactory
 
allowExternalDTDAccess(SchemaFactory, String, boolean) - Static method in class com.sun.xml.bind.v2.util.XmlFactory
 
allowTypedObject - Variable in enum com.sun.xml.bind.v2.model.core.WildcardMode
 
Annotated - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
annotation() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Annotated
 
annotation() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Schema
 
Annotation - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
ANNOTATION_READER - Static variable in class com.sun.xml.bind.api.JAXBRIContext
The property that you can specify to JAXBContext.newInstance(java.lang.String) to use alternative RuntimeAnnotationReader implementation.
AnnotationReader<T,​C,​F,​M> - Interface in com.sun.xml.bind.v2.model.annotation
Reads annotations for the given property.
annotations - Variable in class com.sun.xml.bind.api.TypeReference
The annotations associated with the reference of this type.
AnnotationSource - Interface in com.sun.xml.bind.v2.model.annotation
Implemented by objects that can have annotations.
any() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ContentModelContainer
 
any() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.NestedParticle
 
Any - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
anyAttribute() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.AttrDecls
 
ANYTYPE_NAME - Static variable in interface com.sun.xml.bind.v2.model.core.NonElement
 
AnyTypeAdapter - Class in com.sun.xml.bind
XmlAdapter useful for mapping interfaces.
AnyTypeAdapter() - Constructor for class com.sun.xml.bind.AnyTypeAdapter
 
append(char) - Method in class com.sun.xml.bind.v2.runtime.output.Encoded
Appends a new character to the end of the buffer.
appinfo() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Annotation
 
Appinfo - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
Array(Loader) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader.Array
 
ArrayInfo<T,​C> - Interface in com.sun.xml.bind.v2.model.core
Stand-alone array that can be marshalled/unmarshalled on its own (without being part of any encloding ClassInfo.)
ArrayInfoImpl<TypeT,​ClassDeclT,​FieldT,​MethodT> - Class in com.sun.xml.bind.v2.model.impl
Public because XJC needs to access it
ArrayInfoImpl(ModelBuilder<TypeT, ClassDeclT, FieldT, MethodT>, Locatable, TypeT) - Constructor for class com.sun.xml.bind.v2.model.impl.ArrayInfoImpl
 
ArrayInfoUtil - Class in com.sun.xml.bind.v2.model.util
Util class for ArrayInfo
arrays() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns all the ArrayInfos known to this set.
arrays() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
asDecl(Class) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the C representation for the given class.
asDecl(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
If the given type is an use of class declaration, returns the type casted as C.
asElement() - Method in interface com.sun.xml.bind.v2.model.core.MaybeElement
Returns the Element aspect of this ClassInfo.
asElement() - Method in class com.sun.xml.bind.v2.model.impl.BuiltinLeafInfoImpl
Deprecated.
always return null at this level.
asElement() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
ASSERT_FAILED - Static variable in class com.sun.xml.bind.marshaller.Messages
 
AssociationMap<XmlNode> - Class in com.sun.xml.bind.v2.runtime
Bi-directional map between elements, inner peers, and outer peers.
AssociationMap() - Constructor for class com.sun.xml.bind.v2.runtime.AssociationMap
 
attachmentMarshaller - Variable in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
attName - Variable in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
Attribute name.
AttrDecls - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
attribute() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.AttrDecls
 
attribute() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.SchemaTop
 
attribute(int, String, String) - Method in class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput
 
attribute(int, String, String) - Method in class com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput
 
attribute(int, String, String) - Method in class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
attribute(int, String, String) - Method in class com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput
 
attribute(int, String, String) - Method in class com.sun.xml.bind.v2.runtime.output.SAXOutput
 
attribute(int, String, String) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
attribute(int, String, String) - Method in class com.sun.xml.bind.v2.runtime.output.XMLEventWriterOutput
 
attribute(int, String, String) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
 
attribute(int, String, String) - Method in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
 
attribute(int, String, String) - Method in class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
 
attribute(Name, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
attribute(Name, String) - Method in class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput
 
attribute(Name, String) - Method in class com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput
 
attribute(Name, String) - Method in class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
attribute(Name, String) - Method in class com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput
 
attribute(Name, String) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
attribute(Name, String) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
 
attribute(Name, String) - Method in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
 
attribute(String, String, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
ATTRIBUTE - com.sun.xml.bind.v2.model.core.PropertyKind
 
AttributeAccessor<BeanT> - Interface in com.sun.xml.bind.v2.runtime
 
attributeFormDefault(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Schema
 
AttributeProperty<BeanT> - Class in com.sun.xml.bind.v2.runtime.property
Property implementation for AttributePropertyInfo.
AttributeProperty(JAXBContextImpl, RuntimeAttributePropertyInfo) - Constructor for class com.sun.xml.bind.v2.runtime.property.AttributeProperty
 
AttributePropertyInfo<T,​C> - Interface in com.sun.xml.bind.v2.model.core
Attribute PropertyInfo.
AttributesEx - Interface in com.sun.xml.bind.v2.runtime.unmarshaller
Attributes extension that allows attribute values to be exposed as CharSequence.
AttributesExImpl - Class in com.sun.xml.bind.v2.runtime.unmarshaller
AttributesEx implementation.
AttributesExImpl() - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.AttributesExImpl
 
AttributesImpl - Class in com.sun.xml.bind.util
Default implementation of the Attributes interface.
AttributesImpl() - Constructor for class com.sun.xml.bind.util.AttributesImpl
Construct a new, empty AttributesImpl object.
AttributesImpl(Attributes) - Constructor for class com.sun.xml.bind.util.AttributesImpl
Copy an existing Attributes object.
AttributeType - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
attributeWildcard - Variable in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
If this class has a declared (not inherited) attribute wildcard, keep the reference to it.
atts - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
Used only for the enterElement event.
attWildcardAsAttributes(Map<QName, String>, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
attWildcardAsURIs(Map<QName, String>, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 

B

BACKUP_WITH_PARENT_NAMESPACE - Static variable in class com.sun.xml.bind.api.JAXBRIContext
If true and element namespace is not specified, namespace of parent element will be used.
backupWithParentNamespace - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
If true, despite the specification, unmarshall child element with parent namespace, if child namespace is not specified.
base(QName) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexRestriction
 
base(QName) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ExtensionType
 
base(QName) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.SimpleRestrictionModel
 
Base64Data - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Fed to unmarshaller when the 'text' data is actually a virtual image of base64 encoding of the binary data transferred on the wire.
Base64Data() - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
 
beanInfos - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
All created JaxBeanInfos.
beans() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns all the ClassInfos known to this set.
beans() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
beginStartTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput
 
beginStartTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
beginStartTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.IndentingUTF8XmlOutput
 
beginStartTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput
 
beginStartTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.SAXOutput
 
beginStartTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
beginStartTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.XMLEventWriterOutput
 
beginStartTag(int, String) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
 
beginStartTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
 
beginStartTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
 
beginStartTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput
 
beginStartTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
beginStartTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.IndentingUTF8XmlOutput
 
beginStartTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput
 
beginStartTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
beginStartTag(Name) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
Writes a start tag.
beginStartTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
Writes a start tag.
beginStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.DomSerializer
 
beginStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.DumpSerializer
 
beginStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.SaxSerializer
 
beginStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.StaxSerializer
 
beginStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.StreamSerializer
 
beginStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.TXWSerializer
 
beginStartTag(String, String, String) - Method in interface com.sun.xml.txw2.output.XmlSerializer
Begins writing a start tag.
beginStartTagWithNamespaces(Name) - Method in class com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput
 
bind(String, Object) - Method in class com.sun.xml.bind.IDResolver
Binds the given object to the specified ID.
BinderImpl<XmlNode> - Class in com.sun.xml.bind.v2.runtime
Implementation of Binder.
bindings() - Method in interface com.sun.xml.bind.v2.schemagen.episode.Bindings
Nested bindings.
Bindings - Interface in com.sun.xml.bind.v2.schemagen.episode
 
block() - Method in interface com.sun.xml.txw2.TypedXmlWriter
Blocks the writing of the start tag so that new attributes can be added even after child elements are appended.
block(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexType
 
block(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Element
 
block(String[]) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexType
 
block(String[]) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Element
 
blockDefault(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Schema
 
blockDefault(String[]) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Schema
 
boxToPrimitive - Static variable in class com.sun.xml.bind.v2.runtime.RuntimeUtil
Map from Class objects representing primitive types to Class objects representing their boxed types.
bridge() - Method in class com.sun.istack.XMLStreamReaderToContentHandler
 
Bridge<T> - Class in com.sun.xml.bind.api
Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
Bridge(JAXBContextImpl) - Constructor for class com.sun.xml.bind.api.Bridge
 
BridgeContext - Class in com.sun.xml.bind.api
Deprecated.
The caller no longer needs to use this, as Bridge has methods that can work without BridgeContext.
BridgeContext() - Constructor for class com.sun.xml.bind.api.BridgeContext
Deprecated.
 
BridgeContextImpl - Class in com.sun.xml.bind.v2.runtime
BridgeContext implementation.
bridges - Variable in class com.sun.xml.bind.api.CompositeStructure
 
BROKEN_CONTEXTPATH - com.sun.xml.bind.v2.Messages
 
buf - Variable in class com.sun.xml.bind.v2.runtime.output.Encoded
 
buf - Variable in class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
 
build() - Method in interface com.sun.istack.Builder
 
build() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
build() - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.Pack
 
buildChildElementUnmarshallers(UnmarshallerChain, QNameMap<ChildLoader>) - Method in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
 
buildChildElementUnmarshallers(UnmarshallerChain, QNameMap<ChildLoader>) - Method in interface com.sun.xml.bind.v2.runtime.property.StructureLoaderBuilder
Every Property class has an implementation of buildChildElementUnmarshallers which will fill in the specified QNameMap by elements that are expected by this property.
buildChildElementUnmarshallers(UnmarshallerChain, QNameMap<ChildLoader>) - Method in class com.sun.xml.bind.v2.runtime.property.ValueProperty
 
Builder<T> - Interface in com.sun.istack
 
Builder() - Constructor for class com.sun.xml.bind.v2.runtime.IllegalAnnotationsException.Builder
 
BUILTIN - Static variable in interface com.sun.xml.txw2.DatatypeWriter
 
builtinBeanInfos - Static variable in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
BuiltinLeafInfo<T,​C> - Interface in com.sun.xml.bind.v2.model.core
JAXB spec designates a few Java classes to be mapped to leaves in XML.
BuiltinLeafInfoImpl<TypeT,​ClassDeclT> - Class in com.sun.xml.bind.v2.model.impl
JAXB spec designates a few Java classes to be mapped to XML types in a way that ignores restrictions placed on user-defined beans.
BuiltinLeafInfoImpl(TypeT, QName...) - Constructor for class com.sun.xml.bind.v2.model.impl.BuiltinLeafInfoImpl
 
builtins() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns all the BuiltinLeafInfos known to this set.
builtins() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
byElement(Object) - Method in class com.sun.xml.bind.v2.runtime.AssociationMap
 
byPeer(Object) - Method in class com.sun.xml.bind.v2.runtime.AssociationMap
 
ByteArrayDataSource - Class in com.sun.istack
DataSource backed by a byte buffer.
ByteArrayDataSource(byte[], int, String) - Constructor for class com.sun.istack.ByteArrayDataSource
 
ByteArrayDataSource(byte[], String) - Constructor for class com.sun.istack.ByteArrayDataSource
 
ByteArrayOutputStreamEx - Class in com.sun.xml.bind.v2.util
ByteArrayOutputStream with access to its raw buffer.
ByteArrayOutputStreamEx() - Constructor for class com.sun.xml.bind.v2.util.ByteArrayOutputStreamEx
 
ByteArrayOutputStreamEx(int) - Constructor for class com.sun.xml.bind.v2.util.ByteArrayOutputStreamEx
 

C

C14N - Static variable in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
c14nSupport - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
true to reorder attributes lexicographically in preparation of the c14n support.
C14nXmlOutput - Class in com.sun.xml.bind.v2.runtime.output
XmlOutput that generates canonical XML.
C14nXmlOutput(OutputStream, Encoded[], boolean, CharacterEscapeHandler) - Constructor for class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput
 
calcArrayTypeName(QName) - Static method in class com.sun.xml.bind.v2.model.util.ArrayInfoUtil
Computes the type name of the array from that of the item type.
canBeReferencedByIDREF() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfo
True if this type is a valid target from a property annotated with XmlIDREF.
canBeReferencedByIDREF() - Method in class com.sun.xml.bind.v2.model.impl.ArrayInfoImpl
Deprecated.
why are you calling a method whose return value is always known?
canBeReferencedByIDREF() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
A ClassInfo can be referenced by XmlIDREF if it has an ID property.
canHaveXmlMimeType - Variable in enum com.sun.xml.bind.v2.model.core.PropertyKind
This kind of property can have XmlMimeType and XmlInlineBinaryData annotation with it.
CANONICALIZATION_SUPPORT - Static variable in class com.sun.xml.bind.api.JAXBRIContext
The property that you can specify to JAXBContext.newInstance(java.lang.String) and Marshaller.setProperty(String, Object) to enable the c14n marshalling support in the JAXBContext.
CATCH_ALL - Static variable in interface com.sun.xml.bind.v2.runtime.property.StructureLoaderBuilder
Magic QName used to store a handler for the rest of the elements.
cdata(StringBuilder) - Method in class com.sun.xml.txw2.output.DomSerializer
 
cdata(StringBuilder) - Method in class com.sun.xml.txw2.output.DumpSerializer
 
cdata(StringBuilder) - Method in class com.sun.xml.txw2.output.SaxSerializer
 
cdata(StringBuilder) - Method in class com.sun.xml.txw2.output.StaxSerializer
 
cdata(StringBuilder) - Method in class com.sun.xml.txw2.output.StreamSerializer
 
cdata(StringBuilder) - Method in class com.sun.xml.txw2.output.TXWSerializer
 
cdata(StringBuilder) - Method in interface com.sun.xml.txw2.output.XmlSerializer
Writes CDATA.
CharacterEscapeHandler - Interface in com.sun.xml.bind.marshaller
Performs character escaping and write the result to the output.
CharacterEscapeHandler - Interface in com.sun.xml.txw2.output
Performs character escaping and write the result to the output.
characters(char[], int, int) - Method in class com.sun.xml.bind.marshaller.DataWriter
Write a sequence of characters.
characters(char[], int, int) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
characters(char[], int, int) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write character data.
characters(char[], int, int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
characters(char[], int, int) - Method in class com.sun.xml.txw2.output.DataWriter
Write a sequence of characters.
characters(char[], int, int) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
Write a sequence of characters.
characters(char[], int, int) - Method in class com.sun.xml.txw2.output.XMLWriter
Write character data.
characters(String) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
characters(String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write a string of character data, with XML escaping.
characters(String) - Method in class com.sun.xml.txw2.output.XMLWriter
Write a string of character data, with XML escaping.
charAt(int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
Encode this binary data in the base64 encoding and returns the character at the specified position.
charAt(int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntArrayData
 
charAt(int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntData
 
check() - Method in class com.sun.xml.bind.v2.runtime.IllegalAnnotationsException.Builder
If an error was reported, throw the exception.
checkedCast(Map<?, ?>, Class<K>, Class<V>) - Static method in class com.sun.xml.bind.v2.util.TypeCast
Makes sure that a map contains the right type, and returns it to the desirable type.
checkFieldXmlLocation(F) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
This hook is used by RuntimeClassInfoImpl to look for XmlLocation.
checkSpec() - Static method in class com.sun.xml.bind.v2.TODO
When this method is called, that means we need to check the spec and corrects the behavior.
checkSpec(String) - Static method in class com.sun.xml.bind.v2.TODO
 
childAsRoot(Object) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
childAsSoleContent(Object, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
The equivalent of:
childAsXsiType(Object, String, JaxBeanInfo, boolean) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
This method is called when a type child object is found.
childElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Discarder
 
childElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.DomLoader
 
childElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
Called when this loaderis an active loaderand we see a new child start tag.
childElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
 
ChildLoader - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Pair of Loader and Receiver.
ChildLoader(Loader, Receiver) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.ChildLoader
 
choice() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ContentModelContainer
 
choice() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.NestedParticle
 
choice() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.TypeDefParticle
 
ClassBeanInfoImpl<BeanT> - Class in com.sun.xml.bind.v2.runtime
JaxBeanInfo implementation for j2s bean.
ClassFactory - Class in com.sun.xml.bind.v2
Creates new instances of classes.
ClassFactory() - Constructor for class com.sun.xml.bind.v2.ClassFactory
 
ClassInfo<T,​C> - Interface in com.sun.xml.bind.v2.model.core
Information about JAXB-bound class.
ClassInfoImpl<T,​C,​F,​M> - Class in com.sun.xml.bind.v2.model.impl
A part of the ClassInfo that doesn't depend on a particular reflection library.
classLoader - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
User-supplied ClassLoader for converting name to Class.
ClassLocatable<C> - Class in com.sun.xml.bind.v2.model.annotation
Locatable implementation for a class.
ClassLocatable(Locatable, C, Navigator<?, C, ?, ?>) - Constructor for class com.sun.xml.bind.v2.model.annotation.ClassLocatable
 
classResolver - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Used to discover additional classes when we hit unknown elements/types.
ClassResolver - Class in com.sun.xml.bind.api
Dynamically locates classes to represent elements discovered during the unmarshalling.
ClassResolver() - Constructor for class com.sun.xml.bind.api.ClassResolver
 
ClassTailor - Class in com.sun.xml.bind.v2.bytecode
Replaces a few constant pool tokens from a class "template" and then loads it into the VM.
clazz - Variable in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
cleanCache() - Static method in class com.sun.xml.bind.v2.ClassFactory
 
clear() - Method in class com.sun.xml.bind.util.AttributesImpl
Clear the attribute list for reuse.
clearCurrentProperty() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Takes care of cleaning the currentProperty.
clearStates() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
close() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
Must be called from same thread which created the UnmarshallerImpl instance.
close() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
closeStartTag() - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
Writes '>' to close the start tag, if necessary.
closeStartTagPending - Variable in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
Set to true to indicate that we need to write '>' to close a start tag.
collapse(CharSequence) - Static method in class com.sun.xml.bind.WhiteSpaceProcessor
This is usually the biggest processing bottleneck.
collapse(String) - Static method in class com.sun.xml.bind.WhiteSpaceProcessor
 
CollectionLister(Class<? extends T>) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Lister.CollectionLister
 
collectionMode - Variable in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
True to allow new URIs to be declared.
CollisionCheckStack<E> - Class in com.sun.xml.bind.v2.util
Stack-like data structure that allows the following efficient operations: Push/pop operation.
CollisionCheckStack() - Constructor for class com.sun.xml.bind.v2.util.CollisionCheckStack
 
com.sun.istack - package com.sun.istack
istack-commons runtime utilities.
com.sun.istack.localization - package com.sun.istack.localization
 
com.sun.istack.logging - package com.sun.istack.logging
 
com.sun.xml.bind - module com.sun.xml.bind
 
com.sun.xml.bind - package com.sun.xml.bind
 
com.sun.xml.bind.annotation - package com.sun.xml.bind.annotation
 
com.sun.xml.bind.api - package com.sun.xml.bind.api
Runtime API for the JAX-WS RI
com.sun.xml.bind.api.impl - package com.sun.xml.bind.api.impl
 
com.sun.xml.bind.marshaller - package com.sun.xml.bind.marshaller
 
com.sun.xml.bind.unmarshaller - package com.sun.xml.bind.unmarshaller
 
com.sun.xml.bind.util - package com.sun.xml.bind.util
 
com.sun.xml.bind.v2 - package com.sun.xml.bind.v2
The JAXB 2.0 runtime
com.sun.xml.bind.v2.model.annotation - package com.sun.xml.bind.v2.model.annotation
Abstraction around reading annotations, to support internal/external annotations.
com.sun.xml.bind.v2.model.core - package com.sun.xml.bind.v2.model.core
The in-memory model of the JAXB-bound beans.
com.sun.xml.bind.v2.model.impl - package com.sun.xml.bind.v2.model.impl
Implementation of the com.sun.xml.bind.j2s.model package.
com.sun.xml.bind.v2.model.nav - package com.sun.xml.bind.v2.model.nav
Abstraction around the reflection library, to support various reflection models (such as java.lang.reflect and Annotation Processing).
com.sun.xml.bind.v2.model.runtime - package com.sun.xml.bind.v2.model.runtime
The specialization of com.sun.xml.bind.v2.model.core for the runtime.
com.sun.xml.bind.v2.model.util - package com.sun.xml.bind.v2.model.util
 
com.sun.xml.bind.v2.runtime - package com.sun.xml.bind.v2.runtime
Code that implements JAXBContext, Unmarshaller, and Marshaller.
com.sun.xml.bind.v2.runtime.unmarshaller - package com.sun.xml.bind.v2.runtime.unmarshaller
 
com.sun.xml.bind.v2.schemagen - package com.sun.xml.bind.v2.schemagen
Schema generator.
com.sun.xml.bind.v2.schemagen.episode - package com.sun.xml.bind.v2.schemagen.episode
TXW interfaces for writing episode file, which is what XJC needs to handle separate compilation.
com.sun.xml.bind.v2.schemagen.xmlschema - package com.sun.xml.bind.v2.schemagen.xmlschema
XML Schema writer generated by TXW.
com.sun.xml.bind.v2.util - package com.sun.xml.bind.v2.util
 
com.sun.xml.txw2 - package com.sun.xml.txw2
TXW runtime.
com.sun.xml.txw2.annotation - package com.sun.xml.txw2.annotation
Defines a set of annotations that can be used on TypedXmlWriter interfaces.
com.sun.xml.txw2.output - package com.sun.xml.txw2.output
Defines XmlSerializer and its built-in implementations.
comment(char[], int, int) - Method in class com.sun.xml.txw2.output.DataWriter
 
comment(char[], int, int) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
 
comment(char[], int, int) - Method in class com.sun.xml.txw2.output.XMLWriter
 
comment(StringBuilder) - Method in class com.sun.xml.txw2.output.DomSerializer
 
comment(StringBuilder) - Method in class com.sun.xml.txw2.output.DumpSerializer
 
comment(StringBuilder) - Method in class com.sun.xml.txw2.output.SaxSerializer
 
comment(StringBuilder) - Method in class com.sun.xml.txw2.output.StaxSerializer
 
comment(StringBuilder) - Method in class com.sun.xml.txw2.output.StreamSerializer
 
comment(StringBuilder) - Method in class com.sun.xml.txw2.output.TXWSerializer
 
comment(StringBuilder) - Method in interface com.sun.xml.txw2.output.XmlSerializer
Writes a comment.
commit() - Method in interface com.sun.xml.txw2.TypedXmlWriter
Commits this element (and all its descendants) to the output.
commit(boolean) - Method in interface com.sun.xml.txw2.TypedXmlWriter
Commits this element (and all its descendants) to the output.
compact() - Method in class com.sun.xml.bind.v2.runtime.output.Encoded
Reallocate the buffer to the exact size of the data to reduce the memory footprint.
compareTo(Name) - Method in class com.sun.xml.bind.v2.runtime.Name
 
compareTo(AttributeProperty) - Method in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
 
complexContent() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexTypeModel
 
ComplexContent - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
ComplexExtension - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
ComplexRestriction - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
complexType() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexTypeHost
 
ComplexType - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
ComplexTypeHost - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
ComplexTypeModel - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
CompositeStructure - Class in com.sun.xml.bind.api
A JAXB Bean that works like a DOM.
CompositeStructure() - Constructor for class com.sun.xml.bind.api.CompositeStructure
 
CompositeStructureBeanInfo - Class in com.sun.xml.bind.v2.runtime
 
CompositeStructureBeanInfo(JAXBContextImpl) - Constructor for class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
 
CompositeTransducedAccessorImpl(JAXBContextImpl, Transducer<ValueT>, Accessor<BeanT, ValueT>) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
 
conclude() - Method in class com.sun.xml.bind.v2.runtime.NameBuilder
Wraps up everything and creates NameList.
config(String) - Method in class com.sun.istack.logging.Logger
 
config(String, Object[]) - Method in class com.sun.istack.logging.Logger
 
config(String, Throwable) - Method in class com.sun.istack.logging.Logger
 
Const - Class in com.sun.xml.bind.v2.runtime.reflect.opt
 
Const() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.Const
 
containsAdapter(Class<T>) - Method in class com.sun.xml.bind.v2.runtime.Coordinator
 
containsKey(String, String) - Method in class com.sun.xml.bind.v2.util.QNameMap
 
ContentModelContainer - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Used to write a content model.
context - Variable in class com.sun.xml.bind.api.Bridge
 
context - Variable in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
The JAXBContextImpl for which the model is built.
context - Variable in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
 
context - Variable in class com.sun.xml.bind.v2.runtime.property.UnmarshallerChain
 
context - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.Scope
 
context - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
Owning JAXBContext
ContextFactory - Class in com.sun.xml.bind.v2
This class is responsible for producing RI JAXBContext objects.
ContextFactory() - Constructor for class com.sun.xml.bind.v2.ContextFactory
 
coordinator - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
Coordinator - Class in com.sun.xml.bind.v2.runtime
Object that coordinates the marshalling/unmarshalling.
Coordinator() - Constructor for class com.sun.xml.bind.v2.runtime.Coordinator
 
core - Variable in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
count() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
Number of total bindings declared.
count() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
Gets the number of bindings declared on this element.
create() - Method in class com.sun.istack.Pool.Impl
Creates a new instance of object.
create(A, Locatable) - Static method in class com.sun.xml.bind.v2.model.annotation.LocatableAnnotation
Wraps the annotation into a proxy so that the returned object will also implement Locatable.
create(JAXBContextImpl, RuntimePropertyInfo) - Static method in class com.sun.xml.bind.v2.runtime.property.PropertyFactory
Creates/obtains a properly configured Property object from the given description.
create(Class<T>) - Static method in class com.sun.xml.bind.v2.ClassFactory
The same as ClassFactory.create0(java.lang.Class<T>) but with an error handling to make the instantiation error fatal.
create(Class<T>, XmlSerializer) - Static method in class com.sun.xml.txw2.TXW
Creates a new TypedXmlWriter to write a new instance of a document.
create(Method) - Static method in class com.sun.xml.bind.v2.ClassFactory
Call a method in the factory class to get the object.
create(Type, ID, Adapter<Type, Class>) - Static method in class com.sun.xml.bind.v2.runtime.reflect.Lister
Gets a reference to the appropriate Lister object if the field is a multi-value field.
create(QName, Class<T>, XmlSerializer) - Static method in class com.sun.xml.txw2.TXW
Creates a new TypedXmlWriter to write a new instance of a document.
create(XMLStreamWriter, JAXBContextImpl, CharacterEscapeHandler) - Static method in class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
Creates a new XmlOutput from a XMLStreamWriter.
create0(Class<T>) - Static method in class com.sun.xml.bind.v2.ClassFactory
Creates a new instance of the class but throw exceptions without catching it.
createAccessorSeed(M, M) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
Creates a new GetterSetterPropertySeed object.
createArrayInfo(Locatable, Type) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
 
createArrayInfo(Locatable, T) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
createAttributeName(String, String) - Method in class com.sun.xml.bind.v2.runtime.NameBuilder
 
createAttributeName(QName) - Method in class com.sun.xml.bind.v2.runtime.NameBuilder
 
createAttributeProperty(PropertySeed<T, C, F, M>) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
createAugmented(Class<?>) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Creates a JAXBContextImpl that includes the specified additional classes.
createBinder() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
createBinder(Class<T>) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
createBridge(TypeReference) - Method in class com.sun.xml.bind.api.JAXBRIContext
Creates a mini-marshaller/unmarshaller that can process a TypeReference.
createBridge(TypeReference) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
createBridgeContext() - Method in class com.sun.xml.bind.api.JAXBRIContext
Creates a new BridgeContext instance.
createBridgeContext() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
createClassInfo(C, Locatable) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
createClassInfo(Class, Locatable) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
 
createContext(Class[], Collection<TypeReference>, Map<Class, Class>, String, boolean, RuntimeAnnotationReader, boolean, boolean, boolean) - Static method in class com.sun.xml.bind.v2.ContextFactory
Deprecated.
use createContext(Class[] classes, Map<String,Object> properties) method instead
createContext(Class[], Collection<TypeReference>, Map<Class, Class>, String, boolean, RuntimeAnnotationReader, boolean, boolean, boolean, boolean) - Static method in class com.sun.xml.bind.v2.ContextFactory
Deprecated.
use createContext( Class[] classes, Map<String,Object> properties) method instead
createContext(Class[], Map<String, Object>) - Static method in class com.sun.xml.bind.v2.ContextFactory
The API will invoke this method via reflection
createContext(Class<?>[], Map<String, ?>) - Method in class com.sun.xml.bind.v2.JAXBContextFactory
Creates JAXB context.
createContext(String, ClassLoader, Map<String, ?>) - Method in class com.sun.xml.bind.v2.JAXBContextFactory
Creates JAXB context.
createContext(String, ClassLoader, Map<String, Object>) - Static method in class com.sun.xml.bind.v2.ContextFactory
The API will invoke this method via reflection.
createDocumentBuilderFactory(boolean) - Static method in class com.sun.xml.bind.v2.util.XmlFactory
Returns properly configured (e.g.
createElementInfo(RegistryInfoImpl<Type, Class, Field, Method>, Method) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
 
createElementInfo(RegistryInfoImpl<T, C, F, M>, M) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
createElementName(String, String) - Method in class com.sun.xml.bind.v2.runtime.NameBuilder
 
createElementName(QName) - Method in class com.sun.xml.bind.v2.runtime.NameBuilder
 
createElementProperty(PropertySeed<T, C, F, M>) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
createEnumLeafInfo(C, Locatable) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
createEnumLeafInfo(Class, Locatable) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
 
createEscapeHandler(String) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
createFieldAccessor(Class, Field, boolean) - Method in interface com.sun.xml.bind.AccessorFactory
Access a field of the class.
createFieldAccessor(Class, Field, boolean) - Method in class com.sun.xml.bind.AccessorFactoryImpl
Access a field of the class.
createFieldAccessor(Class, Field, boolean, boolean) - Method in class com.sun.xml.bind.AccessorFactoryImpl
Access a field of the class.
createFieldAccessor(Class, Field, boolean, boolean) - Method in interface com.sun.xml.bind.InternalAccessorFactory
Access a field of the class.
createFieldSeed(F) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
Creates a new FieldPropertySeed object.
createInstance(JaxBeanInfo) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Creates a new instance of the specified class.
createInstance(UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
createInstance(UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
 
createInstance(UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
createInstance(UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Creates a new instance of the bean.
createInstance(Class<?>) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Creates a new instance of the specified class.
createInstanceFromValue(Object) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
createJAXBIntrospector() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
createLeaves(Navigator<TypeT, ClassDeclT, ?, ?>) - Static method in class com.sun.xml.bind.v2.model.impl.BuiltinLeafInfoImpl
Creates all the BuiltinLeafInfoImpls as specified in the spec.
createMapProperty(PropertySeed<T, C, F, M>) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
createMarshaller() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
createParserFactory(boolean) - Static method in class com.sun.xml.bind.v2.util.XmlFactory
Returns properly configured (e.g.
createPropertyAccessor(Class, Method, Method) - Method in interface com.sun.xml.bind.AccessorFactory
Access a property of the class.
createPropertyAccessor(Class, Method, Method) - Method in class com.sun.xml.bind.AccessorFactoryImpl
Access a property of the class.
createQName() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
Creates QName.
createQName() - Method in class com.sun.xml.bind.v2.util.QNameMap.Entry
Creates a new QName object from QNameMap.Entry.nsUri and QNameMap.Entry.localName.
createReferenceProperty(PropertySeed<T, C, F, M>) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
createSchemaFactory(String, boolean) - Static method in class com.sun.xml.bind.v2.util.XmlFactory
Returns properly configured (e.g.
createSerializer(Result) - Static method in class com.sun.xml.txw2.output.ResultFactory
Factory method for producing XmlSerializer from Result.
createTransducer(RuntimeNonElementRef) - Static method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
Creates a Transducer given a reference.
createTransformerFactory(boolean) - Static method in class com.sun.xml.bind.v2.util.XmlFactory
Returns properly configured (e.g.
createTransformerHandler(boolean) - Static method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Creates a new identity transformer.
createTypeInfoSet() - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
createTypeInfoSet() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
 
createUnmarshalException(SAXException) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
createUnmarshaller() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
createUnmarshallerHandler(InfosetScanner, boolean, JaxBeanInfo) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
Creates and configures a new unmarshalling pipe line.
createValidator() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
createValueProperty(PropertySeed<T, C, F, M>) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
createWriter(OutputStream) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
createWriter(OutputStream, String) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
createWriter(Writer) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
createWriter(Writer, String) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
createXPathFactory(boolean) - Static method in class com.sun.xml.bind.v2.util.XmlFactory
Returns properly configured (e.g.
customType - Variable in class com.sun.xml.bind.v2.model.core.Adapter
The type that is stored in memory.
CycleRecoverable - Interface in com.sun.xml.bind
Optional interface that can be implemented by JAXB-bound objects to handle cycles in the object graph.
CycleRecoverable.Context - Interface in com.sun.xml.bind
This interface is implemented by the JAXB RI to provide information about the on-going marshalling process.

D

dataElement(String, String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write an element with character data content but no attributes or Namespace URI.
dataElement(String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
Write an element with character data content but no attributes or Namespace URI.
dataElement(String, String, String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write an element with character data content but no attributes.
dataElement(String, String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
Write an element with character data content but no attributes.
dataElement(String, String, String, Attributes, String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write an element with character data content.
dataElement(String, String, String, Attributes, String) - Method in class com.sun.xml.txw2.output.XMLWriter
Write an element with character data content.
DataSourceSource - Class in com.sun.xml.bind.v2.util
Source implementation backed by DataHandler.
DataSourceSource(DataHandler) - Constructor for class com.sun.xml.bind.v2.util.DataSourceSource
 
DataSourceSource(DataSource) - Constructor for class com.sun.xml.bind.v2.util.DataSourceSource
 
DatatypeConverterImpl - Class in com.sun.xml.bind
Deprecated.
in JAXB 2.2.4 - use javax.xml.bind.DatatypeConverterImpl instead or let us know why you can't
DatatypeConverterImpl() - Constructor for class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
DatatypeWriter<DT> - Interface in com.sun.xml.txw2
Pluggable datatype writer.
DataWriter - Class in com.sun.xml.bind.marshaller
Write data- or field-oriented XML.
DataWriter - Class in com.sun.xml.txw2.output
Write data- or field-oriented XML.
DataWriter(Writer) - Constructor for class com.sun.xml.txw2.output.DataWriter
 
DataWriter(Writer, String) - Constructor for class com.sun.xml.bind.marshaller.DataWriter
 
DataWriter(Writer, String) - Constructor for class com.sun.xml.txw2.output.DataWriter
 
DataWriter(Writer, String, CharacterEscapeHandler) - Constructor for class com.sun.xml.bind.marshaller.DataWriter
Create a new data writer for the specified output.
DataWriter(Writer, String, CharacterEscapeHandler) - Constructor for class com.sun.xml.txw2.output.DataWriter
Create a new data writer for the specified output.
declareNamespace(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.reflect.ListTransducedAccessorImpl
 
declareNamespace(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor
Obtain the value of the field and declares the namespace URIs used in the value.
declareNamespace(String, String, boolean) - Method in interface com.sun.xml.bind.v2.runtime.NamespaceContext2
Declares a new namespace binding within the current context.
declareNamespace(String, String, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
 
declareNamespace(T, XMLSerializer) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
 
declareNamespace(T, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
declareNamespace(ValueT, XMLSerializer) - Method in interface com.sun.xml.bind.v2.runtime.Transducer
Declares the namespace URIs used in the given value to w.
declareNsUri(String, String, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
Returns the prefix index to the specified URI.
declaresAttributeWildcard() - Method in interface com.sun.xml.bind.v2.model.core.ClassInfo
Returns true iff this class declares a wildcard attribute.
declaresAttributeWildcard() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
DEFAULT_NAMESPACE_REMAP - Static variable in class com.sun.xml.bind.api.JAXBRIContext
The property that you can specify to JAXBContext.newInstance(java.lang.String) to reassign the default namespace URI to something else at the runtime.
default_value_boolean - Static variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Const
 
default_value_byte - Static variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Const
 
default_value_char - Static variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Const
 
default_value_double - Static variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Const
 
default_value_float - Static variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Const
 
default_value_int - Static variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Const
 
default_value_long - Static variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Const
 
default_value_short - Static variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Const
 
defaultNsUri - Variable in class com.sun.xml.bind.v2.model.impl.ModelBuilder
JAXB doesn't want to use namespaces unless we are told to, but WS-I BP conformace requires JAX-RPC to always use a non-empty namespace URI.
DefaultTransducedAccessor<T> - Class in com.sun.xml.bind.v2.runtime.reflect
TransducedAccessor that prints to String.
DefaultTransducedAccessor() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.DefaultTransducedAccessor
 
defaultType - Variable in class com.sun.xml.bind.v2.model.core.Adapter
The type that the JAXB can handle natively.
DefaultValueLoaderDecorator - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Decorates another Loader by setting a default value.
DefaultValueLoaderDecorator(Loader, String) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.DefaultValueLoaderDecorator
 
DISABLE_XML_SECURITY - Static variable in class com.sun.xml.bind.api.JAXBRIContext
If true XML security features when parsing XML documents will be disabled.
disableSecurityProcessing - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Disable security processing.
Discarder - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Loader implementation that discards the whole sub-tree.
displayName() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
Gets the display name of the property.
document - Variable in class com.sun.xml.bind.marshaller.SAX2DOMEx
Document object that owns the specified node.
Document - Class in com.sun.xml.txw2
Coordinates the entire writing process.
documentation() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Annotation
 
Documentation - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
DOM_IMPL_DOESNT_SUPPORT_CREATELEMENTNS - Static variable in class com.sun.xml.bind.marshaller.Messages
 
DomLoader<ResultT extends Result> - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Loads a DOM.
DomLoader(DomHandler<?, ResultT>) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.DomLoader
 
DOMOutput - Class in com.sun.xml.bind.v2.runtime.output
XmlOutput implementation that does associative marshalling to DOM.
DOMOutput(Node, AssociationMap) - Constructor for class com.sun.xml.bind.v2.runtime.output.DOMOutput
 
DOMScanner - Class in com.sun.xml.bind.unmarshaller
Visits a W3C DOM tree and generates SAX2 events from it.
DOMScanner() - Constructor for class com.sun.xml.bind.unmarshaller.DOMScanner
 
DomSerializer - Class in com.sun.xml.txw2.output
DomSerializer(DOMResult) - Constructor for class com.sun.xml.txw2.output.DomSerializer
 
DomSerializer(Node) - Constructor for class com.sun.xml.txw2.output.DomSerializer
 
DumbEscapeHandler - Class in com.sun.xml.bind.marshaller
Escape everything above the US-ASCII code range.
DumbEscapeHandler - Class in com.sun.xml.txw2.output
Escape everything above the US-ASCII code range.
DummyPropertyInfo<T,​C,​F,​M> - Interface in com.sun.xml.bind.v2.model.impl
PropertyInfo that allows to add additional elements to the collection.
dump(Result) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Dumps this model into XML.
DumpSerializer - Class in com.sun.xml.txw2.output
Shows the call sequence of XmlSerializer methods.
DumpSerializer(PrintStream) - Constructor for class com.sun.xml.txw2.output.DumpSerializer
 

E

editDistance(String, String) - Static method in class com.sun.xml.bind.v2.util.EditDistance
Computes the edit distance between two strings.
EditDistance - Class in com.sun.xml.bind.v2.util
Computes the string edit distance.
element() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ContentModelContainer
 
element() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.NestedParticle
 
element() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.SchemaTop
 
Element<T,​C> - Interface in com.sun.xml.bind.v2.model.core
TypeInfo that maps to an element.
Element - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
ELEMENT - com.sun.xml.bind.v2.model.core.PropertyKind
 
ElementBeanInfoImpl - Class in com.sun.xml.bind.v2.runtime
JaxBeanInfo implementation for RuntimeElementInfo.
ElementBeanInfoImpl(JAXBContextImpl) - Constructor for class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
The constructor for the sole instanceof JaxBeanInfo for handling user-created JAXBElement.
elementFormDefault(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Schema
 
ElementInfo<T,​C> - Interface in com.sun.xml.bind.v2.model.core
A particular use (specialization) of JAXBElement.
elementOnlyContent() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
Returns true if this property has an element-only content.
ElementPropertyInfo<T,​C> - Interface in com.sun.xml.bind.v2.model.core
Property that maps to an element.
ENABLE_XOP - Static variable in class com.sun.xml.bind.api.JAXBRIContext
Marshaller/Unmarshaller property to enable XOP processing.
encode(int) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
encodeByte(int) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
Encoded - Class in com.sun.xml.bind.v2.runtime.output
Buffer for UTF-8 encoded string.
Encoded() - Constructor for class com.sun.xml.bind.v2.runtime.output.Encoded
 
Encoded(String) - Constructor for class com.sun.xml.bind.v2.runtime.output.Encoded
 
ENCODING_HANDLER - Static variable in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
ENCODING_HANDLER2 - Static variable in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
endAttributes() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Switches to the "marshal child texts/elements" mode.
endCDATA() - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
 
endCDATA() - Method in class com.sun.xml.txw2.output.XMLWriter
 
endDocument() - Method in class com.sun.istack.FragmentContentHandler
 
endDocument() - Method in class com.sun.xml.bind.IDResolver
Called after the unmarshalling completes.
endDocument() - Method in class com.sun.xml.bind.marshaller.DataWriter
 
endDocument() - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
endDocument() - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write a newline at the end of the document.
endDocument() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
 
endDocument() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
endDocument() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
endDocument() - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
 
endDocument() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
endDocument() - Method in class com.sun.xml.txw2.output.DomSerializer
 
endDocument() - Method in class com.sun.xml.txw2.output.DumpSerializer
 
endDocument() - Method in class com.sun.xml.txw2.output.SaxSerializer
 
endDocument() - Method in class com.sun.xml.txw2.output.StaxSerializer
 
endDocument() - Method in class com.sun.xml.txw2.output.StreamSerializer
 
endDocument() - Method in class com.sun.xml.txw2.output.TXWSerializer
 
endDocument() - Method in interface com.sun.xml.txw2.output.XmlSerializer
The last method to be called.
endDocument() - Method in class com.sun.xml.txw2.output.XMLWriter
Write a newline at the end of the document.
endDocument(boolean) - Method in class com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput
 
endDocument(boolean) - Method in class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
endDocument(boolean) - Method in class com.sun.xml.bind.v2.runtime.output.IndentingUTF8XmlOutput
 
endDocument(boolean) - Method in class com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput
 
endDocument(boolean) - Method in class com.sun.xml.bind.v2.runtime.output.SAXOutput
 
endDocument(boolean) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
endDocument(boolean) - Method in class com.sun.xml.bind.v2.runtime.output.XMLEventWriterOutput
 
endDocument(boolean) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
Called at the very end.
endDocument(boolean) - Method in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
Called at the very end.
endDocument(boolean) - Method in class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
 
endDTD() - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
 
endDTD() - Method in class com.sun.xml.txw2.output.XMLWriter
 
endElement() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Ends marshalling of an element.
endElement(XmlOutput) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
 
endElement(TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
 
endElement(TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
endElement(TagName) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
 
endElement(String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
End an element without a Namespace URI or qname.
endElement(String) - Method in class com.sun.xml.txw2.output.XMLWriter
End an element without a Namespace URI or qname.
endElement(String, String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
End an element without a qname.
endElement(String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
End an element without a qname.
endElement(String, String, String) - Method in class com.sun.xml.bind.marshaller.DataWriter
Write an end tag.
endElement(String, String, String) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
endElement(String, String, String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write an end tag.
endElement(String, String, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
endElement(String, String, String) - Method in class com.sun.xml.txw2.output.DataWriter
Write an end tag.
endElement(String, String, String) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
Write an end tag.
endElement(String, String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
Write an end tag.
endEntity(String) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
 
endEntity(String) - Method in class com.sun.xml.txw2.output.XMLWriter
 
endNamespaceDecls(Object) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
endPacking(PackT, BeanT, Accessor<BeanT, PropT>) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister
Finally, call this method to wraps up the pack.
endPacking(T, BeanT, Accessor<BeanT, T>) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.CollectionLister
 
endPrefixMapping(String) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
endPrefixMapping(String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
 
endPrefixMapping(String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
endPrefixMapping(String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
endPrefixMapping(String) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
Called after XmlVisitor.endElement(com.sun.xml.bind.v2.runtime.unmarshaller.TagName) event to notify the end of a binding.
endScope(int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Ends the current packing scope.
endStartTag() - Method in class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput
 
endStartTag() - Method in class com.sun.xml.bind.v2.runtime.output.DOMOutput
 
endStartTag() - Method in class com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput
 
endStartTag() - Method in class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
endStartTag() - Method in class com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput
 
endStartTag() - Method in class com.sun.xml.bind.v2.runtime.output.SAXOutput
 
endStartTag() - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
endStartTag() - Method in class com.sun.xml.bind.v2.runtime.output.XMLEventWriterOutput
 
endStartTag() - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
 
endStartTag() - Method in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
 
endStartTag() - Method in class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
 
endStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.DomSerializer
 
endStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.DumpSerializer
 
endStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.SaxSerializer
 
endStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.StaxSerializer
 
endStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.StreamSerializer
 
endStartTag(String, String, String) - Method in class com.sun.xml.txw2.output.TXWSerializer
 
endStartTag(String, String, String) - Method in interface com.sun.xml.txw2.output.XmlSerializer
Completes the start tag.
endTag() - Method in class com.sun.xml.txw2.output.DomSerializer
 
endTag() - Method in class com.sun.xml.txw2.output.DumpSerializer
 
endTag() - Method in class com.sun.xml.txw2.output.SaxSerializer
 
endTag() - Method in class com.sun.xml.txw2.output.StaxSerializer
 
endTag() - Method in class com.sun.xml.txw2.output.StreamSerializer
 
endTag() - Method in class com.sun.xml.txw2.output.TXWSerializer
 
endTag() - Method in interface com.sun.xml.txw2.output.XmlSerializer
Writes an end tag.
endTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput
 
endTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
endTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.IndentingUTF8XmlOutput
 
endTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput
 
endTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.SAXOutput
 
endTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
endTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.XMLEventWriterOutput
 
endTag(int, String) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
 
endTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
 
endTag(int, String) - Method in class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
 
endTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput
 
endTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
endTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.IndentingUTF8XmlOutput
 
endTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput
 
endTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
endTag(Name) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
 
endTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
 
ensureSize(int) - Method in class com.sun.xml.bind.v2.runtime.output.Encoded
 
entering() - Method in class com.sun.istack.logging.Logger
 
entering(Object...) - Method in class com.sun.istack.logging.Logger
 
entrySet() - Method in class com.sun.xml.bind.v2.util.QNameMap
 
EnumConstant<T,​C> - Interface in com.sun.xml.bind.v2.model.core
Individual constant of an enumeration.
enumeration() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.SimpleRestrictionModel
 
EnumLeafInfo<T,​C> - Interface in com.sun.xml.bind.v2.model.core
NonElement that represents an Enum class.
enums() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns all the EnumLeafInfos known to this set.
enums() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
equal(String, String) - Static method in class com.sun.xml.bind.v2.schemagen.Util
determine if two Strings are iqual allowing null values
equals(Object) - Method in class com.sun.xml.bind.api.TypeReference
 
equals(Object) - Method in class com.sun.xml.bind.v2.util.QNameMap.Entry
 
equals(String, String) - Method in class com.sun.xml.bind.v2.runtime.Name
 
equalsIgnoreCase(String, String) - Static method in class com.sun.xml.bind.v2.schemagen.Util
determine if two Strings are equal ignoring case allowing null values
erasure(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Computes the erasure
ERR_DANGLING_IDREF - Static variable in class com.sun.xml.bind.marshaller.Messages
Deprecated.
only used from 1.0
ERR_MISSING_OBJECT - Static variable in class com.sun.xml.bind.marshaller.Messages
Deprecated.
use ERR_MISSING_OBJECT2
ERR_NOT_IDENTIFIABLE - Static variable in class com.sun.xml.bind.marshaller.Messages
Deprecated.
only used from 1.0
error(IllegalAnnotationException) - Method in interface com.sun.xml.bind.v2.model.core.ErrorHandler
Receives a notification for an error in the annotated code.
error(IllegalAnnotationException) - Method in class com.sun.xml.bind.v2.runtime.IllegalAnnotationsException.Builder
 
error(SAXParseException) - Method in interface com.sun.xml.bind.api.ErrorListener
 
error(SAXParseException) - Method in class com.sun.xml.bind.v2.runtime.Coordinator
 
error(SAXParseException) - Method in class com.sun.xml.bind.v2.util.FatalAdapter
 
ERROR - Static variable in class com.sun.xml.bind.v2.runtime.reflect.Lister
 
ERROR_LOADING_CLASS - com.sun.xml.bind.v2.Messages
 
ErrorHandler - Interface in com.sun.xml.bind.v2.model.core
listen to static errors found during building a JAXB model from a set of classes.
ErrorListener - Interface in com.sun.xml.bind.api
Implemented by the driver of the compiler engine to handle errors found during the compiliation.
errorMissingId(Object) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Called when a referenced object doesn't have an ID.
errorUnresolvedIDREF(Object, String, LocatorEx) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Called when there's no corresponding ID value.
escape(char[], int, int, boolean, Writer) - Method in interface com.sun.xml.bind.marshaller.CharacterEscapeHandler
 
escape(char[], int, int, boolean, Writer) - Method in class com.sun.xml.bind.marshaller.DumbEscapeHandler
 
escape(char[], int, int, boolean, Writer) - Method in class com.sun.xml.bind.marshaller.MinimumEscapeHandler
 
escape(char[], int, int, boolean, Writer) - Method in class com.sun.xml.bind.marshaller.NioEscapeHandler
 
escape(char[], int, int, boolean, Writer) - Method in class com.sun.xml.bind.marshaller.NoEscapeHandler
 
escape(char[], int, int, boolean, Writer) - Method in interface com.sun.xml.txw2.output.CharacterEscapeHandler
 
escape(char[], int, int, boolean, Writer) - Method in class com.sun.xml.txw2.output.DumbEscapeHandler
 
escapeURI(String) - Static method in class com.sun.xml.bind.v2.schemagen.Util
Escape any characters that would cause the single arg constructor of java.net.URI to complain about illegal chars.
exiting() - Method in class com.sun.istack.logging.Logger
 
exiting(Object) - Method in class com.sun.istack.logging.Logger
 
expectedType - Variable in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
expectText - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
 
expectText() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
True if this loader expects the Loader.text(UnmarshallingContext.State, CharSequence) method to be called.
expectText() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Deprecated.
expectText() - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor.TextPredictor
Returns true if the visitor is expecting a text event as the next event.
ExplicitGroup - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
extension() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexContent
 
extension() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.SimpleContent
 
ExtensionType - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.

F

f - Variable in class com.sun.xml.bind.v2.runtime.reflect.Accessor.FieldReflection
 
FACTORY - Static variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
fastBoot - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
If true, we aim for faster JAXBContext instantiation performance, instead of going after efficient sustained unmarshalling/marshalling performance.
FastInfosetStreamWriterOutput - Class in com.sun.xml.bind.v2.runtime.output
XmlOutput for StAXDocumentSerializer.
FastInfosetStreamWriterOutput(StAXDocumentSerializer, JAXBContextImpl) - Constructor for class com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput
 
FatalAdapter - Class in com.sun.xml.bind.v2.util
Maps an error to a fatal error.
FatalAdapter(ErrorHandler) - Constructor for class com.sun.xml.bind.v2.util.FatalAdapter
 
fatalError(SAXParseException) - Method in interface com.sun.xml.bind.api.ErrorListener
 
fatalError(SAXParseException) - Method in class com.sun.xml.bind.v2.runtime.Coordinator
 
fatalError(SAXParseException) - Method in class com.sun.xml.bind.v2.util.FatalAdapter
 
FieldAccessor_Boolean - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for boolean fields.
FieldAccessor_Boolean() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Boolean
 
FieldAccessor_Byte - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for byte fields.
FieldAccessor_Byte() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Byte
 
FieldAccessor_Character - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for char fields.
FieldAccessor_Character() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Character
 
FieldAccessor_Double - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for double fields.
FieldAccessor_Double() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Double
 
FieldAccessor_Float - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for float fields.
FieldAccessor_Float() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Float
 
FieldAccessor_Integer - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for int fields.
FieldAccessor_Integer() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Integer
 
FieldAccessor_Long - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for long fields.
FieldAccessor_Long() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Long
 
FieldAccessor_Ref - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for reference type fields.
FieldAccessor_Ref() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Ref
 
FieldAccessor_Short - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for short fields.
FieldAccessor_Short() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Short
 
FieldLocatable<F> - Class in com.sun.xml.bind.v2.model.annotation
Locatable implementation for a field.
FieldLocatable(Locatable, F, Navigator<?, ?, F, ?>) - Constructor for class com.sun.xml.bind.v2.model.annotation.FieldLocatable
 
FieldReflection(Field) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor.FieldReflection
 
FieldReflection(Field, boolean) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor.FieldReflection
 
FilterTransducer<T> - Class in com.sun.xml.bind.v2.runtime
Transducer that delegates to another Transducer.
FilterTransducer(Transducer<T>) - Constructor for class com.sun.xml.bind.v2.runtime.FilterTransducer
 
FinalArrayList<T> - Class in com.sun.istack
ArrayList with the final keyword.
FinalArrayList() - Constructor for class com.sun.istack.FinalArrayList
 
FinalArrayList(int) - Constructor for class com.sun.istack.FinalArrayList
 
FinalArrayList(Collection<? extends T>) - Constructor for class com.sun.istack.FinalArrayList
 
finalDefault(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Schema
 
finalDefault(String[]) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Schema
 
finalize() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
findDuplicate(E) - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
 
findNearest(String, String[]) - Static method in class com.sun.xml.bind.v2.util.EditDistance
Finds the string in the group closest to key and returns it.
findNearest(String, Collection<String>) - Static method in class com.sun.xml.bind.v2.util.EditDistance
Finds the string in the group closest to key and returns it.
fine(String) - Method in class com.sun.istack.logging.Logger
 
fine(String, Throwable) - Method in class com.sun.istack.logging.Logger
 
finer(String) - Method in class com.sun.istack.logging.Logger
 
finer(String, Object[]) - Method in class com.sun.istack.logging.Logger
 
finer(String, Throwable) - Method in class com.sun.istack.logging.Logger
 
finest(String) - Method in class com.sun.istack.logging.Logger
 
finest(String, Object[]) - Method in class com.sun.istack.logging.Logger
 
finest(String, Throwable) - Method in class com.sun.istack.logging.Logger
 
finish() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Scope
Finishes up the current packing in progress (if any) and resets this object.
fireAfterUnmarshal(JaxBeanInfo, Object, UnmarshallingContext.State) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
Fires the afterUnmarshal event if necessary.
fireBeforeUnmarshal(JaxBeanInfo, Object, UnmarshallingContext.State) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
Fires the beforeUnmarshal event if necessary.
fixed(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.FixedOrDefault
 
FixedOrDefault - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
flag - Variable in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Various boolean flags combined into one field to improve memory footprint.
FlattenIterator<T> - Class in com.sun.xml.bind.v2.util
Iterator that walks over a map of maps.
FlattenIterator(Iterable<? extends Map<?, ? extends T>>) - Constructor for class com.sun.xml.bind.v2.util.FlattenIterator
 
flush() - Method in class com.sun.xml.bind.marshaller.XMLWriter
Flush the output.
flush() - Method in class com.sun.xml.txw2.output.DomSerializer
 
flush() - Method in class com.sun.xml.txw2.output.DumpSerializer
 
flush() - Method in class com.sun.xml.txw2.output.SaxSerializer
 
flush() - Method in class com.sun.xml.txw2.output.StaxSerializer
 
flush() - Method in class com.sun.xml.txw2.output.StreamSerializer
 
flush() - Method in class com.sun.xml.txw2.output.TXWSerializer
 
flush() - Method in interface com.sun.xml.txw2.output.XmlSerializer
Flush the buffer.
flush() - Method in class com.sun.xml.txw2.output.XMLWriter
Flush the output.
flushBuffer() - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
force(String, String) - Method in interface com.sun.xml.bind.v2.runtime.NamespaceContext2
Forcibly make a namespace declaration in effect.
force(String, String) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
 
ForkXmlOutput - Class in com.sun.xml.bind.v2.runtime.output
XmlOutput that writes to two XmlOutputs.
ForkXmlOutput(XmlOutput, XmlOutput) - Constructor for class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
form(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.LocalAttribute
 
form(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.LocalElement
 
format(Object...) - Method in enum com.sun.xml.bind.v2.Messages
 
format(String) - Static method in class com.sun.xml.bind.marshaller.Messages
 
format(String) - Static method in class com.sun.xml.bind.unmarshaller.Messages
 
format(String, Object) - Static method in class com.sun.xml.bind.marshaller.Messages
 
format(String, Object) - Static method in class com.sun.xml.bind.unmarshaller.Messages
 
format(String, Object[]) - Static method in class com.sun.xml.bind.unmarshaller.Messages
Loads a string resource and formats it with specified arguments.
format(String, Object, Object) - Static method in class com.sun.xml.bind.marshaller.Messages
 
format(String, Object, Object) - Static method in class com.sun.xml.bind.unmarshaller.Messages
 
format(String, Object, Object, Object) - Static method in class com.sun.xml.bind.marshaller.Messages
 
format(String, Object, Object, Object) - Static method in class com.sun.xml.bind.unmarshaller.Messages
 
FragmentContentHandler - Class in com.sun.istack
XMLFilterImpl that masks start/end document SAX events.
FragmentContentHandler() - Constructor for class com.sun.istack.FragmentContentHandler
 
FragmentContentHandler(ContentHandler) - Constructor for class com.sun.istack.FragmentContentHandler
 
FragmentContentHandler(XMLReader) - Constructor for class com.sun.istack.FragmentContentHandler
 
fullName(Method) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
fullName(M) - Method in class com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl
Gets the fully-qualified name of the method.

G

generateEpisode(Result) - Method in class com.sun.xml.bind.api.JAXBRIContext
Generates the episode file that represents the binding known to this JAXBContext, so that XJC can later do separate compilation.
generateEpisode(Result) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
generateSchema(SchemaOutputResolver) - Method in class com.sun.xml.bind.api.JAXBRIContext
Generates the schema documents from the model.
generateSchema(SchemaOutputResolver) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
get() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
Gets the raw data.
get(int) - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
 
get(B) - Method in class com.sun.xml.bind.api.RawAccessor
Gets the value of the property of the given bean object.
get(B) - Method in class com.sun.xml.bind.v2.runtime.reflect.NullSafeAccessor
 
get(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor.FieldReflection
 
get(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
Gets the value of the property of the given bean object.
get(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor.GetterSetterReflection
 
get(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor.SetterOnlyReflection
 
get(RuntimePropertyInfo) - Static method in class com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedTransducedAccessorFactory
Gets the optimized TransducedAccessor if possible.
get(JAXBContextImpl, RuntimeNonElementRef) - Static method in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor
Gets the TransducedAccessor appropriately configured for the given property.
get(Class<A>) - Method in class com.sun.xml.bind.api.TypeReference
Finds the specified annotation from the array and returns it.
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Boolean
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Byte
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Character
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Double
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Float
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Integer
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Long
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Ref
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Short
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Boolean
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Byte
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Character
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Double
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Float
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Integer
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Long
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Ref
 
get(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Short
 
get(Field) - Static method in class com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
Gets the optimized Accessor that accesses the given field.
get(Method, Method) - Static method in class com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
Gets the optimized Accessor that accesses the given getter/setter.
get(String, String) - Method in class com.sun.xml.bind.v2.util.QNameMap
Returns the value to which the specified keys are mapped in this QNameMap, or null if the map contains no mapping for this key.
get(QName) - Method in class com.sun.xml.bind.v2.util.QNameMap
 
getAccessor() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
Gets the Accessor for this property.
getAdapter() - Method in interface com.sun.xml.bind.v2.model.core.AttributePropertyInfo
 
getAdapter() - Method in interface com.sun.xml.bind.v2.model.core.ElementPropertyInfo
 
getAdapter() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
 
getAdapter() - Method in interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo
 
getAdapter() - Method in interface com.sun.xml.bind.v2.model.core.ValuePropertyInfo
 
getAdapter(Class<A>) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
getAdapter(Class<A>) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
getAdapter(Class<T>) - Method in class com.sun.xml.bind.v2.runtime.Coordinator
Gets the instance of the adapter.
getAllDeclaredPrefixes() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Returns a list of all in-scope prefixes.
getAllElements() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns all the ElementInfo known to this set.
getAllElements() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
getAllFieldAnnotations(F, Locatable) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
Gets all the annotations on a field.
getAllFieldAnnotations(Field, Locatable) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
getAllMethodAnnotations(Method, Locatable) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
getAllMethodAnnotations(M, Locatable) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
Gets all the annotations on a method.
getAnnotation() - Method in class com.sun.xml.bind.v2.model.annotation.Quick
Gets the annotation object that this object is wrapping.
getAnyTypeInfo() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Gets the TypeInfo for the any type.
getAnyTypeInfo() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
getArguments() - Method in interface com.sun.istack.localization.Localizable
Returns the arguments for message formatting.
getArguments() - Method in class com.sun.istack.localization.LocalizableMessage
 
getArguments() - Method in class com.sun.istack.localization.NullLocalizable
 
getAttachmentMarshaller() - Method in class com.sun.xml.bind.api.BridgeContext
Deprecated.
Gets the last AttachmentMarshaller set through AttachmentMarshaller.
getAttachmentMarshaller() - Method in class com.sun.xml.bind.v2.runtime.BridgeContextImpl
 
getAttachmentMarshaller() - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
getAttachmentUnmarshaller() - Method in class com.sun.xml.bind.api.BridgeContext
Deprecated.
Gets the last AttachmentUnmarshaller set through AttachmentUnmarshaller.
getAttachmentUnmarshaller() - Method in class com.sun.xml.bind.v2.runtime.BridgeContextImpl
 
getAttachmentUnmarshaller() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
getAttributeFormDefault(String) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Gets the reasonable XmlNsForm for the given namespace URI.
getAttributeWildcard() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo
If ClassInfo.hasAttributeWildcard() is true, returns the accessor to access the property.
getBackup() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
 
getBase() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
 
getBaseClass() - Method in interface com.sun.xml.bind.v2.model.core.ClassInfo
Obtains the information about the base class.
getBaseClass() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
getBaseClass() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo
 
getBaseClass(T, C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the parameterization of the given base type.
getBaseType() - Method in interface com.sun.xml.bind.v2.model.core.EnumLeafInfo
Returns the base type of the enumeration.
getBaseType(Type, Class) - Static method in class com.sun.xml.bind.api.JAXBRIContext
Gets the parameterization of the given base type.
getBeanInfo() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
 
getBeanInfo(Class<T>) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Gets the JaxBeanInfo object that can handle the given JAXB-bound class.
getBeanInfo(Class<T>) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
getBeanInfo(Class<T>, boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Gets the JaxBeanInfo object that can handle the given JAXB-bound class.
getBeanInfo(Object) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Gets the JaxBeanInfo object that can handle the given JAXB-bound object.
getBeanInfo(Object, boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Gets the JaxBeanInfo object that can handle the given JAXB-bound object.
getBuffer() - Method in class com.sun.xml.bind.v2.util.ByteArrayOutputStreamEx
 
getBuildId() - Method in class com.sun.xml.bind.api.JAXBRIContext
Gets the build information of the JAXB runtime.
getBuildId() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getCachedBase64DataInstance() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Deprecated.
Base64Data is no longer cached, so that XMLStreamWriterEx impl can retain the data, like JAX-WS does.
getCause() - Method in exception com.sun.istack.SAXException2
 
getCause() - Method in exception com.sun.istack.SAXParseException2
 
getCause() - Method in exception com.sun.istack.XMLStreamException2
XMLStreamException doesn't return the correct cause.
getClassAnnotation(Class<A>, C, Locatable) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
Reads an annotation on a class.
getClassAnnotation(Class<A>, Class, Locatable) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
getClassArrayValue(Annotation, String) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
Similar to AnnotationReader.getClassValue(Annotation, String) method but obtains an array parameter.
getClassArrayValue(Annotation, String) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
getClassInfo(C) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns a ClassInfo, ArrayInfo, or LeafInfo for the given bean.
getClassInfo(C, boolean, Locatable) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
For limited cases where the caller needs to search for a super class.
getClassInfo(C, Locatable) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
Builds a JAXB ClassInfo model from a given class declaration and adds that to this model owner.
getClassInfo(Class) - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
getClassInfo(Class, boolean, Locatable) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
 
getClassInfo(Class, Locatable) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
 
getClassLocation(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns a location of the specified class.
getClassLogger() - Static method in class com.sun.xml.bind.Utils
Gets the logger for the caller's class.
getClassName(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the fully-qualified name of the class.
getClassShortName(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the short name of the class ("Object" for Object.) For nested classes, this method should just return the inner name.
getClassValue(Annotation, String) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
Reads a value of an annotation that returns a Class object.
getClassValue(Annotation, String) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
getClazz() - Method in interface com.sun.xml.bind.v2.model.core.ClassInfo
Gets the declaration this object is wrapping.
getClazz() - Method in interface com.sun.xml.bind.v2.model.core.EnumLeafInfo
The same as TypeInfo.getType() but an EnumLeafInfo is guaranteed to represent an enum declaration, which is a kind of a class declaration.
getClazz() - Method in interface com.sun.xml.bind.v2.model.core.RegistryInfo
Returns the class with XmlRegistry.
getClazz() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
getClazz() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
 
getClazz() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeLeafInfo
The same as TypeInfo.getType() but returns the type as a Class.
getColumnNumber() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
 
getColumnNumber() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
 
getComponentType(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the component type of the array.
getConstants() - Method in interface com.sun.xml.bind.v2.model.core.EnumLeafInfo
Returns the read-only list of enumeration constants.
getContentHandler() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
 
getContentHandler() - Method in interface com.sun.xml.bind.unmarshaller.InfosetScanner
 
getContentInMemoryType() - Method in interface com.sun.xml.bind.v2.model.core.ElementInfo
T of JAXBElement<T>.
getContentType() - Method in class com.sun.istack.ByteArrayDataSource
 
getContentType() - Method in interface com.sun.xml.bind.v2.model.core.ElementInfo
Short for getProperty().ref().get(0).
getContentType() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeElementInfo
Short for getProperty().ref().get(0).
getContext() - Method in class com.sun.xml.bind.api.Bridge
Gets the JAXBRIContext to which this object belongs.
getContext() - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
getContext() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
 
getContext() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
getContext() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
getContext() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
getContext() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
Gets the context.
getContext() - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
Returns the UnmarshallingContext at the end of the chain.
getContextualNamespaceDecls() - Method in class com.sun.xml.bind.marshaller.NamespacePrefixMapper
Returns a list of (prefix,namespace URI) pairs that represents namespace bindings available on ancestor elements (that need not be repeated by the JAXB RI.)
getCurrent() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
 
getCurrentElement() - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
getCurrentElement() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
 
getCurrentElement() - Method in interface com.sun.xml.bind.unmarshaller.InfosetScanner
Gets the current element we are parsing.
getCurrentExpectedAttributes() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Allows to access attributes which are expected in current state.
getCurrentExpectedElements() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Allows to access elements which are expected in current state.
getCurrentLocation() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
The same as DOMScanner.getCurrentElement() but better typed.
getCurrentLocation(String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
getCurrentProperty() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
May return null when the property hasn't been set.
getCurrentState() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
getCycleString() - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
String that represents the cycle.
getData(int) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.AttributesEx
getData(int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.AttributesExImpl
 
getData(String, String) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.AttributesEx
getData(String, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.AttributesExImpl
 
getDataHandler() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
Gets the raw data.
getDataLen() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
 
getDataSource() - Method in class com.sun.xml.bind.v2.util.DataSourceSource
 
getDatatypeFactory() - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
getDeclaredField(C, String) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the named field declared on the given class.
getDeclaredFields(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets all the declared fields of the given class.
getDeclaredMethods(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets all the declared methods of the given class (regardless of their access modifiers, regardless of whether they override methods of the base classes.)
getDeclaringClassForField(F) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the class that declares the given field.
getDeclaringClassForMethod(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the class that declares the given method.
getDefaultValue() - Method in interface com.sun.xml.bind.v2.model.core.TypeRef
The default value for this element if any.
getDocument() - Method in interface com.sun.xml.txw2.TypedXmlWriter
Gets the Document object that this writer is writing to.
getDOM() - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
getDOMHandler() - Method in interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo
If this property supports the wildcard, returns its DOM handler.
getElement(Class, QName) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getElementDefaultValue() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
 
getElementFormDefault(String) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Gets the reasonable XmlNsForm for the given namespace URI.
getElementInfo(C, QName) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns a ElementInfo for the given element.
getElementInfo(Class, QName) - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
getElementLocalName(BeanT) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
getElementLocalName(BeanT) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Returns the local name portion of the element name, if the bean that this class represents is mapped from/to an XML element.
getElementLocalName(CompositeStructure) - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
 
getElementLocalName(JAXBElement) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
getElementMappings(C) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns all ElementInfos in the given scope.
getElementMappings(Class) - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
getElementName() - Method in interface com.sun.xml.bind.v2.model.core.Element
Gets the element name of the class.
getElementName() - Method in interface com.sun.xml.bind.v2.model.core.MaybeElement
Gets the element name of the class, if the class is bound to an element.
getElementName() - Method in class com.sun.xml.bind.v2.model.impl.BuiltinLeafInfoImpl
Deprecated.
always return null at this level.
getElementName() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
getElementName(Class) - Method in class com.sun.xml.bind.api.JAXBRIContext
Allows to retrieve the element name based on Class.
getElementName(Class) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getElementName(Object) - Method in class com.sun.xml.bind.api.JAXBRIContext
If the given object is bound to an element in XML by JAXB, returns the element name.
getElementName(Object) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getElementNamespaceURI(BeanT) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
getElementNamespaceURI(BeanT) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Returns the namespace URI portion of the element name, if the bean that this class represents is mapped from/to an XML element.
getElementNamespaceURI(CompositeStructure) - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
 
getElementNamespaceURI(JAXBElement) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
getElementPropertyAccessor(Class<B>, String, String) - Method in class com.sun.xml.bind.api.JAXBRIContext
Gets a RawAccessor for the specified element property of the specified wrapper bean class.
getElementPropertyAccessor(Class, String, String) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getElementPropertyAccessor(String, String) - Method in interface com.sun.xml.bind.v2.runtime.property.Property
If this property is mapped to the specified element, return an accessor to it.
getElements() - Method in interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo
Returns the information about the possible elements in this property.
getElements() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeReferencePropertyInfo
 
getEnclosingClass() - Method in interface com.sun.xml.bind.v2.model.core.EnumConstant
Gets the EnumLeafInfo to which this constant belongs to.
getEnumConstants(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the enumeration constants from an enum class.
getErrorHandler() - Method in class com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl
Always return a non-null valid ErrorHandler
getErrorInstance() - Static method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
Gets the special Accessor used to recover from errors.
getErrorInstance() - Static method in class com.sun.xml.bind.v2.runtime.reflect.Lister
Gets the special Lister used to recover from an error.
getErrors() - Method in exception com.sun.xml.bind.v2.runtime.IllegalAnnotationsException
Returns a read-only list of IllegalAnnotationExceptions wrapped in this exception.
getEventHandler() - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
getEventHandler() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
getExact() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
Gets the byte[] of the exact length.
getExpectedAttributes() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LeafPropertyXsiLoader
 
getExpectedAttributes() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
Returns a set of tag names expected as possible child elements in this context.
getExpectedAttributes() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
 
getExpectedAttributes() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
 
getExpectedAttributes() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.XsiTypeLoader
 
getExpectedChildElements() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LeafPropertyXsiLoader
 
getExpectedChildElements() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
Returns a set of tag names expected as possible child elements in this context.
getExpectedChildElements() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
 
getExpectedChildElements() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
 
getExpectedMimeType() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
Expected MIME type, if any.
getFactoryMethod() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
getFactoryMethod() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo
 
getFieldAnnotation(Class<A>, F, Locatable) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
Reads an annotation on a property that consists of a field.
getFieldAnnotation(Class<A>, Field, Locatable) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
getFieldLocation(F) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
 
getFieldName() - Method in class com.sun.xml.bind.util.ValidationEventLocatorExImpl
 
getFieldName() - Method in interface com.sun.xml.bind.v2.runtime.property.Property
 
getFieldName() - Method in interface com.sun.xml.bind.ValidationEventLocatorEx
Returns the field name of the object where the error occured.
getFieldName(F) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the name of the field.
getFieldType(F) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the type of the field.
getGlobalType(QName) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Gets the JaxBeanInfo for the given named XML Schema type.
getId(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
getId(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Gets the ID value of the given bean, if it has an ID value.
getId(CompositeStructure, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
 
getId(JAXBElement, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
getIdentityTransformer() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
getIdValue(BeanT) - Method in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
 
getIdValue(BeanT) - Method in interface com.sun.xml.bind.v2.runtime.property.Property
Gets the value of the property.
getIdValue(BeanT) - Method in class com.sun.xml.bind.v2.runtime.property.ValueProperty
 
getIndentStep() - Method in class com.sun.xml.bind.marshaller.DataWriter
Deprecated.
Only return the length of the indent string.
getIndentStep() - Method in class com.sun.xml.txw2.output.DataWriter
Deprecated.
Only return the length of the indent string.
getIndentStep() - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
Deprecated.
Only return the length of the indent string.
getIndentStep() - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
Deprecated.
Only return the length of the indent string.
getIndex(String) - Method in class com.sun.xml.bind.util.AttributesImpl
Look up an attribute's index by qualified (prefixed) name.
getIndex(String, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Look up an attribute's index by Namespace name.
getIndexFast(String, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Can be used if parameters are interned.
getIndividualType() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
Gets the type of the individual item.
getInfo() - Method in interface com.sun.xml.bind.v2.runtime.property.Property
Provides more RuntimePropertyInfo information on the property.
getInlineBinaryFlag() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
getInnerPeer() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
 
getInnerPeer() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Gets the inner peer JAXB object associated with the current element.
getInnerPeer(XmlNode) - Method in class com.sun.xml.bind.v2.runtime.AssociationMap
 
getInputStream() - Method in class com.sun.istack.ByteArrayDataSource
 
getInputStream() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
Gets the data as an InputStream.
getInputStream() - Method in class com.sun.xml.bind.v2.util.DataSourceSource
 
getInstance() - Static method in class com.sun.xml.bind.AccessorFactoryImpl
 
getInstance() - Static method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
When called from within the realm of the unmarshaller, this method returns the current UnmarshallingContext in charge.
getInstance() - Static method in class com.sun.xml.bind.v2.runtime.XMLSerializer
When called from within the realm of the marshaller, this method returns the current XMLSerializer in charge.
getItemType() - Method in interface com.sun.xml.bind.v2.model.core.ArrayInfo
T of T[].
getItemType() - Method in class com.sun.xml.bind.v2.model.impl.ArrayInfoImpl
 
getItemType() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeArrayInfo
T of T[].
getJAXBContext() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
getJAXBNode(XmlNode) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
getKey() - Method in interface com.sun.istack.localization.Localizable
Gets the key in the resource bundle.
getKey() - Method in class com.sun.istack.localization.LocalizableMessage
 
getKey() - Method in class com.sun.istack.localization.NullLocalizable
 
getKeyType() - Method in interface com.sun.xml.bind.v2.model.core.MapPropertyInfo
Type of the key of the map.
getKeyType() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeMapPropertyInfo
 
getKind() - Method in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
 
getKind() - Method in interface com.sun.xml.bind.v2.runtime.property.Property
Gets the Kind of property
getKind() - Method in class com.sun.xml.bind.v2.runtime.property.ValueProperty
 
getKnownNamespaceURIs() - Method in class com.sun.xml.bind.api.JAXBRIContext
Gets the namespace URIs statically known to this JAXBContext.
getKnownNamespaceURIs() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getLatestPushResult() - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
 
getLength() - Method in class com.sun.xml.bind.util.AttributesImpl
Return the number of attributes in the list.
getLexicalHandler() - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
 
getLexicalValue() - Method in interface com.sun.xml.bind.v2.model.core.EnumConstant
Lexical value of this constant.
getLifecycleMethods() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Return the LifecycleMethods cache for this ClassBeanInfo's corresponding jaxbType if it exists, else return null.
getLineNumber() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
 
getLineNumber() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
 
getListener() - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
getListener() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
getLoader() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
 
getLoader(JAXBContextImpl, boolean) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
getLoader(JAXBContextImpl, boolean) - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
 
getLoader(JAXBContextImpl, boolean) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
getLoader(JAXBContextImpl, boolean) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Gets the Loader that will unmarshall the given object.
getLocale() - Method in class com.sun.istack.localization.Localizer
 
getLocalName(int) - Method in class com.sun.xml.bind.util.AttributesImpl
Return an attribute's local name.
getLocation() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
 
getLocation() - Method in class com.sun.xml.bind.v2.model.annotation.ClassLocatable
 
getLocation() - Method in class com.sun.xml.bind.v2.model.annotation.FieldLocatable
 
getLocation() - Method in interface com.sun.xml.bind.v2.model.annotation.Locatable
Gets the location object that this object points to.
getLocation() - Method in class com.sun.xml.bind.v2.model.annotation.LocatableAnnotation
 
getLocation() - Method in class com.sun.xml.bind.v2.model.annotation.MethodLocatable
 
getLocation() - Method in class com.sun.xml.bind.v2.model.annotation.Quick
 
getLocation() - Method in class com.sun.xml.bind.v2.model.impl.ArrayInfoImpl
 
getLocation() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
getLocation() - Method in class com.sun.xml.bind.v2.runtime.Coordinator
Gets the current location.
getLocation() - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx
Gets the current location in a ValidationEventLocator object.
getLocation() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
 
getLocation() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
getLocation() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
getLocator() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
 
getLocator() - Method in interface com.sun.xml.bind.unmarshaller.InfosetScanner
 
getLocator() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Gets the current source location information in SAX Locator.
getLocatorField() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo
If this JAXB bean has a property annotated with XmlLocation, this method returns it.
getLogger(Class<?>) - Static method in class com.sun.istack.logging.Logger
The factory method returns preconfigured Logger wrapper for the class.
getLogger(String, Class<?>) - Static method in class com.sun.istack.logging.Logger
The factory method returns preconfigured Logger wrapper for the class.
getMarshaller() - Method in interface com.sun.xml.bind.CycleRecoverable.Context
Returns the marshaller object that's doing the marshalling.
getMessage(String, Object...) - Method in class com.sun.istack.localization.LocalizableMessageFactory
 
getMethodAnnotation(Class<A>, Method, Locatable) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
getMethodAnnotation(Class<A>, M, Locatable) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
 
getMethodAnnotation(Class<A>, M, M, Locatable) - Method in class com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl
 
getMethodAnnotation(Class<A>, M, M, Locatable) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
Reads an annotation on a property that consists of a getter and a setter.
getMethodLocation(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
 
getMethodName(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the name of the method, such as "toString" or "equals".
getMethodParameterAnnotation(Class<A>, Method, int, Locatable) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
getMethodParameterAnnotation(Class<A>, M, int, Locatable) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
Reads an annotation on a parameter of the method.
getMethodParameters(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns the list of parameters to the method.
getMimeType() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
 
getName() - Method in class com.sun.istack.ByteArrayDataSource
 
getName() - Method in interface com.sun.xml.bind.v2.model.core.ClassInfo
Gets the fully-qualified name of the class.
getName() - Method in interface com.sun.xml.bind.v2.model.core.EnumConstant
Gets the constant name.
getName() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
Gets the name of the property.
getName() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
getNamespaceContext() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
getNamespaceURI(int) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
 
getNamespaceURI(String) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
Gets the namespace URI that is bound to the specified prefix.
getNamespaceURI(String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
getNavigator() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Navigator for this model.
getNavigator() - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
getNavigator() - Method in interface com.sun.xml.bind.v2.model.impl.ModelBuilderI
 
getNearestTypeName(QName) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Finds a type name that this context recognizes which is "closest" to the given type name.
getNewlyDeclaredPrefixes() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Returns a list of prefixes newly declared on the current element.
getNode() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
 
getNsUri(int) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
Gets the namespace URI declared in this context.
getNumberOfAttributeNames() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getNumberOfElementNames() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getNumberOfLocalNames() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getObject() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
 
getObjectFromId(String, Class) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Looks up the ID table and gets associated object.
getObjectIdentityCycleDetection() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
getOffset() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
 
getOne() - Method in class com.sun.xml.bind.v2.util.QNameMap
Returns one random item in the map.
getOrCreate(RuntimeArrayInfo) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getOrCreate(RuntimeClassInfo) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getOrCreate(RuntimeEnumLeafInfo) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getOrCreate(RuntimeTypeInfo) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getOuterPeer() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
 
getOuterPeer() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Gets the outer peer JAXB object associated with the current element.
getOuterPeer(XmlNode) - Method in class com.sun.xml.bind.v2.runtime.AssociationMap
 
getOutputStream() - Method in class com.sun.istack.ByteArrayDataSource
 
getPackageAnnotation(Class<A>, C, Locatable) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
Reads an annotation on the package that the given class belongs to.
getPackageAnnotation(Class<A>, Class, Locatable) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
getPackageName(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the package name of the given class.
getParent() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
getParentUriPath(String) - Static method in class com.sun.xml.bind.v2.schemagen.Util
Calculate the parent URI path of the given URI path.
getPreDeclaredNamespaceUris() - Method in class com.sun.xml.bind.marshaller.NamespacePrefixMapper
Returns a list of namespace URIs that should be declared at the root element.
getPreDeclaredNamespaceUris2() - Method in class com.sun.xml.bind.marshaller.NamespacePrefixMapper
Similar to NamespacePrefixMapper.getPreDeclaredNamespaceUris() but allows the (prefix,nsUri) pairs to be returned.
getPredictor() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
 
getPredictor() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Deprecated.
getPredictor() - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
Gets the predictor that can be used for the caller to avoid calling XmlVisitor.text(CharSequence) unnecessarily.
getPreferredPrefix(String, String, boolean) - Method in class com.sun.xml.bind.marshaller.NamespacePrefixMapper
Returns a preferred prefix for the given namespace URI.
getPrefix() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
Gets the prefix.
getPrefix(int) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
Gets the prefix declared in this context.
getPrefix(int) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
Gets the prefix from a prefix index.
getPrefix(String) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
Returns the prefix of the specified URI, or null if none exists.
getPrefix(String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
getPrefix(String) - Method in interface com.sun.xml.txw2.NamespaceResolver
Allocates a prefix for the specified URI and returns it.
getPrefixes(String) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
 
getPrefixes(String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
getPrefixIndex(String) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
Returns the prefix index of the specified URI.
getPrefixMapper() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
 
getPrev() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
 
getPrimitive(Class) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns the representation for the given primitive type.
getProperties() - Method in interface com.sun.xml.bind.v2.model.core.ClassInfo
Returns all the properties newly declared in this class.
getProperties() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
getProperties() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo
 
getProperty() - Method in interface com.sun.xml.bind.v2.model.core.ElementInfo
Gets the object that represents the value property.
getProperty() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeElementInfo
 
getProperty(String) - Method in interface com.sun.xml.bind.v2.model.core.ClassInfo
Gets the property that has the specified name.
getProperty(String) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
getProperty(String) - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo
 
getProperty(String) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
getProperty(String) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
getProperty(String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
getPublicId() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
 
getPublicId() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
 
getQname() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
Gets the qualified name of the tag.
getQName(int) - Method in class com.sun.xml.bind.util.AttributesImpl
Return an attribute's qualified (prefixed) name.
getRawType() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
Gets the "raw" type of the field.
getReader() - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
getReader() - Method in interface com.sun.xml.bind.v2.model.impl.ModelBuilderI
 
getReader() - Method in class com.sun.xml.bind.v2.util.DataSourceSource
 
getReferences() - Method in interface com.sun.xml.bind.v2.model.core.RegistryInfo
Returns all the references to other types in this registry.
getRegistry(String) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
Gets a RegistryInfo for the given package.
getResourceBundle(Locale) - Method in interface com.sun.istack.localization.Localizable
 
getResourceBundle(Locale) - Method in class com.sun.istack.localization.LocalizableMessage
 
getResourceBundle(Locale) - Method in interface com.sun.istack.localization.LocalizableMessageFactory.ResourceBundleSupplier
Gets the ResourceBundle.
getResourceBundle(Locale) - Method in class com.sun.istack.localization.NullLocalizable
 
getResourceBundleName() - Method in interface com.sun.istack.localization.Localizable
 
getResourceBundleName() - Method in class com.sun.istack.localization.LocalizableMessage
 
getResourceBundleName() - Method in class com.sun.istack.localization.NullLocalizable
 
getResult() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
getResult() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Gets the result of the unmarshalling
getReturnType(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the return type of a method.
getRuntimeTypeInfoSet() - Method in class com.sun.xml.bind.api.JAXBRIContext
Allows you to access the runtime model information of the JAXB XML/Java binding.
getRuntimeTypeInfoSet() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getSchema() - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
getSchema() - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
getSchema() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
getSchemaLocations() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Gets XmlSchema.location() found in this context.
getSchemaType() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
The effective value of XmlSchemaType annotation, if any.
getSchemaType() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
getScope() - Method in interface com.sun.xml.bind.v2.model.core.Element
If non-null, this element is only active inside the given scope.
getScope() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
Deprecated.
you shouldn't be invoking this method on ClassInfoImpl.
getScope() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeElementInfo
 
getScope(int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Gets the currently active Scope.
getScopeSize() - Method in class com.sun.xml.bind.v2.runtime.property.UnmarshallerChain
Gets the number of total scope offset allocated.
getSource() - Method in interface com.sun.xml.bind.v2.model.core.NonElementRef
Gets the property which is the source of this reference.
getSource() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElementRef
 
getSource() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeRef
 
getSourcePos() - Method in exception com.sun.xml.bind.v2.runtime.IllegalAnnotationException
Returns a read-only list of Location that indicates where in the source code the problem has happened.
getStructureLoader() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Gets StructureLoader if used as loader.
getSubstitutionHead() - Method in interface com.sun.xml.bind.v2.model.core.Element
If this element can substitute another element, return that element.
getSubstitutionHead() - Method in interface com.sun.xml.bind.v2.model.core.ElementInfo
If this element can substitute another element, return that element.
getSubstitutionHead() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
If this element can substitute another element, return that element.
getSubstitutionMembers() - Method in interface com.sun.xml.bind.v2.model.core.ElementInfo
All the ElementInfos whose ElementInfo.getSubstitutionHead() points to this object.
getSuperClass(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the base class of the specified class.
getSystemId() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
 
getSystemId() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
 
getSystemId() - Method in class com.sun.xml.txw2.output.TXWResult
 
getSystemProperty(String) - Static method in class com.sun.xml.bind.Utils
Reads the system property value and takes care of SecurityException.
getTagName() - Method in interface com.sun.xml.bind.v2.model.core.TypeRef
The associated element name.
getTarget() - Method in interface com.sun.xml.bind.v2.model.core.AttributePropertyInfo
Gets the type of the attribute.
getTarget() - Method in interface com.sun.xml.bind.v2.model.core.NonElementRef
Target of the reference.
getTarget() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeAttributePropertyInfo
 
getTarget() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElementRef
 
getTarget() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeRef
 
getTarget() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeValuePropertyInfo
 
getTarget() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
 
getter - Variable in class com.sun.xml.bind.v2.runtime.reflect.Accessor.GetterSetterReflection
 
GetterOnlyReflection(Method) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor.GetterOnlyReflection
 
GetterSetterReflection(Method, Method) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor.GetterSetterReflection
 
getTransducer() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
 
getTransducer() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeLeafInfo
This method doesn't take the reference properties defined on RuntimeNonElementRef into account (such as ID-ness.)
getTransducer() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElement
This method doesn't take the reference properties defined on RuntimeNonElementRef into account (such as ID-ness.)
getTransducer() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElementRef
If the XML representation of the referenced Java type is just a text, return a transducer that converts between the bean and XML.
getTransducer() - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
getTransducer() - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
 
getTransducer() - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
getTransducer() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
If the bean's representation in XML is just a text, this method return a Transducer that lets you convert values between the text and the bean.
getType() - Method in interface com.sun.xml.bind.v2.model.core.ElementInfo
Returns the representation for JAXBElement<contentInMemoryType>.
getType() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfo
Gets the underlying Java type that object represents.
getType() - Method in class com.sun.xml.bind.v2.model.impl.ArrayInfoImpl
 
getType() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
getType() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeArrayInfo
Represents T[].
getType() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeElementInfo
Returns the custom JAXBElement class tailored this element.
getType() - Method in interface com.sun.xml.txw2.DatatypeWriter
Gets the Java class that this writer can write.
getType(int) - Method in class com.sun.xml.bind.util.AttributesImpl
Return an attribute's type by index.
getType(String) - Method in class com.sun.xml.bind.util.AttributesImpl
Look up an attribute's type by qualified (prefixed) name.
getType(String, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Look up an attribute's type by Namespace-qualified name.
getTypeArgument(T, int) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the i-th type argument from a parameterized type.
getTypeInfo(Ref<T, C>) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns a type information for the given reference.
getTypeInfo(Ref<T, C>) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
This method is used to add a root reference to a model.
getTypeInfo(Type) - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
getTypeInfo(T) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns a TypeInfo for the given type.
getTypeInfo(T, Locatable) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
Have the builder recognize the type (if it hasn't done so yet), and returns a NonElement that represents it.
getTypeInfoSet() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
getTypeName() - Method in interface com.sun.xml.bind.v2.model.core.BuiltinLeafInfo
Gets the primary XML type ANYTYPE_NAME of the class.
getTypeName() - Method in interface com.sun.xml.bind.v2.model.core.NonElement
Gets the primary XML type ANYTYPE_NAME of the class.
getTypeName() - Method in class com.sun.xml.bind.v2.model.impl.ArrayInfoImpl
 
getTypeName() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
getTypeName(BeanT) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Returns the XML type name to be used to marshal the specified instance.
getTypeName(TypeReference) - Method in class com.sun.xml.bind.api.JAXBRIContext
Returns the name of the XML Type bound to the specified Java type.
getTypeName(TypeReference) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getTypeName(T) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
 
getTypeName(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the display name of the type object
getTypeName(T) - Method in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
getTypeName(ValueT) - Method in interface com.sun.xml.bind.v2.runtime.Transducer
Transducers implicitly work against a single XML type, but sometimes (most notably XMLGregorianCalendar, an instance may choose different XML types.
getTypeNames() - Method in class com.sun.xml.bind.v2.model.impl.BuiltinLeafInfoImpl
Returns all the type names recognized by this bean info.
getTypeNames() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeLeafInfo
Returns all the type names recognized by this type for unmarshalling.
getTypeNames() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Returns XML Schema type names if the bean is mapped from a complex/simple type of XML Schema.
getTypeReference() - Method in class com.sun.xml.bind.api.Bridge
Gets the TypeReference from which this bridge was created.
getTypes() - Method in interface com.sun.xml.bind.v2.model.core.ElementPropertyInfo
Returns the information about the types allowed in this property.
getTypes() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeElementPropertyInfo
 
getUnadapted(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
Sets the value without adapting the value.
getUnmarshallerHandler() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
getUpstream() - Method in class com.sun.xml.bind.v2.model.annotation.ClassLocatable
 
getUpstream() - Method in class com.sun.xml.bind.v2.model.annotation.FieldLocatable
 
getUpstream() - Method in interface com.sun.xml.bind.v2.model.annotation.Locatable
Gets the upstream Location information.
getUpstream() - Method in class com.sun.xml.bind.v2.model.annotation.LocatableAnnotation
 
getUpstream() - Method in class com.sun.xml.bind.v2.model.annotation.MethodLocatable
 
getUpstream() - Method in class com.sun.xml.bind.v2.model.annotation.Quick
 
getURI(int) - Method in class com.sun.xml.bind.util.AttributesImpl
Return an attribute's Namespace URI.
getURL() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
 
getUseIdentity() - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
 
getUTF8NameTable() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getValidRootNames() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Returns the set of valid root tag names.
getValue() - Method in class com.sun.xml.bind.v2.util.QNameMap.Entry
 
getValue(int) - Method in class com.sun.xml.bind.util.AttributesImpl
Return an attribute's value by index.
getValue(String) - Method in class com.sun.xml.bind.util.AttributesImpl
Look up an attribute's value by qualified (prefixed) name.
getValue(String, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Look up an attribute's value by Namespace-qualified name.
getValueType() - Method in interface com.sun.xml.bind.v2.model.core.MapPropertyInfo
Type of the value of the map.
getValueType() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeMapPropertyInfo
 
getValueType() - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
 
getVoidType() - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the representation of the primitive "void" type.
getWildcard() - Method in interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo
If this property supports the wildcard, returns its mode.
getWriter() - Method in class com.sun.xml.txw2.output.TXWResult
 
getXMIMEContentType() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Gets the xmime:contentType value for the current object.
getXMIMEContentType() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Gets the MIME type with which the binary content shall be printed.
getXMIMEContentType(Object) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Gets the value of the xmime:contentType attribute on the given object, or null if for some reason it couldn't be found, including any error.
getXmlName() - Method in interface com.sun.xml.bind.v2.model.core.AttributePropertyInfo
Gets the attribute name.
getXmlName() - Method in interface com.sun.xml.bind.v2.model.core.ElementPropertyInfo
Gets the wrapper element name.
getXmlName() - Method in interface com.sun.xml.bind.v2.model.core.MapPropertyInfo
Gets the wrapper element name.
getXmlName() - Method in interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo
Gets the wrapper element name.
getXMLNode(Object) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
getXmlNs(String) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Gets all XmlSchema.xmlns() found in this context for the given namespace URI.
getXmlNsSet() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Returns declared XmlNs annotations (from package-level annotation XmlSchema
getXMLReader() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
Obtains a configured XMLReader.
grammar - Variable in class com.sun.xml.bind.v2.runtime.XMLSerializer
 

H

handleError(Exception) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Reports an exception found during the unmarshalling to the user.
handleError(Exception) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
handleError(Exception, boolean) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
handleError(Exception, Object, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
handleError(String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
handleEvent(ValidationEvent) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
Default error handling behavior fot Marshaller.
handleEvent(ValidationEvent) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
Default error handling behavior for Unmarshaller.
handleEvent(ValidationEvent) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
handleEvent(ValidationEvent) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
handleEvent(ValidationEvent, boolean) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Reports an error to the user, and asks if s/he wants to recover.
handleGenericError(Error) - Static method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
 
handleGenericException(Exception) - Static method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
Last resort when something goes terribly wrong within the unmarshaller.
handleGenericException(Exception, boolean) - Static method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
 
handleParseConversionException(UnmarshallingContext.State, Exception) - Static method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
This method is called by the generated derived class when a datatype parse method throws an exception.
hasAfterMarshalMethod() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
True if JaxBeanInfo.jaxbType has the lifecycle method.
hasAfterUnmarshalMethod() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
True if JaxBeanInfo.jaxbType has the lifecycle method.
hasAnnotation(Class<? extends Annotation>) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationSource
Returns true if the property has the specified annotation.
hasAttributeWildcard() - Method in interface com.sun.xml.bind.v2.model.core.ClassInfo
Returns true if this bean class has an attribute wildcard.
hasAttributeWildcard() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
hasBeforeMarshalMethod() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
True if JaxBeanInfo.jaxbType has the lifecycle method.
hasBeforeUnmarshalMethod() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
True if JaxBeanInfo.jaxbType has the lifecycle method.
hasClassAnnotation(C, Class<? extends Annotation>) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
Checks if a class has the annotation.
hasClassAnnotation(Class, Class<? extends Annotation>) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
hasData() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
Returns false if this object only has DataHandler and therefore Base64Data.get() operation is likely going to be expensive.
hasDefaultConstructor(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if the given class has a no-arg default constructor.
hasElementOnlyContentModel() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
True if this bean has an element-only content model.
hasElementOnlyContentModel(boolean) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
True if this bean has an element-only content model.
hasEventHandler() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
Returns true if an event handler is installed.
hasFieldAnnotation(Class<? extends Annotation>, F) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
Checks if the given field has an annotation.
hasFieldAnnotation(Class<? extends Annotation>, Field) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
hashCode() - Method in class com.sun.xml.bind.api.TypeReference
 
hashCode() - Method in class com.sun.xml.bind.v2.util.QNameMap.Entry
 
hasMethodAnnotation(Class<? extends Annotation>, Method) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
hasMethodAnnotation(Class<? extends Annotation>, String, M, M, Locatable) - Method in class com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl
 
hasMethodAnnotation(Class<? extends Annotation>, String, M, M, Locatable) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
Checks if the given method has an annotation.
hasMethodAnnotation(Class<? extends Annotation>, M) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
 
hasNext() - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.IDREFSIterator
 
hasNext() - Method in interface com.sun.xml.bind.v2.runtime.reflect.ListIterator
Works like Iterator.hasNext().
hasNext() - Method in class com.sun.xml.bind.v2.util.FlattenIterator
 
hasProperties() - Method in interface com.sun.xml.bind.v2.model.core.ClassInfo
If the class has properties, return true.
hasProperties() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
hasSerializeURIAction() - Method in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
 
hasSerializeURIAction() - Method in interface com.sun.xml.bind.v2.runtime.property.Property
Returns true if Property.serializeURIs(Object,XMLSerializer) performs some meaningful action.
hasSerializeURIAction() - Method in class com.sun.xml.bind.v2.runtime.property.ValueProperty
 
hasStarted() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Scope
Returns true if this scope object is filled by a packing in progress.
hasSubClasses() - Method in interface com.sun.xml.bind.v2.model.core.ClassInfo
True if there's a known sub-type of this class in TypeInfoSet.
hasSubClasses() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
hasSwaRef - Variable in class com.sun.xml.bind.v2.model.impl.ModelBuilder
Set to true if the model includes XmlAttachmentRef.
hasSwaRef() - Method in class com.sun.xml.bind.api.JAXBRIContext
Returns true if this context includes a class that has XmlAttachmentRef.
hasSwaRef() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
True if this JAXBContext has XmlAttachmentRef.
hasValue(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.ListTransducedAccessorImpl
 
hasValue(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
 
hasValue(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor
Checks if the field has a value.
hasValue(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Boolean
 
hasValue(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Byte
 
hasValue(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Double
 
hasValue(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Float
 
hasValue(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Integer
 
hasValue(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Long
 
hasValue(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Short
 
hasValue(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Boolean
 
hasValue(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Byte
 
hasValue(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Double
 
hasValue(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Float
 
hasValue(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Integer
 
hasValue(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Long
 
hasValue(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Short
 
hasValueProperty() - Method in interface com.sun.xml.bind.v2.model.core.ClassInfo
Returns true if this class or its ancestor has XmlValue property.
hasValueProperty() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 

I

id() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
Returns the IDness of the value of this element.
id(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Annotated
 
id(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Annotation
 
id(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Schema
 
ID - Enum in com.sun.xml.bind.v2.model.core
 
ID - com.sun.xml.bind.v2.model.core.ID
 
IDREF - com.sun.xml.bind.v2.model.core.ID
 
IDResolver - Class in com.sun.xml.bind
Pluggable ID/IDREF handling layer.
IDResolver() - Constructor for class com.sun.xml.bind.IDResolver
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.xml.txw2.output.XMLWriter
Write ignorable whitespace.
ILLEGAL_ENTRY - com.sun.xml.bind.v2.Messages
 
ILLEGAL_READER_STATE - Static variable in class com.sun.xml.bind.unmarshaller.Messages
 
IllegalAnnotationException - Exception in com.sun.xml.bind.v2.runtime
Signals an incorrect use of JAXB annotations.
IllegalAnnotationException - Exception in com.sun.xml.txw2
Signals an incorrect use of TXW annotations.
IllegalAnnotationException(String) - Constructor for exception com.sun.xml.txw2.IllegalAnnotationException
 
IllegalAnnotationException(String, Locatable) - Constructor for exception com.sun.xml.bind.v2.runtime.IllegalAnnotationException
 
IllegalAnnotationException(String, Locatable, Locatable) - Constructor for exception com.sun.xml.bind.v2.runtime.IllegalAnnotationException
 
IllegalAnnotationException(String, Annotation) - Constructor for exception com.sun.xml.bind.v2.runtime.IllegalAnnotationException
 
IllegalAnnotationException(String, Annotation, Locatable) - Constructor for exception com.sun.xml.bind.v2.runtime.IllegalAnnotationException
 
IllegalAnnotationException(String, Annotation, Annotation) - Constructor for exception com.sun.xml.bind.v2.runtime.IllegalAnnotationException
 
IllegalAnnotationException(String, Throwable) - Constructor for exception com.sun.xml.txw2.IllegalAnnotationException
 
IllegalAnnotationException(String, Throwable, Locatable) - Constructor for exception com.sun.xml.bind.v2.runtime.IllegalAnnotationException
 
IllegalAnnotationException(Throwable) - Constructor for exception com.sun.xml.txw2.IllegalAnnotationException
 
IllegalAnnotationsException - Exception in com.sun.xml.bind.v2.runtime
A list of IllegalAnnotationException wrapped in one exception.
IllegalAnnotationsException(List<IllegalAnnotationException>) - Constructor for exception com.sun.xml.bind.v2.runtime.IllegalAnnotationsException
 
IllegalAnnotationsException.Builder - Class in com.sun.xml.bind.v2.runtime
 
IllegalSignatureException - Exception in com.sun.xml.txw2
Signals incorrect method signatures on TypedXmlWriter-derived interfaces.
IllegalSignatureException(String) - Constructor for exception com.sun.xml.txw2.IllegalSignatureException
 
IllegalSignatureException(String, Throwable) - Constructor for exception com.sun.xml.txw2.IllegalSignatureException
 
IllegalSignatureException(Throwable) - Constructor for exception com.sun.xml.txw2.IllegalSignatureException
 
Impl() - Constructor for class com.sun.istack.Pool.Impl
 
Import - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
IMPROVED_XSI_TYPE_HANDLING - Static variable in class com.sun.xml.bind.api.JAXBRIContext
Improves handling of xsi:type used on leaf properties.
improvedXsiTypeHandling - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Improved xsi type handling.
INDENT_STRING - Static variable in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
IndentingUTF8XmlOutput - Class in com.sun.xml.bind.v2.runtime.output
UTF8XmlOutput with indentation.
IndentingUTF8XmlOutput(OutputStream, String, Encoded[], CharacterEscapeHandler) - Constructor for class com.sun.xml.bind.v2.runtime.output.IndentingUTF8XmlOutput
 
IndentingXMLFilter - Class in com.sun.xml.txw2.output
XMLFilterImpl that does indentation to SAX events.
IndentingXMLFilter() - Constructor for class com.sun.xml.txw2.output.IndentingXMLFilter
 
IndentingXMLFilter(ContentHandler) - Constructor for class com.sun.xml.txw2.output.IndentingXMLFilter
 
IndentingXMLFilter(ContentHandler, LexicalHandler) - Constructor for class com.sun.xml.txw2.output.IndentingXMLFilter
 
IndentingXMLStreamWriter - Class in com.sun.xml.txw2.output
 
IndentingXMLStreamWriter(XMLStreamWriter) - Constructor for class com.sun.xml.txw2.output.IndentingXMLStreamWriter
 
inferImplClass(Class<T>, Class[]) - Static method in class com.sun.xml.bind.v2.ClassFactory
Infers the instanciable implementation class that can be assigned to the given field type.
info(String) - Method in class com.sun.istack.logging.Logger
 
info(String, Object[]) - Method in class com.sun.istack.logging.Logger
 
info(String, Throwable) - Method in class com.sun.istack.logging.Logger
 
info(SAXParseException) - Method in interface com.sun.xml.bind.api.ErrorListener
Used to report possibly verbose information that can be safely ignored.
InfosetScanner<XmlNode> - Interface in com.sun.xml.bind.unmarshaller
Visits a DOM-ish API and generates SAX events.
inheritsAttributeWildcard() - Method in interface com.sun.xml.bind.v2.model.core.ClassInfo
Returns true iff this class inherits a wildcard attribute from its ancestor classes.
inheritsAttributeWildcard() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
init(JAXBContextImpl, ClassBeanInfoImpl, Accessor<?, Map<QName, String>>) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
Completes the initialization.
inlineBinaryData() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
If this is true and this property indeed represents a binary data, it should be always inlined.
InlineBinaryTransducer<V> - Class in com.sun.xml.bind.v2.runtime
Transducer that signals the runtime that this binary data shall be always inlined.
InlineBinaryTransducer(Transducer<V>) - Constructor for class com.sun.xml.bind.v2.runtime.InlineBinaryTransducer
 
INSTANCE - Static variable in class com.sun.xml.bind.v2.runtime.unmarshaller.Discarder
 
IntArrayData - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Typed CharSequence for int[].
IntArrayData() - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.IntArrayData
 
IntArrayData(int[], int, int) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.IntArrayData
 
IntData - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Pcdata that represents a single integer.
IntData() - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.IntData
 
intercept(UnmarshallingContext.State, Object) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.Intercepter
Called when the child loader is deactivated.
Intercepter - Interface in com.sun.xml.bind.v2.runtime.unmarshaller
Used solely by ElementBeanInfoImpl to wrap the loaded value object into a JAXBElement object.
InternalAccessorFactory - Interface in com.sun.xml.bind
A means to allow the user to provide customized Accessor to be used by JAXB.
Interned - Annotation Type in com.sun.istack
Designates that a field, return value, argument, or a variable is supposed to be an interned string.
InterningXmlVisitor - Class in com.sun.xml.bind.v2.runtime.unmarshaller
XmlVisitor decorator that interns all string tokens.
InterningXmlVisitor(XmlVisitor) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
 
INVALID_JAXP_IMPLEMENTATION - com.sun.xml.bind.v2.Messages
 
INVALID_PROPERTY_VALUE - com.sun.xml.bind.v2.Messages
 
INVALID_TYPE_IN_MAP - com.sun.xml.bind.v2.Messages
 
invoke(Object, Method, Object[]) - Method in class com.sun.xml.bind.v2.model.annotation.LocatableAnnotation
 
invokeAfterUnmarshalMethod(UnmarshallerImpl, Object, Object) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Invokes the afterUnmarshal method if applicable.
invokeBeforeUnmarshalMethod(UnmarshallerImpl, Object, Object) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Invokes the beforeUnmarshal method if applicable.
isAbstract() - Method in interface com.sun.xml.bind.v2.model.core.ClassInfo
If this class is abstract and thus shall never be directly instanciated.
isAbstract() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
isAbstract(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if this is an abstract class.
isAbstractable(Class) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
Checks if it is not builtin jaxb class
isAdapted() - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
Returns true if this accessor wraps an adapter.
isArray(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Checks if the type is an array type.
isArrayButNotByteArray(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Checks if the type is an array type but not byte[].
isAttribute - Variable in class com.sun.xml.bind.v2.runtime.Name
Specifies if the Name is associated with an EII or AII
isBridgeMethod(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if this method is a bridge method as defined in JLS.
isCollection() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
Returns true if this is a multi-valued collection property.
isCollectionNillable() - Method in interface com.sun.xml.bind.v2.model.core.ElementPropertyInfo
Returns true if this property is nillable (meaning the absence of the value is treated as nil='true')
isCollectionNillable() - Method in interface com.sun.xml.bind.v2.model.core.MapPropertyInfo
Returns true if this property is nillable (meaning the absence of the value is treated as nil='true')
isCollectionNillable() - Method in interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo
Returns true if this property is nillable (meaning the absence of the value is treated as nil='true')
isCollectionRequired() - Method in interface com.sun.xml.bind.v2.model.core.ElementPropertyInfo
Checks if the wrapper element is required.
isCollectionRequired() - Method in interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo
Checks if the wrapper element is required.
isDefault() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
 
isDefault() - Method in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
isDefault() - Method in interface com.sun.xml.bind.v2.runtime.Transducer
If this Transducer is the default transducer for the ValueT, this method returns true.
isElement() - Method in interface com.sun.xml.bind.v2.model.core.MaybeElement
If the class is bound to an element, return true.
isElement() - Method in class com.sun.xml.bind.v2.model.impl.BuiltinLeafInfoImpl
Deprecated.
always return false at this level.
isElement() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
isElement() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Returns true if the bean is mapped to/from an XML element.
isEmpty() - Method in class com.sun.xml.bind.v2.util.QNameMap
Returns true if this map is empty.
isEnum(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if this is an enum class.
isFinal() - Method in interface com.sun.xml.bind.v2.model.core.ClassInfo
If this class is marked as final and no further extension/restriction is allowed.
isFinal() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
isFinal(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if this is a final class.
isFinalMethod(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if the method is final.
isHiddenByOverride() - Method in interface com.sun.xml.bind.v2.runtime.property.Property
 
isImmutable() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Returns true if the bean is immutable.
isInnerClass(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if the given class is an inner class.
isInterface(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if 'clazz' is an interface.
isLoggable(Level) - Method in class com.sun.istack.logging.Logger
 
isMethodCallLoggable() - Method in class com.sun.istack.logging.Logger
 
isMixed() - Method in interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo
Returns true if this property can hold Strings to represent mixed content model.
isMixed() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
 
isNil() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
 
isNilIncluded - Variable in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
 
isNilIncluded() - Method in interface com.sun.xml.bind.v2.runtime.AttributeAccessor
 
isNilIncluded() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
 
isNillable() - Method in interface com.sun.xml.bind.v2.model.core.TypeRef
Returns true if this element is nillable.
isOrdered - Variable in enum com.sun.xml.bind.v2.model.core.PropertyKind
This kind of properties need to show up in XmlType.propOrder().
isOrdered() - Method in interface com.sun.xml.bind.v2.model.core.ClassInfo
Returns true if the properties of this class is ordered in XML.
isOrdered() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
isOverriding(M, C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if the given method is overriding another one defined in the base class 'base' or its ancestors.
isParameterizedType(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if t is a parameterized type.
isPrimitive(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Checks if the given type is a primitive type.
isPublicField(F) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if the field is public.
isPublicMethod(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if the method is public.
isReplaced(C) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
isRequired() - Method in interface com.sun.xml.bind.v2.model.core.AttributePropertyInfo
Returns true if this attribute is mandatory.
isRequired() - Method in interface com.sun.xml.bind.v2.model.core.ElementPropertyInfo
Returns true if this element is mandatory.
isRequired() - Method in interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo
Returns true if this element is mandatory.
isRootElement() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
Returns true if this NamespaceContextImpl.Element represents the root element that we are marshalling.
isSameType(T, T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Checks if types are the same
isSimpleType() - Method in interface com.sun.xml.bind.v2.model.core.NonElement
Returns true if this NonElement maps to text in XML, without any attribute nor child elements.
isSimpleType() - Method in class com.sun.xml.bind.v2.model.impl.ArrayInfoImpl
 
isSimpleType() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
isStaticField(F) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if the field is static.
isStaticMethod(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if the method is static.
isSubClassOf(T, T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Checks if sub is a sub-type of sup.
isTransient(F) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if the field is transient.
isValidating() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
Deprecated.
since 2.0
isValueList() - Method in interface com.sun.xml.bind.v2.model.core.ElementPropertyInfo
Returns true if this property is a collection but its XML representation is a list of values, not repeated elements.
isValueTypeAbstractable() - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
 
isWhiteSpace(char) - Static method in class com.sun.xml.bind.WhiteSpaceProcessor
returns true if the specified char is a white space character.
isWhiteSpace(CharSequence) - Static method in class com.sun.xml.bind.WhiteSpaceProcessor
Returns true if the specified string is all whitespace.
isWhiteSpaceExceptSpace(char) - Static method in class com.sun.xml.bind.WhiteSpaceProcessor
Returns true if the specified char is a white space character but not 0x20.
itemType(QName) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.List
 
iterator(PropT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister
Iterates values of a multi-value property.
iterator(T, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.CollectionLister
 

J

JAXB - Static variable in class com.sun.xml.bind.v2.WellKnownNamespace
 
JAXB_ELEMENT_VALUE - Static variable in class com.sun.xml.bind.v2.runtime.reflect.Accessor
Accessor for JAXBElement.getValue().
JAXBContextBuilder() - Constructor for class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
JAXBContextBuilder(JAXBContextImpl) - Constructor for class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
JAXBContextFactory - Class in com.sun.xml.bind.v2
Creates JAXB context.
JAXBContextFactory() - Constructor for class com.sun.xml.bind.v2.JAXBContextFactory
 
JAXBContextImpl - Class in com.sun.xml.bind.v2.runtime
This class provides the implementation of JAXBContext.
JAXBContextImpl.JAXBContextBuilder - Class in com.sun.xml.bind.v2.runtime
 
JaxBeanInfo<BeanT> - Class in com.sun.xml.bind.v2.runtime
Encapsulates various JAXB operations on objects bound by JAXB.
JaxBeanInfo(JAXBContextImpl, RuntimeTypeInfo, Class<BeanT>, boolean, boolean, boolean) - Constructor for class com.sun.xml.bind.v2.runtime.JaxBeanInfo
For JaxBeanInfo that has no type names.
JaxBeanInfo(JAXBContextImpl, RuntimeTypeInfo, Class<BeanT>, QName[], boolean, boolean, boolean) - Constructor for class com.sun.xml.bind.v2.runtime.JaxBeanInfo
For JaxBeanInfo that has multiple type names.
JaxBeanInfo(JAXBContextImpl, RuntimeTypeInfo, Class<BeanT>, QName, boolean, boolean, boolean) - Constructor for class com.sun.xml.bind.v2.runtime.JaxBeanInfo
For JaxBeanInfo that has one type name.
JAXBRIContext - Class in com.sun.xml.bind.api
JAXBContext enhanced with JAXB RI specific functionalities.
JAXBRIContext() - Constructor for class com.sun.xml.bind.api.JAXBRIContext
 
jaxbType - Variable in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Gets the JAXB bound class type that this JaxBeanInfo handles.
JAXP_EXTERNAL_ACCESS_CONFIGURED - com.sun.xml.bind.v2.Messages
 
JAXP_SUPPORTED_PROPERTY - com.sun.xml.bind.v2.Messages
 
JAXP_UNSUPPORTED_PROPERTY - com.sun.xml.bind.v2.Messages
 
JAXP_XML_SECURITY_DISABLED - com.sun.xml.bind.v2.Messages
 
jaxrpcCompatible - Static variable in interface com.sun.xml.bind.api.impl.NameConverter
JAX-PRC compatible name converter implementation.

K

keySet() - Method in class com.sun.xml.bind.v2.util.QNameMap
 
kind() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
Gets the kind of this property.
klass() - Method in interface com.sun.xml.bind.v2.schemagen.episode.Bindings
Nested class customization.
Klass - Interface in com.sun.xml.bind.v2.schemagen.episode
 
knownUri2prefixIndexMap - Variable in class com.sun.xml.bind.v2.runtime.XMLSerializer
 

L

lang(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Documentation
 
lang(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Schema
 
last() - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.IDREFSIterator
Returns the last referenced object (not just its ID)
LAX - com.sun.xml.bind.v2.model.core.WildcardMode
 
leafElement(Name, int, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
leafElement(Name, Pcdata, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
leafElement(Name, String, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
LeafInfo<T,​C> - Interface in com.sun.xml.bind.v2.model.core
LeafPropertyLoader - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Unmarshals a text into a property of the parent element.
LeafPropertyLoader(TransducedAccessor) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.LeafPropertyLoader
 
LeafPropertyXsiLoader - Class in com.sun.xml.bind.v2.runtime.unmarshaller
 
LeafPropertyXsiLoader(Loader, TransducedAccessor, Accessor) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.LeafPropertyXsiLoader
 
leaveElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.DomLoader
 
leaveElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
Called when this loaderis an active loaderand we see an end tag.
leaveElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
 
leaveElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
 
LEAVES - Static variable in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
All instances of RuntimeBuiltinLeafInfoImpls keyed by their type.
len - Variable in class com.sun.xml.bind.v2.runtime.output.Encoded
 
length() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
Gets the number of characters needed to represent this binary data in the base64 encoding.
length() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntArrayData
 
length() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntData
 
link() - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
Called after all the classes are added to the type set to "link" them together.
link() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
 
link(JAXBContextImpl) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
link(JAXBContextImpl) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
link(JAXBContextImpl) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Called after all the JaxBeanInfos are created.
list() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.SimpleDerivation
 
List - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
Lister<BeanT,​PropT,​ItemT,​PackT> - Class in com.sun.xml.bind.v2.runtime.reflect
Used to list individual values of a multi-value property, and to pack individual values into a multi-value property.
Lister() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Lister
 
Lister.CollectionLister<BeanT,​T extends Collection> - Class in com.sun.xml.bind.v2.runtime.reflect
Lister for a collection
Lister.IDREFSIterator - Class in com.sun.xml.bind.v2.runtime.reflect
Iterator for IDREFS lister.
Lister.Pack<ItemT> - Class in com.sun.xml.bind.v2.runtime.reflect
 
ListIterator<E> - Interface in com.sun.xml.bind.v2.runtime.reflect
Almost like Iterator but can throw JAXB specific exceptions.
ListTransducedAccessorImpl<BeanT,​ListT,​ItemT,​PackT> - Class in com.sun.xml.bind.v2.runtime.reflect
TransducedAccessor for a list simple type.
ListTransducedAccessorImpl(Transducer<ItemT>, Accessor<BeanT, ListT>, Lister<BeanT, ListT, ItemT, PackT>) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.ListTransducedAccessorImpl
 
loader - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.ChildLoader
 
Loader - Class in com.sun.xml.bind.v2.runtime.unmarshaller
 
Loader() - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
 
Loader(boolean) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
 
loadObjectFactory(C, String) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Finds ObjectFactory for the given referencePoint.
local - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
Local part of the attribute/element name.
LocalAttribute - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
LocalElement - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
Localizable - Interface in com.sun.istack.localization
Localizable message.
LocalizableMessage - Class in com.sun.istack.localization
 
LocalizableMessage(String, LocalizableMessageFactory.ResourceBundleSupplier, String, Object...) - Constructor for class com.sun.istack.localization.LocalizableMessage
 
LocalizableMessage(String, String, Object...) - Constructor for class com.sun.istack.localization.LocalizableMessage
Deprecated.
LocalizableMessageFactory - Class in com.sun.istack.localization
 
LocalizableMessageFactory(String) - Constructor for class com.sun.istack.localization.LocalizableMessageFactory
Deprecated.
LocalizableMessageFactory(String, LocalizableMessageFactory.ResourceBundleSupplier) - Constructor for class com.sun.istack.localization.LocalizableMessageFactory
 
LocalizableMessageFactory.ResourceBundleSupplier - Interface in com.sun.istack.localization
 
localize(Localizable) - Method in class com.sun.istack.localization.Localizer
 
Localizer - Class in com.sun.istack.localization
Localizes the Localizable into a message by using a configured Locale.
Localizer() - Constructor for class com.sun.istack.localization.Localizer
 
Localizer(Locale) - Constructor for class com.sun.istack.localization.Localizer
 
localName - Variable in class com.sun.xml.bind.v2.runtime.Name
Local name.
localName - Variable in class com.sun.xml.bind.v2.util.QNameMap.Entry
The localPart.
localNameIndex - Variable in class com.sun.xml.bind.v2.runtime.Name
 
localNames - Variable in class com.sun.xml.bind.v2.runtime.NameList
Local names by their indices.
Locatable - Interface in com.sun.xml.bind
Optional interface implemented by JAXB objects to expose location information from which an object is unmarshalled.
Locatable - Interface in com.sun.xml.bind.v2.model.annotation
Location that is chained.
LocatableAnnotation - Class in com.sun.xml.bind.v2.model.annotation
Annotation that also implements Locatable.
Location - Interface in com.sun.xml.bind.v2.runtime
Location information for IllegalAnnotationException.
LocatorEx - Interface in com.sun.xml.bind.v2.runtime.unmarshaller
Object that returns the current location that the com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor is parsing.
LocatorEx.Snapshot - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Immutable snapshot of a LocatorEx
log(Level, String) - Method in class com.sun.istack.logging.Logger
 
log(Level, String, Object) - Method in class com.sun.istack.logging.Logger
 
log(Level, String, Object[]) - Method in class com.sun.istack.logging.Logger
 
log(Level, String, Throwable) - Method in class com.sun.istack.logging.Logger
 
logException(T, boolean, Level) - Method in class com.sun.istack.logging.Logger
Method logs exception's message at the logging level specified by the level argument.
logException(T, Throwable, Level) - Method in class com.sun.istack.logging.Logger
Method logs exception's message at the logging level specified by the level argument.
logException(T, Level) - Method in class com.sun.istack.logging.Logger
Logger - Class in com.sun.istack.logging
This is a helper class that provides some convenience methods wrapped around the standard Logger interface.
Logger(String, String) - Constructor for class com.sun.istack.logging.Logger
Prevents creation of a new instance of this Logger unless used by a subclass.
logSevereException(T) - Method in class com.sun.istack.logging.Logger
logSevereException(T, boolean) - Method in class com.sun.istack.logging.Logger
Method logs exception's message as a SEVERE logging level message.
logSevereException(T, Throwable) - Method in class com.sun.istack.logging.Logger
Method logs exception's message as a SEVERE logging level message.
lookForLifecycleMethods() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
This method is used to determine which of the sub-classes should be interrogated for the existence of lifecycle methods.

M

mangleNameToClassName(String) - Static method in class com.sun.xml.bind.api.JAXBRIContext
Computes a Java class name from a local name.
mangleNameToPropertyName(String) - Static method in class com.sun.xml.bind.api.JAXBRIContext
Computes a Java class name from a local name.
mangleNameToVariableName(String) - Static method in class com.sun.xml.bind.api.JAXBRIContext
Computes a Java identifier from a local name.
map(boolean) - Method in interface com.sun.xml.bind.v2.schemagen.episode.SchemaBindings
 
MAP - com.sun.xml.bind.v2.model.core.PropertyKind
 
MAP_ANYURI_TO_URI - Static variable in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
 
MapPropertyInfo<T,​C> - Interface in com.sun.xml.bind.v2.model.core
Property that maps to the following schema fragment.
marshal(BridgeContext, T, OutputStream, NamespaceContext) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(BridgeContext, T, XMLStreamWriter) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(BridgeContext, T, Result) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(BridgeContext, T, Node) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(BridgeContext, T, ContentHandler) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(Object) - Method in class com.sun.xml.bind.AnyTypeAdapter
Noop.
marshal(Object) - Method in class com.sun.xml.bind.v2.runtime.RuntimeUtil.ToStringAdapter
 
marshal(Object, XmlOutput) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
marshal(Object, OutputStream, NamespaceContext) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
Marshals to OutputStream with the given in-scope namespaces taken into account.
marshal(Object, XMLEventWriter) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
marshal(Object, XMLStreamWriter) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
marshal(Object, Result) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
marshal(Object, XmlNode) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
marshal(DataHandler) - Method in class com.sun.xml.bind.v2.runtime.SwaRefAdapter
 
marshal(DataHandler) - Method in class com.sun.xml.bind.v2.runtime.SwaRefAdapterMarker
 
marshal(Marshaller, T, OutputStream, NamespaceContext) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(Marshaller, T, XMLStreamWriter) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(Marshaller, T, Result) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(Marshaller, T, Node) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(Marshaller, T, ContentHandler) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(T, OutputStream, NamespaceContext) - Method in class com.sun.xml.bind.api.Bridge
Marshals the specified type object with the implicit element name associated with this instance of Bridge.
marshal(T, OutputStream, NamespaceContext, AttachmentMarshaller) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(T, XMLStreamWriter) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(T, XMLStreamWriter, AttachmentMarshaller) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(T, Result) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(T, Node) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(T, ContentHandler) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(T, ContentHandler, AttachmentMarshaller) - Method in class com.sun.xml.bind.api.Bridge
 
marshaller - Variable in class com.sun.xml.bind.v2.runtime.BridgeContextImpl
 
MarshallerImpl - Class in com.sun.xml.bind.v2.runtime
Implementation of Marshaller interface for the JAXB RI.
MarshallerImpl(JAXBContextImpl, AssociationMap) - Constructor for class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
marshallerPool - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Pool of Marshallers.
matches(Name) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
Checks if the given name pair matches this name.
matches(String, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
Checks if the given name pair matches this name.
MAX_ERRORS - Static variable in class com.sun.xml.bind.api.JAXBRIContext
The maximum number of errors to report.
maxErrorsCount - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
The maximum number of errors unmarshall operation reports.
maxOccurs(int) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Occurs
 
maxOccurs(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Occurs
 
MaybeElement<T,​C> - Interface in com.sun.xml.bind.v2.model.core
Some NonElement can optionally be an Element.
memberTypes(QName[]) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Union
 
Messages - Class in com.sun.xml.bind.marshaller
Formats error messages.
Messages - Class in com.sun.xml.bind.unmarshaller
Formats error messages.
Messages - Enum in com.sun.xml.bind.v2
Formats error messages.
Messages() - Constructor for class com.sun.xml.bind.marshaller.Messages
 
Messages() - Constructor for class com.sun.xml.bind.unmarshaller.Messages
 
MethodAccessor_Boolean - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for boolean getter/setter.
MethodAccessor_Boolean() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Boolean
 
MethodAccessor_Byte - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for boolean getter/setter.
MethodAccessor_Byte() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Byte
 
MethodAccessor_Character - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for boolean getter/setter.
MethodAccessor_Character() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Character
 
MethodAccessor_Double - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for boolean getter/setter.
MethodAccessor_Double() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Double
 
MethodAccessor_Float - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for boolean getter/setter.
MethodAccessor_Float() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Float
 
MethodAccessor_Integer - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for boolean getter/setter.
MethodAccessor_Integer() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Integer
 
MethodAccessor_Long - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for boolean getter/setter.
MethodAccessor_Long() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Long
 
MethodAccessor_Ref - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for reference types getter/setter.
MethodAccessor_Ref() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Ref
 
MethodAccessor_Short - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template Accessor for boolean getter/setter.
MethodAccessor_Short() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Short
 
MethodLocatable<M> - Class in com.sun.xml.bind.v2.model.annotation
Locatable implementation for a method.
MethodLocatable(Locatable, M, Navigator<?, ?, ?, M>) - Constructor for class com.sun.xml.bind.v2.model.annotation.MethodLocatable
 
MimeTypedTransducer<V> - Class in com.sun.xml.bind.v2.runtime
Transducer decorator that wraps another Transducer and sets the expected MIME type to the context.
MimeTypedTransducer(Transducer<V>, MimeType) - Constructor for class com.sun.xml.bind.v2.runtime.MimeTypedTransducer
 
MinimumEscapeHandler - Class in com.sun.xml.bind.marshaller
Performs no character escaping.
minOccurs(int) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Occurs
 
mixed(boolean) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexContent
 
mixed(boolean) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexTypeModel
 
ModelBuilder<T,​C,​F,​M> - Class in com.sun.xml.bind.v2.model.impl
Builds a TypeInfoSet (a set of JAXB properties) by using ElementInfoImpl and ClassInfoImpl.
ModelBuilder(AnnotationReader<T, C, F, M>, Navigator<T, C, F, M>, Map<C, C>, String) - Constructor for class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
ModelBuilderI<T,​C,​F,​M> - Interface in com.sun.xml.bind.v2.model.impl
User: Iaroslav Savytskyi Date: 24/05/12
MTOMXmlOutput - Class in com.sun.xml.bind.v2.runtime.output
XmlOutput decorator that supports MTOM.
MTOMXmlOutput(XmlOutput) - Constructor for class com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput
 

N

name(String) - Method in interface com.sun.xml.bind.v2.schemagen.episode.Package
 
name(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexType
 
name(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.LocalAttribute
 
name(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.LocalElement
 
name(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.SimpleType
 
name(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.TopLevelAttribute
 
name(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.TopLevelElement
 
Name - Class in com.sun.xml.bind.v2.runtime
The internal representation of an XML name.
nameBuilder - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Used to assign indices to known names in this grammar.
NameBuilder - Class in com.sun.xml.bind.v2.runtime
Creates Names and assign index numbers to them.
NameBuilder() - Constructor for class com.sun.xml.bind.v2.runtime.NameBuilder
 
NameConverter - Interface in com.sun.xml.bind.api.impl
Converts aribitrary strings into Java identifiers.
NameConverter.Standard - Class in com.sun.xml.bind.api.impl
 
nameList - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Keeps the list of known names.
nameList - Variable in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
NameList - Class in com.sun.xml.bind.v2.runtime
Namespace URIs and local names sorted by their indices.
NameList(String[], boolean[], String[], int, int) - Constructor for class com.sun.xml.bind.v2.runtime.NameList
 
namespace(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Import
 
namespace(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Wildcard
 
namespace(String[]) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Wildcard
 
namespace(Element, String, String) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
NamespaceContext2 - Interface in com.sun.xml.bind.v2.runtime
Maintains namespace <-> prefix bindings.
NamespaceContextImpl - Class in com.sun.xml.bind.v2.runtime.output
Keeps track of in-scope namespace bindings for the marshaller.
NamespaceContextImpl(XMLSerializer) - Constructor for class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
 
NamespaceContextImpl.Element - Class in com.sun.xml.bind.v2.runtime.output
This model of namespace declarations maintain the following invariants.
NamespacePrefixMapper - Class in com.sun.xml.bind.marshaller
Implemented by the user application to determine URI -> prefix mapping.
NamespacePrefixMapper() - Constructor for class com.sun.xml.bind.marshaller.NamespacePrefixMapper
 
NamespaceResolver - Interface in com.sun.xml.txw2
Used by DatatypeWriter to declare additional namespaces.
namespaceURIs - Variable in class com.sun.xml.bind.v2.runtime.NameList
Namespace URIs by their indices.
nav - Variable in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
Navigator<T,​C,​F,​M> - Interface in com.sun.xml.bind.v2.model.nav
Provides unified view of the underlying reflection library, such as java.lang.reflect and/or Annotation Processing.
needsInterning(XMLReader) - Static method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
NestedParticle - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
newInstance(Locatable, Annotation) - Method in class com.sun.xml.bind.v2.model.annotation.Quick
Factory method to create a new instance of the same kind.
newInstance(Class[], Collection<TypeReference>, String, boolean) - Static method in class com.sun.xml.bind.api.JAXBRIContext
Deprecated.
Compatibility with older versions.
newInstance(Class[], Collection<TypeReference>, Map<Class, Class>, String, boolean, RuntimeAnnotationReader) - Static method in class com.sun.xml.bind.api.JAXBRIContext
Creates a new JAXBRIContext.
newInstance(Class[], Collection<TypeReference>, Map<Class, Class>, String, boolean, RuntimeAnnotationReader, boolean, boolean, boolean, boolean) - Static method in class com.sun.xml.bind.api.JAXBRIContext
Creates a new JAXBRIContext.
next() - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.IDREFSIterator
 
next() - Method in interface com.sun.xml.bind.v2.runtime.reflect.ListIterator
Works like Iterator.next().
next() - Method in class com.sun.xml.bind.v2.util.FlattenIterator
 
nillable(boolean) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Element
 
NioEscapeHandler - Class in com.sun.xml.bind.marshaller
Uses JDK1.4 NIO functionality to escape characters smartly.
NioEscapeHandler(String) - Constructor for class com.sun.xml.bind.marshaller.NioEscapeHandler
 
NO_DEFAULT_CONSTRUCTOR_IN_INNER_CLASS - com.sun.xml.bind.v2.Messages
 
nodeStack - Variable in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
NoEscapeHandler - Class in com.sun.xml.bind.marshaller
Performs no character escaping.
NoEscapeHandler() - Constructor for class com.sun.xml.bind.marshaller.NoEscapeHandler
 
NoFixedFacet - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
NONE - com.sun.xml.bind.v2.model.core.ID
 
NonElement<T,​C> - Interface in com.sun.xml.bind.v2.model.core
TypeInfo that maps to an element.
NonElementRef<T,​C> - Interface in com.sun.xml.bind.v2.model.core
Reference to a NonElement.
noOptimization - Static variable in class com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
 
normalizeUriPath(String) - Static method in class com.sun.xml.bind.v2.schemagen.Util
Calculate the normalized form of the given uriPath.
NOT_LOCALIZABLE - Static variable in interface com.sun.istack.localization.Localizable
Special constant that represents a message that is not localizable.
NOT_MARSHALLABLE - Static variable in class com.sun.xml.bind.marshaller.Messages
 
NotNull - Annotation Type in com.sun.istack
Designates that a field, return value, argument, or a variable is guaranteed to be non-null.
ns() - Method in annotation type com.sun.xml.txw2.annotation.XmlAttribute
The namespace URI of the attribute.
ns() - Method in annotation type com.sun.xml.txw2.annotation.XmlElement
The namespace URI of this element.
nsContext - Variable in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
Set by the marshaller before the start tag is written for the root element.
nsUri - Variable in class com.sun.xml.bind.v2.runtime.Name
Namespace URI.
nsUri - Variable in class com.sun.xml.bind.v2.util.QNameMap.Entry
The namespace URI.
nsUriCannotBeDefaulted - Variable in class com.sun.xml.bind.v2.runtime.NameList
For each entry in NameList.namespaceURIs, whether the namespace URI can be declared as the default.
nsUriIndex - Variable in class com.sun.xml.bind.v2.runtime.Name
Index -1 is reserved for representing the empty namespace URI of attributes.
nsUriIndex2prefixIndex - Variable in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
The conversion table from the namespace URI index to prefix index.
NULL_READER - Static variable in class com.sun.xml.bind.unmarshaller.Messages
 
NULL_WRITER - Static variable in class com.sun.xml.bind.marshaller.Messages
 
Nullable - Annotation Type in com.sun.istack
Designates that a field, return value, argument, or a variable may be null.
NullLocalizable - Class in com.sun.istack.localization
Localizable that wraps a non-localizable string.
NullLocalizable(String) - Constructor for class com.sun.istack.localization.NullLocalizable
 
NullSafeAccessor<B,​V,​P> - Class in com.sun.xml.bind.v2.runtime.reflect
Accessor wrapper that replaces a null with an empty collection.
NullSafeAccessor(Accessor<B, V>, Lister<B, V, ?, P>) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.NullSafeAccessor
 
numberOfAttributeNames - Variable in class com.sun.xml.bind.v2.runtime.NameList
Number of Names for attributes
numberOfElementNames - Variable in class com.sun.xml.bind.v2.runtime.NameList
Number of Names for elements

O

OBJECT_IDENTITY_CYCLE_DETECTION - Static variable in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
Occurs - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
octetBuffer - Variable in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
Buffer of octets for writing.
octetBufferIndex - Variable in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
Index in buffer to write to.
onCycleDetected(CycleRecoverable.Context) - Method in interface com.sun.xml.bind.CycleRecoverable
Called when a cycle is detected by the JAXB RI marshaller to nominate a new object to be marshalled instead.
onID(Object, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
onIDREF(Object) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
onNil(UnmarshallingContext.State) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader.Array
 
onNil(UnmarshallingContext.State) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
Called when xsi:nil='true' was found.
onNil(UnmarshallingContext.State) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader.Single
 
optimize(JAXBContextImpl) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor.FieldReflection
 
optimize(JAXBContextImpl) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor.GetterSetterReflection
 
optimize(JAXBContextImpl) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
Returns the optimized version of the same accessor.
optimize(JAXBContextImpl) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor.ReadOnlyFieldReflection
 
OptimizedAccessorFactory - Class in com.sun.xml.bind.v2.runtime.reflect.opt
 
OptimizedTransducedAccessorFactory - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Prepares optimized TransducedAccessor from templates.
out - Variable in class com.sun.xml.bind.v2.runtime.output.SAXOutput
 
out - Variable in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
OverrideAnnotationOf - Annotation Type in com.sun.xml.bind.annotation
Designates an annotation from base class which shall be overriden by annotation placed together with this.

P

Pack(Class<ItemT>) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Lister.Pack
 
Package - Interface in com.sun.xml.bind.v2.schemagen.episode
 
parent - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
parent() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
Gets the ClassInfo or ElementInfo to which this property belongs.
parse(BeanT, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.ListTransducedAccessorImpl
 
parse(BeanT, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
 
parse(BeanT, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor
Parses the text value into the responsible field of the given bean.
parse(CharSequence) - Method in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
parse(CharSequence) - Method in interface com.sun.xml.bind.v2.runtime.Transducer
Converts the lexical representation to a value object.
parse(Object, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Boolean
 
parse(Object, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Byte
 
parse(Object, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Double
 
parse(Object, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Float
 
parse(Object, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Integer
 
parse(Object, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Long
 
parse(Object, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Short
 
parse(Object, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Boolean
 
parse(Object, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Byte
 
parse(Object, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Double
 
parse(Object, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Float
 
parse(Object, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Integer
 
parse(Object, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Long
 
parse(Object, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Short
 
parse(Element, ContentHandler) - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
Deprecated.
in JAXB 2.0 Use DOMScanner.scan(Element)
parseAnySimpleType(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseBase64Binary(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseBoolean(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseByte(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseDate(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseDateTime(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseDecimal(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseDouble(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseFloat(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseHexBinary(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseInt(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseInteger(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseLong(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseQName(String, NamespaceContext) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseShort(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseString(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseTime(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseUnsignedInt(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseUnsignedShort(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
parseWithContext(Element, ContentHandler) - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
Deprecated.
in JAXB 2.0 Use DOMScanner.scan(Element)
Particle - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
Patcher - Interface in com.sun.xml.bind.unmarshaller
Runs by UnmarshallingContext after all the parsing is done.
Patcher - Interface in com.sun.xml.bind.v2.runtime.unmarshaller
 
Pcdata - Class in com.sun.xml.bind.v2.runtime.output
Text data in XML.
Pcdata() - Constructor for class com.sun.xml.bind.v2.runtime.output.Pcdata
 
peek() - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
Returns the top of the stack.
Pool<T> - Interface in com.sun.istack
Pool of reusable objects that are indistinguishable from each other, such as JAXB marshallers.
Pool.Impl<T> - Class in com.sun.istack
Default implementation that uses ConcurrentLinkedQueue as the data store.
pop() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
 
pop() - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
Pops an object from the stack
popCoordinator() - Method in class com.sun.xml.bind.v2.runtime.Coordinator
Called whenever an execution flow exits the realm of this Coordinator.
PREFIX_MAPPER - Static variable in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
primitiveToBox - Static variable in class com.sun.xml.bind.v2.runtime.RuntimeUtil
print(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.ListTransducedAccessorImpl
 
print(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
 
print(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor
Prints the responsible field of the given bean to the writer.
print(DT, NamespaceResolver, StringBuilder) - Method in interface com.sun.xml.txw2.DatatypeWriter
Prints the given datatype object and appends that result into the given buffer.
print(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Boolean
 
print(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Byte
 
print(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Double
 
print(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Float
 
print(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Integer
 
print(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Long
 
print(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Short
 
print(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Boolean
 
print(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Byte
 
print(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Double
 
print(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Float
 
print(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Integer
 
print(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Long
 
print(Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Short
 
print(T) - Method in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
print(T) - Method in class com.sun.xml.bind.v2.runtime.reflect.DefaultTransducedAccessor
 
print(V) - Method in class com.sun.xml.bind.v2.runtime.InlineBinaryTransducer
 
print(V) - Method in class com.sun.xml.bind.v2.runtime.MimeTypedTransducer
 
print(V) - Method in class com.sun.xml.bind.v2.runtime.SchemaTypeTransducer
 
print(ValueT) - Method in interface com.sun.xml.bind.v2.runtime.Transducer
Converts the given value to its lexical representation.
printAnySimpleType(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printBase64Binary(byte[]) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printBoolean(boolean) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printByte(byte) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printDate(Calendar) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printDateTime(Calendar) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printDecimal(BigDecimal) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printDouble(double) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printFloat(float) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printHexBinary(byte[]) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printInt(int) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printInteger(BigInteger) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printLong(long) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printQName(QName, NamespaceContext) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printShort(short) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printString(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printTime(Calendar) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printUnsignedInt(long) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
printUnsignedShort(int) - Method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
processContents(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Wildcard
 
processingInstruction(String, String) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
processingInstruction(String, String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write a processing instruction.
processingInstruction(String, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
processingInstruction(String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
Write a processing instruction.
properties - Variable in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
Properties of this bean class but not its ancestor classes.
Property<BeanT> - Interface in com.sun.xml.bind.v2.runtime.property
A JAXB property that constitutes a JAXB-bound bean.
PropertyFactory - Class in com.sun.xml.bind.v2.runtime.property
Create Property objects.
propertyIndex - Variable in enum com.sun.xml.bind.v2.model.core.PropertyKind
com.sun.xml.bind.v2.runtime.property.PropertyFactory benefits from having index numbers assigned to PropertyKind.ELEMENT, PropertyKind.REFERENCE, and PropertyKind.MAP in this order.
PropertyInfo<T,​C> - Interface in com.sun.xml.bind.v2.model.core
Information about a JAXB-bound property.
PropertyKind - Enum in com.sun.xml.bind.v2.model.core
An Enum that indicates if the property is Element, ElementRef, Value, or Attribute.
prototype() - Static method in class com.sun.xml.bind.v2.TODO
When this method iscalled, that means the current code is a mock up and it needs to be properly implemented later.
prototype(String) - Static method in class com.sun.xml.bind.v2.TODO
 
ProxyLoader - Class in com.sun.xml.bind.v2.runtime.unmarshaller
ProxyLoader() - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
 
push() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
 
push(E) - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
Pushes a new object to the stack.
pushCoordinator() - Method in class com.sun.xml.bind.v2.runtime.Coordinator
Called whenever an execution flow enters the realm of this Coordinator.
pushNocheck(E) - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
Pushes a new object to the stack without making it participate with the collision check.
put(Name, V) - Method in class com.sun.xml.bind.v2.util.QNameMap
 
put(String, String) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
Puts this new binding into the declared prefixes list without doing any duplicate check.
put(String, String, V) - Method in class com.sun.xml.bind.v2.util.QNameMap
Associates the specified value with the specified keys in this map.
put(QName, V) - Method in class com.sun.xml.bind.v2.util.QNameMap
 
putAdapter(Class<? extends XmlAdapter>, XmlAdapter) - Method in class com.sun.xml.bind.v2.runtime.Coordinator
 
putAll(QNameMap<? extends V>) - Method in class com.sun.xml.bind.v2.util.QNameMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.

Q

qNameIndex - Variable in class com.sun.xml.bind.v2.runtime.Name
Index of the Name for an EII or AII
QNameMap<V> - Class in com.sun.xml.bind.v2.util
Map keyed by QName.
QNameMap() - Constructor for class com.sun.xml.bind.v2.util.QNameMap
 
QNameMap.Entry<V> - Class in com.sun.xml.bind.v2.util
 
Quick - Class in com.sun.xml.bind.v2.model.annotation
Base implementation of Locatable Annotation.
Quick(Locatable) - Constructor for class com.sun.xml.bind.v2.model.annotation.Quick
 

R

RawAccessor<B,​V> - Class in com.sun.xml.bind.api
Accesses a particular property of a bean.
RawAccessor() - Constructor for class com.sun.xml.bind.api.RawAccessor
 
readAnnotation(Class<A>) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationSource
Gets the value of the specified annotation from the given property.
readAnnotation(Class<A>) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
reader - Variable in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
readFrom(InputStream) - Method in class com.sun.xml.bind.v2.util.ByteArrayOutputStreamEx
Reads the given InputStream completely into the buffer.
ReadOnlyFieldReflection(Field) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor.ReadOnlyFieldReflection
 
ReadOnlyFieldReflection(Field, boolean) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor.ReadOnlyFieldReflection
 
receive(UnmarshallingContext.State, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
 
receive(UnmarshallingContext.State, Object) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.Receiver
Called when the child loader is deactivated.
receiver - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.ChildLoader
 
Receiver - Interface in com.sun.xml.bind.v2.runtime.unmarshaller
Receives an object by a child Loader.
recordInnerPeer(Object) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Notifies the context about the inner peer of the current element.
recordOuterPeer(Object) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Notifies the context about the outer peer of the current element.
recycle(T) - Method in class com.sun.istack.Pool.Impl
Returns an object back to the pool.
recycle(T) - Method in interface com.sun.istack.Pool
Returns an object back to the pool.
Redefinable - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
ref() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
List of TypeInfos that this property references.
ref() - Method in interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo
List of TypeInfos that this property references.
ref() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeElementPropertyInfo
List of TypeInfos that this property references.
ref() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
List of TypeInfos that this property references.
ref(Class) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the representation of the given Java type in T.
ref(String) - Method in interface com.sun.xml.bind.v2.schemagen.episode.Klass
FQCN.
ref(QName) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.LocalAttribute
 
ref(QName) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.LocalElement
 
Ref<T,​C> - Class in com.sun.xml.bind.v2.model.core
Reference to a type in a model.
Ref(AnnotationReader<T, C, ?, ?>, Navigator<T, C, ?, ?>, T, XmlJavaTypeAdapter, XmlList) - Constructor for class com.sun.xml.bind.v2.model.core.Ref
 
Ref(ModelBuilderI<T, C, ?, ?>, T, XmlJavaTypeAdapter, XmlList) - Constructor for class com.sun.xml.bind.v2.model.core.Ref
 
Ref(T) - Constructor for class com.sun.xml.bind.v2.model.core.Ref
 
Ref(T, Adapter<T, C>, boolean) - Constructor for class com.sun.xml.bind.v2.model.core.Ref
 
REFERENCE - com.sun.xml.bind.v2.model.core.PropertyKind
 
ReferencePropertyInfo<T,​C> - Interface in com.sun.xml.bind.v2.model.core
PropertyInfo that holds references to other Elements.
RegistryInfo<T,​C> - Interface in com.sun.xml.bind.v2.model.core
Represents the information in a class with XmlRegistry annotaion.
relativize(String, String) - Static method in class com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator
Relativizes a URI by using another URI (base URI.)
remove() - Method in class com.sun.xml.bind.v2.util.FlattenIterator
 
removeAttribute(int) - Method in class com.sun.xml.bind.util.AttributesImpl
Remove an attribute from the list.
replace(CharSequence) - Static method in class com.sun.xml.bind.WhiteSpaceProcessor
 
replace(String) - Static method in class com.sun.xml.bind.WhiteSpaceProcessor
 
reportError(IllegalAnnotationException) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
reportError(String, boolean) - Static method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
 
reportError(String, Exception, boolean) - Static method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
 
reportError(String, Throwable) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Report an error found as an exception.
reportError(ValidationEvent) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
reportUnexpectedChildElement(TagName, boolean) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
 
reset() - Method in class com.sun.xml.bind.marshaller.DataWriter
Reset the writer so that it can be reused.
reset() - Method in class com.sun.xml.bind.marshaller.XMLWriter
Reset the writer.
reset() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
 
reset() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Scope
Initializes all the fields to null.
reset() - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
Clears all the contents in the stack.
reset() - Method in class com.sun.xml.txw2.output.DataWriter
Reset the writer so that it can be reused.
reset() - Method in class com.sun.xml.txw2.output.XMLWriter
Reset the writer.
reset(int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntData
 
reset(BeanT) - Method in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
 
reset(BeanT) - Method in interface com.sun.xml.bind.v2.runtime.property.Property
Resets the property value on the given object.
reset(BeanT) - Method in class com.sun.xml.bind.v2.runtime.property.ValueProperty
 
reset(BeanT, Accessor<BeanT, PropT>) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister
Clears the values of the property.
reset(BeanT, Accessor<BeanT, T>) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.CollectionLister
 
reset(BeanT, UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
reset(BeanT, UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Resets the object to the initial state, as if the object is created fresh.
reset(CompositeStructure, UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
 
reset(InfosetScanner, boolean, JaxBeanInfo, IDResolver) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
reset(JAXBElement, UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
resolve(String, Class) - Method in class com.sun.xml.bind.IDResolver
Obtains the object to be pointed by the IDREF value.
resolveElementName(String, String) - Method in class com.sun.xml.bind.api.ClassResolver
JAXB calls this method when it sees an unknown element.
restriction() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexContent
 
restriction() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.SimpleContent
 
restriction() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.SimpleDerivation
 
ResultFactory - Class in com.sun.xml.txw2.output
Factory for producing XmlSerializers for various Result types.
RETAIN_REFERENCE_TO_INFO - Static variable in class com.sun.xml.bind.api.JAXBRIContext
Retains references to PropertyInfos.
retainPropertyInfo - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Store properties, so that they can be recovered in the run (is here because of JSON encoding of Jersey).
run() - Method in interface com.sun.xml.bind.unmarshaller.Patcher
Runs an post-action.
run() - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.Patcher
 
RuntimeAnnotationReader - Interface in com.sun.xml.bind.v2.model.annotation
 
RuntimeArrayInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeAttributePropertyInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeBuiltinLeafInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeBuiltinLeafInfoImpl<T> - Class in com.sun.xml.bind.v2.model.impl
BuiltinLeafInfoImpl with a support for runtime.
RuntimeClassInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeElement - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeElementInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeElementPropertyInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeEnumLeafInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeInlineAnnotationReader - Class in com.sun.xml.bind.v2.model.annotation
AnnotationReader that uses java.lang.reflect to read annotations from class files.
RuntimeInlineAnnotationReader() - Constructor for class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
RuntimeLeafInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeMapPropertyInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeModelBuilder - Class in com.sun.xml.bind.v2.model.impl
ModelBuilder that works at the run-time by using the java.lang.reflect package.
RuntimeModelBuilder(JAXBContextImpl, RuntimeAnnotationReader, Map<Class, Class>, String) - Constructor for class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
 
RuntimeNonElement - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeNonElementRef - Interface in com.sun.xml.bind.v2.model.runtime
Runtime version of NonElementRef.
RuntimePropertyInfo - Interface in com.sun.xml.bind.v2.model.runtime
PropertyInfo that exposes more information.
RuntimeReferencePropertyInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeTypeInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeTypeInfoSet - Interface in com.sun.xml.bind.v2.model.runtime
TypeInfoSet refined for runtime.
RuntimeTypeRef - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeUtil - Class in com.sun.xml.bind.v2.runtime
 
RuntimeUtil() - Constructor for class com.sun.xml.bind.v2.runtime.RuntimeUtil
 
RuntimeUtil.ToStringAdapter - Class in com.sun.xml.bind.v2.runtime
XmlAdapter for printing arbitrary object by using Object.toString().
RuntimeValuePropertyInfo - Interface in com.sun.xml.bind.v2.model.runtime
 

S

SAX2DOMEx - Class in com.sun.xml.bind.marshaller
Builds a DOM tree from SAX2 events.
SAX2DOMEx() - Constructor for class com.sun.xml.bind.marshaller.SAX2DOMEx
Deprecated. 
SAX2DOMEx(DocumentBuilderFactory) - Constructor for class com.sun.xml.bind.marshaller.SAX2DOMEx
Creates a fresh empty DOM document and adds nodes under this document.
SAX2DOMEx(Node) - Constructor for class com.sun.xml.bind.marshaller.SAX2DOMEx
 
SAX2DOMEx(Node, boolean) - Constructor for class com.sun.xml.bind.marshaller.SAX2DOMEx
 
SAXConnector - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Receives SAX events and convert them to our internal events.
SAXConnector(XmlVisitor, LocatorEx) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
SAXException2 - Exception in com.sun.istack
SAXException that handles exception chaining correctly.
SAXException2(Exception) - Constructor for exception com.sun.istack.SAXException2
 
SAXException2(String) - Constructor for exception com.sun.istack.SAXException2
 
SAXException2(String, Exception) - Constructor for exception com.sun.istack.SAXException2
 
SAXOutput - Class in com.sun.xml.bind.v2.runtime.output
XmlOutput implementation that writes to SAX ContentHandler.
SAXOutput(ContentHandler) - Constructor for class com.sun.xml.bind.v2.runtime.output.SAXOutput
 
SAXParseException2 - Exception in com.sun.istack
SAXParseException that handles exception chaining correctly.
SAXParseException2(String, String, String, int, int) - Constructor for exception com.sun.istack.SAXParseException2
 
SAXParseException2(String, String, String, int, int, Exception) - Constructor for exception com.sun.istack.SAXParseException2
 
SAXParseException2(String, Locator) - Constructor for exception com.sun.istack.SAXParseException2
 
SAXParseException2(String, Locator, Exception) - Constructor for exception com.sun.istack.SAXParseException2
 
SaxSerializer - Class in com.sun.xml.txw2.output
SaxSerializer(SAXResult) - Constructor for class com.sun.xml.txw2.output.SaxSerializer
 
SaxSerializer(ContentHandler) - Constructor for class com.sun.xml.txw2.output.SaxSerializer
 
SaxSerializer(ContentHandler, LexicalHandler) - Constructor for class com.sun.xml.txw2.output.SaxSerializer
Creates an XmlSerializer that writes SAX events.
SaxSerializer(ContentHandler, LexicalHandler, boolean) - Constructor for class com.sun.xml.txw2.output.SaxSerializer
 
scan(Object) - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
 
scan(Document) - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
 
scan(Element) - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
 
scan(XmlNode) - Method in interface com.sun.xml.bind.unmarshaller.InfosetScanner
Parses the given DOM-ish element/document and generates SAX events.
scd(String) - Method in interface com.sun.xml.bind.v2.schemagen.episode.Bindings
 
Schema - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
schemaBindings() - Method in interface com.sun.xml.bind.v2.schemagen.episode.Bindings
 
SchemaBindings - Interface in com.sun.xml.bind.v2.schemagen.episode
 
schemaGenerator(String) - Static method in class com.sun.xml.bind.v2.TODO
When this method is called, it means that there is an unimplemeted portion of the spec in the schema generator.
schemaLocation(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Import
 
SchemaTop - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
SchemaTypeTransducer<V> - Class in com.sun.xml.bind.v2.runtime
Transducer that signals the runtime that this datatype is marshalled to a different XML Schema type.
SchemaTypeTransducer(Transducer<V>, QName) - Constructor for class com.sun.xml.bind.v2.runtime.SchemaTypeTransducer
 
Scope<BeanT,​PropT,​ItemT,​PackT> - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Holds the information about packing scope.
selectLoader(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LeafPropertyXsiLoader
 
selectLoader(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
Picks the loader to delegate to.
selectLoader(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.WildcardLoader
 
selectLoader(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
 
selectRootLoader(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Based on the tag name, determine what object to unmarshal, and then set a new object and its loader to the current unmarshaller state.
selectRootLoader(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
sequence() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ContentModelContainer
 
sequence() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.NestedParticle
 
sequence() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.TypeDefParticle
 
serializeAttributes(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
serializeAttributes(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Serializes attributes into the specified target.
serializeAttributes(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
Marshals one attribute.
serializeAttributes(CompositeStructure, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
 
serializeAttributes(JAXBElement, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
serializeBody(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
serializeBody(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Serializes child elements and texts into the specified target.
serializeBody(BeanT, XMLSerializer, Object) - Method in interface com.sun.xml.bind.v2.runtime.property.Property
 
serializeBody(BeanT, XMLSerializer, Object) - Method in class com.sun.xml.bind.v2.runtime.property.ValueProperty
 
serializeBody(CompositeStructure, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
 
serializeBody(JAXBElement, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
serializer - Variable in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
serializer - Variable in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
 
serializeRoot(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
serializeRoot(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Serializes the bean as the root element.
serializeRoot(CompositeStructure, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
 
serializeRoot(JAXBElement, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
serializeURIs(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
serializeURIs(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Declares all the namespace URIs this object is using at its top-level scope into the specified target.
serializeURIs(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
 
serializeURIs(BeanT, XMLSerializer) - Method in interface com.sun.xml.bind.v2.runtime.property.Property
 
serializeURIs(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.property.ValueProperty
 
serializeURIs(CompositeStructure, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
 
serializeURIs(JAXBElement, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
set(byte[], int, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
Fills in the data object by a portion of the byte[].
set(byte[], String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
Fills in the data object by the byte[] of the exact length.
set(int[], int, int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntArrayData
Sets the int[] data to this object.
set(BeanT, ValueT) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor.FieldReflection
 
set(BeanT, ValueT) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor.GetterOnlyReflection
 
set(BeanT, ValueT) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor.GetterSetterReflection
 
set(BeanT, ValueT) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor.ReadOnlyFieldReflection
 
set(BeanT, ValueT) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
Sets the value of the property of the given bean object.
set(B, V) - Method in class com.sun.xml.bind.api.RawAccessor
Sets the value of the property of the given bean object.
set(B, V) - Method in class com.sun.xml.bind.v2.runtime.reflect.NullSafeAccessor
 
set(Base64Data, String) - Method in class com.sun.xml.bind.v2.util.ByteArrayOutputStreamEx
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Boolean
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Byte
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Character
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Double
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Float
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Integer
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Long
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Ref
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Short
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Boolean
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Byte
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Character
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Double
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Float
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Integer
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Long
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Ref
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Short
 
set(String) - Method in class com.sun.xml.bind.v2.runtime.output.Encoded
 
set(DataHandler) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
Fills in the data object by a DataHandler.
setAdapter(Class<A>, A) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
setAdapter(Class<A>, A) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
setAllNillable(boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
setAnnotationReader(RuntimeAnnotationReader) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
setAttachmentMarshaller(AttachmentMarshaller) - Method in class com.sun.xml.bind.api.BridgeContext
Deprecated.
Sets the AttachmentMarshaller.
setAttachmentMarshaller(AttachmentMarshaller) - Method in class com.sun.xml.bind.v2.runtime.BridgeContextImpl
 
setAttachmentMarshaller(AttachmentMarshaller) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class com.sun.xml.bind.api.BridgeContext
Deprecated.
Sets the AttachmentUnmarshaller.
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class com.sun.xml.bind.v2.runtime.BridgeContextImpl
 
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
setAttribute(int, String, String, String, String, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Set an attribute in the list.
setAttributes(Attributes) - Method in class com.sun.xml.bind.util.AttributesImpl
Copy an entire Attributes object.
setBackup(Object) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
 
setBackupWithParentNamespace(Boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
setC14NSupport(boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
setClasses(Class[]) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
setContentHandler(ContentHandler) - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
 
setContentHandler(ContentHandler) - Method in interface com.sun.xml.bind.unmarshaller.InfosetScanner
Sets the ContentHandler.
setDefaultNsUri(String) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
setDisableSecurityProcessing(boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
setDocumentLocator(Locator) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
setDocumentLocator(Locator) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
setElementDefaultValue(String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
 
setEncoding(String) - Method in class com.sun.xml.txw2.output.XMLWriter
 
setErrorHandler(ErrorHandler) - Method in class com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl
 
setErrorHandler(ErrorHandler) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
Sets the error handler that receives errors found during reading annotations.
setErrorHandler(ErrorHandler) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
Sets the error handler that receives errors discovered during the model building.
setErrorHandler(ValidationEventHandler) - Method in class com.sun.xml.bind.api.BridgeContext
Deprecated.
Registers the error handler that receives unmarshalling/marshalling errors.
setErrorHandler(ValidationEventHandler) - Method in class com.sun.xml.bind.v2.runtime.BridgeContextImpl
 
setEscape(String, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.Encoded
Fill in the buffer by encoding the specified characters while escaping characters like <
setEventHandler(ValidationEventHandler) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
setExpectedMimeType(MimeType) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
This method is used by MimeTypedTransducer to set the expected MIME type for the encapsulated Transducer.
setFactories(Object) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
setHeader(String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Sets the header string.
setHeader(String) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
setHeader(String) - Method in class com.sun.xml.txw2.output.XMLWriter
Sets the header string.
setHiddenByOverride(boolean) - Method in interface com.sun.xml.bind.v2.runtime.property.Property
 
setImprovedXsiTypeHandling(boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
setIndentStep(int) - Method in class com.sun.xml.bind.marshaller.DataWriter
Deprecated.
Should use the version that takes string.
setIndentStep(int) - Method in class com.sun.xml.txw2.output.DataWriter
Deprecated.
Should use the version that takes string.
setIndentStep(int) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
Deprecated.
Should use the version that takes string.
setIndentStep(int) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
Deprecated.
Should use the version that takes string.
setIndentStep(String) - Method in class com.sun.xml.bind.marshaller.DataWriter
 
setIndentStep(String) - Method in class com.sun.xml.txw2.output.DataWriter
 
setIndentStep(String) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
 
setIndentStep(String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
 
setInlineBinaryFlag(boolean) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
setInputStream(InputStream) - Method in class com.sun.xml.bind.v2.util.DataSourceSource
 
setIntercepter(Intercepter) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
 
setLevel(Level) - Method in class com.sun.istack.logging.Logger
 
setLexicalHandler(LexicalHandler) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
 
setLifecycleFlags() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
use reflection to determine which of the 4 object lifecycle methods exist on the JAXB bound type.
setListener(Marshaller.Listener) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
setListener(Unmarshaller.Listener) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
setLoader(Loader) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
 
setLocalName(int, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Set the local name of a specific attribute.
setLocator(Locator) - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
Configures the locator object that the SAX ContentHandler will see.
setMaxErrorsCount(int) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
setNil(boolean) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
 
setObjectIdentityCycleDetection(boolean) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
setOutput(Writer, String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Set a new output destination for the document.
setOutput(Writer, String) - Method in class com.sun.xml.txw2.output.XMLWriter
Set a new output destination for the document.
setPrefixMapper(NamespacePrefixMapper) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
 
setPrefixMapper(NamespacePrefixMapper) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
setProperty(String, Object) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
setProperty(String, Object) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
setProperty(String, Object) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
setQName(int, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Set the qualified name of a specific attribute.
setReader(Reader) - Method in class com.sun.xml.bind.v2.util.DataSourceSource
 
setReceiver(Receiver) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
 
setRetainPropertyInfo(boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
setSchema(Schema) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
setSchema(Schema) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
setSchema(Schema) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
setSchemaType(QName) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
setSubclassReplacements(Map<Class, Class>) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
setSupressAccessorWarnings(boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
setSystemId(String) - Method in class com.sun.xml.txw2.output.TXWResult
 
setTagName(int, String, Object) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
 
setTagName(Name, Object) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
 
setTarget(Object) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
 
setter - Variable in class com.sun.xml.bind.v2.runtime.reflect.Accessor.GetterSetterReflection
 
SetterOnlyReflection(Method) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor.SetterOnlyReflection
 
setType(int, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Set the type of a specific attribute.
setTypeRefs(Collection<TypeReference>) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
setUnadapted(BeanT, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
Sets the value without adapting the value.
setURI(int, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Set the Namespace URI of a specific attribute.
setUseIdentity(boolean) - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
Set to false to use Object.equals(Object) to detect cycles.
setValidating(boolean) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
Deprecated.
since 2.0
setValue(int, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Set the value of a specific attribute.
setValue(V) - Method in class com.sun.xml.bind.v2.util.QNameMap.Entry
 
setWriter(TypedXmlWriter) - Method in class com.sun.xml.txw2.output.TXWResult
 
setXmlAccessorFactorySupport(boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
 
setXmlDecl(boolean) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Set whether the writer should print out the XML declaration (<?xml version='1.0' ... ?>).
setXmlDecl(boolean) - Method in class com.sun.xml.txw2.output.XMLWriter
Set whether the writer should print out the XML declaration (<?xml version='1.0' ... ?>).
severe(String) - Method in class com.sun.istack.logging.Logger
 
severe(String, Object[]) - Method in class com.sun.istack.logging.Logger
 
severe(String, Throwable) - Method in class com.sun.istack.logging.Logger
 
shouldErrorBeReported() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Based on current Logger Level and errorCounter value determines if error should be reported.
simpleContent() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexTypeModel
 
SimpleContent - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
SimpleDerivation - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
SimpleExtension - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
SimpleRestriction - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
SimpleRestrictionModel - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
simpleType() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.SimpleTypeHost
 
SimpleType - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
SimpleTypeHost - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
Single(Loader, Accessor) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader.Single
 
size() - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
 
size() - Method in class com.sun.xml.bind.v2.util.QNameMap
Returns the number of keys-value mappings in this map.
SKIP - com.sun.xml.bind.v2.model.core.WildcardMode
 
skippedEntity(String) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
skippedEntity(String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
smart - Static variable in interface com.sun.xml.bind.api.impl.NameConverter
Smarter converter used for RELAX NG support.
Snapshot(LocatorEx) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
 
source(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Appinfo
 
source(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Documentation
 
sourceLocation() - Method in interface com.sun.xml.bind.Locatable
 
StackRecorder - Class in com.sun.xml.bind.v2.util
Created to record the caller stack trace in logging.
StackRecorder() - Constructor for class com.sun.xml.bind.v2.util.StackRecorder
 
standard - Static variable in interface com.sun.xml.bind.api.impl.NameConverter
The name converter implemented by Code Model.
Standard() - Constructor for class com.sun.xml.bind.api.impl.NameConverter.Standard
 
start(Accessor<BeanT, PropT>, Lister<BeanT, PropT, ItemT, PackT>) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Scope
Starts the packing scope, without adding any item.
startCDATA() - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
 
startCDATA() - Method in class com.sun.xml.txw2.output.XMLWriter
 
startDocument() - Method in class com.sun.istack.FragmentContentHandler
 
startDocument() - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
startDocument() - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write the XML declaration at the beginning of the document.
startDocument() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
startDocument() - Method in class com.sun.xml.txw2.output.DomSerializer
 
startDocument() - Method in class com.sun.xml.txw2.output.DumpSerializer
 
startDocument() - Method in class com.sun.xml.txw2.output.SaxSerializer
 
startDocument() - Method in class com.sun.xml.txw2.output.StaxSerializer
 
startDocument() - Method in class com.sun.xml.txw2.output.StreamSerializer
 
startDocument() - Method in class com.sun.xml.txw2.output.TXWSerializer
 
startDocument() - Method in interface com.sun.xml.txw2.output.XmlSerializer
The first method to be called.
startDocument() - Method in class com.sun.xml.txw2.output.XMLWriter
Write the XML declaration at the beginning of the document.
startDocument(XmlOutput, boolean, String, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Reset this object to write to the specified output.
startDocument(LocatorEx, NamespaceContext) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
 
startDocument(LocatorEx, NamespaceContext) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
startDocument(LocatorEx, NamespaceContext) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
Notifies a start of the document.
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput
 
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput
 
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.SAXOutput
 
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.XMLEventWriterOutput
 
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
Called at the very beginning.
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
Called at the very beginning.
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
 
startDocument(ValidationEventHandler) - Method in class com.sun.xml.bind.IDResolver
Called when the unmarshalling starts.
startDTD(String, String, String) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
 
startDTD(String, String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
 
startElement(Name, Object) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
startElement(XmlOutput, Object) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
 
startElement(TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
 
startElement(TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
startElement(TagName) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
Notifies a start tag of a new element.
startElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.DefaultValueLoaderDecorator
 
startElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.DomLoader
 
startElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LeafPropertyXsiLoader
 
startElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
Called when the loader is activated, which is when a new start tag is seen and when the parent designated this loader as the child loader.
startElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
 
startElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
 
startElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.XsiTypeLoader
 
startElement(String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Start a new element without a qname, attributes or a Namespace URI.
startElement(String) - Method in class com.sun.xml.txw2.output.XMLWriter
Start a new element without a qname, attributes or a Namespace URI.
startElement(String, String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Start a new element without a qname or attributes.
startElement(String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
Start a new element without a qname or attributes.
startElement(String, String, String, Object) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
startElement(String, String, String, Attributes) - Method in class com.sun.xml.bind.marshaller.DataWriter
Write a start tag.
startElement(String, String, String, Attributes) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
startElement(String, String, String, Attributes) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write a start tag.
startElement(String, String, String, Attributes) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
startElement(String, String, String, Attributes) - Method in class com.sun.xml.txw2.output.DataWriter
Write a start tag.
startElement(String, String, String, Attributes) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
Write a start tag.
startElement(String, String, String, Attributes) - Method in class com.sun.xml.txw2.output.XMLWriter
Write a start tag.
startElementForce(String, String, String, Object) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Variation of XMLSerializer.startElement(String, String, String, Object) that forces a specific prefix.
startEntity(String) - Method in class com.sun.xml.txw2.output.IndentingXMLFilter
 
startEntity(String) - Method in class com.sun.xml.txw2.output.XMLWriter
 
startPacking(BeanT, Accessor<BeanT, PropT>) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister
Setting values to a multi-value property starts by creating a transient object called "pack" from the current field.
startPacking(BeanT, Accessor<BeanT, T>) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.CollectionLister
 
startPrefixMapping(String, String) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
startPrefixMapping(String, String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
 
startPrefixMapping(String, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
 
startPrefixMapping(String, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
startPrefixMapping(String, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
startPrefixMapping(String, String) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
Called before XmlVisitor.startElement(com.sun.xml.bind.v2.runtime.unmarshaller.TagName) event to notify a new namespace binding.
startPrefixMapping(String, String) - Method in class com.sun.xml.txw2.output.XMLWriter
 
startScope(int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Starts a new packing scope.
StAXExStreamWriterOutput - Class in com.sun.xml.bind.v2.runtime.output
XmlOutput for XMLStreamWriterEx.
StAXExStreamWriterOutput(XMLStreamWriterEx) - Constructor for class com.sun.xml.bind.v2.runtime.output.StAXExStreamWriterOutput
 
StaxSerializer - Class in com.sun.xml.txw2.output
XML serializer for StAX XMLStreamWriter.
StaxSerializer(XMLStreamWriter) - Constructor for class com.sun.xml.txw2.output.StaxSerializer
 
StaxSerializer(XMLStreamWriter, boolean) - Constructor for class com.sun.xml.txw2.output.StaxSerializer
 
StreamSerializer - Class in com.sun.xml.txw2.output
StreamSerializer(OutputStream) - Constructor for class com.sun.xml.txw2.output.StreamSerializer
 
StreamSerializer(OutputStream, String) - Constructor for class com.sun.xml.txw2.output.StreamSerializer
 
StreamSerializer(Writer) - Constructor for class com.sun.xml.txw2.output.StreamSerializer
 
StreamSerializer(StreamResult) - Constructor for class com.sun.xml.txw2.output.StreamSerializer
 
STRICT - com.sun.xml.bind.v2.model.core.WildcardMode
 
STRING - Static variable in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
 
StructureLoader - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Loads children of an element.
StructureLoader(ClassBeanInfoImpl) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
 
StructureLoaderBuilder - Interface in com.sun.xml.bind.v2.runtime.property
Component that contributes element unmarshallers into StructureLoader.
SUBCLASS_REPLACEMENTS - Static variable in class com.sun.xml.bind.api.JAXBRIContext
The property that you can specify to JAXBContext.newInstance(java.lang.String) to specify specific classes that replace the reference to generic classes.
subSequence(int, int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
Internally this is only used to split a text to a list, which doesn't happen that much for base64.
subSequence(int, int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntArrayData
 
subSequence(int, int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntData
 
substitutionGroup(QName) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.TopLevelElement
 
superClazz - Variable in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
ClassBeanInfoImpl that represents the super class of JaxBeanInfo.jaxbType.
SUPRESS_ACCESSOR_WARNINGS - Static variable in class com.sun.xml.bind.api.JAXBRIContext
Supress security warnings when trying to access fields through reflection.
supressAccessorWarnings - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Suppress reflection accessor warnings.
SWA_URI - Static variable in class com.sun.xml.bind.v2.WellKnownNamespace
 
SwaRefAdapter - Class in com.sun.xml.bind.v2.runtime
XmlAdapter that binds the value as a SOAP attachment.
SwaRefAdapter() - Constructor for class com.sun.xml.bind.v2.runtime.SwaRefAdapter
 
SwaRefAdapterMarker - Class in com.sun.xml.bind.v2.runtime
Marker class used to identify swaref attachments and to generate appropriate annotations later.
SwaRefAdapterMarker() - Constructor for class com.sun.xml.bind.v2.runtime.SwaRefAdapterMarker
 

T

tagName - Variable in class com.sun.xml.bind.api.TypeReference
The associated XML element name that the JAX-RPC uses with this type reference.
TagName - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Represents an XML tag name (and attributes for start tags.)
TagName() - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
 
tailor(InputStream, String, String, String...) - Static method in class com.sun.xml.bind.v2.bytecode.ClassTailor
Customizes a class file by replacing constant pools.
tailor(Class, String, String...) - Static method in class com.sun.xml.bind.v2.bytecode.ClassTailor
 
take() - Method in class com.sun.istack.Pool.Impl
Gets a new object from the pool.
take() - Method in interface com.sun.istack.Pool
Gets a new object from the pool.
targetNamespace(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Schema
 
text(byte[], int) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
Writes the given byte[] as base64 encoded binary to the output.
text(int) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
text(Pcdata, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput
 
text(Pcdata, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
text(Pcdata, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.IndentingUTF8XmlOutput
 
text(Pcdata, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput
 
text(Pcdata, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.SAXOutput
 
text(Pcdata, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.StAXExStreamWriterOutput
 
text(Pcdata, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
text(Pcdata, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.XMLEventWriterOutput
 
text(Pcdata, boolean) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
Writes XML text with character escaping, if necessary.
text(Pcdata, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
 
text(Pcdata, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
text(UnmarshallingContext.State, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.DomLoader
 
text(UnmarshallingContext.State, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LeafPropertyLoader
 
text(UnmarshallingContext.State, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
Called when this loaderis an active loaderand we see a chunk of text.
text(UnmarshallingContext.State, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
 
text(UnmarshallingContext.State, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.TextLoader
 
text(UnmarshallingContext.State, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.ValuePropertyLoader
 
text(CharSequence) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
 
text(CharSequence) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
text(CharSequence) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
Text events.
text(StringBuilder) - Method in class com.sun.xml.txw2.output.DomSerializer
 
text(StringBuilder) - Method in class com.sun.xml.txw2.output.DumpSerializer
 
text(StringBuilder) - Method in class com.sun.xml.txw2.output.SaxSerializer
 
text(StringBuilder) - Method in class com.sun.xml.txw2.output.StaxSerializer
 
text(StringBuilder) - Method in class com.sun.xml.txw2.output.StreamSerializer
 
text(StringBuilder) - Method in class com.sun.xml.txw2.output.TXWSerializer
 
text(StringBuilder) - Method in interface com.sun.xml.txw2.output.XmlSerializer
Writes PCDATA.
text(String, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput
 
text(String, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
text(String, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.IndentingUTF8XmlOutput
 
text(String, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput
 
text(String, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.SAXOutput
 
text(String, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
text(String, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.XMLEventWriterOutput
 
text(String, boolean) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
Writes XML text with character escaping, if necessary.
text(String, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
 
text(String, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Marshalls text.
TEXT_HANDLER - Static variable in interface com.sun.xml.bind.v2.runtime.property.StructureLoaderBuilder
Magic QName used to store a handler for the text.
TextLoader - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Unmarshals a text into an object.
TextLoader(Transducer) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.TextLoader
 
theInstance - Static variable in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
theInstance - Static variable in class com.sun.xml.bind.marshaller.DumbEscapeHandler
 
theInstance - Static variable in class com.sun.xml.bind.marshaller.MinimumEscapeHandler
 
theInstance - Static variable in class com.sun.xml.bind.marshaller.NoEscapeHandler
 
theInstance - Static variable in class com.sun.xml.txw2.output.DumbEscapeHandler
 
toClassName(String) - Method in class com.sun.xml.bind.api.impl.NameConverter.Standard
 
toClassName(String) - Method in interface com.sun.xml.bind.api.impl.NameConverter
converts a string into an identifier suitable for classes.
toConstantName(String) - Method in class com.sun.xml.bind.api.impl.NameConverter.Standard
 
toConstantName(String) - Method in interface com.sun.xml.bind.api.impl.NameConverter
converts a string into an identifier suitable for constants.
TODO - Class in com.sun.xml.bind.v2
Place holder for TODOs.
TODO() - Constructor for class com.sun.xml.bind.v2.TODO
 
toInterfaceName(String) - Method in class com.sun.xml.bind.api.impl.NameConverter.Standard
 
toInterfaceName(String) - Method in interface com.sun.xml.bind.api.impl.NameConverter
converts a string into an identifier suitable for interfaces.
toItemType() - Method in class com.sun.xml.bind.api.TypeReference
Creates a TypeReference for the item type, if this TypeReference represents a collection type.
toPackageName(String) - Method in class com.sun.xml.bind.api.impl.NameConverter.Standard
Computes a Java package name from a namespace URI, as specified in the spec.
toPackageName(String) - Method in interface com.sun.xml.bind.api.impl.NameConverter
Converts a namespace URI into a package name.
TopLevelAttribute - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
TopLevelElement - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
toPropertyName(String) - Method in class com.sun.xml.bind.api.impl.NameConverter.Standard
 
toPropertyName(String) - Method in interface com.sun.xml.bind.api.impl.NameConverter
converts a string into an identifier suitable for properties.
toQName() - Method in class com.sun.xml.bind.v2.runtime.Name
Creates a QName from this.
toString() - Method in class com.sun.xml.bind.util.ValidationEventLocatorExImpl
Returns a nice string representation for better debug experience.
toString() - Method in enum com.sun.xml.bind.v2.Messages
 
toString() - Method in class com.sun.xml.bind.v2.model.annotation.LocatableAnnotation
 
toString() - Method in class com.sun.xml.bind.v2.model.annotation.Quick
 
toString() - Method in class com.sun.xml.bind.v2.model.impl.ArrayInfoImpl
 
toString() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
toString() - Method in exception com.sun.xml.bind.v2.runtime.IllegalAnnotationException
Returns the exception name, message, and related information together in one string.
toString() - Method in exception com.sun.xml.bind.v2.runtime.IllegalAnnotationsException
 
toString() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
toString() - Method in interface com.sun.xml.bind.v2.runtime.Location
Returns a human-readable string that represents this position.
toString() - Method in class com.sun.xml.bind.v2.runtime.Name
 
toString() - Method in class com.sun.xml.bind.v2.runtime.output.Pcdata
 
toString() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
Returns the base64 encoded string of this data.
toString() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntArrayData
 
toString() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntData
 
toString() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
 
toString() - Method in class com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator
Debug information of what's in this XmlSchemaGenerator.
toString() - Method in class com.sun.xml.bind.v2.util.QNameMap.Entry
 
toString() - Method in class com.sun.xml.bind.v2.util.QNameMap
 
ToStringAdapter() - Constructor for class com.sun.xml.bind.v2.runtime.RuntimeUtil.ToStringAdapter
 
toVariableName(String) - Method in class com.sun.xml.bind.api.impl.NameConverter.Standard
 
toVariableName(String) - Method in interface com.sun.xml.bind.api.impl.NameConverter
Converts a string into an identifier suitable for variables.
toVMClassName(Class) - Static method in class com.sun.xml.bind.v2.bytecode.ClassTailor
Returns the class name in the JVM format (such as "java/lang/String")
toVMTypeName(Class) - Static method in class com.sun.xml.bind.v2.bytecode.ClassTailor
 
TransducedAccessor<BeanT> - Class in com.sun.xml.bind.v2.runtime.reflect
Accessor and Transducer combined into one object.
TransducedAccessor() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor
 
TransducedAccessor_field_Boolean - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template TransducedAccessor for a boolean field.
TransducedAccessor_field_Boolean() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Boolean
 
TransducedAccessor_field_Byte - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template TransducedAccessor for a byte field.
TransducedAccessor_field_Byte() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Byte
 
TransducedAccessor_field_Double - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template TransducedAccessor for a double field.
TransducedAccessor_field_Double() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Double
 
TransducedAccessor_field_Float - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template TransducedAccessor for a float field.
TransducedAccessor_field_Float() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Float
 
TransducedAccessor_field_Integer - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template TransducedAccessor for a byte field.
TransducedAccessor_field_Integer() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Integer
 
TransducedAccessor_field_Long - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template TransducedAccessor for a long field.
TransducedAccessor_field_Long() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Long
 
TransducedAccessor_field_Short - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template TransducedAccessor for a short field.
TransducedAccessor_field_Short() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Short
 
TransducedAccessor_method_Boolean - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template TransducedAccessor for a boolean field.
TransducedAccessor_method_Boolean() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Boolean
 
TransducedAccessor_method_Byte - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template TransducedAccessor for a byte field.
TransducedAccessor_method_Byte() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Byte
 
TransducedAccessor_method_Double - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template TransducedAccessor for a double field.
TransducedAccessor_method_Double() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Double
 
TransducedAccessor_method_Float - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template TransducedAccessor for a float field.
TransducedAccessor_method_Float() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Float
 
TransducedAccessor_method_Integer - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template TransducedAccessor for a byte field.
TransducedAccessor_method_Integer() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Integer
 
TransducedAccessor_method_Long - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template TransducedAccessor for a long field.
TransducedAccessor_method_Long() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Long
 
TransducedAccessor_method_Short - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Template TransducedAccessor for a short field.
TransducedAccessor_method_Short() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Short
 
TransducedAccessor.CompositeTransducedAccessorImpl<BeanT,​ValueT> - Class in com.sun.xml.bind.v2.runtime.reflect
Implementation of TransducedAccessor that simply combines a Transducer and Accessor.
Transducer<ValueT> - Interface in com.sun.xml.bind.v2.runtime
Responsible for converting a Java object to a lexical representation and vice versa.
TREAT_EVERYTHING_NILLABLE - Static variable in class com.sun.xml.bind.api.JAXBRIContext
The property that you can specify to JAXBContext.newInstance(java.lang.String) to allow unmarshaller to honor xsi:nil anywhere, even if they are not specifically allowed by the schema.
trim(CharSequence) - Static method in class com.sun.xml.bind.WhiteSpaceProcessor
Equivalent of String.trim().
txw - Variable in class com.sun.xml.txw2.output.TXWSerializer
 
TXW - Class in com.sun.xml.txw2
Entry point to TXW.
TxwException - Exception in com.sun.xml.txw2
Signals errors in the TXW processing.
TxwException(String) - Constructor for exception com.sun.xml.txw2.TxwException
 
TxwException(String, Throwable) - Constructor for exception com.sun.xml.txw2.TxwException
 
TxwException(Throwable) - Constructor for exception com.sun.xml.txw2.TxwException
 
TXWResult - Class in com.sun.xml.txw2.output
Allow you to wrap TypedXmlWriter into a Result so that it can be passed to ResultFactory.
TXWResult(TypedXmlWriter) - Constructor for class com.sun.xml.txw2.output.TXWResult
 
TXWSerializer - Class in com.sun.xml.txw2.output
Dummpy implementation to pass through TypedXmlWriter to TXW
TXWSerializer(TypedXmlWriter) - Constructor for class com.sun.xml.txw2.output.TXWSerializer
 
type - Variable in class com.sun.xml.bind.api.TypeReference
The Java type that's being referenced.
type - Variable in class com.sun.xml.bind.v2.model.core.Ref
The type being referenced.
type(QName) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.AttributeType
 
type(QName) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Element
 
TYPE_REFERENCES - Static variable in class com.sun.xml.bind.api.JAXBRIContext
The property that you can specify to JAXBContext.newInstance(java.lang.String) to put additional JAXB type references into the JAXBContext.
TypeCast - Class in com.sun.xml.bind.v2.util
 
TypeCast() - Constructor for class com.sun.xml.bind.v2.util.TypeCast
 
TypeDefParticle - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
TypedXmlWriter - Interface in com.sun.xml.txw2
Defines common operations for all typed XML writers. Root of all typed XML writer interfaces.
TypeHost - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
TypeInfo<T,​C> - Interface in com.sun.xml.bind.v2.model.core
TypeInfoSet<T,​C,​F,​M> - Interface in com.sun.xml.bind.v2.model.core
Root of models. Set of TypeInfos.
TypeRef<T,​C> - Interface in com.sun.xml.bind.v2.model.core
Information about a type referenced from ElementPropertyInfo.
TypeReference - Class in com.sun.xml.bind.api
A reference to a JAXB-bound type.
TypeReference(QName, Type, Annotation...) - Constructor for class com.sun.xml.bind.api.TypeReference
 
typesafeEnumClass() - Method in interface com.sun.xml.bind.v2.schemagen.episode.Bindings
Nested typesafeEnumClass customization

U

UNDEFINED_PREFIX - Static variable in class com.sun.xml.bind.unmarshaller.Messages
 
UNEXPECTED_ENTER_ATTRIBUTE - Static variable in class com.sun.xml.bind.unmarshaller.Messages
 
UNEXPECTED_ENTER_ELEMENT - Static variable in class com.sun.xml.bind.unmarshaller.Messages
 
UNEXPECTED_LEAVE_ATTRIBUTE - Static variable in class com.sun.xml.bind.unmarshaller.Messages
 
UNEXPECTED_LEAVE_CHILD - Static variable in class com.sun.xml.bind.unmarshaller.Messages
 
UNEXPECTED_LEAVE_ELEMENT - Static variable in class com.sun.xml.bind.unmarshaller.Messages
 
UNEXPECTED_ROOT_ELEMENT - Static variable in class com.sun.xml.bind.unmarshaller.Messages
 
UNEXPECTED_TEXT - Static variable in class com.sun.xml.bind.unmarshaller.Messages
 
union() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.SimpleDerivation
 
Union - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
unmarshal(BridgeContext, InputStream) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(BridgeContext, XMLStreamReader) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(BridgeContext, Source) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(BridgeContext, Node) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(InputStream) - Method in class com.sun.xml.bind.api.Bridge
Unmarshals the specified type object.
unmarshal(Object) - Method in class com.sun.xml.bind.AnyTypeAdapter
Noop.
unmarshal(String) - Method in class com.sun.xml.bind.v2.runtime.RuntimeUtil.ToStringAdapter
 
unmarshal(String) - Method in class com.sun.xml.bind.v2.runtime.SwaRefAdapter
 
unmarshal(String) - Method in class com.sun.xml.bind.v2.runtime.SwaRefAdapterMarker
 
unmarshal(Unmarshaller, InputStream) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(Unmarshaller, XMLStreamReader) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(Unmarshaller, Source) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(Unmarshaller, Node) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(XMLEventReader) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshal(XMLEventReader, Class<T>) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshal(XMLStreamReader) - Method in class com.sun.xml.bind.api.Bridge
Unmarshals the specified type object.
unmarshal(XMLStreamReader) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshal(XMLStreamReader, Class<T>) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshal(XMLStreamReader, AttachmentUnmarshaller) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(SAXSource) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
Deprecated.
unmarshal(Source) - Method in class com.sun.xml.bind.api.Bridge
Unmarshals the specified type object.
unmarshal(Source, Class<T>) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshal(Source, AttachmentUnmarshaller) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(Node) - Method in class com.sun.xml.bind.api.Bridge
Unmarshals the specified type object.
unmarshal(Node) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshal(Node, Class<T>) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshal(Node, AttachmentUnmarshaller) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(XMLReader, InputSource) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshal(XMLReader, InputSource, Class<T>) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshal(XmlNode) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
unmarshal(XmlNode, Class<T>) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
unmarshal0(InputStream, JaxBeanInfo) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshal0(XMLStreamReader, JaxBeanInfo) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshal0(Source, JaxBeanInfo) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshal0(Node, JaxBeanInfo) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshaller - Variable in class com.sun.xml.bind.v2.runtime.BridgeContextImpl
 
UnmarshallerChain - Class in com.sun.xml.bind.v2.runtime.property
Pass around a 'ticket dispenser' when creating new unmarshallers.
UnmarshallerChain(JAXBContextImpl) - Constructor for class com.sun.xml.bind.v2.runtime.property.UnmarshallerChain
 
UnmarshallerImpl - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Default Unmarshaller implementation.
UnmarshallerImpl(JAXBContextImpl, AssociationMap) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshallerPool - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
UnmarshallingContext - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Center of the unmarshalling.
UnmarshallingContext(UnmarshallerImpl, AssociationMap) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Creates a new unmarshaller.
UnmarshallingContext.State - Class in com.sun.xml.bind.v2.runtime.unmarshaller
State information for each element.
UNSUPPORTED_ENCODING - Static variable in class com.sun.xml.bind.marshaller.Messages
 
UNSUPPORTED_PROPERTY - com.sun.xml.bind.v2.Messages
 
UNSUPPORTED_RESULT - Static variable in class com.sun.xml.bind.marshaller.Messages
 
updateJAXB(XmlNode) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
updateXML(Object) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
updateXML(Object, XmlNode) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
uri - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
URI of the attribute/element name.
use(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the T for the given C.
use(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.LocalAttribute
 
USE_JAXB_PROPERTIES - Static variable in class com.sun.xml.bind.v2.ContextFactory
 
USE_OLD_GMONTH_MAPPING - Static variable in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
 
useNamespace() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
 
useNamespace() - Method in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
useNamespace() - Method in class com.sun.xml.bind.v2.runtime.reflect.ListTransducedAccessorImpl
 
useNamespace() - Method in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor
 
useNamespace() - Method in interface com.sun.xml.bind.v2.runtime.Transducer
If true, this Transducer doesn't declare any namespace, and therefore Transducer.declareNamespace(Object, XMLSerializer) is no-op.
UTF8XmlOutput - Class in com.sun.xml.bind.v2.runtime.output
XmlOutput implementation specialized for UTF-8.
UTF8XmlOutput(OutputStream, Encoded[], CharacterEscapeHandler) - Constructor for class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
Util - Class in com.sun.xml.bind.v2.schemagen
TODO: JAX-WS dependes on this class - consider moving it somewhere more stable, Notify JAX-WS before modifying anything...
Utils - Class in com.sun.xml.bind
 

V

ValidationEventLocatorEx - Interface in com.sun.xml.bind
Defines additional accessor methods for the event source location.
ValidationEventLocatorExImpl - Class in com.sun.xml.bind.util
 
ValidationEventLocatorExImpl(Object, String) - Constructor for class com.sun.xml.bind.util.ValidationEventLocatorExImpl
 
value() - Method in annotation type com.sun.xml.bind.annotation.OverrideAnnotationOf
 
value() - Method in annotation type com.sun.xml.bind.annotation.XmlIsSet
Deprecated.
Specifies the name of the property to attach to.
value() - Method in annotation type com.sun.xml.bind.XmlAccessorFactory
 
value() - Method in annotation type com.sun.xml.txw2.annotation.XmlAttribute
The local name of the attribute.
value() - Method in annotation type com.sun.xml.txw2.annotation.XmlElement
The local name of the element.
value() - Method in annotation type com.sun.xml.txw2.annotation.XmlNamespace
The namespace URI.
value(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.NoFixedFacet
 
VALUE - com.sun.xml.bind.v2.model.core.PropertyKind
 
valueList - Variable in class com.sun.xml.bind.v2.model.core.Ref
If the Ref.type is an array and it is a value list, true.
valueOf(String) - Static method in enum com.sun.xml.bind.v2.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.xml.bind.v2.model.core.ID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.xml.bind.v2.model.core.PropertyKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.xml.bind.v2.model.core.WildcardMode
Returns the enum constant of this type with the specified name.
ValueProperty<BeanT> - Class in com.sun.xml.bind.v2.runtime.property
Property implementation for XmlValue properties.
ValueProperty(JAXBContextImpl, RuntimeValuePropertyInfo) - Constructor for class com.sun.xml.bind.v2.runtime.property.ValueProperty
 
ValuePropertyInfo<T,​C> - Interface in com.sun.xml.bind.v2.model.core
ValuePropertyLoader - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Reads a text value and set to the current target.
ValuePropertyLoader(TransducedAccessor) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.ValuePropertyLoader
 
values - Variable in class com.sun.xml.bind.api.CompositeStructure
 
values() - Static method in enum com.sun.xml.bind.v2.Messages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.xml.bind.v2.model.core.ID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.xml.bind.v2.model.core.PropertyKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.xml.bind.v2.model.core.WildcardMode
Returns an array containing the constants of this enum type, in the order they are declared.
valueType - Variable in class com.sun.xml.bind.v2.runtime.reflect.Accessor
 
version(String) - Method in interface com.sun.xml.bind.v2.schemagen.episode.Bindings
 
version(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Schema
 
visit(Element) - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
Visits an element and its subtree.

W

warning(String) - Method in class com.sun.istack.logging.Logger
 
warning(String, Object[]) - Method in class com.sun.istack.logging.Logger
 
warning(String, Throwable) - Method in class com.sun.istack.logging.Logger
 
warning(SAXParseException) - Method in interface com.sun.xml.bind.api.ErrorListener
 
warning(SAXParseException) - Method in class com.sun.xml.bind.v2.runtime.Coordinator
 
warning(SAXParseException) - Method in class com.sun.xml.bind.v2.util.FatalAdapter
 
WellKnownNamespace - Class in com.sun.xml.bind.v2
Well-known namespace URIs.
which(Class) - Static method in class com.sun.xml.bind.util.Which
 
which(String, ClassLoader) - Static method in class com.sun.xml.bind.util.Which
Search the specified classloader for the given classname.
Which - Class in com.sun.xml.bind.util
Finds out where a class file is loaded from.
Which() - Constructor for class com.sun.xml.bind.util.Which
 
WhiteSpaceProcessor - Class in com.sun.xml.bind
Processes white space normalization.
WhiteSpaceProcessor() - Constructor for class com.sun.xml.bind.WhiteSpaceProcessor
 
Wildcard - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
Auto-generated, do not edit.
WildcardLoader - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Feed incoming events to DomHandler and builds a DOM tree.
WildcardLoader(DomHandler, WildcardMode) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.WildcardLoader
 
WildcardMode - Enum in com.sun.xml.bind.v2.model.core
Mode of the wildcard.
WildcardTypeInfo<T,​C> - Interface in com.sun.xml.bind.v2.model.core
Type referenced as a result of having the wildcard.
wrapUp() - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
wrapUp() - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
wrapUp() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Called at the end of the JAXBContext initialization phase to clean up any unnecessary references.
wrapUp() - Method in interface com.sun.xml.bind.v2.runtime.property.Property
Called at the end of the JAXBContext initialization phase to clean up any unnecessary references.
write(byte[]) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
write(byte[], int, int) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
write(char) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write a raw character.
write(int) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
Writes one byte directly into the buffer.
write(Name, JaxBeanInfo<T>, T, XmlOutput, Runnable) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
Used by BridgeImpl to write an arbitrary object as a fragment.
write(UTF8XmlOutput) - Method in class com.sun.xml.bind.v2.runtime.output.Encoded
Writes the encoded bytes to the given output stream.
write(String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write a raw string.
write(SchemaOutputResolver, ErrorListener) - Method in class com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator
Write out the schema documents.
writeAttribute(String, String, String, StringBuilder) - Method in class com.sun.xml.txw2.output.DomSerializer
 
writeAttribute(String, String, String, StringBuilder) - Method in class com.sun.xml.txw2.output.DumpSerializer
 
writeAttribute(String, String, String, StringBuilder) - Method in class com.sun.xml.txw2.output.SaxSerializer
 
writeAttribute(String, String, String, StringBuilder) - Method in class com.sun.xml.txw2.output.StaxSerializer
 
writeAttribute(String, String, String, StringBuilder) - Method in class com.sun.xml.txw2.output.StreamSerializer
 
writeAttribute(String, String, String, StringBuilder) - Method in class com.sun.xml.txw2.output.TXWSerializer
 
writeAttribute(String, String, String, StringBuilder) - Method in interface com.sun.xml.txw2.output.XmlSerializer
Writes an attribute.
writeCData(String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
 
writeCharacters(char[], int, int) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
 
writeCharacters(String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
 
writeDom(E, DomHandler<E, ?>, Object, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
writeEmptyElement(String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
 
writeEmptyElement(String, String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
 
writeEndElement() - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
 
writeEpisodeFile(XmlSerializer) - Method in class com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator
Writes out the episode file.
writeLeafElement(XMLSerializer, Name, BeanT, String) - Method in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
 
writeLeafElement(XMLSerializer, Name, BeanT, String) - Method in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor
Convenience method to write the value as a text inside an element without any attributes.
writeLeafElement(XMLSerializer, Name, Object, String) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_field_Integer
 
writeLeafElement(XMLSerializer, Name, Object, String) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.TransducedAccessor_method_Integer
 
writeLeafElement(XMLSerializer, Name, T, String) - Method in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
writeLeafElement(XMLSerializer, Name, T, String) - Method in class com.sun.xml.bind.v2.runtime.reflect.DefaultTransducedAccessor
 
writeLeafElement(XMLSerializer, Name, ValueT, String) - Method in interface com.sun.xml.bind.v2.runtime.Transducer
Sends the result of the Transducer.print(Object) operation to one of the XMLSerializer.leafElement(Name, String, String) method.
writeLeafElement(XMLSerializer, Name, V, String) - Method in class com.sun.xml.bind.v2.runtime.InlineBinaryTransducer
 
writeLeafElement(XMLSerializer, Name, V, String) - Method in class com.sun.xml.bind.v2.runtime.MimeTypedTransducer
 
writeLeafElement(XMLSerializer, Name, V, String) - Method in class com.sun.xml.bind.v2.runtime.SchemaTypeTransducer
 
writeNsDecl(int) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
Writes a single namespace declaration for the specified prefix.
writeNsDecls(int) - Method in class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput
Write namespace declarations after sorting them.
writeNsDecls(int) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
writeStartDocument() - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
 
writeStartDocument(String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
 
writeStartDocument(String, String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
 
writeStartElement(String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
 
writeStartElement(String, String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
 
writeStartElement(String, String, String) - Method in class com.sun.xml.txw2.output.IndentingXMLStreamWriter
 
writeText(XMLSerializer, BeanT, String) - Method in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
 
writeText(XMLSerializer, BeanT, String) - Method in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor
Invokes one of the XMLSerializer.text(String, String) method with the representation of data bested suited for this transduced accessor.
writeText(XMLSerializer, T, String) - Method in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
writeText(XMLSerializer, T, String) - Method in class com.sun.xml.bind.v2.runtime.reflect.DefaultTransducedAccessor
 
writeText(XMLSerializer, ValueT, String) - Method in interface com.sun.xml.bind.v2.runtime.Transducer
Sends the result of the Transducer.print(Object) operation to one of the XMLSerializer.text(String, String) method, but with the best representation of the value, not necessarily String.
writeText(XMLSerializer, V, String) - Method in class com.sun.xml.bind.v2.runtime.InlineBinaryTransducer
 
writeText(XMLSerializer, V, String) - Method in class com.sun.xml.bind.v2.runtime.MimeTypedTransducer
 
writeText(XMLSerializer, V, String) - Method in class com.sun.xml.bind.v2.runtime.SchemaTypeTransducer
 
writeTo(char[], int) - Method in class com.sun.xml.bind.v2.runtime.output.Pcdata
Writes itself to the character array.
writeTo(char[], int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
 
writeTo(UTF8XmlOutput) - Method in class com.sun.xml.bind.v2.runtime.output.Pcdata
Writes itself to UTF8XmlOutput.
writeTo(UTF8XmlOutput) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
 
writeTo(UTF8XmlOutput) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntArrayData
 
writeTo(UTF8XmlOutput) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntData
 
writeTo(XMLStreamWriter) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
 
writeXmlDecl(String) - Method in class com.sun.xml.bind.marshaller.DataWriter
 
writeXmlDecl(String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
 
writeXmlns(String, String) - Method in class com.sun.xml.txw2.output.DomSerializer
 
writeXmlns(String, String) - Method in class com.sun.xml.txw2.output.DumpSerializer
 
writeXmlns(String, String) - Method in class com.sun.xml.txw2.output.SaxSerializer
 
writeXmlns(String, String) - Method in class com.sun.xml.txw2.output.StaxSerializer
 
writeXmlns(String, String) - Method in class com.sun.xml.txw2.output.StreamSerializer
 
writeXmlns(String, String) - Method in class com.sun.xml.txw2.output.TXWSerializer
 
writeXmlns(String, String) - Method in interface com.sun.xml.txw2.output.XmlSerializer
Writes a namespace declaration.
writeXsiNilTrue() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Short for the following call sequence:

X

xacc - Variable in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
Heart of the conversion logic.
xducer - Variable in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
 
XML_HEADERS - Static variable in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
XML_MIME_URI - Static variable in class com.sun.xml.bind.v2.WellKnownNamespace
 
XML_NAMESPACE_URI - Static variable in class com.sun.xml.bind.v2.WellKnownNamespace
Deprecated.
Use javax.xml.XMLConstants.XML_NS_URI instead;
XML_SCHEMA - Static variable in class com.sun.xml.bind.v2.WellKnownNamespace
Deprecated.
Use javax.xml.XMLConstants.W3C_XML_SCHEMA_NS_URI instead;
XML_SCHEMA_INSTANCE - Static variable in class com.sun.xml.bind.v2.WellKnownNamespace
Deprecated.
Use javax.xml.XMLConstants.W3C_XML_SCHEMA_INSTANCE_NS_URI instead
XmlAccessorFactory - Annotation Type in com.sun.xml.bind
Identifies a user provided customized Accessor to be used.
XMLACCESSORFACTORY_SUPPORT - Static variable in class com.sun.xml.bind.api.JAXBRIContext
The property that you can specify to JAXBContext.newInstance(java.lang.String) enable support of XmlAccessorFactory annotation in the JAXBContext.
xmlAccessorFactorySupport - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Flag that user has provided a custom AccessorFactory for JAXB to use
XmlAttribute - Annotation Type in com.sun.xml.txw2.annotation
Specifies that the invocation of the method will produce an attribute.
XmlCDATA - Annotation Type in com.sun.xml.txw2.annotation
Used along with XmlElement to write a CDATA section, instead of the normal PCDATA.
XMLDECLARATION - Static variable in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
XmlElement - Annotation Type in com.sun.xml.txw2.annotation
Specifies the name of the XML element.
XMLEventWriterOutput - Class in com.sun.xml.bind.v2.runtime.output
XmlOutput that writes to StAX XMLEventWriter.
XMLEventWriterOutput(XMLEventWriter) - Constructor for class com.sun.xml.bind.v2.runtime.output.XMLEventWriterOutput
 
XmlFactory - Class in com.sun.xml.bind.v2.util
Provides helper methods for creating properly configured XML parser factory instances with namespace support turned on and configured for security.
XmlFactory() - Constructor for class com.sun.xml.bind.v2.util.XmlFactory
 
XmlIsSet - Annotation Type in com.sun.xml.bind.annotation
Deprecated.
this hasn't been implemented in the RI, and this hasn't been speced yet. I believe Joe asked for this feature. I'd like to drop this.
XmlLocation - Annotation Type in com.sun.xml.bind.annotation
Marks a property that receives a location from which the object is unmarshalled.
XmlNamespace - Annotation Type in com.sun.xml.txw2.annotation
Declares the namespace URI of the TypedXmlWriters in a package.
XmlOutput - Interface in com.sun.xml.bind.v2.runtime.output
Well-formed XML writer.
XmlOutputAbstractImpl - Class in com.sun.xml.bind.v2.runtime.output
Abstract implementation of XmlOutput Implements the optimal methods, where defer to the non-optimal methods.
XmlOutputAbstractImpl() - Constructor for class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
 
XmlSchemaGenerator<T,​C,​F,​M> - Class in com.sun.xml.bind.v2.schemagen
Generates a set of W3C XML Schema documents from a set of Java classes.
XmlSchemaGenerator(Navigator<T, C, F, M>, TypeInfoSet<T, C, F, M>) - Constructor for class com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator
 
XmlSerializer - Interface in com.sun.xml.txw2.output
Low-level typeless XML writer driven from TypedXmlWriter.
XMLSerializer - Class in com.sun.xml.bind.v2.runtime
Receives XML serialization event and writes to XmlOutput.
XMLStreamException2 - Exception in com.sun.istack
XMLStreamException that properly handles exception chaining.
XMLStreamException2(String) - Constructor for exception com.sun.istack.XMLStreamException2
 
XMLStreamException2(String, Throwable) - Constructor for exception com.sun.istack.XMLStreamException2
 
XMLStreamException2(String, Location) - Constructor for exception com.sun.istack.XMLStreamException2
 
XMLStreamException2(String, Location, Throwable) - Constructor for exception com.sun.istack.XMLStreamException2
 
XMLStreamException2(Throwable) - Constructor for exception com.sun.istack.XMLStreamException2
 
XMLStreamReaderToContentHandler - Class in com.sun.istack
This is a simple utility class that adapts StAX events from an XMLStreamReader to SAX events on a ContentHandler, bridging between the two parser technologies.
XMLStreamReaderToContentHandler(XMLStreamReader, ContentHandler, boolean, boolean) - Constructor for class com.sun.istack.XMLStreamReaderToContentHandler
 
XMLStreamReaderToContentHandler(XMLStreamReader, ContentHandler, boolean, boolean, String[]) - Constructor for class com.sun.istack.XMLStreamReaderToContentHandler
Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.
XMLStreamWriterOutput - Class in com.sun.xml.bind.v2.runtime.output
XmlOutput that writes to StAX XMLStreamWriter.
XMLStreamWriterOutput(XMLStreamWriter, CharacterEscapeHandler) - Constructor for class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
 
XmlValue - Annotation Type in com.sun.xml.txw2.annotation
Specifies that the invocation of the method will produce a text
XmlVisitor - Interface in com.sun.xml.bind.v2.runtime.unmarshaller
Walks the XML document structure.
XmlVisitor.TextPredictor - Interface in com.sun.xml.bind.v2.runtime.unmarshaller
 
XMLWriter - Class in com.sun.xml.bind.marshaller
Filter to write an XML document from a SAX event stream.
XMLWriter - Class in com.sun.xml.txw2.output
Filter to write an XML document from a SAX event stream.
XMLWriter(Writer, String) - Constructor for class com.sun.xml.bind.marshaller.XMLWriter
 
XMLWriter(Writer, String) - Constructor for class com.sun.xml.txw2.output.XMLWriter
 
XMLWriter(Writer, String, CharacterEscapeHandler) - Constructor for class com.sun.xml.bind.marshaller.XMLWriter
Create a new XML writer.
XMLWriter(Writer, String, CharacterEscapeHandler) - Constructor for class com.sun.xml.txw2.output.XMLWriter
Create a new XML writer.
XOP - Static variable in class com.sun.xml.bind.v2.WellKnownNamespace
 
XsiNilLoader - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Looks for xsi:nil='true' and sets the target to null.
XsiNilLoader(Loader) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
 
XsiNilLoader.Array - Class in com.sun.xml.bind.v2.runtime.unmarshaller
 
XsiNilLoader.Single - Class in com.sun.xml.bind.v2.runtime.unmarshaller
 
XsiTypeLoader - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Looks at @xsi:type and forwards to the right Loader.
XsiTypeLoader(JaxBeanInfo) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.XsiTypeLoader
 

_

_abstract(boolean) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexType
 
_abstract(boolean) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.TopLevelElement
 
_attribute(String, Object) - Method in interface com.sun.xml.txw2.TypedXmlWriter
Adds an attribute of the given name and the value.
_attribute(String, String, Object) - Method in interface com.sun.xml.txw2.TypedXmlWriter
Adds an attribute of the given name and the value.
_attribute(QName, Object) - Method in interface com.sun.xml.txw2.TypedXmlWriter
Adds an attribute of the given name and the value.
_cast(Class<T>) - Method in interface com.sun.xml.txw2.TypedXmlWriter
Returns a different interface for this typed XML Writer.
_cdata(Object) - Method in interface com.sun.xml.txw2.TypedXmlWriter
Appends CDATA section.
_comment(Object) - Method in interface com.sun.xml.txw2.TypedXmlWriter
Appends a comment.
_default(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.FixedOrDefault
 
_element(Class<T>) - Method in interface com.sun.xml.txw2.TypedXmlWriter
Appends a new child element.
_element(String, Class<T>) - Method in interface com.sun.xml.txw2.TypedXmlWriter
Appends a new child element.
_element(String, String, Class<T>) - Method in interface com.sun.xml.txw2.TypedXmlWriter
Appends a new child element.
_element(QName, Class<T>) - Method in interface com.sun.xml.txw2.TypedXmlWriter
Appends a new child element.
_final(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexType
 
_final(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.SimpleType
 
_final(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.TopLevelElement
 
_final(String[]) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexType
 
_final(String[]) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.SimpleType
 
_final(String[]) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.TopLevelElement
 
_getInstance() - Static method in class com.sun.xml.bind.v2.runtime.Coordinator
 
_import() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Schema
 
_namespace(String) - Method in interface com.sun.xml.txw2.TypedXmlWriter
Declares a new namespace URI on this element.
_namespace(String, boolean) - Method in interface com.sun.xml.txw2.TypedXmlWriter
Declares a new namespace URI on this element.
_namespace(String, String) - Method in interface com.sun.xml.txw2.TypedXmlWriter
Declares a new namespace URI on this element to a specific prefix.
_package() - Method in interface com.sun.xml.bind.v2.schemagen.episode.SchemaBindings
 
_parseBase64Binary(String) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_parseBoolean(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_parseByte(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_parseDateTime(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_parseDecimal(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_parseDouble(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_parseFloat(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_parseInt(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
Faster but less robust String->int conversion.
_parseInteger(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_parseLong(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_parseQName(CharSequence, NamespaceContext) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_parseShort(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_pcdata(Object) - Method in interface com.sun.xml.txw2.TypedXmlWriter
Appends text data.
_printBase64Binary(byte[]) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_printBase64Binary(byte[], int, int) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_printBase64Binary(byte[], int, int, byte[], int) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
Encodes a byte array into another byte array by first doing base64 encoding then encoding the result in ASCII.
_printBase64Binary(byte[], int, int, char[], int) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
Encodes a byte array into a char array by doing base64 encoding.
_printBase64Binary(byte[], int, int, XMLStreamWriter) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_printBoolean(boolean) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_printByte(byte) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_printDate(Calendar) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_printDateTime(Calendar) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_printDecimal(BigDecimal) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_printDouble(double) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_printFloat(float) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_printInt(int) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_printInteger(BigInteger) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_printLong(long) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_printQName(QName, NamespaceContext) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
_printShort(short) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Deprecated.
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes All Packages