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

$

$ref - Variable in class com.sun.tools.xjc.generator.bean.field.AbstractFieldWithVar.Accessor
Reference to the field bound by the target object.
$target - Variable in class com.sun.tools.xjc.generator.bean.field.AbstractField.Accessor
Evaluates to the target object this accessor should access.

A

AbortException - Exception in com.sun.tools.xjc
Signals the abortion of the compilation.
AbortException() - Constructor for exception com.sun.tools.xjc.AbortException
 
absorb(BindInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
Merges all the declarations inside the given BindInfo to this BindInfo.
AbstractCElement - Class in com.sun.tools.xjc.model
Partial default implementation of CElement.
AbstractCElement(Model, XSComponent, Locator, CCustomizations) - Constructor for class com.sun.tools.xjc.model.AbstractCElement
 
AbstractCTypeInfoImpl - Class in com.sun.tools.xjc.model
Partial implementation of CTypeInfo.
AbstractCTypeInfoImpl(Model, XSComponent, CCustomizations) - Constructor for class com.sun.tools.xjc.model.AbstractCTypeInfoImpl
 
AbstractDeclarationImpl - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Abstract partial implementation of BIDeclaration
AbstractDeclarationImpl(Locator) - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
Deprecated. 
AbstractDeclarationImpl() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
 
AbstractExtensionBindingChecker - Class in com.sun.tools.xjc.reader
Common code between DTDExtensionBindingChecker and ExtensionBindingChecker.
AbstractExtensionBindingChecker(String, Options, ErrorHandler) - Constructor for class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
 
AbstractField - Class in com.sun.tools.xjc.generator.bean.field
Useful base class for implementing FieldOutline.
AbstractField(ClassOutlineImpl, CPropertyInfo) - Constructor for class com.sun.tools.xjc.generator.bean.field.AbstractField
 
AbstractField.Accessor - Class in com.sun.tools.xjc.generator.bean.field
Useful base class for implementing FieldAccessor.
AbstractField.Accessor(JExpression) - Constructor for class com.sun.tools.xjc.generator.bean.field.AbstractField.Accessor
 
AbstractFieldWithVar - Class in com.sun.tools.xjc.generator.bean.field
 
AbstractFieldWithVar(ClassOutlineImpl, CPropertyInfo) - Constructor for class com.sun.tools.xjc.generator.bean.field.AbstractFieldWithVar
Invoke AbstractFieldWithVar.createField() after calling the constructor.
AbstractFieldWithVar.Accessor - Class in com.sun.tools.xjc.generator.bean.field
 
AbstractFieldWithVar.Accessor(JExpression) - Constructor for class com.sun.tools.xjc.generator.bean.field.AbstractFieldWithVar.Accessor
 
Abstractifier - Class in com.sun.tools.xjc.reader.xmlschema
ClassBinder that marks abstract components as abstract.
Abstractifier(ClassBinder) - Constructor for class com.sun.tools.xjc.reader.xmlschema.Abstractifier
 
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
 
AbstractListField - Class in com.sun.tools.xjc.generator.bean.field
Common code for property renderer that generates a List as its underlying data structure.
AbstractListField(ClassOutlineImpl, CPropertyInfo, boolean) - Constructor for class com.sun.tools.xjc.generator.bean.field.AbstractListField
Call AbstractListField.generate() method right after this.
AbstractListField.Accessor - Class in com.sun.tools.xjc.generator.bean.field
 
AbstractListField.Accessor(JExpression) - Constructor for class com.sun.tools.xjc.generator.bean.field.AbstractListField.Accessor
 
AbstractMappingImpl<InfoT extends CElement> - Class in com.sun.tools.xjc.api.impl.s2j
Partial common implementation between ElementMappingImpl and BeanMappingImpl
AbstractMappingImpl(JAXBModelImpl, InfoT) - Constructor for class com.sun.tools.xjc.api.impl.s2j.AbstractMappingImpl
 
AbstractReferenceFinderImpl - Class in com.sun.tools.xjc.reader.internalizer
XMLFilter that finds references to other schema files from SAX events.
AbstractReferenceFinderImpl(DOMForest) - Constructor for class com.sun.tools.xjc.reader.internalizer.AbstractReferenceFinderImpl
 
acc - Variable in class com.sun.tools.xjc.api.impl.s2j.ElementAdapter.FieldAccessorImpl
 
acc - Variable in class com.sun.xml.bind.v2.runtime.property.ArrayProperty
 
acc - Variable in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
 
accept(CPropertyVisitor<V>) - Method in class com.sun.tools.xjc.model.CAttributePropertyInfo
 
accept(CClassInfoParent.Visitor<T>) - Method in class com.sun.tools.xjc.model.CClassInfo
 
accept(CClassInfoParent.Visitor<T>) - Method in interface com.sun.tools.xjc.model.CClassInfoParent
 
accept(CClassInfoParent.Visitor<T>) - Method in class com.sun.tools.xjc.model.CClassInfoParent.Package
 
accept(CClassInfoParent.Visitor<T>) - Method in class com.sun.tools.xjc.model.CElementInfo
 
accept(CPropertyVisitor<V>) - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
accept(CPropertyVisitor<V>) - Method in class com.sun.tools.xjc.model.CPropertyInfo
 
accept(CPropertyVisitor<V>) - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
accept(CPropertyVisitor<V>) - Method in class com.sun.tools.xjc.model.CValuePropertyInfo
 
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.FieldReflection(Field) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor.FieldReflection
 
Accessor.GetterOnlyReflection<BeanT,ValueT> - Class in com.sun.xml.bind.v2.runtime.reflect
A version of Accessor.GetterSetterReflection thaat doesn't have any setter.
Accessor.GetterOnlyReflection(Method) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor.GetterOnlyReflection
 
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.GetterSetterReflection(Method, Method) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor.GetterSetterReflection
 
Accessor.ReadOnlyFieldReflection<BeanT,ValueT> - Class in com.sun.xml.bind.v2.runtime.reflect
Read-only access to Field.
Accessor.ReadOnlyFieldReflection(Field) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor.ReadOnlyFieldReflection
 
Accessor.SetterOnlyReflection<BeanT,ValueT> - Class in com.sun.xml.bind.v2.runtime.reflect
A version of Accessor.GetterSetterReflection thaat doesn't have any getter.
Accessor.SetterOnlyReflection(Method) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor.SetterOnlyReflection
 
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
 
AccessorInjector - Class in com.sun.xml.bind.v2.runtime.reflect.opt
 
AccessorInjector() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.AccessorInjector
 
activePlugins - Variable in class com.sun.tools.xjc.Options
Plugins that are enabled in this compilation.
adapt(TypeUse, CAdapter) - Static method in class com.sun.tools.xjc.model.TypeUseFactory
 
adapt(TypeUse, Class<? extends XmlAdapter>, boolean) - Static method in class com.sun.tools.xjc.model.TypeUseFactory
Creates a new adapter TypeUse by using the existing Adapter class.
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.
adapt(Adapter<Type, Class>) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
 
AdaptedAccessor<BeanT,InMemValueT,OnWireValueT> - Class in com.sun.xml.bind.v2.runtime.reflect
Accessor that adapts the value by using Adapter.
AdaptedAccessor(Class<OnWireValueT>, Accessor<BeanT, InMemValueT>, Class<? extends XmlAdapter<OnWireValueT, InMemValueT>>) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.AdaptedAccessor
 
AdaptedLister<BeanT,PropT,InMemItemT,OnWireItemT,PackT> - Class in com.sun.xml.bind.v2.runtime.reflect
Lister that adapts individual item types.
AdaptedLister(Lister<BeanT, PropT, InMemItemT, PackT>, Class<? extends XmlAdapter<OnWireItemT, InMemItemT>>) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.AdaptedLister
 
Adapter<TypeT,ClassDeclT> - Class in com.sun.xml.bind.v2.model.core
Adapter that wraps XmlJavaTypeAdapter.
Adapter(XmlJavaTypeAdapter, AnnotationReader<TypeT, ClassDeclT, ?, ?>, Navigator<TypeT, ClassDeclT, ?, ?>) - Constructor for class com.sun.xml.bind.v2.model.core.Adapter
 
Adapter(ClassDeclT, Navigator<TypeT, ClassDeclT, ?, ?>) - Constructor for class com.sun.xml.bind.v2.model.core.Adapter
 
adapter - Variable in class com.sun.xml.bind.v2.model.core.Ref
If the reference has an adapter, non-null.
adapterType - Variable in class com.sun.xml.bind.v2.model.core.Adapter
The adapter class.
add(CEnumLeafInfo) - Method in class com.sun.tools.xjc.model.Model
 
add(CClassInfo) - Method in class com.sun.tools.xjc.model.Model
 
add(CElementInfo) - Method in class com.sun.tools.xjc.model.Model
 
add(Element) - Method in class com.sun.tools.xjc.reader.gbind.ConnectedComponent
 
add(Class<T>, T) - Static method in class com.sun.tools.xjc.reader.Ring
 
add(T) - Static method in class com.sun.tools.xjc.reader.Ring
 
add(ClassInfoImpl<T, C, F, M>) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
Adds a new ClassInfo to the set.
add(EnumLeafInfoImpl<T, C, F, M>) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
Adds a new LeafInfo to the set.
add(ArrayInfoImpl<T, C, F, M>) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
add(ElementInfoImpl<T, C, F, M>, ModelBuilder<T, C, F, M>) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
add(Byte) - Method in class com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte.ByteArrayPack
 
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(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(ArrayInfo<T, C>) - Method in class com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator
 
add(QName, boolean, NonElement<T, C>) - Method in class com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator
Adds an additional element declaration.
addAllElements(Block) - Method in class com.sun.tools.xjc.reader.dtd.Element
 
addAllElements(Block) - Method in class com.sun.tools.xjc.reader.dtd.ModelGroup
 
addAllElements(Block) - Method in class com.sun.tools.xjc.reader.dtd.Occurence
 
addAllElements(Block) - Method in class com.sun.tools.xjc.reader.dtd.Term
 
addAttribute(String, String, String, String, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Add an attribute to the end of the list.
addBindFile(InputSource) - Method in class com.sun.tools.xjc.Options
Adds a new binding file.
addBindFile(File) - Method in class com.sun.tools.xjc.Options
Adds a new binding file.
addBindFileRecursive(File) - Method in class com.sun.tools.xjc.Options
Recursively scan directories and add all ".xjb" files in it.
addBinidng(Element) - Method in class com.sun.tools.xjc.reader.internalizer.SCDBasedBindingSet.Target
Adds a new binding declaration to be associated to the schema component identified by SCDBasedBindingSet.Target.scd.
addBuiltinConversions(BindInfo, Map<String, BIConversion>) - Static method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIUserConversion
Adds all built-in conversions into the given map.
addCatalog(File) - Method in class com.sun.tools.xjc.Options
Adds a new catalog file.
addConfiguredBinding(FileSet) - Method in class com.sun.tools.xjc.XJC2Task
Nested <binding> element.
addConfiguredDepends(FileSet) - Method in class com.sun.tools.xjc.XJC2Task
Nested <depends> element.
addConfiguredProduces(FileSet) - Method in class com.sun.tools.xjc.XJC2Task
Nested <produces> element.
addConfiguredSchema(FileSet) - Method in class com.sun.tools.xjc.XJC2Task
Nested <schema> element.
addConfiguredXMLCatalog(XMLCatalog) - Method in class com.sun.tools.xjc.XJC2Task
Add the catalog to our internal catalog
addConstructor(String...) - Method in class com.sun.tools.xjc.model.CClassInfo
Creates a new constructor declaration and adds it.
addDecl(BIDeclaration) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
Adds a new declaration.
addGrammar(InputSource) - Method in class com.sun.tools.xjc.Options
Adds a new input schema.
addGrammar(File) - Method in class com.sun.tools.xjc.Options
 
addGrammarRecursive(File) - Method in class com.sun.tools.xjc.Options
Recursively scan directories and add all XSD files in it.
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.
addNext(Element) - Method in class com.sun.tools.xjc.reader.gbind.Element
 
addNext(Element) - Method in interface com.sun.tools.xjc.reader.gbind.ElementSet
For each element in this set, adds an edge to the given element.
ADDON_USAGE - Static variable in class com.sun.tools.xjc.Messages
 
addOuter(XmlNode, Object) - Method in class com.sun.xml.bind.v2.runtime.AssociationMap
Records the new element<->outer peer association.
addParameter(JType, String) - Method in class com.sun.tools.xjc.generator.bean.MethodWriter
Adds a parameter to the previously declared method.
addParameter(Class, String) - Method in class com.sun.tools.xjc.generator.bean.MethodWriter
 
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.
addProperty(CPropertyInfo) - Method in class com.sun.tools.xjc.model.CClassInfo
Adds a new property.
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.
addRuntime(Class) - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
addRuntime(Class) - Method in interface com.sun.tools.xjc.outline.Outline
Copies the specified class into the user's package and returns a reference to it.
addTerm(Term) - Method in class com.sun.tools.xjc.reader.dtd.ModelGroup
 
addTo(CElementPropertyInfo) - Method in class com.sun.tools.xjc.reader.RawTypeSet
 
addTo(CReferencePropertyInfo) - Method in class com.sun.tools.xjc.reader.RawTypeSet
 
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, OnWireItemT) - Method in class com.sun.xml.bind.v2.runtime.reflect.AdaptedLister
 
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) 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
 
addToPack(PrimitiveArrayListerByte.ByteArrayPack, Byte) - Method in class com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte
 
addUsed(XmlNode) - Method in class com.sun.xml.bind.v2.runtime.AssociationMap
 
afterMarshal - Variable in class com.sun.xml.bind.v2.runtime.LifecycleMethods
 
afterUnmarshal - Variable in class com.sun.xml.bind.v2.runtime.LifecycleMethods
 
ALL - Static variable in class com.sun.tools.xjc.util.MimeTypeRange
 
all() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ContentModelContainer
 
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.
allocator - Variable in class com.sun.tools.xjc.model.Model
This allocator has the final say on deciding the class name.
allowDom - Variable in enum com.sun.xml.bind.v2.model.core.WildcardMode
 
allowExtensions - Variable in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
If false, any use of extensions is reported as an error.
allowTypedObject - Variable in enum com.sun.xml.bind.v2.model.core.WildcardMode
 
annotate(JAnnotatable) - Method in class com.sun.tools.xjc.api.impl.s2j.TypeAndAnnotationImpl
 
annotate(JAnnotatable) - Method in interface com.sun.tools.xjc.api.TypeAndAnnotation
Annotates the given program element by additional JAXB annotations that need to be there at the point of reference.
annotate(JAnnotatable) - Method in class com.sun.tools.xjc.generator.bean.field.AbstractField
Annotate the field according to the recipes given as CPropertyInfo.
annotateXMLSchema(XSSchemaSet) - Method in class com.sun.tools.xjc.ModelLoader
Annotates the obtained schema set.
annotation(XSAnnotation) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
annotation(XSAnnotation) - Method in class com.sun.tools.xjc.reader.xmlschema.ColorBinder
 
annotation(XSAnnotation) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
annotation(XSAnnotation) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
annotation(XSAnnotation) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
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.
AnnotationParser - Class in com.sun.tools.jxc.apt
This class behaves as a JAXB Annotation Processor, It reads the user specified typeDeclarations and the config files It also reads config files
AnnotationParser(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) - Constructor for class com.sun.tools.jxc.apt.AnnotationParser
 
AnnotationParserFactoryImpl - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Implementation of XSOM AnnotationParserFactory that parses JAXB customization declarations.
AnnotationParserFactoryImpl(Options) - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.AnnotationParserFactoryImpl
 
AnnotationProcessorFactoryImpl - Class in com.sun.tools.jxc.apt
AnnotationProcessorFactory for JAXB.
AnnotationProcessorFactoryImpl() - Constructor for class com.sun.tools.jxc.apt.AnnotationProcessorFactoryImpl
 
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.tools.xjc.api.Reference
The declaration from which annotations for the Reference.type is read.
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(XSWildcard.Any) - Method in class com.sun.tools.xjc.reader.xmlschema.WildcardNameClassBuilder
 
any() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ContentModelContainer
 
ANYTYPE - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
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
 
AnyTypeBeanInfo - Class in com.sun.xml.bind.v2.runtime
JaxBeanInfo for handling xs:anyType.
AnyTypeBeanInfo(JAXBContextImpl, RuntimeTypeInfo) - Constructor for class com.sun.xml.bind.v2.runtime.AnyTypeBeanInfo
 
AnyTypeImpl<T,C> - Class in com.sun.xml.bind.v2.model.impl
TypeInfo implementation for xs:anyType.
AnyTypeImpl(Navigator<T, C, ?, ?>) - Constructor for class com.sun.xml.bind.v2.model.impl.AnyTypeImpl
 
append(char) - Method in class com.sun.xml.bind.v2.runtime.output.Encoded
Appends a new character to the end of the buffer.
apply(XSSchemaSet, ErrorReceiver) - Method in class com.sun.tools.xjc.reader.internalizer.SCDBasedBindingSet
Applies the additional binding customizations.
APTClassLoader - Class in com.sun.tools.xjc.api.util
ClassLoader that loads APT and specified classes both into the same classloader, so that they can reference each other.
APTClassLoader(ClassLoader, String[]) - Constructor for class com.sun.tools.xjc.api.util.APTClassLoader
 
APTNavigator - Class in com.sun.tools.jxc.model.nav
Navigator implementation for APT.
APTNavigator(AnnotationProcessorEnvironment) - Constructor for class com.sun.tools.jxc.model.nav.APTNavigator
 
args - Variable in class com.sun.tools.xjc.model.nav.NParameterizedType
 
arguments - Variable in class com.sun.tools.jxc.apt.Options
 
ArrayBeanInfoImpl - Class in com.sun.xml.bind.v2.runtime
JaxBeanInfo implementation that binds T[] to a complex type with an element for each item.
ArrayBeanInfoImpl(JAXBContextImpl, RuntimeArrayInfo) - Constructor for class com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
 
ArrayElementLeafProperty<BeanT,ListT,ItemT> - Class in com.sun.xml.bind.v2.runtime.property
ArrayProperty that contains only one leaf type.
ArrayElementLeafProperty(JAXBContextImpl, RuntimeElementPropertyInfo) - Constructor for class com.sun.xml.bind.v2.runtime.property.ArrayElementLeafProperty
 
ArrayElementNodeProperty<BeanT,ListT,ItemT> - Class in com.sun.xml.bind.v2.runtime.property
ArrayProperty that contains node values.
ArrayElementNodeProperty(JAXBContextImpl, RuntimeElementPropertyInfo) - Constructor for class com.sun.xml.bind.v2.runtime.property.ArrayElementNodeProperty
 
ArrayElementProperty<BeanT,ListT,ItemT> - Class in com.sun.xml.bind.v2.runtime.property
Property implementation for multi-value property that maps to an element.
ArrayElementProperty(JAXBContextImpl, RuntimeElementPropertyInfo) - Constructor for class com.sun.xml.bind.v2.runtime.property.ArrayElementProperty
 
ArrayERProperty<BeanT,ListT,ItemT> - Class in com.sun.xml.bind.v2.runtime.property
Commonality between ArrayElementProperty and ArrayReferenceNodeProperty.
ArrayERProperty(JAXBContextImpl, RuntimePropertyInfo, QName, boolean) - Constructor for class com.sun.xml.bind.v2.runtime.property.ArrayERProperty
 
ArrayERProperty.ReceiverImpl - Class in com.sun.xml.bind.v2.runtime.property
Receiver that puts the child object into the Scope object.
ArrayERProperty.ReceiverImpl(int) - Constructor for class com.sun.xml.bind.v2.runtime.property.ArrayERProperty.ReceiverImpl
 
ArrayField - Class in com.sun.tools.xjc.generator.bean.field
Realizes a property as an "indexed property" as specified in the JAXB spec.
ArrayField(ClassOutlineImpl, CPropertyInfo) - Constructor for class com.sun.tools.xjc.generator.bean.field.ArrayField
 
ArrayField.Accessor - Class in com.sun.tools.xjc.generator.bean.field
 
ArrayField.Accessor(JExpression) - Constructor for class com.sun.tools.xjc.generator.bean.field.ArrayField.Accessor
 
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
 
ArrayProperty<BeanT,ListT,ItemT> - Class in com.sun.xml.bind.v2.runtime.property
Property implementation for multi-value properties (including arrays and collections.)
ArrayProperty(JAXBContextImpl, RuntimePropertyInfo) - Constructor for class com.sun.xml.bind.v2.runtime.property.ArrayProperty
 
ArrayReferenceNodeProperty<BeanT,ListT,ItemT> - Class in com.sun.xml.bind.v2.runtime.property
 
ArrayReferenceNodeProperty(JAXBContextImpl, RuntimeReferencePropertyInfo) - Constructor for class com.sun.xml.bind.v2.runtime.property.ArrayReferenceNodeProperty
 
arrays() - Method in class com.sun.tools.xjc.model.Model
No array mapping generation for XJC.
arrays() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns all the ArrayInfos known to this set.
arrays() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl
 
arrays() - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
arrays() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
asDecl(TypeMirror) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
asDecl(Class) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
asDecl(NType) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
asDecl(Class) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
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.
asDecl(Class) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the C representation for the given class.
asDecl(Type) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
asDecl(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
asElement() - Method in class com.sun.tools.xjc.model.CClassInfo
 
asElement() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
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
 
asElement() - Method in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
 
Aspect - Enum in com.sun.tools.xjc.outline
Sometimes a single JAXB-generated bean spans across multiple Java classes/interfaces.
ASSERT_FAILED - Static variable in class com.sun.xml.bind.marshaller.Messages
 
assignClassName(String, String) - Method in interface com.sun.tools.xjc.api.ClassNameAllocator
Hook that allows the client of the XJC API to rename some of the JAXB-generated classes.
assignClassName(String, String) - Method in class com.sun.tools.xjc.model.AutoClassNameAllocator
 
assignClassName(String, String) - Method in class com.sun.tools.xjc.model.ClassNameAllocatorWrapper
 
assignClassName(JPackage, String) - Method in class com.sun.tools.xjc.model.ClassNameAllocatorWrapper
 
assignClassName(CClassInfoParent, String) - Method in class com.sun.tools.xjc.model.ClassNameAllocatorWrapper
 
assignDfsPostOrder(Element) - Method in class com.sun.tools.xjc.reader.gbind.Element
Traverses the Element graph with DFS and set Element.prevPostOrder.
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
 
AssociationMap.Entry<XmlNode> - Class in com.sun.xml.bind.v2.runtime
 
AssociationMap.Entry() - Constructor for class com.sun.xml.bind.v2.runtime.AssociationMap.Entry
 
AT - Static variable in class com.sun.tools.xjc.Messages
 
attachmentMarshaller - Variable in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
attContainer(XSAttContainer) - Method in class com.sun.tools.xjc.reader.xmlschema.BindGreen
 
attGroupDecl(XSAttGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindBlue
 
attGroupDecl(XSAttGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindGreen
 
attGroupDecl(XSAttGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindPurple
 
attGroupDecl(XSAttGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindRed
 
attGroupDecl(XSAttGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindYellow
 
attGroupDecl(XSAttGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
attGroupDecl(XSAttGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
attGroupDecl(XSAttGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
attGroupDecl(XSAttGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
attName - Variable in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
Attribute name.
attribute(String) - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
Gets the attribute-property declaration, if any.
attribute(Name, 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.C14nXmlOutput
 
attribute(Name, 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.ForkXmlOutput
 
attribute(Name, 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.MTOMXmlOutput
 
attribute(int, String, String) - Method in class com.sun.xml.bind.v2.runtime.output.SAXOutput
 
attribute(Name, 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.UTF8XmlOutput
 
attribute(int, String, String) - Method in class com.sun.xml.bind.v2.runtime.output.XMLEventWriterOutput
 
attribute(Name, String) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
 
attribute(int, String, 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(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(String, String, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
attribute(Name, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
attributeDecl(String, String, String, String[], short, String) - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
attributeDecl(XSAttributeDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindBlue
 
attributeDecl(XSAttributeDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindGreen
 
attributeDecl(XSAttributeDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindPurple
 
attributeDecl(XSAttributeDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindRed
 
attributeDecl(XSAttributeDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindYellow
 
attributeDecl(XSAttributeDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
attributeDecl(XSAttributeDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
attributeDecl(XSAttributeDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
attributeDecl(XSAttributeDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
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.
AttributePropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> - Class in com.sun.xml.bind.v2.model.impl
 
AttributePropertyInfoImpl(ClassInfoImpl<TypeT, ClassDeclT, FieldT, MethodT>, PropertySeed<TypeT, ClassDeclT, FieldT, MethodT>) - Constructor for class com.sun.xml.bind.v2.model.impl.AttributePropertyInfoImpl
 
attributes - Variable in class com.sun.tools.xjc.reader.dtd.Element
List of attribute properties on this element
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.
attributeUse(XSAttributeUse) - Method in class com.sun.tools.xjc.reader.xmlschema.BindBlue
 
attributeUse(XSAttributeUse) - Method in class com.sun.tools.xjc.reader.xmlschema.BindGreen
 
attributeUse(XSAttributeUse) - Method in class com.sun.tools.xjc.reader.xmlschema.BindPurple
Attribute use always becomes a property.
attributeUse(XSAttributeUse) - Method in class com.sun.tools.xjc.reader.xmlschema.BindRed
 
attributeUse(XSAttributeUse) - Method in class com.sun.tools.xjc.reader.xmlschema.BindYellow
 
attributeUse(XSAttributeUse) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
attributeUse(XSAttributeUse) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
attributeUse(XSAttributeUse) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
attributeUse(XSAttributeUse) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
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
 
AutoClassNameAllocator - Class in com.sun.tools.xjc.model
ClassNameAllocator filter that performs automatic name conflict resolution.
AutoClassNameAllocator(ClassNameAllocator) - Constructor for class com.sun.tools.xjc.model.AutoClassNameAllocator
 
automaticNameConflictResolution - Variable in class com.sun.tools.xjc.Options
If true, try to resolve name conflicts automatically by assigning mechanical numbers.

B

backEdges - Variable in class com.sun.tools.xjc.reader.gbind.Element
 
backup - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
Hack for making JAXBElement unmarshalling work.
BadCommandLineException - Exception in com.sun.tools.xjc
Signals a bad command line argument.
BadCommandLineException(String) - Constructor for exception com.sun.tools.xjc.BadCommandLineException
 
BadCommandLineException(String, Throwable) - Constructor for exception com.sun.tools.xjc.BadCommandLineException
 
BadCommandLineException() - Constructor for exception com.sun.tools.xjc.BadCommandLineException
 
base - Variable in class com.sun.tools.xjc.model.CEnumLeafInfo
Represents the underlying type of this enumeration and its conversion.
BASE64_BYTE_ARRAY - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
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
 
baseType - Variable in class com.sun.tools.xjc.model.CPropertyInfo
If the base type of the property is overriden, this field is set to non-null.
baseType - Variable in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
 
Bean - Class in com.sun.xml.bind.v2.runtime.reflect.opt
Used by TransducedAccessor templates.
Bean() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
BeanGenerator - Class in com.sun.tools.xjc.generator.bean
Generates fields and accessors.
beanInfo - Variable in class com.sun.xml.bind.v2.runtime.property.TagAndType
 
beanInfos - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
All created JaxBeanInfos.
BeanMappingImpl - Class in com.sun.tools.xjc.api.impl.s2j
Partial implementation of Mapping for bean classes.
BeanMappingImpl(JAXBModelImpl, CClassInfo) - Constructor for class com.sun.tools.xjc.api.impl.s2j.BeanMappingImpl
 
beans() - Method in class com.sun.tools.xjc.model.Model
 
beans() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns all the ClassInfos known to this set.
beans() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl
 
beans() - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
Returns all the ClassInfos known to this set.
beans() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
beforeMarshal - Variable in class com.sun.xml.bind.v2.runtime.LifecycleMethods
 
beforeUnmarshal - Variable in class com.sun.xml.bind.v2.runtime.LifecycleMethods
 
begin() - Static method in class com.sun.tools.xjc.reader.Ring
Starts a new scope.
beginStartTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
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(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(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(Name) - 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(Name) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
Writes a start tag.
beginStartTag(int, String) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
 
beginStartTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
Writes a start tag.
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
 
BGMBuilder - Class in com.sun.tools.xjc.reader.xmlschema
Root of the XML Schema binder.
BGMBuilder(String, String, boolean, FieldRendererFactory) - Constructor for class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
 
bgmBuilder - Variable in class com.sun.tools.xjc.reader.xmlschema.ct.CTBuilder
 
BIAttribute - Class in com.sun.tools.xjc.reader.dtd.bindinfo
<attribute> declaration in the binding file.
BIAttribute(BIElement, Element) - Constructor for class com.sun.tools.xjc.reader.dtd.bindinfo.BIAttribute
Wraps a given <attribute> element.
BIClass - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Class declaration.
BIClass() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIClass
 
BIConstructor - Class in com.sun.tools.xjc.reader.dtd.bindinfo
<constructor> declaration in the binding file.
BIConstructor(Element) - Constructor for class com.sun.tools.xjc.reader.dtd.bindinfo.BIConstructor
 
BIContent - Class in com.sun.tools.xjc.reader.dtd.bindinfo
Particles in the <content> declaration in the binding file.
BIConversion - Interface in com.sun.tools.xjc.reader.dtd.bindinfo
conversion declaration (<conversion> and <enumeration>).
BIConversion - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Conversion declaration.
BIConversion(Locator) - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion
Deprecated. 
BIConversion() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion
 
BIConversion.Static - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Implementation that returns a statically-determined constant TypeUse.
BIConversion.Static(Locator, TypeUse) - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion.Static
 
BIConversion.User - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
User-specified <javaType> customization.
BIConversion.User(Locator, String, String, JType) - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion.User
 
BIConversion.User() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion.User
 
BIConversion.UserAdapter - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
 
BIConversion.UserAdapter() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion.UserAdapter
 
BIDeclaration - Interface in com.sun.tools.xjc.reader.xmlschema.bindinfo
Base interface for all binding customization declarations.
BIDom - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
DOM customization.
BIDom() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIDom
 
BIElement - Class in com.sun.tools.xjc.reader.dtd.bindinfo
<element> declaration in the binding file.
BIElement(BindInfo, Element) - Constructor for class com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
Wraps a given <element> element in the binding file.
BIEnum - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Enumeration customization.
BIEnum() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnum
 
BIEnum.BIEnumMember2 - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
BIEnumMember used inside BIEnum has additional 'value' attribute.
BIEnum.BIEnumMember2() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnum.BIEnumMember2
 
BIEnumeration - Class in com.sun.tools.xjc.reader.dtd.bindinfo
<enumeration> declaration in the binding file.
BIEnumMember - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Enumeration member customization.
BIEnumMember() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnumMember
 
BIFactoryMethod - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Controls the ObjectFactory method name.
BIFactoryMethod() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIFactoryMethod
 
BIG_DECIMAL - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
BIG_INTEGER - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
BIGlobalBinding - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Global binding customization.
BIGlobalBinding() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
Creates a bind info object with the default values
BIGlobalBinding.ClassNameAdapter - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
 
BIGlobalBinding.ClassNameAdapter() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding.ClassNameAdapter
 
BIGlobalBinding.ClassNameBean - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Used to unmarshal <[element] name="className" />
BIGlobalBinding.ClassNameBean() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding.ClassNameBean
 
BIGlobalBinding.GlobalStandardConversion - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Global <jaxb:javaType>.
BIGlobalBinding.GlobalStandardConversion() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding.GlobalStandardConversion
 
BIGlobalBinding.GlobalVendorConversion - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Global <xjc:javaType>.
BIGlobalBinding.GlobalVendorConversion() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding.GlobalVendorConversion
 
BIInlineBinaryData - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Generates @XmlInlineBinaryData.
BIInlineBinaryData() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIInlineBinaryData
 
BIInterface - Class in com.sun.tools.xjc.reader.dtd.bindinfo
<interface> declaration in the binding file.
BIInterface(Element) - Constructor for class com.sun.tools.xjc.reader.dtd.bindinfo.BIInterface
 
bind(Collection<Reference>, Map<QName, Reference>, String, AnnotationProcessorEnvironment) - Method in class com.sun.tools.xjc.api.impl.j2s.JavaCompilerImpl
 
bind() - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
bind(Collection<Reference>, Map<QName, Reference>, String, AnnotationProcessorEnvironment) - Method in interface com.sun.tools.xjc.api.JavaCompiler
Compiles the given annotated Java source code.
bind() - Method in interface com.sun.tools.xjc.api.SchemaCompiler
Obtains the compiled schema object model.
bind() - Method in class com.sun.tools.xjc.reader.dtd.Element
 
bind(String, Object) - Method in class com.sun.xml.bind.IDResolver
Binds the given object to the specified ID.
bind(String, Object) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.DefaultIDResolver
 
BindBlue - Class in com.sun.tools.xjc.reader.xmlschema
This is the first color invoked from the parent component.
BindBlue() - Constructor for class com.sun.tools.xjc.reader.xmlschema.BindBlue
 
BinderImpl<XmlNode> - Class in com.sun.xml.bind.v2.runtime
Implementation of Binder.
BinderImpl(JAXBContextImpl, InfosetScanner<XmlNode>) - Constructor for class com.sun.xml.bind.v2.runtime.BinderImpl
 
BindGreen - Class in com.sun.tools.xjc.reader.xmlschema
 
BindGreen() - Constructor for class com.sun.tools.xjc.reader.xmlschema.BindGreen
 
BindInfo - Class in com.sun.tools.xjc.reader.dtd.bindinfo
Root of the binding information.
BindInfo(Model, InputSource, ErrorReceiver) - Constructor for class com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
 
BindInfo(Model, Document, ErrorReceiver) - Constructor for class com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
 
bindInfo - Variable in class com.sun.tools.xjc.reader.dtd.TDTDReader
binding information.
BindInfo - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Container for customization declarations.
BindInfo() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
 
BindingComponent - Class in com.sun.tools.xjc.reader.xmlschema
Component accessible from Ring.
BindingComponent() - Constructor for class com.sun.tools.xjc.reader.xmlschema.BindingComponent
 
bindingFileSchema - Static variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
Lazily parsed schema for the binding file.
Bindings - Interface in com.sun.xml.bind.v2.schemagen.episode
 
bindings() - Method in interface com.sun.xml.bind.v2.schemagen.episode.Bindings
Nested bindings.
BindPurple - Class in com.sun.tools.xjc.reader.xmlschema
 
BindPurple() - Constructor for class com.sun.tools.xjc.reader.xmlschema.BindPurple
 
bindQueue - Variable in class com.sun.tools.xjc.reader.relaxng.RELAXNGCompiler
Classes that need to be bound.
BindRed - Class in com.sun.tools.xjc.reader.xmlschema
This is where a binding of a new class starts.
BindRed() - Constructor for class com.sun.tools.xjc.reader.xmlschema.BindRed
 
BindStyle - Enum in com.sun.tools.xjc.reader.relaxng
 
bindToType(XSComponent, XSComponent) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
Checks if the given component is being mapped to a type.
bindToType(XSElementDecl, XSComponent) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
 
bindToType(XSComplexType, XSComponent, boolean) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
 
bindToType(XSType, XSComponent) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
 
BindYellow - Class in com.sun.tools.xjc.reader.xmlschema
 
BindYellow() - Constructor for class com.sun.tools.xjc.reader.xmlschema.BindYellow
 
BIProperty - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Property customization.
BIProperty(Locator, String, String, BIProperty.BaseTypeBean, CollectionTypeAttribute, Boolean, OptionalPropertyMode, Boolean) - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
 
BIProperty() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
 
BISchemaBinding - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Schema-wide binding customization.
BISchemaBinding() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BISchemaBinding
 
BISchemaBinding.NamingRule - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Default naming rules of the generated interfaces.
BISchemaBinding.NamingRule(String, String) - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BISchemaBinding.NamingRule
 
BISchemaBinding.NamingRule() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BISchemaBinding.NamingRule
 
BISerializable - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
This customization will enable serialization support on XJC.
BISerializable() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BISerializable
 
BIUserConversion - Class in com.sun.tools.xjc.reader.dtd.bindinfo
<conversion> declaration in the binding file.
BIUserConversion(BindInfo, Element) - Constructor for class com.sun.tools.xjc.reader.dtd.bindinfo.BIUserConversion
Wraps a given <conversion> element in the binding file.
BIXDom - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Compatibility with 1.0.
BIXDom() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIXDom
 
BIXPluginCustomization - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Customization specified via Plugin.getCustomizationURIs().
BIXPluginCustomization(Element, Locator) - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIXPluginCustomization
 
BIXSubstitutable - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Forces a non-collapsing behavior to allow extension schemas to perform element substitutions.
BIXSubstitutable() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIXSubstitutable
 
Block - Class in com.sun.tools.xjc.reader.dtd
 
Block(boolean, boolean) - Constructor for class com.sun.tools.xjc.reader.dtd.Block
 
BlockReference - Interface in com.sun.tools.xjc.generator.util
Holds a reference to a JBlock object.
BOOLEAN - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
BOOLEAN_ZERO_OR_ONE - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
boolean restricted to 0 or 1.
boundElements - Variable in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
UGLY HACK.
box(JExpression) - Method in class com.sun.tools.xjc.generator.bean.field.AbstractListField.Accessor
 
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<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
 
bridge() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector
 
bridge() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXEventConnector
 
bridge() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector
 
BridgeAdapter<OnWire,InMemory> - Class in com.sun.xml.bind.v2.runtime
Bridge decorator for XmlAdapter.
BridgeAdapter(InternalBridge<OnWire>, Class<? extends XmlAdapter<OnWire, InMemory>>) - Constructor for class com.sun.xml.bind.v2.runtime.BridgeAdapter
 
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.
BridgeContextImpl(JAXBContextImpl) - Constructor for class com.sun.xml.bind.v2.runtime.BridgeContextImpl
 
BridgeImpl<T> - Class in com.sun.xml.bind.v2.runtime
Bridge implementaiton.
BridgeImpl(JAXBContextImpl, Name, JaxBeanInfo<T>, TypeReference) - Constructor for class com.sun.xml.bind.v2.runtime.BridgeImpl
 
bridges - Variable in class com.sun.xml.bind.api.CompositeStructure
 
buf - Variable in class com.sun.xml.bind.v2.runtime.output.Encoded
 
buf - Variable in class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
 
buf - Variable in class com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte.ByteArrayPack
 
buffer - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector
SAX may fire consective characters event, but we don't allow it.
build(RELAXNGCompiler, DPattern, Multiplicity) - Static method in class com.sun.tools.xjc.reader.relaxng.RawTypeSetBuilder
 
build(DPattern, JCodeModel, Options) - Static method in class com.sun.tools.xjc.reader.relaxng.RELAXNGCompiler
 
build(XSSchemaSet, JCodeModel, ErrorReceiver, Options) - Static method in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
Entry point.
build(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.ChoiceContentComplexTypeBuilder
 
build(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.ComplexTypeFieldBuilder
Binds a complex type to a field expression.
build(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.CTBuilder
Binds the given complex type.
build(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.ExtendedComplexTypeBuilder
 
build(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.FreshComplexTypeBuilder
 
build(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.MixedComplexTypeBuilder
 
build(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.RestrictedComplexTypeBuilder
 
build(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.STDerivedComplexTypeBuilder
 
build(XSParticle, Collection<XSParticle>) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultParticleBinder
 
build(XSParticle, Collection<XSParticle>) - Method in class com.sun.tools.xjc.reader.xmlschema.ExpressionParticleBinder
 
build(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.ParticleBinder
Builds the CPropertyInfos from the given particle (and its descendants), and set them to the class returned by ClassSelector.getCurrentBean().
build(XSParticle, Collection<XSParticle>) - Method in class com.sun.tools.xjc.reader.xmlschema.ParticleBinder
The version of the build method that forces a specified set of particles to become a property.
build(XSParticle, boolean) - Static method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder
 
build(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.SimpleTypeBuilder
Entry point from outside.
build(XSWildcard) - Static method in class com.sun.tools.xjc.reader.xmlschema.WildcardNameClassBuilder
 
build() - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.Pack
 
build() - Method in class com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte.ByteArrayPack
 
BUILD_ID - Static variable in class com.sun.tools.xjc.Messages
 
buildChildElementUnmarshallers(UnmarshallerChain, QNameMap<ChildLoader>) - Method in class com.sun.xml.bind.v2.runtime.property.ArrayERProperty
 
buildChildElementUnmarshallers(UnmarshallerChain, QNameMap<ChildLoader>) - Method in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
 
buildChildElementUnmarshallers(UnmarshallerChain, QNameMap<ChildLoader>) - Method in class com.sun.xml.bind.v2.runtime.property.ListElementProperty
 
buildChildElementUnmarshallers(UnmarshallerChain, QNameMap<ChildLoader>) - Method in class com.sun.xml.bind.v2.runtime.property.SingleElementLeafProperty
 
buildChildElementUnmarshallers(UnmarshallerChain, QNameMap<ChildLoader>) - Method in class com.sun.xml.bind.v2.runtime.property.SingleElementNodeProperty
 
buildChildElementUnmarshallers(UnmarshallerChain, QNameMap<ChildLoader>) - Method in class com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty
 
buildChildElementUnmarshallers(UnmarshallerChain, QNameMap<ChildLoader>) - Method in class com.sun.xml.bind.v2.runtime.property.SingleReferenceNodeProperty
 
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
 
buildDAG(ElementSet) - Method in class com.sun.tools.xjc.reader.gbind.Choice
 
buildDAG(ElementSet) - Method in class com.sun.tools.xjc.reader.gbind.Element
 
buildDAG(ElementSet) - Method in class com.sun.tools.xjc.reader.gbind.Expression
Builds up a DAG among Elements in this expression.
buildDAG(ElementSet) - Method in class com.sun.tools.xjc.reader.gbind.OneOrMore
 
buildDAG(ElementSet) - Method in class com.sun.tools.xjc.reader.gbind.Sequence
 
buildDef(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.SimpleTypeBuilder
A version of the SimpleTypeBuilder.build(XSSimpleType) method used to bind the definition of a class generated from the given simple type.
buildDOMForest(InternalizationLogic) - Method in class com.sun.tools.xjc.ModelLoader
Builds DOMForest and performs the internalization.
buildDrilldown(CClassInfo) - Method in class com.sun.tools.xjc.api.impl.s2j.AbstractMappingImpl
Derived classes can use this method to implement AbstractMappingImpl.calcDrilldown().
builder - Variable in class com.sun.tools.xjc.reader.xmlschema.ColorBinder
 
builder - Variable in class com.sun.tools.xjc.reader.xmlschema.ct.CTBuilder
 
builder - Variable in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
builder - Variable in class com.sun.tools.xjc.reader.xmlschema.ParticleBinder
 
builder - Variable in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder
 
builder - Variable in class com.sun.tools.xjc.reader.xmlschema.SimpleTypeBuilder
 
builder - Variable in class com.sun.xml.bind.v2.model.impl.TypeInfoImpl
Reference to the ModelBuilder, only until we link TypeInfos all together, because we don't want to keep ModelBuilder too long.
buildStronglyConnectedComponents(List<ConnectedComponent>) - Method in class com.sun.tools.xjc.reader.gbind.Element
Builds a set of strongly connected components and puts them all into the given set.
BUILTIN - Static variable in class com.sun.tools.xjc.reader.relaxng.DatatypeLib
Datatype library for the built-in type.
builtinBeanInfos - Static variable in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
List of all RuntimeBuiltinLeafInfoImpls.
builtinConversions - Static variable in class com.sun.tools.xjc.reader.xmlschema.SimpleTypeBuilder
TypeUses for the built-in types.
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 class com.sun.tools.xjc.model.Model
 
builtins() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns all the BuiltinLeafInfos known to this set.
builtins() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl
 
builtins() - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
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
 
BYTE - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
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

c - Variable in class com.sun.tools.xjc.model.nav.EagerNClass
 
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.
C14nSupport_ArchitectureDocument - Class in com.sun.xml.bind.api
Canonical XML Support in the JAXB RI
C14nSupport_ArchitectureDocument() - Constructor for class com.sun.xml.bind.api.C14nSupport_ArchitectureDocument
 
C14nXmlOutput - Class in com.sun.xml.bind.v2.runtime.output
XmlOutput that generates canonical XML.
C14nXmlOutput(OutputStream, Encoded[], boolean) - Constructor for class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput
 
C14nXmlOutput.DynamicAttribute - Class in com.sun.xml.bind.v2.runtime.output
 
C14nXmlOutput.DynamicAttribute(int, String, String) - Constructor for class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput.DynamicAttribute
 
C14nXmlOutput.StaticAttribute - Class in com.sun.xml.bind.v2.runtime.output
 
C14nXmlOutput.StaticAttribute() - Constructor for class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput.StaticAttribute
 
CAdapter - Class in com.sun.tools.xjc.model
Extended Adapter for use within XJC.
CAdapter(Class<? extends XmlAdapter>, boolean) - Constructor for class com.sun.tools.xjc.model.CAdapter
When the adapter class is statically known to us.
CAdapter(JClass) - Constructor for class com.sun.tools.xjc.model.CAdapter
 
calcArrayTypeName(QName) - Static method in class com.sun.xml.bind.v2.model.impl.ArrayInfoImpl
Computes the type name of the array from that of the item type.
calcConstants() - Method in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
Build EnumConstants and discover/report any error in it.
calcDefaultValues() - Method in class com.sun.tools.xjc.generator.bean.PackageOutlineImpl
Compute the most common namespace URI in this package (to put into XmlSchema.namespace() and what value we should put into XmlSchema.elementFormDefault().
calcDrilldown() - Method in class com.sun.tools.xjc.api.impl.s2j.AbstractMappingImpl
 
calcDrilldown() - Method in class com.sun.tools.xjc.api.impl.s2j.BeanMappingImpl
 
calcDrilldown() - Method in class com.sun.tools.xjc.api.impl.s2j.ElementMappingImpl
 
calcExpectedMediaType(AnnotationSource, ModelBuilder) - Static method in class com.sun.xml.bind.v2.model.impl.Util
 
calcSchemaType(AnnotationReader<T, C, F, M>, AnnotationSource, C, T, Locatable) - Static method in class com.sun.xml.bind.v2.model.impl.Util
 
calcXmlName(XmlElement) - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
Computes the tag name from a XmlElement by taking the defaulting into account.
calcXmlName(XmlElementWrapper) - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
Computes the tag name from a XmlElementWrapper by taking the defaulting into account.
CALENDAR - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
canBeMappedToTypeSafeEnum(QName) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
Checks if the given XML Schema built-in type can be mapped to a type-safe enum class.
canBeMappedToTypeSafeEnum(String, String) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
canBeMappedToTypeSafeEnum(XSDeclaration) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
canBeMappedToTypeSafeEnum(XSSimpleType) - Static method in class com.sun.tools.xjc.reader.xmlschema.SimpleTypeBuilder
Returns true if the given simple type can be mapped to a type-safe enum class.
canBeReferencedByIDREF() - Method in class com.sun.tools.xjc.model.AbstractCTypeInfoImpl
Deprecated. why are you calling an unimplemented method?
canBeReferencedByIDREF() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
Deprecated. why are you calling the method whose return value is known?
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.AnyTypeImpl
Deprecated. why are you calling a method whose return value is always known?
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.
canBeReferencedByIDREF() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl
Deprecated. why are you calling a method whose return value is always known?
canBeReferencedByIDREF() - Method in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
Deprecated. why are you calling a method whose return value is always known?
canBeReferencedByIDREF() - Method in class com.sun.xml.bind.v2.model.impl.LeafInfoImpl
Deprecated. why are you calling a method whose return value is always known?
canBeTopLevel() - Method in class com.sun.xml.bind.v2.schemagen.Tree
Returns true if the top node of this tree can appear as a valid top-level content model in XML Schema.
canBeType(RawTypeSet) - Method in class com.sun.tools.xjc.reader.RawTypeSet.Ref
Can this RawTypeSet.Ref be a type ref?
canBeType(RawTypeSet) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CClassRef
 
canBeType(RawTypeSet) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CElementInfoRef
 
canBeType(RawTypeSet) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.WildcardRef
 
canBeType(RawTypeSet) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.XmlTypeRef
 
canBeTypeRefs - Variable in class com.sun.tools.xjc.reader.RawTypeSet
True if this type set can form references to types.
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.
capitalize(String) - Method in class com.sun.xml.bind.api.impl.NameUtil
Capitalizes the first character of the specified string, and de-capitalize the rest of characters.
CArrayInfo - Class in com.sun.tools.xjc.model
Because XJC doesn't generate the array binding, this class will never show up in the model constructed by XJC.
CArrayInfo(Model, CNonElement, XSComponent, CCustomizations) - Constructor for class com.sun.tools.xjc.model.CArrayInfo
 
castToImplType(JExpression) - Method in class com.sun.tools.xjc.generator.bean.field.AbstractField
Case from AbstractField.exposedType to AbstractField.implType if necessary.
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.
CAttributePropertyInfo - Class in com.sun.tools.xjc.model
AttributePropertyInfo for the compiler.
CAttributePropertyInfo(String, XSComponent, CCustomizations, Locator, QName, TypeUse, QName, boolean) - Constructor for class com.sun.tools.xjc.model.CAttributePropertyInfo
 
CBuiltinLeafInfo - Class in com.sun.tools.xjc.model
Encapsulates the default handling for leaf classes (which are bound to text in XML.) In particular this class knows how to convert the lexical value into the Java class according to this default rule.
CClass - Interface in com.sun.tools.xjc.model
Either CClassInfo or CClassRef.
CClassInfo - Class in com.sun.tools.xjc.model
Mutable ClassInfo represenatation.
CClassInfo(Model, JPackage, String, Locator, QName, QName, XSComponent, CCustomizations) - Constructor for class com.sun.tools.xjc.model.CClassInfo
 
CClassInfo(Model, CClassInfoParent, String, Locator, QName, QName, XSComponent, CCustomizations) - Constructor for class com.sun.tools.xjc.model.CClassInfo
 
CClassInfo(Model, JCodeModel, String, Locator, QName, QName, XSComponent, CCustomizations) - Constructor for class com.sun.tools.xjc.model.CClassInfo
 
CClassInfoParent - Interface in com.sun.tools.xjc.model
Parent of a CClassInfo/CElementInfo.
CClassInfoParent.Package - Class in com.sun.tools.xjc.model
JPackage as a CClassInfoParent.
CClassInfoParent.Package(JPackage) - Constructor for class com.sun.tools.xjc.model.CClassInfoParent.Package
 
CClassInfoParent.Visitor<T> - Interface in com.sun.tools.xjc.model
Visitor of CClassInfoParent
CClassRef - Class in com.sun.tools.xjc.model
Refernece to an existing class.
CClassRef(Model, XSComponent, BIClass, CCustomizations) - Constructor for class com.sun.tools.xjc.model.CClassRef
 
CClassRef(Model, XSComponent, BIEnum, CCustomizations) - Constructor for class com.sun.tools.xjc.model.CClassRef
 
CCustomizable - Interface in com.sun.tools.xjc.model
Implemented by model components that can have customizations contributed by Plugins.
CCustomizations - Class in com.sun.tools.xjc.model
Represents the list of CPluginCustomizations attached to a JAXB model component.
CCustomizations() - Constructor for class com.sun.tools.xjc.model.CCustomizations
 
CCustomizations(Collection<? extends CPluginCustomization>) - Constructor for class com.sun.tools.xjc.model.CCustomizations
 
CDefaultValue - Class in com.sun.tools.xjc.model
Object that computes the default value expression lazily.
CDefaultValue() - Constructor for class com.sun.tools.xjc.model.CDefaultValue
 
CElement - Interface in com.sun.tools.xjc.model
Either CElementInfo, CClassInfo, or CClassRef.
CElementInfo - Class in com.sun.tools.xjc.model
ElementInfo implementation for the compile-time model.
CElementInfo(Model, QName, CClassInfoParent, TypeUse, XmlString, XSElementDecl, CCustomizations, Locator) - Constructor for class com.sun.tools.xjc.model.CElementInfo
Creates an element in the given parent.
CElementInfo(Model, QName, CClassInfoParent, String, CCustomizations, Locator) - Constructor for class com.sun.tools.xjc.model.CElementInfo
Creates an element with a class in the given parent.
CElementPropertyInfo - Class in com.sun.tools.xjc.model
ElementPropertyInfo for the compiler.
CElementPropertyInfo(String, CElementPropertyInfo.CollectionMode, ID, MimeType, XSComponent, CCustomizations, Locator, boolean) - Constructor for class com.sun.tools.xjc.model.CElementPropertyInfo
 
CElementPropertyInfo.CollectionMode - Enum in com.sun.tools.xjc.model
 
CEnumConstant - Class in com.sun.tools.xjc.model
Enumeration constant.
CEnumConstant(String, String, String, Locator) - Constructor for class com.sun.tools.xjc.model.CEnumConstant
 
CEnumLeafInfo - Class in com.sun.tools.xjc.model
Transducer that converts a string into an "enumeration class." The structure of the generated class needs to precisely follow the JAXB spec.
CEnumLeafInfo(Model, QName, CClassInfoParent, String, CNonElement, Collection<CEnumConstant>, XSComponent, CCustomizations, Locator) - Constructor for class com.sun.tools.xjc.model.CEnumLeafInfo
 
CharacterEscapeHandler - Interface in com.sun.xml.bind.marshaller
Performs character escaping and write the result to the output.
characters(char[], int, int) - Method in class com.sun.tools.xjc.reader.internalizer.WhitespaceStripper
 
characters(char[], int, int) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.ForkingFilter
 
characters(char[], int, int) - Method in class com.sun.tools.xjc.util.ForkContentHandler
 
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(String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write a string of character data, with XML escaping.
characters(char[], int, int) - Method in class com.sun.xml.bind.v2.runtime.ContentHandlerAdaptor
 
characters(char[], int, int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
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.tools.xjc.reader.ModelChecker
 
check(InputSource[], ErrorReceiver, EntityResolver) - Static method in class com.sun.tools.xjc.reader.xmlschema.parser.SchemaConstraintChecker
 
check() - Method in class com.sun.xml.bind.v2.runtime.IllegalAnnotationsException.Builder
If an error was reported, throw the exception.
checkAndEnable(String) - Method in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
Verify that the given URI is indeed a valid extension namespace URI, and if so enable it.
checkCutSet(ConnectedComponent, Set<Element>) - Method in class com.sun.tools.xjc.reader.gbind.Element
Checks if the given ConnectedComponent forms a cut-set of a graph.
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.
checkFallback(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultParticleBinder
 
checkFallback(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.ExpressionParticleBinder
 
checkFallback(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.ParticleBinder
Similar to the build method but this method only checks if the BGM that will be built by the build method will do the fallback (map all the properties into one list) or not.
checkFieldXmlLocation(F) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
This hook is used by RuntimeClassInfoImpl to look for XmlLocation.
checkFieldXmlLocation(Field) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
checkIfValidTargetNode(DOMForest, Element, Element) - Method in interface com.sun.tools.xjc.reader.internalizer.InternalizationLogic
Checks if the specified element is a valid target node to attach a customization.
checkIfValidTargetNode(DOMForest, Element, Element) - Method in class com.sun.tools.xjc.reader.relaxng.RELAXNGInternalizationLogic
 
checkIfValidTargetNode(DOMForest, Element, Element) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.XMLSchemaInternalizationLogic
 
checkSchemaCorrectness(ErrorReceiver) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
Checks the correctness of the XML Schema documents and return true if it's OK.
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) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
This method is called when a type child object is found.
childElement(String, short) - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
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(Multiplicity, Multiplicity) - Static method in class com.sun.tools.xjc.model.Multiplicity
 
Choice - Class in com.sun.tools.xjc.reader.gbind
Expression that represents the union of two expressions "A|B".
Choice(Expression, Expression) - Constructor for class com.sun.tools.xjc.reader.gbind.Choice
 
choice() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ContentModelContainer
 
ChoiceContentComplexTypeBuilder - Class in com.sun.tools.xjc.reader.xmlschema.ct
Binds a complex type whose immediate child is a choice model group to a choice content interface.
ChoiceContentComplexTypeBuilder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.ct.ChoiceContentComplexTypeBuilder
 
choiceContentProperty - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
ClassBeanInfoImpl<BeanT> - Class in com.sun.xml.bind.v2.runtime
JaxBeanInfo implementation for j2s bean.
ClassBeanInfoImpl(JAXBContextImpl, RuntimeClassInfo) - Constructor for class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
ClassBinder - Interface in com.sun.tools.xjc.reader.xmlschema
Marker interface for an object that determines how to map a component to a class.
ClassBinderFilter - Class in com.sun.tools.xjc.reader.xmlschema
ClassBinder that delegates the call to another ClassBinder.
ClassBinderFilter(ClassBinder) - Constructor for class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
classes - Variable in class com.sun.tools.xjc.generator.bean.PackageOutlineImpl
 
classes - Variable in class com.sun.tools.xjc.reader.relaxng.RELAXNGCompiler
Patterns that are mapped to Java concepts.
classFactory - Variable in class com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
Wrap the codeModel object and automate error reporting.
ClassFactory - Class in com.sun.xml.bind.v2
Creates new instances of classes.
ClassFactory() - Constructor for class com.sun.xml.bind.v2.ClassFactory
 
classify(char) - Method in class com.sun.xml.bind.api.impl.NameUtil
Classify a character into 5 categories that determine the word break.
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.
ClassInfoImpl(ModelBuilder<T, C, F, M>, Locatable, C) - Constructor for class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
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
 
className - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnum
Gets the specified class name, or null if not specified.
ClassNameAllocator - Interface in com.sun.tools.xjc.api
Callback interface that allows the driver of the XJC API to rename JAXB-generated classes/interfaces/enums.
classNameAllocator - Variable in class com.sun.tools.xjc.Options
This allocator has the final say on deciding the class name.
ClassNameAllocatorWrapper - Class in com.sun.tools.xjc.model
Wraps ClassNameAllocator and provides convenience.
ClassNameAllocatorWrapper(ClassNameAllocator) - Constructor for class com.sun.tools.xjc.model.ClassNameAllocatorWrapper
 
ClassOutline - Class in com.sun.tools.xjc.outline
Outline object that provides per-CClassInfo information for filling in methods/fields for a bean.
ClassOutline(CClassInfo, JDefinedClass, JClass, JDefinedClass) - Constructor for class com.sun.tools.xjc.outline.ClassOutline
 
ClassOutlineImpl - Class in com.sun.tools.xjc.generator.bean
ClassOutline enhanced with schema2java specific information.
ClassOutlineImpl(BeanGenerator, CClassInfo, JDefinedClass, JDefinedClass, JClass) - Constructor for class com.sun.tools.xjc.generator.bean.ClassOutlineImpl
 
classpath - Variable in class com.sun.tools.jxc.apt.Options
 
classpaths - Variable in class com.sun.tools.xjc.Options
 
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
 
classResolver - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Used to discover additional classes when we hit unknown elements/types.
ClassSelector - Class in com.sun.tools.xjc.reader.xmlschema
Manages association between XSComponents and generated CTypeInfos.
ClassSelector() - Constructor for class com.sun.tools.xjc.reader.xmlschema.ClassSelector
 
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.tools.xjc.api.impl.s2j.AbstractMappingImpl
 
clazz - Variable in class com.sun.tools.xjc.model.nav.NClassByJClass
 
clazz - Variable in class com.sun.tools.xjc.outline.EnumOutline
The generated enum class.
clazz - Variable in class com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
The bean representation for this element.
clazz - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding.ClassNameBean
Computed from BIGlobalBinding.ClassNameBean.name on demand.
clazz - Variable in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
clazz - Variable in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
The enum class whose information this object represents.
clear() - Method in class com.sun.xml.bind.util.AttributesImpl
Clear the attribute list for reuse.
clearResult() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
close() - Method in class com.sun.tools.xjc.api.util.FilerCodeWriter
 
close() - Method in class com.sun.tools.xjc.util.NullStream
 
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.
CNonElement - Interface in com.sun.tools.xjc.model
NonElement at compile-time.
codeGenerationStrategy - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
The code generation strategy.
codeModel() - Method in class com.sun.tools.xjc.api.impl.s2j.ElementAdapter
 
codeModel - Variable in class com.sun.tools.xjc.api.impl.s2j.PropertyImpl
 
codeModel - Variable in class com.sun.tools.xjc.generator.bean.field.AbstractField
 
codeModel - Variable in class com.sun.tools.xjc.generator.bean.MethodWriter
 
codeModel - Variable in class com.sun.tools.xjc.model.Model
This model uses this code model exclusively.
codeModel - Variable in class com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
CodeModel object that is used by this binding file.
CodeModelClassFactory - Class in com.sun.tools.xjc.util
Create new JDefinedClass and report class collision errors, if necessary.
CodeModelClassFactory(ErrorReceiver) - Constructor for class com.sun.tools.xjc.util.CodeModelClassFactory
 
COLLAPSE - Static variable in class com.sun.tools.xjc.generator.util.WhitespaceNormalizer
 
collapse(String) - Static method in class com.sun.xml.bind.WhiteSpaceProcessor
 
collapse(CharSequence) - Static method in class com.sun.xml.bind.WhiteSpaceProcessor
This is usually the biggest processing bottleneck.
collectElementNames(Map<QName, CPropertyInfo>) - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
collectElementNames(Map<QName, CPropertyInfo>) - Method in class com.sun.tools.xjc.model.CPropertyInfo
Puts the element names that this property possesses to the map, so that we can find two properties that own the same element name, which is an error.
collectElementNames(Map<QName, CPropertyInfo>) - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
collectionMode - Variable in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
True to allow new URIs to be declared.
collectionType - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.CollectionTypeAttribute
 
CollectionTypeAttribute - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
Bean used by JAXB to bind a collection type attribute to our FieldRenderer.
CollectionTypeAttribute() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.CollectionTypeAttribute
 
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
 
CollisionInfo - Class in com.sun.tools.xjc.reader.xmlschema
Details of a name collision.
CollisionInfo(String, Locator, Locator) - Constructor for class com.sun.tools.xjc.reader.xmlschema.CollisionInfo
 
ColorBinder - Class in com.sun.tools.xjc.reader.xmlschema
 
ColorBinder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.ColorBinder
 
com.sun.tools.jxc - package com.sun.tools.jxc
 
com.sun.tools.jxc.apt - package com.sun.tools.jxc.apt
APT related code.
com.sun.tools.jxc.model.nav - package com.sun.tools.jxc.model.nav
 
com.sun.tools.xjc - package com.sun.tools.xjc
Schema to Java compiler
com.sun.tools.xjc.addon.at_generated - package com.sun.tools.xjc.addon.at_generated
 
com.sun.tools.xjc.addon.code_injector - package com.sun.tools.xjc.addon.code_injector
 
com.sun.tools.xjc.addon.episode - package com.sun.tools.xjc.addon.episode
 
com.sun.tools.xjc.addon.locator - package com.sun.tools.xjc.addon.locator
 
com.sun.tools.xjc.addon.sync - package com.sun.tools.xjc.addon.sync
 
com.sun.tools.xjc.api - package com.sun.tools.xjc.api
API for programatic invocation of XJC and schemagen.
com.sun.tools.xjc.api.impl.j2s - package com.sun.tools.xjc.api.impl.j2s
 
com.sun.tools.xjc.api.impl.s2j - package com.sun.tools.xjc.api.impl.s2j
implementation of the XJC API for schema to java.
com.sun.tools.xjc.api.util - package com.sun.tools.xjc.api.util
Utility code shared between JAXB and JAX-WS
com.sun.tools.xjc.generator - package com.sun.tools.xjc.generator
Code Generator
com.sun.tools.xjc.generator.bean - package com.sun.tools.xjc.generator.bean
 
com.sun.tools.xjc.generator.bean.field - package com.sun.tools.xjc.generator.bean.field
FieldRenderer and its implementation classes.
com.sun.tools.xjc.generator.util - package com.sun.tools.xjc.generator.util
 
com.sun.tools.xjc.model - package com.sun.tools.xjc.model
Implementation of the com.sun.xml.bind.v2.model.core package for XJC.
com.sun.tools.xjc.model.nav - package com.sun.tools.xjc.model.nav
Compile-time representation of Java type system.
com.sun.tools.xjc.outline - package com.sun.tools.xjc.outline
Provides the outline of the generated Java source code so that additional processings (such as adding more annotations) can be done on the generated code.
com.sun.tools.xjc.reader - package com.sun.tools.xjc.reader
Front-end that reads schema(s) and produce BGM.
com.sun.tools.xjc.reader.dtd - package com.sun.tools.xjc.reader.dtd
 
com.sun.tools.xjc.reader.dtd.bindinfo - package com.sun.tools.xjc.reader.dtd.bindinfo
Object Model that represents DTD binding information.
com.sun.tools.xjc.reader.gbind - package com.sun.tools.xjc.reader.gbind
Binary expressions are left-associative.
com.sun.tools.xjc.reader.internalizer - package com.sun.tools.xjc.reader.internalizer
internalization of external binding files and <jaxb:bindings> customizations.
com.sun.tools.xjc.reader.relaxng - package com.sun.tools.xjc.reader.relaxng
 
com.sun.tools.xjc.reader.xmlschema - package com.sun.tools.xjc.reader.xmlschema
 
com.sun.tools.xjc.reader.xmlschema.bindinfo - package com.sun.tools.xjc.reader.xmlschema.bindinfo
Object Model that represents customization declarations.
com.sun.tools.xjc.reader.xmlschema.ct - package com.sun.tools.xjc.reader.xmlschema.ct
 
com.sun.tools.xjc.reader.xmlschema.parser - package com.sun.tools.xjc.reader.xmlschema.parser
 
com.sun.tools.xjc.runtime - package com.sun.tools.xjc.runtime
Code generated into the user's packages in certain compilation mode.
com.sun.tools.xjc.util - package com.sun.tools.xjc.util
 
com.sun.tools.xjc.writer - package com.sun.tools.xjc.writer
 
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.bytecode - package com.sun.xml.bind.v2.bytecode
Code that deals with low level byte code manipulation.
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 APT).
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.runtime - package com.sun.xml.bind.v2.runtime
Code that implements JAXBContext, Unmarshaller, and Marshaller.
com.sun.xml.bind.v2.runtime.output - package com.sun.xml.bind.v2.runtime.output
Code that writes well-formed XML (XmlOutput and its implementations}.
com.sun.xml.bind.v2.runtime.property - package com.sun.xml.bind.v2.runtime.property
 
com.sun.xml.bind.v2.runtime.reflect - package com.sun.xml.bind.v2.runtime.reflect
Abstraction around accessing data of actual objects.
com.sun.xml.bind.v2.runtime.reflect.opt - package com.sun.xml.bind.v2.runtime.reflect.opt
Hosts optimized Accessor, TransducedAccessor, and Transducer.
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
 
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(Element) - Method in class com.sun.tools.xjc.reader.dtd.Element
 
compareTo(PropertyInfoImpl) - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
compareTo(Name) - Method in class com.sun.xml.bind.v2.runtime.Name
 
compareTo(C14nXmlOutput.DynamicAttribute) - Method in class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput.DynamicAttribute
 
compareTo(C14nXmlOutput.StaticAttribute) - Method in class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput.StaticAttribute
 
compareTo(AttributeProperty) - Method in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
 
compatibilityMode - Variable in class com.sun.tools.xjc.Options
this switch determines how carefully the compiler will follow the compatibility rules in the spec.
compiled(Outline) - Method in class com.sun.tools.xjc.XJCListener
Called after the schema is compiled and the code generation strategy is determined, but before any code is actually generated as files.
COMPILING_SCHEMA - Static variable in class com.sun.tools.xjc.Messages
 
complexType(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.Abstractifier
 
complexType(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindBlue
 
complexType(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindGreen
 
complexType(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindPurple
 
complexType(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindRed
 
complexType(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindYellow
 
complexType(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
complexType(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
complexType(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
complexType(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
ComplexTypeBindingMode - Enum in com.sun.tools.xjc.reader.xmlschema.ct
Three-state flag for a complex type.
ComplexTypeFieldBuilder - Class in com.sun.tools.xjc.reader.xmlschema.ct
single entry point of building a field expression from a complex type.
ComplexTypeFieldBuilder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.ct.ComplexTypeFieldBuilder
 
compose(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.SimpleTypeBuilder
Recursively decend the type inheritance chain to find a binding.
composer - Variable in class com.sun.tools.xjc.reader.xmlschema.SimpleTypeBuilder
 
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
 
compute(Outline) - Method in class com.sun.tools.xjc.model.CDefaultValue
 
computeLabel(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.ParticleBinder
Computes the label of a given particle.
conclude() - Method in class com.sun.xml.bind.v2.runtime.NameBuilder
Wraps up everything and creates NameList.
CONFIG_FILE_OPTION - Static variable in class com.sun.tools.jxc.apt.Const
Name of the APT command-line option to take user-specified config files.
ConfigReader - Class in com.sun.tools.jxc
This reads the config files passed by the user to apt and obtains a list of classes that need to be included for a particular config from the set of classes passed by the user to apt.
ConfigReader(AnnotationProcessorEnvironment, Collection<? extends TypeDeclaration>, File, ErrorHandler) - Constructor for class com.sun.tools.jxc.ConfigReader
 
ConnectedComponent - Class in com.sun.tools.xjc.reader.gbind
Represents one strongly-connected component of the Element graph.
ConnectedComponent() - Constructor for class com.sun.tools.xjc.reader.gbind.ConnectedComponent
 
connector(short) - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
ConsoleErrorReporter - Class in com.sun.tools.xjc
ErrorReceiver that prints to a PrintStream.
ConsoleErrorReporter(PrintStream) - Constructor for class com.sun.tools.xjc.ConsoleErrorReporter
 
ConsoleErrorReporter(OutputStream) - Constructor for class com.sun.tools.xjc.ConsoleErrorReporter
 
ConsoleErrorReporter() - Constructor for class com.sun.tools.xjc.ConsoleErrorReporter
 
Const - Class in com.sun.tools.jxc.apt
Defines constants used in the APT driver.
Const - Class in com.sun.tools.xjc.addon.code_injector
 
Const() - Constructor for class com.sun.tools.xjc.addon.code_injector.Const
 
Const - Class in com.sun.tools.xjc.reader
Useful constant values.
Const() - Constructor for class com.sun.tools.xjc.reader.Const
 
Const - Class in com.sun.xml.bind.v2.runtime.reflect.opt
 
Const() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.Const
 
constants - Variable in class com.sun.tools.xjc.outline.EnumOutline
Constants.
ConstField - Class in com.sun.tools.xjc.generator.bean.field
Realizes a property as a "public static final" property on the interface.
ConstField(ClassOutlineImpl, CPropertyInfo) - Constructor for class com.sun.tools.xjc.generator.bean.field.ConstField
 
ConstFieldRenderer - Class in com.sun.tools.xjc.generator.bean.field
FieldRenderer for possibly constant field.
ConstFieldRenderer(FieldRenderer) - Constructor for class com.sun.tools.xjc.generator.bean.field.ConstFieldRenderer
 
constRef - Variable in class com.sun.tools.xjc.outline.EnumConstantOutline
The generated enum constant.
Constructor - Class in com.sun.tools.xjc.model
Constructor declaration.
Constructor(String[]) - Constructor for class com.sun.tools.xjc.model.Constructor
 
contains(ElementSet) - Method in class com.sun.tools.xjc.reader.gbind.Element
 
contains(ElementSet) - Method in interface com.sun.tools.xjc.reader.gbind.ElementSet
Doesn't have to be strict (it's OK for this method to return false when it's actually true) since this is used just for optimization.
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
 
ContentHandlerAdaptor - Class in com.sun.xml.bind.v2.runtime
Receives SAX2 events and send the equivalent events to XMLSerializer
ContentHandlerAdaptor(XMLSerializer) - Constructor for class com.sun.xml.bind.v2.runtime.ContentHandlerAdaptor
 
ContentHandlerNamespacePrefixAdapter - Class in com.sun.tools.xjc.reader.internalizer
XMLReader filter for supporting http://xml.org/sax/features/namespace-prefixes feature.
ContentHandlerNamespacePrefixAdapter() - Constructor for class com.sun.tools.xjc.reader.internalizer.ContentHandlerNamespacePrefixAdapter
 
ContentHandlerNamespacePrefixAdapter(XMLReader) - Constructor for class com.sun.tools.xjc.reader.internalizer.ContentHandlerNamespacePrefixAdapter
 
ContentModelBinder - Class in com.sun.tools.xjc.reader.relaxng
Recursively visits DPattern and decides which patterns to map to properties.
ContentModelBinder(RELAXNGCompiler, CClassInfo) - Constructor for class com.sun.tools.xjc.reader.relaxng.ContentModelBinder
 
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.MarshallerImpl
reference to the context that created this object
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.StAXConnector
 
context - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
Owning JAXBContext
CONTEXT_NODE_IS_NOT_ELEMENT - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
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
 
conversion(String) - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
Resolves the conversion name to the conversion declaration.
conversion(String) - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
Gets the conversion declaration from the binding info.
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
 
coordinator - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
core - Variable in class com.sun.tools.xjc.api.impl.s2j.ElementAdapter
 
core - Variable in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
count() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractListField.Accessor
 
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.
CPluginCustomization - Class in com.sun.tools.xjc.model
Vendor extension customization contributed from Plugins.
CPluginCustomization(Element, Locator) - Constructor for class com.sun.tools.xjc.model.CPluginCustomization
 
CPropertyInfo - Class in com.sun.tools.xjc.model
Model of a property to be generated.
CPropertyInfo(String, boolean, XSComponent, CCustomizations, Locator) - Constructor for class com.sun.tools.xjc.model.CPropertyInfo
 
CPropertyVisitor<V> - Interface in com.sun.tools.xjc.model
Visitor for CPropertyInfo.
create(JExpression) - Method in class com.sun.tools.xjc.api.impl.s2j.ElementCollectionAdapter
 
create(JExpression) - Method in class com.sun.tools.xjc.api.impl.s2j.ElementSingleAdapter
 
create(JExpression) - Method in class com.sun.tools.xjc.generator.bean.field.ArrayField
 
create(JExpression) - Method in class com.sun.tools.xjc.generator.bean.field.ConstField
 
create(JExpression) - Method in class com.sun.tools.xjc.generator.bean.field.IsSetField
 
create(JExpression) - Method in class com.sun.tools.xjc.generator.bean.field.SingleField
 
create(JExpression) - Method in class com.sun.tools.xjc.generator.bean.field.UnboxedField
 
create(JExpression) - Method in class com.sun.tools.xjc.generator.bean.field.UntypedListField
 
create() - Method in class com.sun.tools.xjc.generator.util.LazyBlockReference
Called when a block needs to be created.
create(TypeUse, XmlString) - Static method in class com.sun.tools.xjc.model.CDefaultValue
Creates a new CDefaultValue that computes the default value by applying a lexical representation to a TypeUse.
create(int, Integer) - Static method in class com.sun.tools.xjc.model.Multiplicity
 
create(Type) - Static method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
create(Class) - Static method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
create(JExpression) - Method in interface com.sun.tools.xjc.outline.FieldOutline
Creates a new FieldAccessor of this field for the specified object.
create(Element, BIElement) - Static method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIContent
Creates an appropriate subclass of BIContent by sniffing the tag name.
create(Element, BindInfo) - Static method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIEnumeration
Creates a global enumeration declaration.
create(Element, BIElement) - Static method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIEnumeration
Creates an element-local enumeration declaration.
create() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.AnnotationParserFactoryImpl
 
create(ContentHandler[]) - Static method in class com.sun.tools.xjc.util.ForkContentHandler
Creates ForkContentHandlers so that the specified handlers will receive SAX events in the order of the array.
create(Class<T>) - Static method in class com.sun.xml.bind.v2.ClassFactory
The same as ClassFactory.create0(java.lang.Class) but with an error handling to make the instanciation error fatal.
create(Method) - Static method in class com.sun.xml.bind.v2.ClassFactory
Call a method in the factory class to get the 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(XMLStreamWriter, JAXBContextImpl) - Static method in class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
Creates a new XmlOutput from a XMLStreamWriter.
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(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(XMLStreamReader, XmlVisitor) - Static method in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector
Creates a StAXConnector from XMLStreamReader.
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.
createAccessorFactory(Class) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
createAccessorSeed(M, M) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
Creates a new GetterSetterPropertySeed object.
createAccessorSeed(Method, Method) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
createAnyType() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl
 
createAnyType() - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
createArg() - Method in class com.sun.tools.xjc.XJC2Task
 
createArrayInfo(Locatable, T) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
createArrayInfo(Locatable, Type) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
 
createAttribute(String, String, String, String[], short, String) - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
createAttributeName(QName) - Method in class com.sun.xml.bind.v2.runtime.NameBuilder
 
createAttributeName(String, String) - Method in class com.sun.xml.bind.v2.runtime.NameBuilder
 
createAttributeProperty(XSAttributeUse, TypeUse) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
 
createAttributeProperty(PropertySeed<T, C, F, M>) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
createAttributeProperty(PropertySeed<Type, Class, Field, Method>) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
createAugmented(Class<?>) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Creates a JAXBContextImpl that includes the specified additional classes.
createBinder(Class<T>) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
createBinder() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
createBodyUnmarshaller(UnmarshallerChain, QNameMap<ChildLoader>) - Method in class com.sun.xml.bind.v2.runtime.property.ArrayElementProperty
 
createBodyUnmarshaller(UnmarshallerChain, QNameMap<ChildLoader>) - Method in class com.sun.xml.bind.v2.runtime.property.ArrayERProperty
Creates the unmarshaller to unmarshal the body.
createBodyUnmarshaller(UnmarshallerChain, QNameMap<ChildLoader>) - Method in class com.sun.xml.bind.v2.runtime.property.ArrayReferenceNodeProperty
 
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
 
createClass(JClassContainer, String, Locator) - Method in class com.sun.tools.xjc.util.CodeModelClassFactory
 
createClass(JClassContainer, int, String, Locator) - Method in class com.sun.tools.xjc.util.CodeModelClassFactory
 
createClass(JClassContainer, String, Locator, ClassType) - Method in class com.sun.tools.xjc.util.CodeModelClassFactory
 
createClass(JClassContainer, int, String, Locator, ClassType) - Method in class com.sun.tools.xjc.util.CodeModelClassFactory
 
createClasses(Outline, CClassInfo) - Method in enum com.sun.tools.xjc.generator.bean.ImplStructureStrategy
Creates class(es) for the given bean.
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
 
createClasspath() - Method in class com.sun.tools.xjc.XJC2Task
Nested <classpath> element.
createCodeWriter() - Method in class com.sun.tools.xjc.Options
Creates a configured CodeWriter that produces files into the specified directory.
createCodeWriter(CodeWriter) - Method in class com.sun.tools.xjc.Options
Creates a configured CodeWriter that produces files into the specified directory.
createConstant(Outline, XmlString) - Method in class com.sun.tools.xjc.model.AbstractCTypeInfoImpl
 
createConstant(Outline, XmlString) - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
createConstant(Outline, XmlString) - Method in interface com.sun.tools.xjc.model.TypeUse
Creates a constant for the given lexical value.
createConstant(Outline, XmlString) - Method in class com.sun.tools.xjc.model.TypeUseImpl
 
createContext(Class[], Map) - Static method in class com.sun.tools.xjc.runtime.JAXBContextFactory
The JAXB API will invoke this method via reflection
createContext(String, ClassLoader, Map) - Static method in class com.sun.tools.xjc.runtime.JAXBContextFactory
The JAXB API will invoke this method via reflection
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[], Collection<TypeReference>, Map<Class, Class>, String, boolean, RuntimeAnnotationReader, boolean, boolean) - Static method in class com.sun.xml.bind.v2.ContextFactory
 
createContext(String, ClassLoader, Map<String, Object>) - Static method in class com.sun.xml.bind.v2.ContextFactory
The API will invoke this method via reflection.
createDeclaration(CClassInfo) - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIConstructor
Creates a constructor declaration into the ClassItem.
createDom() - Static method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Creates a new DOM document.
createElementInfo(RegistryInfoImpl<T, C, F, M>, M) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
createElementInfo(RegistryInfoImpl<Type, Class, Field, Method>, Method) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
 
createElementName(QName) - Method in class com.sun.xml.bind.v2.runtime.NameBuilder
 
createElementName(String, String) - Method in class com.sun.xml.bind.v2.runtime.NameBuilder
 
createElementOrReferenceProperty(String, boolean, XSParticle, RawTypeSet) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
 
createElementProperty(String, boolean, XSParticle, RawTypeSet) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
 
createElementProperty(PropertySeed<T, C, F, M>) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
createElementProperty(PropertySeed<Type, Class, Field, Method>) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
createEnumConstant(String, String, F, EnumConstantImpl<T, C, F, M>) - Method in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
 
createEnumConstant(String, String, Field, EnumConstantImpl<Type, Class, Field, Method>) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
 
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
 
createExternalReferenceFinder(DOMForest) - Method in interface com.sun.tools.xjc.reader.internalizer.InternalizationLogic
Creates a new instance of XMLFilter that can be used to find references to external schemas.
createExternalReferenceFinder(DOMForest) - Method in class com.sun.tools.xjc.reader.relaxng.RELAXNGInternalizationLogic
 
createExternalReferenceFinder(DOMForest) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.XMLSchemaInternalizationLogic
 
createField() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractFieldWithVar
 
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.
createFieldSeed(F) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
Creates a new FieldPropertySeed object.
createFieldSeed(Field) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
createInstance(UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.AnyTypeBeanInfo
 
createInstance(UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
 
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(UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
 
createInstance(Class<?>) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Creates a new instance of the specified class.
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.ValueListBeanInfoImpl
 
createInstanceFromValue(Object) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
createInterface(JClassContainer, String, Locator) - Method in class com.sun.tools.xjc.util.CodeModelClassFactory
 
createInterface(JClassContainer, int, String, Locator) - Method in class com.sun.tools.xjc.util.CodeModelClassFactory
 
createJavaCompiler() - Static method in class com.sun.tools.xjc.api.XJC
Gets a fresh JavaCompiler.
createJAXBElement(JExpression) - Method in class com.sun.tools.xjc.api.impl.s2j.ElementAdapter.FieldAccessorImpl
Wraps a type value into a JAXBElement.
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
 
createMapProperty(PropertySeed<Type, Class, Field, Method>) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
createMarshaller() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
createMethodWriter() - Method in class com.sun.tools.xjc.generator.bean.ClassOutlineImpl
 
createMethodWriter(ClassOutlineImpl) - Method in enum com.sun.tools.xjc.generator.bean.ImplStructureStrategy
 
createNewTarget(SCDBasedBindingSet.Target, Element, SCD) - Method in class com.sun.tools.xjc.reader.internalizer.SCDBasedBindingSet
 
createOutput(String, String) - Method in class com.sun.xml.bind.v2.schemagen.FoolProofResolver
 
createParameterizedType(NClass, NType...) - Static method in class com.sun.tools.xjc.model.nav.NavigatorImpl
Creates a NType representation for a parameterized type RawType&lt;ParamType1,ParamType2,...> .
createParameterizedType(Class, NType...) - Static method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
createParameterizedType(Class, Type...) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
Returns the Type object that represents clazz&lt;T1,T2,T3>.
createParser() - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
Creates XMLParser for XSOM which reads documents from this DOMForest rather than doing a fresh parse.
createPostInitAction(Result) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
Creates an appropriate post-init action object.
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.
createPropertyImpl() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl
 
createPropertyImpl() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl
 
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(String, boolean, XSComponent, RawTypeSet, boolean) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
 
createReferenceProperty(PropertySeed<T, C, F, M>) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
createReferenceProperty(PropertySeed<Type, Class, Field, Method>) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
createSAXSource(String) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
Creates a SAXSource that, when parsed, reads from this DOMForest (instead of parsing the original source identified by the system ID.)
createSchemaCompiler() - Static method in class com.sun.tools.xjc.api.XJC
Gets a fresh SchemaCompiler.
createSimpleTypeProperty(XSSimpleType, String) - Method in class com.sun.tools.xjc.reader.xmlschema.ColorBinder
 
createTestResolver() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Used for testing.
createTopLevelBindings() - Method in class com.sun.tools.xjc.model.Model
Represents the "top-level binding".
createTransducer(RuntimeNonElementRef) - Static method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
Creates a Transducer given a reference.
createTransformer() - Static method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Creates a new identity transformer.
createTransformerHandler() - Static method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Creates a new identity transformer.
createTree(XSParticle) - Static method in class com.sun.tools.xjc.reader.xmlschema.ExpressionBuilder
 
createTypeInfoSet() - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
createTypeInfoSet() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
 
createTypeRef(QName, TypeT, boolean, String) - Method in class com.sun.xml.bind.v2.model.impl.ElementPropertyInfoImpl
Used by PropertyInfoImpl to create new instances of TypeRef
createTypeRef(QName, Type, boolean, String) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementPropertyInfoImpl
 
createUnmarshalException(SAXException) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
createUnmarshaller(ValidationEventHandler) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.DomHandlerEx
 
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(String, boolean, XSComponent, TypeUse, QName) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
 
createValueProperty(PropertySeed<T, C, F, M>) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
createValueProperty(PropertySeed<Type, Class, Field, Method>) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
createWriter(Writer, String) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
createWriter(Writer) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
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
 
createXmlOutput(Result) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
Creates XmlOutput from the given Result object.
createXSOM(DOMForest, SCDBasedBindingSet) - Method in class com.sun.tools.xjc.ModelLoader
Parses a DOMForest into a XSSchemaSet.
createXSOMParser(XMLParser) - Method in class com.sun.tools.xjc.ModelLoader
 
createXSOMParser(DOMForest) - Method in class com.sun.tools.xjc.ModelLoader
 
CReferencePropertyInfo - Class in com.sun.tools.xjc.model
ReferencePropertyInfo for the compiler.
CReferencePropertyInfo(String, boolean, boolean, boolean, XSComponent, CCustomizations, Locator) - Constructor for class com.sun.tools.xjc.model.CReferencePropertyInfo
 
CSingleTypePropertyInfo - Class in com.sun.tools.xjc.model
CPropertyInfo backed by a single TypeUse.
CSingleTypePropertyInfo(String, TypeUse, QName, XSComponent, CCustomizations, Locator) - Constructor for class com.sun.tools.xjc.model.CSingleTypePropertyInfo
 
CTBuilder - Class in com.sun.tools.xjc.reader.xmlschema.ct
Builds a field expression from a complex type.
CTBuilder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.ct.CTBuilder
 
CTypeInfo - Interface in com.sun.tools.xjc.model
TypeInfo at the compile-time.
CTypeRef - Class in com.sun.tools.xjc.model
TypeRef for XJC.
CTypeRef(CNonElement, XSElementDecl) - Constructor for class com.sun.tools.xjc.model.CTypeRef
 
CTypeRef(CNonElement, QName, QName, boolean, XmlString) - Constructor for class com.sun.tools.xjc.model.CTypeRef
 
CustomizationContextChecker - Class in com.sun.tools.xjc.reader.xmlschema.parser
Checks if binding declarations are placed where they are allowed.
CustomizationContextChecker(ErrorHandler) - Constructor for class com.sun.tools.xjc.reader.xmlschema.parser.CustomizationContextChecker
 
customizations - Variable in class com.sun.tools.xjc.model.Model
Single linked list that connects all CCustomizations that belong to this model.
customType - Variable in class com.sun.xml.bind.v2.model.core.Adapter
The type that is stored in memory.
CValuePropertyInfo - Class in com.sun.tools.xjc.model
ValuePropertyInfo implementation for XJC.
CValuePropertyInfo(String, XSComponent, CCustomizations, Locator, TypeUse, QName) - Constructor for class com.sun.tools.xjc.model.CValuePropertyInfo
 
CWildcardTypeInfo - Class in com.sun.tools.xjc.model
CTypeInfo for the DOM node.
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

data - Variable in class com.sun.xml.bind.util.AttributesImpl
 
DATA_HANDLER - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
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) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write an element with character data content but no attributes.
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.
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
This class is the JAXB RI's default implementation of the DatatypeConverterInterface.
DatatypeConverterImpl() - Constructor for class com.sun.xml.bind.DatatypeConverterImpl
 
DatatypeLib - Class in com.sun.tools.xjc.reader.relaxng
Data-bindable datatype library.
DatatypeLib(String) - Constructor for class com.sun.tools.xjc.reader.relaxng.DatatypeLib
 
datatypes - Variable in class com.sun.tools.xjc.reader.relaxng.RELAXNGCompiler
 
DataWriter - Class in com.sun.xml.bind.marshaller
Write data- or field-oriented XML.
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) - Constructor for class com.sun.xml.bind.marshaller.DataWriter
 
DATE_FORMAT - Static variable in class com.sun.tools.xjc.Messages
 
debug(String) - Method in class com.sun.tools.xjc.ErrorReceiver
Reports a debug message to users.
DEBUG_OPTION - Static variable in class com.sun.tools.jxc.apt.Const
 
debugMode - Variable in class com.sun.tools.xjc.Options
If "-debug" is specified.
debugTableNPE - Static variable in class com.sun.xml.bind.v2.runtime.Coordinator
 
decl - Variable in class com.sun.tools.xjc.reader.xmlschema.GElementImpl
The representative XSElementDecl.
decl - Variable in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CClassRef
 
decl - Variable in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CElementInfoRef
 
declare(String, Schema) - Method in enum com.sun.xml.bind.v2.schemagen.Form
Writes the attribute on the generated <schema> element.
declareConstructors(CClassInfo) - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
Creates constructor declarations for this element.
declareMethod(JType, String) - Method in class com.sun.tools.xjc.generator.bean.MethodWriter
Declares a method in both the interface and the implementation.
declareMethod(Class, String) - Method in class com.sun.tools.xjc.generator.bean.MethodWriter
 
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.model.impl.RuntimeEnumLeafInfoImpl
 
declareNamespace(T, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
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(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.CompositeContextDependentTransducedAccessorImpl
 
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(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 class com.sun.tools.xjc.model.CClassInfo
Returns true iff a new attribute wildcard property needs to be declared on this class.
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_PACKAGE_WARNING - Static variable in class com.sun.tools.xjc.Messages
 
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
 
DEFAULT_VERSION - Static variable in class com.sun.tools.xjc.Messages
 
DefaultClassBinder - Class in com.sun.tools.xjc.reader.xmlschema
Default classBinder implementation.
DefaultClassBinder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
defaultEnumMemberSizeCap - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
Default cap to the number of constants in the enum.
DefaultFieldRenderer - Class in com.sun.tools.xjc.generator.bean.field
Default implementation of the FieldRendererFactory that faithfully implements the semantics demanded by the JAXB spec.
DefaultFieldRenderer(FieldRendererFactory) - Constructor for class com.sun.tools.xjc.generator.bean.field.DefaultFieldRenderer
Use FieldRendererFactory.getDefault().
DefaultFieldRenderer(FieldRendererFactory, FieldRenderer) - Constructor for class com.sun.tools.xjc.generator.bean.field.DefaultFieldRenderer
 
DefaultIDResolver - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Default implementation of IDResolver.
DefaultIDResolver() - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.DefaultIDResolver
 
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.
defaultPackage - Variable in class com.sun.tools.xjc.Options
The -p option that should control the default Java package that will contain the generated code.
defaultPackage1 - Variable in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
If this is non-null, this package name takes over all the schema customizations.
defaultPackage2 - Variable in class com.sun.tools.xjc.Options
Similar to the -p option, but this one works with a lower priority, and customizations overrides this.
defaultPackage2 - Variable in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
If this is non-null, this package name will be used when no customization is specified.
DefaultParticleBinder - Class in com.sun.tools.xjc.reader.xmlschema
ParticleBinder that follows the JAXB spec.
DefaultParticleBinder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.DefaultParticleBinder
 
defaultSymbolSpace - Variable in class com.sun.tools.xjc.model.Model
Default ID/IDREF symbol space.
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.
defaultValue - Variable in class com.sun.tools.xjc.model.CPropertyInfo
If non-null, keeps the default value in Java representation.
defaultValue - Variable in class com.sun.tools.xjc.model.CTypeRef
 
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
 
define(short, Term, Locator) - Method in class com.sun.tools.xjc.reader.dtd.Element
Define its content model.
DefineFinder - Class in com.sun.tools.xjc.reader.relaxng
Recursively find all DDefines in the grammar.
DefineFinder() - Constructor for class com.sun.tools.xjc.reader.relaxng.DefineFinder
 
defs - Variable in class com.sun.tools.xjc.reader.relaxng.DefineFinder
 
defs - Variable in class com.sun.tools.xjc.reader.relaxng.RELAXNGCompiler
All named patterns in this schema.
deriveName(String, XSComponent) - Method in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
Derives a name from a schema component.
DIGIT - Static variable in class com.sun.xml.bind.api.impl.NameUtil
 
Discarder - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Loader implementation that discards the whole sub-tree.
dispatchGlobalConversions(XSSchemaSet) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
Moves global BIConversion to the right object.
displayName() - Method in class com.sun.tools.xjc.model.CPropertyInfo
 
displayName() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
Gets the display name of the property.
displayName() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
displayName() - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
DOM_IMPL_DOESNT_SUPPORT_CREATELEMENTNS - Static variable in class com.sun.xml.bind.marshaller.Messages
 
DOMBuilder - Class in com.sun.tools.xjc.reader.dtd.bindinfo
 
DOMBuilder() - Constructor for class com.sun.tools.xjc.reader.dtd.bindinfo.DOMBuilder
 
DOMBuilder - Class in com.sun.tools.xjc.reader.internalizer
Builds DOM while keeping the location information.
DOMBuilder(Document, LocatorTable, Set) - Constructor for class com.sun.tools.xjc.reader.internalizer.DOMBuilder
Grows a DOM tree under the given document, and stores location information to the given table.
DOMForest - Class in com.sun.tools.xjc.reader.internalizer
Builds a DOM forest and maintains association from system IDs to DOM trees.
DOMForest(SAXParserFactory, DocumentBuilder, InternalizationLogic) - Constructor for class com.sun.tools.xjc.reader.internalizer.DOMForest
 
DOMForest(InternalizationLogic) - Constructor for class com.sun.tools.xjc.reader.internalizer.DOMForest
 
DOMForest.Handler - Interface in com.sun.tools.xjc.reader.internalizer
 
DOMForestParser - Class in com.sun.tools.xjc.reader.internalizer
XMLParser implementation that parses XML from a DOM forest instead of parsing it from its original location.
DOMForestParser(DOMForest, XMLParser) - Constructor for class com.sun.tools.xjc.reader.internalizer.DOMForestParser
 
DOMForestScanner - Class in com.sun.tools.xjc.reader.internalizer
Produces a complete series of SAX events from any DOM node in the DOMForest.
DOMForestScanner(DOMForest) - Constructor for class com.sun.tools.xjc.reader.internalizer.DOMForestScanner
Scans DOM nodes of the given forest.
DomHandlerEx - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
DomHandler that produces a W3C DOM but with a location information.
DomHandlerEx() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.DomHandlerEx
 
DomHandlerEx.DomAndLocation - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
 
DomHandlerEx.DomAndLocation(Element, Locator) - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.DomHandlerEx.DomAndLocation
 
DomHandlerEx.ResultImpl - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
 
DomHandlerEx.ResultImpl() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.DomHandlerEx.ResultImpl
 
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
 
DOMLocator - Class in com.sun.tools.xjc.reader.dtd.bindinfo
 
DOMLocator() - Constructor for class com.sun.tools.xjc.reader.dtd.bindinfo.DOMLocator
 
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
 
DomPostInitAction - Class in com.sun.xml.bind.v2.runtime
Post-init action for MarshallerImpl that incorporate the in-scope namespace bindings from a DOM node.
DomPostInitAction(Node, XMLSerializer) - Constructor for class com.sun.xml.bind.v2.runtime.DomPostInitAction
 
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
 
DOMUtil - Class in com.sun.tools.xjc.reader.dtd.bindinfo
 
DOMUtil() - Constructor for class com.sun.tools.xjc.reader.dtd.bindinfo.DOMUtil
 
DOMUtils - Class in com.sun.tools.xjc.util
 
DOMUtils() - Constructor for class com.sun.tools.xjc.util.DOMUtils
 
DOUBLE - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
DowngradingErrorHandler - Class in com.sun.tools.xjc.api.impl.s2j
ErrorHandler that reports all errors as warnings.
DowngradingErrorHandler(ErrorHandler) - Constructor for class com.sun.tools.xjc.api.impl.s2j.DowngradingErrorHandler
 
Driver - Class in com.sun.tools.xjc
CUI of XJC.
Driver() - Constructor for class com.sun.tools.xjc.Driver
 
Driver.OptionsEx - Class in com.sun.tools.xjc
Command-line arguments processor.
Driver.OptionsEx() - Constructor for class com.sun.tools.xjc.Driver.OptionsEx
 
DRIVER_PRIVATE_USAGE - Static variable in class com.sun.tools.xjc.Messages
 
DRIVER_PUBLIC_USAGE - Static variable in class com.sun.tools.xjc.Messages
 
DTD - Static variable in class com.sun.tools.xjc.reader.Const
URI to represent DTD.
DTDExtensionBindingChecker - Class in com.sun.tools.xjc.reader.dtd.bindinfo
XMLFilter that checks the use of extension namespace URIs (to see if they have corresponding plugins), and otherwise report an error.
DTDExtensionBindingChecker(String, Options, ErrorHandler) - Constructor for class com.sun.tools.xjc.reader.dtd.bindinfo.DTDExtensionBindingChecker
 
DualObjectFactoryGenerator - Class in com.sun.tools.xjc.generator.bean
ObjectFactoryGenerator used when we generate interfaces and implementations in separate packages.
DualObjectFactoryGenerator(BeanGenerator, Model, JPackage) - Constructor for class com.sun.tools.xjc.generator.bean.DualObjectFactoryGenerator
 
DumbEscapeHandler - Class in com.sun.xml.bind.marshaller
Escape everything above the US-ASCII code range.
dump(Result) - Method in class com.sun.tools.xjc.model.Model
 
dump(OutputStream) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
Dumps the contents of the forest to the specified stream.
dump(Result) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Dumps this model into XML.
dump(Result) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
Dumps this model into XML.
DURATION - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 

E

EagerNClass - Class in com.sun.tools.xjc.model.nav
 
EagerNClass(Class) - Constructor for class com.sun.tools.xjc.model.nav.EagerNClass
 
EagerNType - Class in com.sun.tools.xjc.model.nav
 
EagerNType(Type) - Constructor for class com.sun.tools.xjc.model.nav.EagerNType
 
EditDistance - Class in com.sun.xml.bind.v2.util
Computes the string edit distance.
editDistance(String, String) - Static method in class com.sun.xml.bind.v2.util.EditDistance
Computes the edit distance between two strings.
ei - Variable in class com.sun.tools.xjc.api.impl.s2j.ElementAdapter
The only one CElementInfo that can be in the property.
element - Variable in class com.sun.tools.xjc.model.CPluginCustomization
The annotation found in a schema (or in an external binding file.) Always non-null.
element - Variable in class com.sun.tools.xjc.reader.dtd.bindinfo.BIContent
The particle element which this object is wrapping.
element(String) - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
Gets the element declaration from the binding info.
Element - Class in com.sun.tools.xjc.reader.dtd
DTD Element.
Element(TDTDReader, String) - Constructor for class com.sun.tools.xjc.reader.dtd.Element
 
Element - Class in com.sun.tools.xjc.reader.gbind
Expression that represents an alphabet of a regular language.
Element() - Constructor for class com.sun.tools.xjc.reader.gbind.Element
 
element - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIXPluginCustomization
Customization element.
element - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.DomHandlerEx.DomAndLocation
 
Element<T,C> - Interface in com.sun.xml.bind.v2.model.core
TypeInfo that maps to an element.
element() - Method in class com.sun.xml.bind.v2.runtime.AssociationMap.Entry
 
element() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ContentModelContainer
 
ElementAdapter - Class in com.sun.tools.xjc.api.impl.s2j
FieldOutline that wraps another FieldOutline and allows JAX-WS to access values without using about JAXBElement.
ElementAdapter(FieldOutline, CElementInfo) - Constructor for class com.sun.tools.xjc.api.impl.s2j.ElementAdapter
 
ElementAdapter.FieldAccessorImpl - Class in com.sun.tools.xjc.api.impl.s2j
 
ElementAdapter.FieldAccessorImpl(JExpression) - Constructor for class com.sun.tools.xjc.api.impl.s2j.ElementAdapter.FieldAccessorImpl
 
ElementBeanInfoImpl - Class in com.sun.xml.bind.v2.runtime
JaxBeanInfo implementation for RuntimeElementInfo.
ElementBeanInfoImpl(JAXBContextImpl, RuntimeElementInfo) - Constructor for class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
ElementBeanInfoImpl(JAXBContextImpl) - Constructor for class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
The constructor for the sole instanceof JaxBeanInfo for handling user-created JAXBElement.
ElementCollectionAdapter - Class in com.sun.tools.xjc.api.impl.s2j
ElementAdapter that works with a collection of JAXBElement.
ElementCollectionAdapter(FieldOutline, CElementInfo) - Constructor for class com.sun.tools.xjc.api.impl.s2j.ElementCollectionAdapter
 
ElementCollectionAdapter.FieldAccessorImpl - Class in com.sun.tools.xjc.api.impl.s2j
 
ElementCollectionAdapter.FieldAccessorImpl(JExpression) - Constructor for class com.sun.tools.xjc.api.impl.s2j.ElementCollectionAdapter.FieldAccessorImpl
 
elementDecl(XSElementDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.Abstractifier
 
elementDecl(XSElementDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindBlue
 
elementDecl(XSElementDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindGreen
 
elementDecl(XSElementDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindPurple
 
elementDecl(XSElementDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindRed
 
elementDecl(XSElementDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindYellow
 
elementDecl(XSElementDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
elementDecl(XSElementDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
elementDecl(XSElementDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.ExpressionBuilder
 
elementDecl(XSElementDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.MultiplicityCounter
 
elementDecl(XSElementDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder
 
elementDecl(XSElementDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
elementDecl(XSElementDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
elementDefaultValue - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
If this element has an element default value.
ElementInfo<T,C> - Interface in com.sun.xml.bind.v2.model.core
A particular use (specialization) of JAXBElement.
ElementInfoImpl<T,C,F,M> - Class in com.sun.xml.bind.v2.model.impl
ElementInfo implementation.
ElementInfoImpl(ModelBuilder<T, C, F, M>, RegistryInfoImpl<T, C, F, M>, M) - Constructor for class com.sun.xml.bind.v2.model.impl.ElementInfoImpl
 
ElementInfoImpl.PropertyImpl - Class in com.sun.xml.bind.v2.model.impl
Singleton instance of ElementPropertyInfo for this element.
ElementInfoImpl.PropertyImpl() - Constructor for class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
ElementMappingImpl - Class in com.sun.tools.xjc.api.impl.s2j
 
ElementMappingImpl(JAXBModelImpl, CElementInfo) - Constructor for class com.sun.tools.xjc.api.impl.s2j.ElementMappingImpl
 
elementName - Variable in class com.sun.tools.xjc.api.impl.s2j.PropertyImpl
 
elementName() - Method in class com.sun.tools.xjc.api.impl.s2j.PropertyImpl
 
elementName() - Method in interface com.sun.tools.xjc.api.Property
Name of the XML element that corresponds to the property.
elementOnlyContent() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeAttributePropertyInfoImpl
 
elementOnlyContent() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl.RuntimePropertyImpl
 
elementOnlyContent() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementPropertyInfoImpl
 
elementOnlyContent() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeMapPropertyInfoImpl
 
elementOnlyContent() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeReferencePropertyInfoImpl
 
elementOnlyContent() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeValuePropertyInfoImpl
 
elementOnlyContent() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
Returns true if this property has an element-only content.
ElementOutline - Class in com.sun.tools.xjc.outline
Outline object that provides per-CElementInfo information for filling in methods/fields for a bean.
ElementOutline(CElementInfo, JDefinedClass) - Constructor for class com.sun.tools.xjc.outline.ElementOutline
 
ElementOutlineImpl - Class in com.sun.tools.xjc.generator.bean
ElementOutline implementation.
ElementOutlineImpl(BeanGenerator, CElementInfo) - Constructor for class com.sun.tools.xjc.generator.bean.ElementOutlineImpl
 
ElementPropertyInfo<T,C> - Interface in com.sun.xml.bind.v2.model.core
Property that maps to an element.
ElementPropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> - Class in com.sun.xml.bind.v2.model.impl
Common ElementPropertyInfo implementation used for both APT and runtime.
ElementPropertyInfoImpl(ClassInfoImpl<TypeT, ClassDeclT, FieldT, MethodT>, PropertySeed<TypeT, ClassDeclT, FieldT, MethodT>) - Constructor for class com.sun.xml.bind.v2.model.impl.ElementPropertyInfoImpl
 
elements - Variable in class com.sun.tools.xjc.generator.bean.BeanGenerator
elements that generate classes to the generated classes.
elements() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
Iterates all BIElements in a read-only set.
elements - Variable in class com.sun.tools.xjc.reader.dtd.Block
Elements that belong to this block.
ElementSet - Interface in com.sun.tools.xjc.reader.gbind
A set over a list of Element.
ElementSets - Class in com.sun.tools.xjc.reader.gbind
Factory methods for ElementSet.
ElementSets() - Constructor for class com.sun.tools.xjc.reader.gbind.ElementSets
 
ElementSingleAdapter - Class in com.sun.tools.xjc.api.impl.s2j
ElementAdapter that works with a single JAXBElement.
ElementSingleAdapter(FieldOutline, CElementInfo) - Constructor for class com.sun.tools.xjc.api.impl.s2j.ElementSingleAdapter
 
ElementSingleAdapter.FieldAccessorImpl - Class in com.sun.tools.xjc.api.impl.s2j
 
ElementSingleAdapter.FieldAccessorImpl(JExpression) - Constructor for class com.sun.tools.xjc.api.impl.s2j.ElementSingleAdapter.FieldAccessorImpl
 
EMPTY - Static variable in class com.sun.tools.xjc.model.CCustomizations
Convenient singleton instance that represents an empty CCustomizations.
EMPTY - Static variable in class com.sun.tools.xjc.reader.dtd.Term
Represents empty term.
empty(XSContentType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindBlue
 
empty(XSContentType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindGreen
 
empty - Static variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
An instance with the empty contents.
empty(XSContentType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindPurple
 
empty(XSContentType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindRed
 
empty(XSContentType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindYellow
 
empty(XSContentType) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
empty(XSContentType) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
empty(XSContentType) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
empty(XSContentType) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
EMPTY_LOCATOR - Static variable in class com.sun.tools.xjc.model.Model
 
EMPTY_SET - Static variable in interface com.sun.tools.xjc.reader.gbind.ElementSet
 
ENABLE_XOP - Static variable in class com.sun.xml.bind.api.JAXBRIContext
Marshaller/Unmarshaller property to enable XOP processing.
enabledExtensions - Variable in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
Set of namespace URIs that designates enabled extensions.
encode(int) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
encodeByte(int) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
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
 
end(Ring) - Static method in class com.sun.tools.xjc.reader.Ring
Ends a scope.
endAttributes() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Switches to the "marshal child texts/elements" mode.
endContentModel(String, short) - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
endDocument() - Method in class com.sun.tools.xjc.reader.internalizer.VersionChecker
 
endDocument() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.ForkingFilter
 
endDocument() - Method in class com.sun.tools.xjc.reader.xmlschema.parser.IncorrectNamespaceURIChecker
 
endDocument() - Method in class com.sun.tools.xjc.util.ForkContentHandler
 
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(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
 
endDocument() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
 
endDocument() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.MTOMDecorator
 
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 class com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller
 
endDocument() - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
 
endDocument() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
endDTD() - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
endElement(String, String, String) - Method in class com.sun.tools.xjc.reader.internalizer.DOMBuilder
 
endElement(String, String, String) - Method in class com.sun.tools.xjc.reader.internalizer.WhitespaceStripper
 
endElement(String, String, String) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.ForkingFilter
 
endElement(String, String, String) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.CustomizationContextChecker
 
endElement(String, String, String) - Method in class com.sun.tools.xjc.util.ForkContentHandler
 
endElement(String, String, String) - Method in class com.sun.tools.xjc.util.SubtreeCutter
 
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) - Method in class com.sun.xml.bind.marshaller.XMLWriter
End an element without a qname.
endElement(String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
End an element without a Namespace URI or qname.
endElement(String, String, String) - Method in class com.sun.xml.bind.v2.runtime.ContentHandlerAdaptor
 
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.MTOMDecorator
 
endElement(String, String, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
endElement(TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
endElement(TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller
 
endElement(TagName) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
 
endElement() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Ends marshalling of an element.
endModelGroup(short) - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
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.AdaptedLister
 
endPacking(T, BeanT, Accessor<BeanT, T>) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.CollectionLister
 
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(PrimitiveArrayListerByte.ByteArrayPack, BeanT, Accessor<BeanT, byte[]>) - Method in class com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte
 
endPrefixMapping(String) - Method in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
 
endPrefixMapping(String) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.ForkingFilter
 
endPrefixMapping(String) - Method in class com.sun.tools.xjc.util.ForkContentHandler
 
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.MTOMDecorator
 
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 class com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller
 
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.ForkXmlOutput
 
endStartTag() - Method in class com.sun.xml.bind.v2.runtime.output.InPlaceDOMOutput
 
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
 
endTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
endTag(int, String) - 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(int, String) - 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(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(Name) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
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(Name) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
 
endTag(int, String) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
 
endTag(Name) - Method in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
 
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
 
ensureSize(int) - Method in class com.sun.xml.bind.v2.runtime.output.Encoded
 
entityResolver - Variable in class com.sun.tools.xjc.Options
Actually stores CatalogResolver, but the field type is made to EntityResolver so that XJC can be used even if resolver.jar is not available in the classpath.
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.
EnumConstantImpl<T,C,F,M> - Class in com.sun.xml.bind.v2.model.impl
 
EnumConstantImpl(EnumLeafInfoImpl<T, C, F, M>, String, String, EnumConstantImpl<T, C, F, M>) - Constructor for class com.sun.xml.bind.v2.model.impl.EnumConstantImpl
 
EnumConstantOutline - Class in com.sun.tools.xjc.outline
Outline object that provides per-CEnumConstant information.
EnumConstantOutline(CEnumConstant, JEnumConstant) - Constructor for class com.sun.tools.xjc.outline.EnumConstantOutline
Reserved for BeanGenerator.
EnumLeafInfo<T,C> - Interface in com.sun.xml.bind.v2.model.core
NonElement that represents an Enum class.
EnumLeafInfoImpl<T,C,F,M> - Class in com.sun.xml.bind.v2.model.impl
EnumLeafInfo implementation.
EnumLeafInfoImpl(ModelBuilder<T, C, F, M>, Locatable, C, T) - Constructor for class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
 
EnumMemberMode - Enum in com.sun.tools.xjc.reader.xmlschema.bindinfo
Enum member name handling mode.
EnumOutline - Class in com.sun.tools.xjc.outline
Outline object that provides per-CEnumLeafInfo information for filling in methods/fields for a bean.
EnumOutline(CEnumLeafInfo, JDefinedClass) - Constructor for class com.sun.tools.xjc.outline.EnumOutline
 
enums() - Method in class com.sun.tools.xjc.model.Model
 
enums() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns all the EnumLeafInfos known to this set.
enums() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl
 
enums() - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
enums() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
episodeFile - Variable in class com.sun.tools.jxc.apt.Options
 
EPSILON - Static variable in class com.sun.tools.xjc.reader.gbind.Expression
Expression that represents epsilon, the length-0 string.
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.tools.xjc.api.impl.s2j.TypeAndAnnotationImpl
 
equals(Object) - Method in class com.sun.tools.xjc.api.Reference
 
equals(Object) - Method in interface com.sun.tools.xjc.api.TypeAndAnnotation
Two TypeAndAnnotation are equal if they has the same type and annotations.
equals(Object) - Method in class com.sun.tools.xjc.model.CCustomizations
 
equals(Object) - Method in class com.sun.tools.xjc.model.Multiplicity
 
equals(Object) - Method in class com.sun.tools.xjc.model.nav.EagerNType
 
equals(Object) - Method in class com.sun.tools.xjc.model.TypeUseImpl
 
equals(Locator, Locator) - Static method in class com.sun.tools.xjc.util.Util
Compares if two Locators point to the exact same position.
equals(Object) - Method in class com.sun.xml.bind.v2.model.nav.GenericArrayTypeImpl
 
equals(Object) - Method in class com.sun.xml.bind.v2.model.nav.ParameterizedTypeImpl
 
equals(Object) - Method in class com.sun.xml.bind.v2.model.nav.WildcardTypeImpl
 
equals(String, String) - Method in class com.sun.xml.bind.v2.runtime.Name
 
equals(Object) - Method in class com.sun.xml.bind.v2.util.QNameMap.Entry
 
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(TypeMirror) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
erasure(NType) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
erasure(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Computes the erasure
erasure(Type) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
Returns the runtime representation of the given type.
ERPropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> - Class in com.sun.xml.bind.v2.model.impl
Common part of ElementPropertyInfoImpl and ReferencePropertyInfoImpl.
ERPropertyInfoImpl(ClassInfoImpl<TypeT, ClassDeclT, FieldT, MethodT>, PropertySeed<TypeT, ClassDeclT, FieldT, MethodT>) - Constructor for class com.sun.xml.bind.v2.model.impl.ERPropertyInfoImpl
 
ERR_BINDINFO_NON_EXISTENT_ELEMENT_DECLARATION - Static variable in class com.sun.tools.xjc.reader.dtd.Messages
 
ERR_BINDINFO_NON_EXISTENT_INTERFACE_MEMBER - Static variable in class com.sun.tools.xjc.reader.dtd.Messages
 
ERR_BINDING_FILE_NOT_SUPPORTED_FOR_RNC - Static variable in class com.sun.tools.xjc.Messages
 
ERR_CANNOT_BE_TYPE_SAFE_ENUM - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_CANNOT_BE_TYPE_SAFE_ENUM_LOCATION - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_CANNOT_GENERATE_ENUM_NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_CASE_SENSITIVITY_COLLISION - Static variable in class com.sun.tools.xjc.util.Messages
 
ERR_CHAMELEON_SCHEMA_GONE_WILD - Static variable in class com.sun.tools.xjc.util.Messages
 
ERR_CLASS_NAME_IS_REQUIRED - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_CLASSNAME_COLLISION - Static variable in class com.sun.tools.xjc.util.Messages
 
ERR_CLASSNAME_COLLISION_SOURCE - Static variable in class com.sun.tools.xjc.util.Messages
 
ERR_CONFLICT_BETWEEN_USERTYPE_AND_ACTUALTYPE_ATTUSE - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_CONFLICT_BETWEEN_USERTYPE_AND_ACTUALTYPE_ATTUSE_SOURCE - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_CONTENT_PROPERTY_DECLARATION_TOO_SHORT - Static variable in class com.sun.tools.xjc.reader.dtd.Messages
 
ERR_CONTENT_PROPERTY_PARTICLE_MISMATCH - Static variable in class com.sun.tools.xjc.reader.dtd.Messages
 
ERR_CONVERSION_FOR_NON_VALUE_ELEMENT - Static variable in class com.sun.tools.xjc.reader.dtd.Messages
 
ERR_DANGLING_IDREF - Static variable in class com.sun.xml.bind.marshaller.Messages
Deprecated. only used from 1.0
ERR_DATATYPE_ERROR - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_ENUM_MEMBER_NAME_COLLISION - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_ENUM_MEMBER_NAME_COLLISION_RELATED - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_FILENAME_IS_NOT_URI - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
ERR_GENERAL_SCHEMA_CORRECTNESS_ERROR - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
ERR_ILLEGAL_EXPECTED_MIME_TYPE - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_INCORRECT_CLASS_NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_INCORRECT_DEFAULT_VALUE - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_INCORRECT_FIXED_VALUE - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_INCORRECT_PACKAGE_NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_INCORRECT_SCHEMA_REFERENCE - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
ERR_INCORRECT_VERSION - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
ERR_INVALID_CLASSNAME - Static variable in class com.sun.tools.xjc.util.Messages
 
ERR_MISSING_OBJECT - Static variable in class com.sun.xml.bind.marshaller.Messages
Deprecated. use ERR_MISSING_OBJECT2
ERR_MISSING_OBJECT2 - Static variable in class com.sun.xml.bind.marshaller.Messages
Deprecated. use XMLSerializer.reportMissingObjectError(String)
ERR_MULTIPLE_GLOBAL_BINDINGS - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_MULTIPLE_GLOBAL_BINDINGS_OTHER - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_MULTIPLE_SCHEMA_BINDINGS - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_MULTIPLE_SCHEMA_BINDINGS_LOCATION - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_NO_ENUM_FACET - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_NO_ENUM_NAME_AVAILABLE - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_NO_ROOT_ELEMENT - Static variable in class com.sun.tools.xjc.reader.dtd.Messages
 
ERR_NOT_A_BINDING_FILE - Static variable in class com.sun.tools.xjc.Messages
 
ERR_NOT_IDENTIFIABLE - Static variable in class com.sun.xml.bind.marshaller.Messages
Deprecated. only used from 1.0
ERR_REFERENCE_TO_NONEXPORTED_CLASS - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_REFERENCE_TO_NONEXPORTED_CLASS_MAP_FALSE - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_REFERENCE_TO_NONEXPORTED_CLASS_REFERER - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_RESERVED_CLASS_NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_SCD_EVAL - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
ERR_SCD_EVALUATED_EMPTY - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
ERR_SCD_MATCHED_MULTIPLE_NODES - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
ERR_SCD_MATCHED_MULTIPLE_NODES_FIRST - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
ERR_SCD_MATCHED_MULTIPLE_NODES_SECOND - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
ERR_TOO_MANY_SCHEMA - Static variable in class com.sun.tools.xjc.Messages
 
ERR_UNABLE_TO_GENERATE_NAME_FROM_MODELGROUP - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_UNABLE_TO_PARSE - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
ERR_UNACKNOWLEDGED_CUSTOMIZATION - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_UNACKNOWLEDGED_CUSTOMIZATION - Static variable in class com.sun.tools.xjc.reader.xmlschema.parser.Messages
 
ERR_UNACKNOWLEDGED_CUSTOMIZATION_LOCATION - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_UNDEFINED_ELEMENT_IN_BINDINFO - Static variable in class com.sun.tools.xjc.reader.dtd.Messages
 
ERR_UNDEFINED_FIELD - Static variable in class com.sun.tools.xjc.reader.dtd.bindinfo.Messages
 
ERR_UNNESTED_JAVATYPE_CUSTOMIZATION_ON_SIMPLETYPE - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
ERR_VERSION_NOT_FOUND - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
ERR_XPATH_EVAL - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
error(SAXParseException) - Method in class com.sun.tools.jxc.apt.ErrorReceiverImpl
 
error(SAXParseException) - Method in interface com.sun.tools.xjc.api.ErrorListener
 
error(SAXParseException) - Method in class com.sun.tools.xjc.api.impl.s2j.DowngradingErrorHandler
 
error(SAXParseException) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
error(SAXParseException) - Method in class com.sun.tools.xjc.ConsoleErrorReporter
 
error(Locator, String) - Method in class com.sun.tools.xjc.ErrorReceiver
 
error(Locator, String, Exception) - Method in class com.sun.tools.xjc.ErrorReceiver
 
error(String, Exception) - Method in class com.sun.tools.xjc.ErrorReceiver
 
error(Exception) - Method in class com.sun.tools.xjc.ErrorReceiver
 
error(SAXParseException) - Method in class com.sun.tools.xjc.ErrorReceiver
 
error(String) - Method in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
Reports an error and returns the created SAXParseException
error(SAXParseException) - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
error(Locator, String, Object...) - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
error(Locator, String, Object...) - Method in class com.sun.tools.xjc.reader.xmlschema.ErrorReporter
 
error(SAXParseException) - Method in class com.sun.tools.xjc.util.ErrorReceiverFilter
 
error(SAXParseException) - Method in interface com.sun.xml.bind.api.ErrorListener
 
error(IllegalAnnotationException) - Method in interface com.sun.xml.bind.v2.model.core.ErrorHandler
Receives a notification for an error in the annotated code.
error(SAXParseException) - Method in class com.sun.xml.bind.v2.runtime.Coordinator
 
error(IllegalAnnotationException) - Method in class com.sun.xml.bind.v2.runtime.IllegalAnnotationsException.Builder
 
ERROR - Static variable in class com.sun.xml.bind.v2.runtime.reflect.Lister
 
error(SAXParseException) - Method in class com.sun.xml.bind.v2.util.FatalAdapter
 
ERROR_MSG - Static variable in class com.sun.tools.xjc.Messages
 
errorCheck() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
Performs error check
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.tools.xjc.api
Implemented by the driver of the compiler engine to handle errors found during the compiliation.
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.
ErrorReceiver - Class in com.sun.tools.xjc
Implemented by the driver of the compiler engine to handle errors found during the compiliation.
ErrorReceiver() - Constructor for class com.sun.tools.xjc.ErrorReceiver
 
errorReceiver - Variable in class com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
Controller object that can be used to report errors.
errorReceiver - Variable in class com.sun.tools.xjc.reader.xmlschema.ct.CTBuilder
 
ErrorReceiverFilter - Class in com.sun.tools.xjc.util
Filter implementation of the ErrorReceiver.
ErrorReceiverFilter() - Constructor for class com.sun.tools.xjc.util.ErrorReceiverFilter
 
ErrorReceiverFilter(ErrorListener) - Constructor for class com.sun.tools.xjc.util.ErrorReceiverFilter
 
ErrorReceiverImpl - Class in com.sun.tools.jxc.apt
 
ErrorReceiverImpl(Messager, boolean) - Constructor for class com.sun.tools.jxc.apt.ErrorReceiverImpl
 
ErrorReceiverImpl(Messager) - Constructor for class com.sun.tools.jxc.apt.ErrorReceiverImpl
 
ErrorReceiverImpl(AnnotationProcessorEnvironment) - Constructor for class com.sun.tools.jxc.apt.ErrorReceiverImpl
 
ErrorReporter - Class in com.sun.tools.xjc.reader.xmlschema
Provides error report capability to other owner components by encapsulating user-specified ErrorHandler and exposing utlity methods.
ErrorReporter() - Constructor for class com.sun.tools.xjc.reader.xmlschema.ErrorReporter
 
errorUnresolvedIDREF(Object, String, LocatorEx) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Called when there's no corresponding ID value.
escape(StringBuilder, String, int) - Static method in class com.sun.xml.bind.api.impl.NameUtil
Escapes characters is the given string so that they can be printed by only using US-ASCII characters.
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
 
escapeSpace(String) - Static method in class com.sun.tools.xjc.reader.Util
 
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.
execute() - Method in class com.sun.tools.xjc.XJC2Task
Runs XJC.
executeTasks() - Method in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
Runs all the pending build tasks.
ExistingBlockReference - Class in com.sun.tools.xjc.generator.util
 
ExistingBlockReference(JBlock) - Constructor for class com.sun.tools.xjc.generator.util.ExistingBlockReference
 
EXPECTED_CONTENT_TYPES - Static variable in class com.sun.tools.xjc.reader.Const
Attribute name of the expected media type.
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 class com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller
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.
EXPERIMENTAL_LANGUAGE_WARNING - Static variable in class com.sun.tools.xjc.Messages
 
exposed - Variable in class com.sun.tools.xjc.generator.bean.ImplStructureStrategy.Result
Corresponds to Aspect.EXPOSED
exposedType - Variable in class com.sun.tools.xjc.generator.bean.field.AbstractField
The publicly visible type of this field.
Expression - Class in com.sun.tools.xjc.reader.gbind
This builds content models.
Expression() - Constructor for class com.sun.tools.xjc.reader.gbind.Expression
 
ExpressionBuilder - Class in com.sun.tools.xjc.reader.xmlschema
Visits XSParticle and creates a corresponding Expression tree.
ExpressionParticleBinder - Class in com.sun.tools.xjc.reader.xmlschema
ParticleBinder that uses ExpressionBuilder et al for better, more intuitive (but non spec-conforming) binding.
ExpressionParticleBinder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.ExpressionParticleBinder
 
ExtendedComplexTypeBuilder - Class in com.sun.tools.xjc.reader.xmlschema.ct
Binds a complex type derived from another complex type by extension.
ExtendedComplexTypeBuilder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.ct.ExtendedComplexTypeBuilder
 
EXTENSION - Static variable in class com.sun.tools.xjc.Options
loosely follow the compatibility rules and allow the use of vendor binding extensions
ExtensionBindingChecker - Class in com.sun.tools.xjc.reader
This filter checks jaxb:extensionBindingPrefix and pass/filter extension bindings.
ExtensionBindingChecker(String, Options, ErrorHandler) - Constructor for class com.sun.tools.xjc.reader.ExtensionBindingChecker
 

F

f - Variable in class com.sun.xml.bind.v2.runtime.reflect.Accessor.FieldReflection
 
f_boolean - Variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
f_byte - Variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
f_char - Variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
f_double - Variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
f_float - Variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
f_int - Variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
f_long - Variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
f_ref - Variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
Field of a reference type.
f_short - Variable in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
facet(XSFacet) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
facet(XSFacet) - Method in class com.sun.tools.xjc.reader.xmlschema.ColorBinder
 
facet(XSFacet) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
facet(XSFacet) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
facet(XSFacet) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
FACTORY - Static variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
FAILED_TO_GENERATE_CODE - Static variable in class com.sun.tools.xjc.Messages
 
FAILED_TO_LOAD - Static variable in class com.sun.tools.xjc.Messages
 
FAILED_TO_PARSE - Static variable in class com.sun.tools.xjc.Messages
 
fastBoot - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
If true, we aim for faster JAXBContext instanciation performance, instead of going after efficient sustained unmarshalling/marshalling performance.
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 class com.sun.tools.jxc.apt.ErrorReceiverImpl
 
fatalError(SAXParseException) - Method in interface com.sun.tools.xjc.api.ErrorListener
 
fatalError(SAXParseException) - Method in class com.sun.tools.xjc.api.impl.s2j.DowngradingErrorHandler
 
fatalError(SAXParseException) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
fatalError(SAXParseException) - Method in class com.sun.tools.xjc.ConsoleErrorReporter
 
fatalError(SAXParseException) - Method in class com.sun.tools.xjc.ErrorReceiver
 
fatalError(SAXParseException) - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
fatalError(SAXParseException) - Method in class com.sun.tools.xjc.util.ErrorReceiverFilter
 
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
 
field - Variable in class com.sun.tools.xjc.generator.bean.field.AbstractListField.Accessor
Reference to the AbstractListField.field of the target object.
field - Variable in class com.sun.tools.xjc.generator.bean.field.AbstractListField
The field that stores the list.
field - Variable in class com.sun.xml.bind.v2.model.impl.FieldPropertySeed
 
FIELD_RENDERER_CONFLICT - Static variable in class com.sun.tools.xjc.Messages
 
FieldAccessor - Interface in com.sun.tools.xjc.outline
Encapsulates the access on a field.
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_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
 
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
 
fieldName - Variable in class com.sun.xml.bind.v2.runtime.property.PropertyImpl
Name of this field.
FieldOutline - Interface in com.sun.tools.xjc.outline
Representation of a field of ClassOutline.
FieldPropertySeed<TypeT,ClassDeclT,FieldT,MethodT> - Class in com.sun.xml.bind.v2.model.impl
PropertyInfo implementation backed by a field.
FieldPropertySeed(ClassInfoImpl<TypeT, ClassDeclT, FieldT, MethodT>, FieldT) - Constructor for class com.sun.xml.bind.v2.model.impl.FieldPropertySeed
 
FieldRenderer - Interface in com.sun.tools.xjc.generator.bean.field
Abstract model of one field in a generated class.
FieldRendererFactory - Class in com.sun.tools.xjc.generator.bean.field
Factory for FieldRenderer.
FieldRendererFactory() - Constructor for class com.sun.tools.xjc.generator.bean.field.FieldRendererFactory
 
fieldRendererFactory - Variable in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
 
fields - Variable in class com.sun.tools.xjc.model.Constructor
array of field names to be initialized.
fields() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIInterface
Gets the names of fields in this interface.
FILE_PROLOG_COMMENT - Static variable in class com.sun.tools.xjc.Messages
 
FilerCodeWriter - Class in com.sun.tools.xjc.api.util
CodeWriter that generates source code to Filer.
FilerCodeWriter(Filer) - Constructor for class com.sun.tools.xjc.api.util.FilerCodeWriter
 
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
 
find(String) - Method in class com.sun.tools.xjc.model.CCustomizations
Finds the first CPluginCustomization that belongs to the given namespace URI.
find(String, String) - Method in class com.sun.tools.xjc.model.CCustomizations
Finds the first CPluginCustomization that belongs to the given namespace URI and the local name.
find(ClassLoader, String) - Static method in class com.sun.xml.bind.v2.runtime.reflect.opt.Injector
Returns the already injected class, or null.
findClass(String, TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
findClass(String) - Method in class com.sun.tools.xjc.api.util.APTClassLoader
 
findClass(String, NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
findClass(String, C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Finds the class/interface/enum/annotation of the given name.
findClass(String, Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
findExternalResource(String, String, Attributes) - Method in class com.sun.tools.xjc.reader.internalizer.AbstractReferenceFinderImpl
IF the given element contains a reference to an external resource, return its URL.
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.
findXmlAccessorFactoryAnnotation(Class) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
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.
fixNull(String) - Static method in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector
 
fixNullRef(JBlock) - Method in class com.sun.tools.xjc.generator.bean.field.AbstractListField
Generates statement(s) so that the successive AbstractListField.Accessor.ref(boolean) with true will always return a non-null list.
flag - Variable in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Various boolean flags combined into one field to improve memory footprint.
flattenClasses - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
If true, interfaces/classes that are normally generated as a nested interface/class will be generated into the package, allowing the generated classes to be flat.
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
 
FLOAT - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
flush() - Method in class com.sun.tools.xjc.util.NullStream
 
flush() - Method in class com.sun.xml.bind.marshaller.XMLWriter
Flush the output.
flushBuffer() - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
FoolProofResolver - Class in com.sun.xml.bind.v2.schemagen
SchemaOutputResolver that wraps the user-specified resolver and makes sure that it's following the contract.
FoolProofResolver(SchemaOutputResolver) - Constructor for class com.sun.xml.bind.v2.schemagen.FoolProofResolver
 
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
 
forcePackageName(String) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
forcePackageName(String) - Method in interface com.sun.tools.xjc.api.SchemaCompiler
Forces all the JAXB-generated classes to go into the specific package.
foreEdges - Variable in class com.sun.tools.xjc.reader.gbind.Element
Once we build a graph from Expression, we represent an edge e1 -> e2 by e1.foreEdges.contains(e2) and e2.backEdges.contains(e1).
forest - Variable in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
ForkContentHandler - Class in com.sun.tools.xjc.util
ContentHandler that "forks" the incoming SAX2 events to two ContentHandlers.
ForkContentHandler(ContentHandler, ContentHandler) - Constructor for class com.sun.tools.xjc.util.ForkContentHandler
Creates a ForkContentHandler.
ForkEntityResolver - Class in com.sun.tools.xjc.util
EntityResolver that delegates to two EntityResolvers.
ForkEntityResolver(EntityResolver, EntityResolver) - Constructor for class com.sun.tools.xjc.util.ForkEntityResolver
 
ForkingFilter - Class in com.sun.tools.xjc.reader.xmlschema.bindinfo
XMLFilter that can fork an event to another ContentHandler in the middle.
ForkingFilter() - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.ForkingFilter
 
ForkingFilter(ContentHandler) - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.ForkingFilter
 
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 - Enum in com.sun.xml.bind.v2.schemagen
Represents the form default value.
format(Object...) - Method in enum com.sun.tools.jxc.apt.Messages
 
format(Object...) - Method in enum com.sun.tools.jxc.Messages
 
format(Object...) - Method in enum com.sun.tools.xjc.api.impl.j2s.Messages
 
format(Object...) - Method in enum com.sun.tools.xjc.api.util.Messages
 
format(Object...) - Method in enum com.sun.tools.xjc.generator.bean.field.Messages
 
format(Object...) - Method in enum com.sun.tools.xjc.generator.bean.Messages
 
format(String, Object...) - Static method in class com.sun.tools.xjc.Messages
Loads a string resource and formats it with specified arguments.
format(String, Object...) - Static method in class com.sun.tools.xjc.reader.dtd.bindinfo.Messages
Loads a string resource and formats it with specified arguments.
format(String, Object...) - Static method in class com.sun.tools.xjc.reader.dtd.Messages
Loads a string resource and formats it with specified arguments.
format(String, Object...) - Static method in class com.sun.tools.xjc.reader.internalizer.Messages
Loads a string resource and formats it with specified arguments.
format(Object...) - Method in enum com.sun.tools.xjc.reader.Messages
 
format(Object...) - Method in enum com.sun.tools.xjc.reader.xmlschema.bindinfo.Messages
Loads a string resource and formats it with specified arguments.
format(Object...) - Method in enum com.sun.tools.xjc.reader.xmlschema.ct.Messages
 
format(String, Object...) - Static method in class com.sun.tools.xjc.reader.xmlschema.Messages
Loads a string resource and formats it with specified arguments.
format(String, Object...) - Static method in class com.sun.tools.xjc.reader.xmlschema.parser.Messages
Loads a string resource and formats it with specified arguments.
format(String, Object...) - Static method in class com.sun.tools.xjc.util.Messages
Loads a string resource and formats it with specified arguments.
format(String) - Static method in class com.sun.xml.bind.marshaller.Messages
 
format(String, Object) - Static method in class com.sun.xml.bind.marshaller.Messages
 
format(String, 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.marshaller.Messages
 
format(String, Object[]) - Static method in class com.sun.xml.bind.marshaller.Messages
Loads a string resource and formats it with specified arguments.
format(String) - Static method in class com.sun.xml.bind.unmarshaller.Messages
 
format(String, Object) - Static method in class com.sun.xml.bind.unmarshaller.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.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(Object...) - Method in enum com.sun.xml.bind.v2.Messages
 
format(Object...) - Method in enum com.sun.xml.bind.v2.model.annotation.Messages
 
format(Object...) - Method in enum com.sun.xml.bind.v2.model.impl.Messages
 
format(Object...) - Method in enum com.sun.xml.bind.v2.runtime.Messages
 
format(Object...) - Method in enum com.sun.xml.bind.v2.runtime.property.Messages
 
format(Object...) - Method in enum com.sun.xml.bind.v2.runtime.reflect.Messages
 
format(Object...) - Method in enum com.sun.xml.bind.v2.runtime.unmarshaller.Messages
 
format(Object...) - Method in enum com.sun.xml.bind.v2.schemagen.Messages
 
fr - Variable in class com.sun.tools.xjc.api.impl.s2j.PropertyImpl
 
FreshComplexTypeBuilder - Class in com.sun.tools.xjc.reader.xmlschema.ct
Builds a complex type that inherits from the anyType complex type.
FreshComplexTypeBuilder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.ct.FreshComplexTypeBuilder
 
fromRawValue(JBlock, String, JExpression) - Method in class com.sun.tools.xjc.api.impl.s2j.ElementCollectionAdapter.FieldAccessorImpl
 
fromRawValue(JBlock, String, JExpression) - Method in class com.sun.tools.xjc.api.impl.s2j.ElementSingleAdapter.FieldAccessorImpl
 
fromRawValue(JBlock, String, JExpression) - Method in class com.sun.tools.xjc.generator.bean.field.AbstractFieldWithVar.Accessor
 
fromRawValue(JBlock, String, JExpression) - Method in class com.sun.tools.xjc.generator.bean.field.ArrayField.Accessor
 
fromRawValue(JBlock, String, JExpression) - Method in class com.sun.tools.xjc.generator.bean.field.UntypedListField.Accessor
 
fromRawValue(JBlock, String, JExpression) - Method in interface com.sun.tools.xjc.outline.FieldAccessor
Sets the value of the field from the specified expression.
fullName(MethodDeclaration) - Method in class com.sun.tools.jxc.apt.InlineAnnotationReaderImpl
 
fullName() - Method in class com.sun.tools.xjc.model.CArrayInfo
 
fullName() - Method in class com.sun.tools.xjc.model.CClassInfo
Returns the FQCN of this bean.
fullName() - Method in interface com.sun.tools.xjc.model.CClassInfoParent
Returns the fully-qualified name.
fullName() - Method in class com.sun.tools.xjc.model.CClassInfoParent.Package
 
fullName() - Method in class com.sun.tools.xjc.model.CClassRef
 
fullName() - Method in class com.sun.tools.xjc.model.CElementInfo
 
fullName() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
fullName() - Method in class com.sun.tools.xjc.model.nav.EagerNType
 
fullName() - Method in class com.sun.tools.xjc.model.nav.NClassByJClass
 
fullName() - Method in class com.sun.tools.xjc.model.nav.NParameterizedType
 
fullName() - Method in interface com.sun.tools.xjc.model.nav.NType
Human readable name of this type.
fullName(M) - Method in class com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl
Gets the fully-qualified name of the method.
fullName(Method) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 

G

GElement - Class in com.sun.tools.xjc.reader.xmlschema
 
GElement() - Constructor for class com.sun.tools.xjc.reader.xmlschema.GElement
 
GElementImpl - Class in com.sun.tools.xjc.reader.xmlschema
Element that wraps XSElementDecl.
GElementImpl(QName, XSElementDecl) - Constructor for class com.sun.tools.xjc.reader.xmlschema.GElementImpl
 
generate(Model, ErrorReceiver) - Static method in class com.sun.tools.xjc.generator.bean.BeanGenerator
Generates beans into code model according to the BGM, and produces the reflection model.
generate() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractListField
 
generate(ClassOutlineImpl, CPropertyInfo) - Method in class com.sun.tools.xjc.generator.bean.field.ConstFieldRenderer
 
generate(ClassOutlineImpl, CPropertyInfo) - Method in class com.sun.tools.xjc.generator.bean.field.DefaultFieldRenderer
 
generate(ClassOutlineImpl, CPropertyInfo) - Method in interface com.sun.tools.xjc.generator.bean.field.FieldRenderer
Generates accesssors and fields for the given implementation class, then return FieldOutline for accessing the generated field.
generate(ClassOutlineImpl, CPropertyInfo) - Method in class com.sun.tools.xjc.generator.bean.field.GenericFieldRenderer
 
generate(ClassOutlineImpl, CPropertyInfo) - Method in class com.sun.tools.xjc.generator.bean.field.IsSetFieldRenderer
 
generate(ClassOutlineImpl, CPropertyInfo) - Method in class com.sun.tools.xjc.generator.bean.field.UntypedListFieldRenderer
 
generate(JCodeModel, JExpression) - Method in class com.sun.tools.xjc.generator.util.WhitespaceNormalizer
Generates the expression that normalizes the given expression (which evaluates to java.lang.String).
generateAccessors() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractListField
Generates accessor methods.
generateAccessors() - Method in class com.sun.tools.xjc.generator.bean.field.ArrayField
 
generateAccessors() - Method in class com.sun.tools.xjc.generator.bean.field.UntypedListField
 
generateAdapterIfNecessary(CPropertyInfo, JAnnotatable) - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
Generates XmlJavaTypeAdapter from PropertyInfo if necessary.
generateCode(Plugin[], ErrorListener) - Method in class com.sun.tools.xjc.api.impl.s2j.JAXBModelImpl
 
generateCode(Plugin[], ErrorListener) - Method in interface com.sun.tools.xjc.api.S2JJAXBModel
Generates artifacts.
generateCode(Options, ErrorReceiver) - Method in class com.sun.tools.xjc.model.Model
Fully-generate the source code into the given model.
generatedFile(String) - Method in class com.sun.tools.xjc.XJCListener
Deprecated. Override XJCListener.generatedFile(String, int, int). Deprecated in 2.0.1.
generatedFile(String, int, int) - Method in class com.sun.tools.xjc.XJCListener
Called for each file generated by XJC.
generateElementClass - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
True to generate a class for elements by default.
generateElementProperty - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
generateEnumMemberName - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
Returns true if the compiler needs to generate type-safe enum member names when enumeration values cannot be used as constant names.
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
 
generateEpisodeFile(Result) - Method in class com.sun.tools.xjc.api.impl.j2s.JAXBModelImpl
 
generateEpisodeFile(Result) - Method in interface com.sun.tools.xjc.api.J2SJAXBModel
Generates the episode file from the model.
generateField(JType) - Method in class com.sun.tools.xjc.generator.bean.field.AbstractField
Generates the field declaration.
generateSchema(SchemaOutputResolver, ErrorListener) - Method in class com.sun.tools.xjc.api.impl.j2s.JAXBModelImpl
 
generateSchema(SchemaOutputResolver, ErrorListener) - Method in interface com.sun.tools.xjc.api.J2SJAXBModel
Generates the schema documents from the model.
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
 
generateStaticClass(Class, JPackage) - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
GenericArrayTypeImpl - Class in com.sun.xml.bind.v2.model.nav
Implementation of GenericArrayType interface for core reflection.
GenericArrayTypeImpl(Type) - Constructor for class com.sun.xml.bind.v2.model.nav.GenericArrayTypeImpl
 
GenericFieldRenderer - Class in com.sun.tools.xjc.generator.bean.field
Creates
GenericFieldRenderer(Class) - Constructor for class com.sun.tools.xjc.generator.bean.field.GenericFieldRenderer
 
get(QName) - Method in class com.sun.tools.xjc.api.impl.s2j.JAXBModelImpl
 
get(QName) - Method in interface com.sun.tools.xjc.api.S2JJAXBModel
Gets a Mapping object for the given global element.
get(boolean) - Method in interface com.sun.tools.xjc.generator.util.BlockReference
 
get(boolean) - Method in class com.sun.tools.xjc.generator.util.ExistingBlockReference
 
get(boolean) - Method in class com.sun.tools.xjc.generator.util.LazyBlockReference
 
get(String) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
Gets the DOM tree associated with the specified system ID, or null if none is found.
get(String) - Method in class com.sun.tools.xjc.reader.relaxng.DatatypeLib
Maps the type name to the information.
get(Class<T>) - Static method in class com.sun.tools.xjc.reader.Ring
 
get() - Static method in class com.sun.tools.xjc.reader.Ring
A Ring instance is associated with a thread.
get(Class<T>) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
Gets the first declaration with a given name, or null if none is found.
get(int) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
 
get(Model) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.CollectionTypeAttribute
 
get(B) - Method in class com.sun.xml.bind.api.RawAccessor
Gets the value of the property of the given bean object.
get(Class<A>) - Method in class com.sun.xml.bind.api.TypeReference
Finds the specified annotation from the array and returns it.
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(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.AdaptedAccessor
 
get(B) - Method in class com.sun.xml.bind.v2.runtime.reflect.NullSafeAccessor
 
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_Ref
 
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_Ref
 
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(Field) - Static method in class com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
Gets the optimizd Accessor that accesses the given field.
get(RuntimePropertyInfo) - Static method in class com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedTransducedAccessorFactory
Gets the optimizd 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() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
Gets the raw data.
get(XmlNsForm) - Static method in enum com.sun.xml.bind.v2.schemagen.Form
Gets the constant the corresponds to the given XmlNsForm.
get(int) - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
 
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
 
get_boolean() - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
get_byte() - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
get_char() - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
get_double() - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
get_float() - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
get_int() - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
get_long() - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
get_ref() - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
get_short() - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
getAccessor() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl.RuntimePropertySeed
 
getAccessor() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl.RuntimePropertyImpl
 
getAccessor() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementPropertyInfoImpl
 
getAccessor() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeMapPropertyInfoImpl
 
getAccessor() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeReferencePropertyInfoImpl
 
getAccessor() - Method in class com.sun.xml.bind.v2.model.impl.SingleTypePropertyInfoImpl
 
getAccessor() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
Gets the Accessor for this property.
getActualTypeArguments() - Method in class com.sun.xml.bind.v2.model.nav.ParameterizedTypeImpl
 
getAdapter() - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
getAdapter() - Method in class com.sun.tools.xjc.model.CPropertyInfo
 
getAdapter() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
getAdapter() - Method in class com.sun.tools.xjc.model.CSingleTypePropertyInfo
 
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() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
getAdapter() - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
This is the default implementation of the getAdapter method defined on many of the PropertyInfo-derived classes.
getAdapter(Class<T>) - Method in class com.sun.xml.bind.v2.runtime.Coordinator
Gets the instance of the adapter.
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
 
getAdapterClass(Outline) - Method in class com.sun.tools.xjc.model.CAdapter
 
getAdapterIfKnown() - Method in class com.sun.tools.xjc.model.CAdapter
Returns the adapter class if the adapter type is statically known to XJC.
getAdapterUse() - Method in class com.sun.tools.xjc.model.AbstractCTypeInfoImpl
 
getAdapterUse() - Method in class com.sun.tools.xjc.model.CBuiltinLeafInfo
Deprecated. 
getAdapterUse() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
Deprecated. 
getAdapterUse() - Method in interface com.sun.tools.xjc.model.CNonElement
Deprecated. 
getAdapterUse() - Method in interface com.sun.tools.xjc.model.TypeUse
If this type use is adapting the type, returns the adapter.
getAdapterUse() - Method in class com.sun.tools.xjc.model.TypeUseImpl
 
getAllDeclaredPrefixes() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Returns a list of all in-scope prefixes.
getAllElements() - Method in class com.sun.tools.xjc.model.Model
 
getAllElements() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns all the ElementInfo known to this set.
getAllElements() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl
 
getAllElements() - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
getAllElements() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
getAllFieldAnnotations(FieldDeclaration, Locatable) - Method in class com.sun.tools.jxc.apt.InlineAnnotationReaderImpl
 
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(MethodDeclaration, Locatable) - Method in class com.sun.tools.jxc.apt.InlineAnnotationReaderImpl
 
getAllMethodAnnotations(M, Locatable) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
Gets all the annotations on a method.
getAllMethodAnnotations(Method, Locatable) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
getAllObjectFactories() - Method in class com.sun.tools.xjc.api.impl.s2j.JAXBModelImpl
 
getAllObjectFactories() - Method in interface com.sun.tools.xjc.api.S2JJAXBModel
Gets all the ObjectFactory classes generated by the compilation.
getAllPackageContexts() - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
getAllPackageContexts() - Method in interface com.sun.tools.xjc.outline.Outline
Gets all package-wise contexts at once.
getAllPlugins() - Method in class com.sun.tools.xjc.Options
Gets all the Plugins discovered so far.
getAnnotation() - Method in class com.sun.xml.bind.v2.model.annotation.Quick
Gets the annotation object that this object is wrapping.
getAnyTypeInfo() - Method in class com.sun.tools.xjc.model.Model
 
getAnyTypeInfo() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Gets the TypeInfo for the any type.
getAnyTypeInfo() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl
 
getAnyTypeInfo() - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
getAnyTypeInfo() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
getArray() - Method in class com.sun.tools.xjc.generator.bean.field.FieldRendererFactory
 
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
 
getAttribute(Element, String) - Static method in class com.sun.tools.xjc.reader.dtd.bindinfo.DOMUtil
 
getAttribute(Element, String, String) - Static method in class com.sun.tools.xjc.reader.dtd.bindinfo.DOMUtil
 
getAttributeFormDefault(String) - Method in class com.sun.tools.xjc.model.Model
 
getAttributeFormDefault(String) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Gets the reasonable XmlNsForm for the given namespace URI.
getAttributeFormDefault(String) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
getAttributeWildcard() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
getAttributeWildcard() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo
If ClassInfo.hasAttributeWildcard() is true, returns the accessor to access the property.
getBase() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
 
getBaseClass(TypeMirror, TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getBaseClass() - Method in class com.sun.tools.xjc.model.CClassInfo
This inherited version returns null if this class extends from CClassRef.
getBaseClass(NType, NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
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 class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
getBaseClass(T, C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the parameterization of the given base type.
getBaseClass(Type, Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getBaseClass() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo
 
getBaseDir(String) - Method in class com.sun.tools.jxc.NGCCRuntimeEx
This will check if the baseDir provided by the user in the config file exists.
getBaseType() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
getBaseType() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
 
getBaseType(Type, Class) - Static method in class com.sun.xml.bind.api.JAXBRIContext
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() - Method in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
 
getBaseURI() - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
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.
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>, boolean) - 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
 
getBindFiles() - Method in class com.sun.tools.xjc.Options
Input external binding files.
getBindInfo(XSComponent) - Method in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
Gets the BindInfo object associated to a schema component.
getBindingMode(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.ComplexTypeFieldBuilder
Obtains the binding mode recorded through ComplexTypeFieldBuilder.recordBindingMode(XSComplexType, ComplexTypeBindingMode).
getBuffer() - Method in class com.sun.xml.bind.v2.util.ByteArrayOutputStreamEx
 
getBuilder() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
 
getBuilder() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
Back pointer to the BGMBuilder which is building a BGM from schema components including this customization.
getBuildID() - Static method in class com.sun.tools.xjc.Driver
 
getBuildID() - Static method in class com.sun.tools.xjc.Options
 
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
 
getByteStream() - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
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.
getCertifiedText() - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
getCharacterStream() - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
getChildElements(Element) - Static method in class com.sun.tools.xjc.reader.dtd.bindinfo.DOMUtil
 
getChildElements(Element, String) - Static method in class com.sun.tools.xjc.reader.dtd.bindinfo.DOMUtil
 
getChildElements(Element, String, String) - Static method in class com.sun.tools.xjc.util.DOMUtils
Gets the child elements of the given name.
getChildElements(Element) - Static method in class com.sun.tools.xjc.util.DOMUtils
Gets all the child elements.
getChildren() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
 
getChildren() - Method in interface com.sun.tools.xjc.reader.xmlschema.bindinfo.BIDeclaration
Gets child BIDeclarations if any.
getChildren() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
 
getClassAnnotation(Class<A>, TypeDeclaration, Locatable) - Method in class com.sun.tools.jxc.apt.InlineAnnotationReaderImpl
 
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 class com.sun.tools.jxc.apt.InlineAnnotationReaderImpl
 
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
 
getClasses() - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
getClasses() - Method in class com.sun.tools.xjc.generator.bean.PackageOutlineImpl
 
getClasses() - Method in interface com.sun.tools.xjc.outline.Outline
Returns all the ClassOutlines known to this object.
getClasses() - Method in interface com.sun.tools.xjc.outline.PackageOutline
Gets ClassOutlines whose ClassOutline._package() points to this object.
getClassesToBeIncluded() - Method in class com.sun.tools.jxc.ConfigReader
This creates creates a regular expression for the user pattern , matches the input classes passed by the user and returns the final list of classes that need to be included for a config file after applying those patterns
getClassFactory() - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
getClassFactory() - Method in interface com.sun.tools.xjc.outline.Outline
Gets a reference to new CodeModelClassFactory(getErrorHandler()).
getClassInfo(NClass) - Method in class com.sun.tools.xjc.model.Model
 
getClassInfo() - Method in class com.sun.tools.xjc.reader.dtd.Element
Return null if this class is not bound to a class.
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, 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(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(Class, Locatable) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
 
getClassInfo(Class, boolean, Locatable) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
 
getClassInfo(Class) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl
 
getClassInfo(C) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
Returns a ClassInfo for the given bean.
getClassInfo(Class) - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
getClassList() - Method in class com.sun.tools.xjc.api.impl.j2s.JAXBModelImpl
 
getClassList() - Method in class com.sun.tools.xjc.api.impl.s2j.JAXBModelImpl
 
getClassList() - Method in interface com.sun.tools.xjc.api.JAXBModel
Deprecated. this method is provided for now to allow gradual migration for JAX-RPC.
getClassLocation(TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getClassLocation(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getClassLocation(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns a location of the specified class.
getClassLocation(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getClassLogger() - Static method in class com.sun.xml.bind.Util
Gets the logger for the caller's class.
getClassName(TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getClassName(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getClassName() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
Gets the JClass object that represents this declaration.
getClassName() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIClass
Gets the specified class name, or null if not specified.
getClassName(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the fully-qualified name of the class.
getClassName(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getClassScope() - Method in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
Gets the current class scope.
getClassSelector() - Method in class com.sun.tools.xjc.reader.xmlschema.BindingComponent
 
getClassSelector() - Method in class com.sun.tools.xjc.reader.xmlschema.ParticleBinder
 
getClassShortName(TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getClassShortName(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
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.
getClassShortName(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getClassValue(Annotation, String) - Method in class com.sun.tools.jxc.apt.InlineAnnotationReaderImpl
 
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 class com.sun.tools.xjc.api.impl.s2j.AbstractMappingImpl
 
getClazz(CClassInfo) - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
getClazz() - Method in class com.sun.tools.xjc.model.CClassInfo
 
getClazz() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
getClazz(CClassInfo) - Method in interface com.sun.tools.xjc.outline.Outline
Obtains per-class context information.
getClazz(ClassType) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding.ClassNameBean
 
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.EnumLeafInfoImpl
 
getClazz() - Method in class com.sun.xml.bind.v2.model.impl.RegistryInfoImpl
 
getClazz() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
 
getClazz() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
 
getClazz() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeLeafInfo
The same as TypeInfo.getType() but returns the type as a Class.
getCodeGenerationStrategy() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
getCodeModel() - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
getCodeModel() - Method in interface com.sun.tools.xjc.outline.Outline
Short for getModel().codeModel.
getCodeModel() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
 
getCollectionMode() - Method in class com.sun.tools.xjc.reader.RawTypeSet
 
getCollectionType() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
Gets the realization of this field.
getColumnNumber() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
 
getColumnNumber() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
 
getColumnNumber() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorExWrapper
 
getCommonBaseType(JCodeModel, Collection<? extends JType>) - Static method in class com.sun.tools.xjc.reader.TypeUtil
Computes the common base type of two types.
getCommonBaseType(JCodeModel, JType...) - Static method in class com.sun.tools.xjc.reader.TypeUtil
Computes the common base type of types.
getComponentType(TypeMirror) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getComponentType(NType) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getComponentType(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the component type of the array.
getComponentType(Type) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getConst(FieldRenderer) - Method in class com.sun.tools.xjc.generator.bean.field.FieldRendererFactory
 
getConstants() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
getConstants() - Method in interface com.sun.xml.bind.v2.model.core.EnumLeafInfo
Returns the read-only list of enumeration constants.
getConstants() - Method in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
 
getConstructors() - Method in class com.sun.tools.xjc.model.CClassInfo
list all constructor declarations.
getContainer(CClassInfoParent, Aspect) - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
getContainer(CClassInfoParent, Aspect) - Method in interface com.sun.tools.xjc.outline.Outline
 
getContentHandler() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
 
getContentHandler() - Method in interface com.sun.xml.bind.unmarshaller.InfosetScanner
 
getContentInMemoryType() - Method in class com.sun.tools.xjc.model.CElementInfo
 
getContentInMemoryType() - Method in interface com.sun.xml.bind.v2.model.core.ElementInfo
T of JAXBElement<T>.
getContentInMemoryType() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl
 
getContents() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
Iterates all content-property declarations (except 'rest').
getContentType() - Method in class com.sun.tools.xjc.model.CElementInfo
 
getContentType() - Method in interface com.sun.xml.bind.v2.model.core.ElementInfo
Short for getProperty().ref().get(0).
getContentType() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl
 
getContentType() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl
 
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.InternalBridge
 
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.MTOMDecorator
 
getContext() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
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 class com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller
 
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.)
getConv() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
 
getConversion() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIAttribute
Gets the conversion method for this attribute, if any.
getConversion() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
Gets the conversion method for this element.
getCoreListType() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractListField
Concrete class that implements the List interface.
getCoreListType() - Method in class com.sun.tools.xjc.generator.bean.field.ArrayField
 
getCoreListType() - Method in class com.sun.tools.xjc.generator.bean.field.UntypedListField
 
getCurrent() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
 
getCurrentBean() - Method in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
 
getCurrentBean() - Method in class com.sun.tools.xjc.reader.xmlschema.ColorBinder
 
getCurrentBean() - Method in class com.sun.tools.xjc.reader.xmlschema.ParticleBinder
 
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.
getCurrentLocation() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
The same as DOMScanner.getCurrentElement() but better typed.
getCurrentLocation() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector
Gets the Location.
getCurrentLocation() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXEventConnector
 
getCurrentLocation() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector
 
getCurrentLocation(String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
getCurrentQName() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector
Gets the QName of the current element.
getCurrentQName() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXEventConnector
 
getCurrentQName() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector
 
getCurrentRoot() - Method in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
 
getCurrentRoot() - Method in class com.sun.tools.xjc.reader.xmlschema.ColorBinder
 
getCurrentState() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
getCustomization(XSComponent) - Static method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
Finds a property customization that describes how the given component should be mapped to a property (if it's mapped to a property at all.)
getCustomizations() - Method in class com.sun.tools.xjc.model.AbstractCTypeInfoImpl
 
getCustomizations() - Method in interface com.sun.tools.xjc.model.CCustomizable
Gets the list of customizations attached to this model component.
getCustomizations() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
getCustomizations() - Method in class com.sun.tools.xjc.model.CPropertyInfo
 
getCustomizations() - Method in class com.sun.tools.xjc.model.Model
Gets the global customizations.
getCustomizationURIs() - Method in class com.sun.tools.xjc.addon.code_injector.PluginImpl
 
getCustomizationURIs() - Method in class com.sun.tools.xjc.Plugin
Returns the list of namespace URIs that are supported by this plug-in as schema annotations.
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
The same as Attributes.getValue(int)
getData(String, String) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.AttributesEx
The same as Attributes.getValue(String,String)
getData(int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.AttributesExImpl
 
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
 
getDeclaredField(TypeDeclaration, String) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getDeclaredField(NClass, String) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getDeclaredField(C, String) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the named field declared on the given class.
getDeclaredField(Class, String) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getDeclaredFields(TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getDeclaredFields(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getDeclaredFields() - Method in class com.sun.tools.xjc.outline.ClassOutline
Gets all the FieldOutlines newly declared in this class.
getDeclaredFields(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets all the declared fields of the given class.
getDeclaredFields(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getDeclaredMethods(TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getDeclaredMethods(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
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.)
getDeclaredMethods(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getDeclaringClassForField(FieldDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getDeclaringClassForField(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getDeclaringClassForField(F) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the class that declares the given field.
getDeclaringClassForField(Field) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getDeclaringClassForMethod(MethodDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getDeclaringClassForMethod(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getDeclaringClassForMethod(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the class that declares the given method.
getDeclaringClassForMethod(Method) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getDecls() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
Gets all the declarations
getDefault() - Method in class com.sun.tools.xjc.generator.bean.field.FieldRendererFactory
 
getDefault() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
Finds a BIProperty which this object should delegate to.
getDefaultEnumMemberSizeCap() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
getDefaultPackageName(String) - Static method in class com.sun.tools.xjc.api.XJC
Computes the namespace URI -> package name conversion as specified by the JAXB spec.
getDefaultProperty() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
getDefaultValue() - Method in class com.sun.tools.xjc.model.CElementInfo
 
getDefaultValue() - Method in class com.sun.tools.xjc.model.CTypeRef
Inside XJC, use CTypeRef.defaultValue that has context information.
getDefaultValue() - Method in interface com.sun.xml.bind.v2.model.core.TypeRef
The default value for this element if any.
getDefaultValue() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
getDefaultValue() - Method in class com.sun.xml.bind.v2.model.impl.TypeRefImpl
 
getDocument() - Method in interface com.sun.tools.xjc.reader.internalizer.DOMForest.Handler
Gets the DOM that was built.
getDocumentation() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
Gets the documentation parsed from <xs:documentation>s.
getDocumentLocator() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.ForkingFilter
 
getDOM() - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
getDOMHandler() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
getDOMHandler() - Method in interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo
If this property supports the wildcard, returns its DOM handler.
getDOMHandler() - Method in class com.sun.xml.bind.v2.model.impl.ReferencePropertyInfoImpl
 
getElement() - Method in class com.sun.tools.xjc.api.impl.s2j.AbstractMappingImpl
 
getElement() - Method in interface com.sun.tools.xjc.api.Mapping
Name of the XML element.
getElement(CElementInfo) - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
getElement(CElementInfo) - Method in interface com.sun.tools.xjc.outline.Outline
If the CElementInfo generates a class, returns such a class.
getElement(Element, String, String) - Static method in class com.sun.tools.xjc.reader.dtd.bindinfo.DOMUtil
 
getElement(Element, String) - Static method in class com.sun.tools.xjc.reader.dtd.bindinfo.DOMUtil
 
getElement(DomHandlerEx.ResultImpl) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.DomHandlerEx
 
getElement(Document, String) - Static method in class com.sun.tools.xjc.util.DOMUtils
 
getElement(Document, QName) - Static method in class com.sun.tools.xjc.util.DOMUtils
 
getElement(Document, String, String) - Static method in class com.sun.tools.xjc.util.DOMUtils
 
getElement(Class, QName) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getElementFormDefault() - Method in class com.sun.tools.xjc.generator.bean.PackageOutlineImpl
The element form default for this package.
getElementFormDefault(String) - Method in class com.sun.tools.xjc.model.Model
 
getElementFormDefault() - Method in interface com.sun.tools.xjc.outline.PackageOutline
The element form default for this package.
getElementFormDefault(String) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Gets the reasonable XmlNsForm for the given namespace URI.
getElementFormDefault(String) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
getElementInfo(NClass, QName) - Method in class com.sun.tools.xjc.model.Model
 
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 class com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl
 
getElementInfo(C, QName) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
getElementInfo(Class, QName) - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
getElementLocalName(Object) - Method in class com.sun.xml.bind.v2.runtime.AnyTypeBeanInfo
 
getElementLocalName(Object) - Method in class com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
 
getElementLocalName(BeanT) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
getElementLocalName(CompositeStructure) - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
 
getElementLocalName(JAXBElement) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
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(BeanT) - Method in class com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
 
getElementLocalName(Object) - Method in class com.sun.xml.bind.v2.runtime.ValueListBeanInfoImpl
 
getElementMappings(NClass) - Method in class com.sun.tools.xjc.model.Model
 
getElementMappings(C) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns all ElementInfos in the given scope.
getElementMappings(Class) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl
 
getElementMappings(C) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
getElementMappings(Class) - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
getElementName() - Method in class com.sun.tools.xjc.model.CClassInfo
 
getElementName() - Method in class com.sun.tools.xjc.model.CClassRef
 
getElementName() - Method in class com.sun.tools.xjc.model.CElementInfo
 
getElementName() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
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() - 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() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl
 
getElementName() - Method in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
 
getElementName(Object) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getElementNamespaceURI(Object) - Method in class com.sun.xml.bind.v2.runtime.AnyTypeBeanInfo
 
getElementNamespaceURI(Object) - Method in class com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
 
getElementNamespaceURI(BeanT) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
getElementNamespaceURI(CompositeStructure) - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
 
getElementNamespaceURI(JAXBElement) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
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(BeanT) - Method in class com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
 
getElementNamespaceURI(Object) - Method in class com.sun.xml.bind.v2.runtime.ValueListBeanInfoImpl
 
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 class com.sun.xml.bind.v2.runtime.property.ArrayElementProperty
 
getElementPropertyAccessor(String, String) - Method in class com.sun.xml.bind.v2.runtime.property.ArrayReferenceNodeProperty
 
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.
getElementPropertyAccessor(String, String) - Method in class com.sun.xml.bind.v2.runtime.property.PropertyImpl
 
getElementPropertyAccessor(String, String) - Method in class com.sun.xml.bind.v2.runtime.property.SingleElementLeafProperty
 
getElementPropertyAccessor(String, String) - Method in class com.sun.xml.bind.v2.runtime.property.SingleElementNodeProperty
 
getElementPropertyAccessor(String, String) - Method in class com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty
 
getElementPropertyAccessor(String, String) - Method in class com.sun.xml.bind.v2.runtime.property.SingleReferenceNodeProperty
 
getElements() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
getElements(NodeList) - Static method in class com.sun.tools.xjc.util.DOMUtils
 
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 class com.sun.xml.bind.v2.model.impl.ReferencePropertyInfoImpl
 
getElements() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeReferencePropertyInfoImpl
 
getElements() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeReferencePropertyInfo
 
getElementText(Element) - Static method in class com.sun.tools.xjc.util.DOMUtils
 
getEnclosingClass() - Method in class com.sun.tools.xjc.model.CEnumConstant
 
getEnclosingClass() - Method in interface com.sun.xml.bind.v2.model.core.EnumConstant
Gets the EnumLeafInfo to which this constant belongs to.
getEnclosingClass() - Method in class com.sun.xml.bind.v2.model.impl.EnumConstantImpl
 
getEncoding() - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
getEndLocation(Element) - Method in class com.sun.tools.xjc.reader.internalizer.LocatorTable
 
getEntityResolver() - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
 
getEnum(CEnumLeafInfo) - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
getEnum(CEnumLeafInfo) - Method in interface com.sun.tools.xjc.outline.Outline
 
getEnumConstants(TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getEnumConstants(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getEnumConstants(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the enumeration constants from an enum class.
getEnumConstants(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getEnumMemberMode() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
getEnums() - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
getEnums() - Method in interface com.sun.tools.xjc.outline.Outline
Gets all the EnumOutlines.
getEnv() - Method in class com.sun.tools.jxc.apt.AnnotationParser
 
getErrorHandler() - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
 
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.
getErrorReceiver() - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
getErrorReceiver() - Method in interface com.sun.tools.xjc.outline.Outline
Any error during the back-end proccessing should be sent to this object.
getErrorReporter() - Method in class com.sun.tools.xjc.reader.xmlschema.BindingComponent
 
getErrorReporter() - Method in class com.sun.tools.xjc.reader.xmlschema.ParticleBinder
 
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.
getExcludePatterns(List) - Method in class com.sun.tools.jxc.NGCCRuntimeEx
This takes the exclude list provided by the user in the config file It converts the user values to Pattern
getExistingClassRef() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIClass
Reference to the existing class, or null.
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
 
getExpectedMimeType() - Method in class com.sun.tools.xjc.model.AbstractCTypeInfoImpl
No default MimeType.
getExpectedMimeType() - Method in class com.sun.tools.xjc.model.CBuiltinLeafInfo
CBuiltinLeafInfo never has a default associated MIME type.
getExpectedMimeType() - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
getExpectedMimeType() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
getExpectedMimeType() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
getExpectedMimeType() - Method in class com.sun.tools.xjc.model.CSingleTypePropertyInfo
 
getExpectedMimeType() - Method in interface com.sun.tools.xjc.model.TypeUse
A TypeUse can have an associated MIME type.
getExpectedMimeType() - Method in class com.sun.tools.xjc.model.TypeUseImpl
 
getExpectedMimeType() - Method in class com.sun.tools.xjc.reader.RawTypeSet
 
getExpectedMimeType() - Method in class com.sun.tools.xjc.reader.RawTypeSet.Ref
When this RawTypeSet binds to a CElementPropertyInfo, this method is used to determine if the property has an associated expected MIME type or not.
getExpectedMimeType() - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CElementInfoRef
 
getExpectedMimeType() - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.XmlTypeRef
 
getExpectedMimeType() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
Expected MIME type, if any.
getExpectedMimeType() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
getExpectedMimeType() - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
getFactoryMethod() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
getFactoryMethod() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
getFactoryMethod() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo
 
getFeature(String) - Method in class com.sun.tools.xjc.reader.internalizer.ContentHandlerNamespacePrefixAdapter
 
getField(CPropertyInfo) - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
getField(CPropertyInfo) - Method in interface com.sun.tools.xjc.outline.Outline
Gets the object that wraps the generated field for a given CPropertyInfo.
getFieldAnnotation(Class<A>, FieldDeclaration, Locatable) - Method in class com.sun.tools.jxc.apt.InlineAnnotationReaderImpl
 
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(FieldDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getFieldLocation(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getFieldLocation(F) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
 
getFieldLocation(Field) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getFieldName(FieldDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getFieldName(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getFieldName() - Method in class com.sun.xml.bind.util.ValidationEventLocatorExImpl
 
getFieldName(F) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the name of the field.
getFieldName(Field) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getFieldName() - Method in interface com.sun.xml.bind.ValidationEventLocatorEx
Returns the field name of the object where the error occured.
getFieldRendererFactory() - Method in class com.sun.tools.xjc.Options
Gets the active FieldRendererFactory that shall be used to build Model.
getFieldType(FieldDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getFieldType() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractFieldWithVar
Returns the type used to store the value of the field in memory.
getFieldType() - Method in class com.sun.tools.xjc.generator.bean.field.SingleField
 
getFieldType() - Method in class com.sun.tools.xjc.generator.bean.field.UnboxedField
 
getFieldType(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getFieldType(F) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the type of the field.
getFieldType(Field) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getFileOrURL(String) - Static method in class com.sun.tools.xjc.reader.Util
Parses the specified string either as an URL or as a File.
getFirstChildElement(Element, String, String) - Static method in class com.sun.tools.xjc.util.DOMUtils
Gets the fist child of the given name, or null.
getFlattenClasses() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
getGenericComponentType() - Method in class com.sun.xml.bind.v2.model.nav.GenericArrayTypeImpl
Returns a Type object representing the component type of this array.
getGetterMethod() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractFieldWithVar
Gets the name of the getter method.
getGlobalBinding() - Method in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
Gets the global bindings.
getGlobalType(QName) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Gets the JaxBeanInfo for the given named XML Schema type.
getGrammars() - Method in class com.sun.tools.xjc.Options
Input schema files.
getId(Object, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.AnyTypeBeanInfo
 
getId(Object, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
 
getId(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
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
 
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(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
 
getId(Object, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ValueListBeanInfoImpl
 
getIdentityTransformer() - Method in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
Gets the shared instance of the identity transformer.
getIdentityTransformer() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
getIdValue(BeanT) - Method in class com.sun.xml.bind.v2.runtime.property.ArrayProperty
 
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.SingleElementLeafProperty
 
getIdValue(BeanT) - Method in class com.sun.xml.bind.v2.runtime.property.SingleElementNodeProperty
 
getIdValue(BeanT) - Method in class com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty
A Map property can never be ID.
getIdValue(BeanT) - Method in class com.sun.xml.bind.v2.runtime.property.SingleReferenceNodeProperty
 
getIdValue(BeanT) - Method in class com.sun.xml.bind.v2.runtime.property.ValueProperty
 
getIncludePatterns(List) - Method in class com.sun.tools.jxc.NGCCRuntimeEx
This takes the include list provided by the user in the config file It converts the user values to Pattern
getIndentStep() - Method in class com.sun.xml.bind.marshaller.DataWriter
Deprecated. Only return the length of the indent string.
getIndex(String, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Look up an attribute's index by Namespace name.
getIndex(String) - Method in class com.sun.xml.bind.util.AttributesImpl
Look up an attribute's index by qualified (prefixed) name.
getIndexFast(String, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Can be used if parameters are interned.
getIndividualType() - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
getIndividualType() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl.RuntimePropertyImpl
 
getIndividualType() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
Gets the type of the individual item.
getInfo() - Method in class com.sun.tools.xjc.model.CArrayInfo
Deprecated. 
getInfo() - Method in class com.sun.tools.xjc.model.CBuiltinLeafInfo
Deprecated. 
getInfo() - Method in class com.sun.tools.xjc.model.CClassInfo
Deprecated. 
getInfo() - Method in class com.sun.tools.xjc.model.CClassRef
Deprecated. 
getInfo() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
Deprecated. 
getInfo() - Method in interface com.sun.tools.xjc.model.CNonElement
Deprecated. 
getInfo() - Method in interface com.sun.tools.xjc.model.TypeUse
Individual item type.
getInfo() - Method in class com.sun.tools.xjc.model.TypeUseImpl
 
getInlineBinaryFlag() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
getInnerPeer(XmlNode) - Method in class com.sun.xml.bind.v2.runtime.AssociationMap
 
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.
getInputSource(String) - Static method in class com.sun.tools.xjc.reader.Util
Gets an InputSource from a string, which contains either a file name or an URL.
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 class com.sun.tools.xjc.model.CArrayInfo
 
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 class com.sun.xml.bind.v2.model.impl.RuntimeArrayInfoImpl
 
getItemType() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeArrayInfo
T of T[].
getJavadoc() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIClass
Gets the javadoc comment specified in the customization.
getJavadoc() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
Gets the associated javadoc.
getJavadoc() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BISchemaBinding
 
getJavaType(QName) - Method in class com.sun.tools.xjc.api.impl.s2j.JAXBModelImpl
 
getJavaType(QName) - Method in interface com.sun.tools.xjc.api.S2JJAXBModel
Returns the fully-qualified name of the Java type that is bound to the specified XML type.
getJAXBContext() - Static method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
 
getJAXBContext() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
getJAXBNode(XmlNode) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
getKeyType() - Method in interface com.sun.xml.bind.v2.model.core.MapPropertyInfo
Type of the key of the map.
getKeyType() - Method in class com.sun.xml.bind.v2.model.impl.MapPropertyInfoImpl
 
getKeyType() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeMapPropertyInfoImpl
 
getKeyType() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeMapPropertyInfo
 
getKind() - Method in class com.sun.xml.bind.v2.runtime.property.ArrayElementProperty
 
getKind() - Method in class com.sun.xml.bind.v2.runtime.property.ArrayReferenceNodeProperty
 
getKind() - Method in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
 
getKind() - Method in class com.sun.xml.bind.v2.runtime.property.ListElementProperty
 
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.SingleElementLeafProperty
 
getKind() - Method in class com.sun.xml.bind.v2.runtime.property.SingleElementNodeProperty
 
getKind() - Method in class com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty
 
getKind() - Method in class com.sun.xml.bind.v2.runtime.property.SingleReferenceNodeProperty
 
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
 
getLength() - Method in class com.sun.xml.bind.util.AttributesImpl
Return the number of attributes in the list.
getLexicalValue() - Method in class com.sun.tools.xjc.model.CEnumConstant
 
getLexicalValue() - Method in interface com.sun.xml.bind.v2.model.core.EnumConstant
Lexical value of this constant.
getLexicalValue() - Method in class com.sun.xml.bind.v2.model.impl.EnumConstantImpl
 
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
 
getLineNumber() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorExWrapper
 
getList(JClass) - Method in class com.sun.tools.xjc.generator.bean.field.FieldRendererFactory
 
getListener() - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
getListener() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
getLoader(JAXBContextImpl, boolean) - Method in class com.sun.xml.bind.v2.runtime.AnyTypeBeanInfo
 
getLoader(JAXBContextImpl, boolean) - Method in class com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
 
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.
getLoader(JAXBContextImpl, boolean) - Method in class com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
 
getLoader(JAXBContextImpl, boolean) - Method in class com.sun.xml.bind.v2.runtime.ValueListBeanInfoImpl
 
getLocalCustomization(XSParticle, Class<T>) - Method in class com.sun.tools.xjc.reader.xmlschema.ParticleBinder
 
getLocalDomCustomization(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
Gets the BIDom object that applies to the given particle.
getLocalName(int) - Method in class com.sun.xml.bind.util.AttributesImpl
Return an attribute's local name.
getLocalPropCustomization(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.ParticleBinder
Gets the BIProperty object that applies to the given particle.
getLocation() - Method in class com.sun.tools.xjc.model.AbstractCTypeInfoImpl
 
getLocation() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
getLocation() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
Gets the source location where this element is declared.
getLocation() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
 
getLocation() - Method in interface com.sun.tools.xjc.reader.xmlschema.bindinfo.BIDeclaration
Gets the source location where this declaration was written.
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.AnyTypeImpl
 
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.model.impl.ElementInfoImpl
 
getLocation() - Method in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
 
getLocation() - Method in class com.sun.xml.bind.v2.model.impl.FieldPropertySeed
 
getLocation() - Method in class com.sun.xml.bind.v2.model.impl.GetterSetterPropertySeed
 
getLocation() - Method in class com.sun.xml.bind.v2.model.impl.LeafInfoImpl
 
getLocation() - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
getLocation() - Method in class com.sun.xml.bind.v2.model.impl.RegistryInfoImpl
 
getLocation() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl.RuntimePropertySeed
 
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.LocatorExWrapper
 
getLocation() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
getLocation() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
getLocationInfo(Element) - Static method in class com.sun.tools.xjc.reader.dtd.bindinfo.DOMLocator
Gets the location information from an element.
getLocationString(SAXParseException) - Method in class com.sun.tools.xjc.ErrorReceiver
Returns the human readable string representation of the Locator part of the specified SAXParseException.
getLocator() - Method in class com.sun.tools.xjc.model.AbstractCElement
 
getLocator() - Method in class com.sun.tools.xjc.model.CArrayInfo
 
getLocator() - Method in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
getLocator() - Method in interface com.sun.tools.xjc.model.CCustomizable
Gets the source location in the schema from which this model component is created.
getLocator() - Method in class com.sun.tools.xjc.model.CEnumConstant
 
getLocator() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
Source line information that points to the place where this type-safe enum is defined.
getLocator() - Method in class com.sun.tools.xjc.model.CPropertyInfo
 
getLocator() - Method in class com.sun.tools.xjc.model.CWildcardTypeInfo
 
getLocator() - Method in class com.sun.tools.xjc.model.Model
Deprecated. No line number available for the "root" component.
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 class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
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.
getLowerBounds() - Method in class com.sun.xml.bind.v2.model.nav.WildcardTypeImpl
 
getMappings() - Method in class com.sun.tools.xjc.api.impl.s2j.JAXBModelImpl
 
getMappings() - Method in interface com.sun.tools.xjc.api.S2JJAXBModel
Gets a read-only view of all the Mappings.
getMarshaller() - Method in interface com.sun.xml.bind.CycleRecoverable.Context
Returns the marshaller object that's doing the marshalling.
getMaxString() - Method in class com.sun.tools.xjc.model.Multiplicity
Returns the string representation of the 'max' property.
getMethodAnnotation(Class<A>, MethodDeclaration, Locatable) - Method in class com.sun.tools.jxc.apt.InlineAnnotationReaderImpl
 
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.
getMethodAnnotation(Class<A>, M, Locatable) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
 
getMethodAnnotation(Class<A>, Method, Locatable) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
getMethodLocation(MethodDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getMethodLocation(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getMethodLocation(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
 
getMethodLocation(Method) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getMethodName(MethodDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getMethodName(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getMethodName(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the name of the method, such as "toString" or "equals".
getMethodName(Method) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getMethodParameterAnnotation(Class<A>, MethodDeclaration, int, Locatable) - Method in class com.sun.tools.jxc.apt.InlineAnnotationReaderImpl
 
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.
getMethodParameterAnnotation(Class<A>, Method, int, Locatable) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
getMethodParameters(MethodDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getMethodParameters(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getMethodParameters(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns the list of parameters to the method.
getMethodParameters(Method) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getMimeType() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
 
getModel() - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
getModel() - Method in interface com.sun.tools.xjc.outline.Outline
This outline is for this model.
getModeWithEnum() - Method in enum com.sun.tools.xjc.reader.xmlschema.bindinfo.EnumMemberMode
The mode will change to this when there's <jaxb:enum> customization.
getMostUsedNamespaceURI() - Method in class com.sun.tools.xjc.generator.bean.PackageOutlineImpl
The namespace URI most commonly used in classes in this package.
getMostUsedNamespaceURI() - Method in interface com.sun.tools.xjc.outline.PackageOutline
The namespace URI most commonly used in classes in this package.
getName() - Method in class com.sun.tools.xjc.model.CClassInfo
 
getName() - Method in class com.sun.tools.xjc.model.CEnumConstant
 
getName() - Method in class com.sun.tools.xjc.model.CPropertyInfo
Deprecated. marked as deprecated so that we can spot the use of this method.
getName(boolean) - Method in class com.sun.tools.xjc.model.CPropertyInfo
Gets the name of the property.
getName(XSDeclaration) - Static method in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
Returns the QName of the declaration.
getName() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIClass
 
getName() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion
 
getName() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion.User
 
getName() - Method in interface com.sun.tools.xjc.reader.xmlschema.bindinfo.BIDeclaration
Gets the name of this binding declaration, which is the same as the tag name of the binding element.
getName() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIDom
 
getName() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnum
 
getName() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnumMember
 
getName() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIFactoryMethod
 
getName() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
getName() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIInlineBinaryData
 
getName() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
 
getName() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BISchemaBinding
 
getName() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIXPluginCustomization
 
getName() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIXSubstitutable
 
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
 
getName() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
getName() - Method in class com.sun.xml.bind.v2.model.impl.EnumConstantImpl
 
getName() - Method in class com.sun.xml.bind.v2.model.impl.FieldPropertySeed
 
getName() - Method in class com.sun.xml.bind.v2.model.impl.GetterSetterPropertySeed
 
getName() - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
getName() - Method in interface com.sun.xml.bind.v2.model.impl.PropertySeed
The name of the property is a spec defined concept --- although it doesn't do so explicitly in anywhere.
getName() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl.RuntimePropertySeed
 
getNameConverter() - Method in class com.sun.tools.xjc.model.Model
Gets the name converter that shall be used to parse XML names into Java names.
getNameConverter() - Method in class com.sun.tools.xjc.Options
Gets the active NameConverter that shall be used to build Model.
getNameConverter() - Method in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
Name converter that implements "XML->Java name conversion" as specified in the spec.
getNamespaceContext() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
getNamespaceURI(String) - Method in class com.sun.tools.xjc.reader.internalizer.NamespaceContextImpl
 
getNamespaceURI(String) - Method in class com.sun.tools.xjc.util.NamespaceContextAdapter
 
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 class com.sun.tools.xjc.model.Model
 
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.RuntimeModelBuilder
 
getNavigator() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl
 
getNavigator() - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
getNavigator() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
 
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
 
getObjectFactory() - Method in class com.sun.tools.xjc.generator.bean.DualObjectFactoryGenerator
Returns the private version (which is what gets used at runtime.)
getObjectFactory() - Method in class com.sun.tools.xjc.generator.bean.ObjectFactoryGenerator
Returns a reference to the generated (public) ObjectFactory
getObjectFactory() - Method in class com.sun.tools.xjc.generator.bean.ObjectFactoryGeneratorImpl
Returns a reference to the generated (public) ObjectFactory
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.
getOneDocument() - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
Picks one document at random and returns it.
getOptionalPropertyMode() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
 
getOptionName() - Method in class com.sun.tools.xjc.addon.at_generated.PluginImpl
 
getOptionName() - Method in class com.sun.tools.xjc.addon.code_injector.PluginImpl
 
getOptionName() - Method in class com.sun.tools.xjc.addon.episode.PluginImpl
 
getOptionName() - Method in class com.sun.tools.xjc.addon.locator.SourceLocationAddOn
 
getOptionName() - Method in class com.sun.tools.xjc.addon.sync.SynchronizedMethodAddOn
 
getOptionName() - Method in class com.sun.tools.xjc.Plugin
Gets the option name to turn on this add-on.
getOptions() - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
getOptions() - Method in interface com.sun.tools.xjc.api.SchemaCompiler
Deprecated. This method is not really "deprecated" (in the sense of being removed from future versions), but the JAXB team is not committed to evolve Options class in the compatible fashion. So please don't use this method unless you know what you're doing.
getOptions() - Method in exception com.sun.tools.xjc.BadCommandLineException
Gets the partly parsed option object, if any.
getOptions() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractField
Gets the Options in the current compilation context.
getOrCreate(RuntimeEnumLeafInfo) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getOrCreate(RuntimeClassInfo) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getOrCreate(RuntimeArrayInfo) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getOrCreate(RuntimeTypeInfo) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
getOrCreateBindInfo(XSComponent) - Method in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
Gets or creates the BindInfo object associated to a schema component.
getOrCreateElement(String) - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
getOuterPeer(XmlNode) - Method in class com.sun.xml.bind.v2.runtime.AssociationMap
 
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.
getOwner() - Method in class com.sun.tools.xjc.model.CCustomizations
Gets the model component that carries this customization.
getOwner() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
 
getOwner() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
 
getOwnerPackage() - Method in class com.sun.tools.xjc.model.CClassInfo
 
getOwnerPackage() - Method in interface com.sun.tools.xjc.model.CClassInfoParent
Gets the nearest JPackage.
getOwnerPackage() - Method in class com.sun.tools.xjc.model.CClassInfoParent.Package
 
getOwnerPackage() - Method in class com.sun.tools.xjc.model.CElementInfo
 
getOwnerType() - Method in class com.sun.xml.bind.v2.model.nav.ParameterizedTypeImpl
 
getPackage(JPackage, Aspect) - Method in enum com.sun.tools.xjc.generator.bean.ImplStructureStrategy
Gets the specified aspect of the given package.
getPackage(JPackage) - Method in class com.sun.tools.xjc.model.Model
 
getPackage(String) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
Gets the Java package to which classes from this namespace should go.
getPackageAnnotation(Class<A>, TypeDeclaration, Locatable) - Method in class com.sun.tools.jxc.apt.InlineAnnotationReaderImpl
 
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
 
getPackageContext(JPackage) - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
getPackageContext(JPackage) - Method in interface com.sun.tools.xjc.outline.Outline
Gets per-package context information.
getPackageName(TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getPackageName(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getPackageName() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BISchemaBinding
 
getPackageName() - Method in class com.sun.xml.bind.v2.model.impl.RegistryInfoImpl
Gets the name of the package that this registry governs.
getPackageName(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the package name of the given class.
getPackageName(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getParent() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
Gets the parent 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.
getParserHandler(String) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
getParserHandler(String) - Method in interface com.sun.tools.xjc.api.SchemaCompiler
Parses schemas or external bindings through SAX events by feeding events into SAX ContentHandler.
getParserHandler(String, boolean) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
Returns a ContentHandler to feed SAX events into.
getParticleBinder() - Method in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
Gets the particle binder for this binding.
getPosition() - Method in class com.sun.tools.xjc.api.Reference
Gets the source location that can be used to report error messages regarding this reference.
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.MTOMDecorator
 
getPredictor() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Deprecated. 
getPredictor() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller
 
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(String) - Method in class com.sun.tools.xjc.reader.internalizer.NamespaceContextImpl
 
getPrefix(String) - Method in class com.sun.tools.xjc.util.NamespaceContextAdapter
 
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() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
Gets the prefix.
getPrefix(String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
getPrefixes(String) - Method in class com.sun.tools.xjc.reader.internalizer.NamespaceContextImpl
 
getPrefixes(String) - Method in class com.sun.tools.xjc.util.NamespaceContextAdapter
 
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
 
getPrimitive(Class) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getPrimitive(Class) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getPrimitive(Class) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns the representation for the given primitive type.
getPrimitive(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getProcessorFor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) - Method in class com.sun.tools.jxc.apt.AnnotationProcessorFactoryImpl
 
getProcessorFor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) - Method in class com.sun.tools.jxc.apt.SchemaGenerator
 
getPrologComment() - Method in class com.sun.tools.xjc.Options
Gets the string suitable to be used as the prolog comment baked into artifacts.
getProperties() - Method in class com.sun.tools.xjc.model.CClassInfo
Returns a mutable list.
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 class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
getProperties() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo
 
getProperty(String) - Method in class com.sun.tools.xjc.model.CClassInfo
Gets a propery by name.
getProperty() - Method in class com.sun.tools.xjc.model.CElementInfo
 
getProperty(String) - Method in interface com.sun.xml.bind.v2.model.core.ClassInfo
Gets the property that has the specified name.
getProperty() - Method in interface com.sun.xml.bind.v2.model.core.ElementInfo
Gets the object that represents the value property.
getProperty(String) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
getProperty() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl
 
getProperty(String) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
getProperty() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl
 
getProperty(String) - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo
 
getProperty() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeElementInfo
 
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
 
getPropertyInfo() - Method in class com.sun.tools.xjc.api.impl.s2j.ElementAdapter.FieldAccessorImpl
 
getPropertyInfo() - Method in class com.sun.tools.xjc.api.impl.s2j.ElementAdapter
 
getPropertyInfo() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractField.Accessor
 
getPropertyInfo() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractField
 
getPropertyInfo() - Method in interface com.sun.tools.xjc.outline.FieldAccessor
Short for owner().getPropertyInfo()
getPropertyInfo() - Method in interface com.sun.tools.xjc.outline.FieldOutline
Gets the corresponding model object.
getPropertyName() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIAttribute
Gets the property name for this attribute.
getPropertyName() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIContent
Gets the property name of this particle.
getPropertyName(boolean) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
Returns the customized property name.
getPropertyNameSeed() - Method in class com.sun.tools.xjc.reader.xmlschema.GElement
Gets the seed (raw XML name) to be used to generate a property name.
getPropertyNameSeed() - Method in class com.sun.tools.xjc.reader.xmlschema.GElementImpl
 
getPropertyNameSeed() - Method in class com.sun.tools.xjc.reader.xmlschema.GWildcardElement
 
getPublicId() - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
getPublicId() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
 
getPublicId() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
 
getPublicId() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorExWrapper
 
getQName(int) - Method in class com.sun.xml.bind.util.AttributesImpl
Return an attribute's qualified (prefixed) name.
getQName(String, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector
 
getQname() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
Gets the qualified name of the tag.
getRawType() - Method in class com.sun.tools.xjc.api.impl.s2j.ElementCollectionAdapter
 
getRawType() - Method in class com.sun.tools.xjc.api.impl.s2j.ElementSingleAdapter
 
getRawType() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractFieldWithVar
 
getRawType() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractListField
 
getRawType() - Method in class com.sun.tools.xjc.generator.bean.field.ArrayField
 
getRawType() - Method in class com.sun.tools.xjc.generator.bean.field.ConstField
 
getRawType() - Method in class com.sun.tools.xjc.generator.bean.field.IsSetField
 
getRawType() - Method in interface com.sun.tools.xjc.outline.FieldOutline
Gets the type of the "raw value".
getRawType() - Method in class com.sun.xml.bind.v2.model.impl.FieldPropertySeed
 
getRawType() - Method in class com.sun.xml.bind.v2.model.impl.GetterSetterPropertySeed
 
getRawType() - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
getRawType() - Method in interface com.sun.xml.bind.v2.model.impl.PropertySeed
Gets the actual data type of the field.
getRawType() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl.RuntimePropertySeed
 
getRawType() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl.RuntimePropertyImpl
 
getRawType() - Method in class com.sun.xml.bind.v2.model.nav.ParameterizedTypeImpl
 
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.util.DataSourceSource
 
getRealization() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIAttribute
Gets the realization of this particle, if any.
getRealization() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIContent
Gets the realization of this particle, if any.
getRef(Class<? extends XmlAdapter>, boolean) - Static method in class com.sun.tools.xjc.model.CAdapter
 
getRefBaseClass() - Method in class com.sun.tools.xjc.model.CClassInfo
 
getReferences() - Method in interface com.sun.xml.bind.v2.model.core.RegistryInfo
Returns all the references to other types in this registry.
getReferences() - Method in class com.sun.xml.bind.v2.model.impl.RegistryInfoImpl
 
getReferer(XSType) - Method in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
Find all types that refer to the given complex type.
getReferer(XSComponent) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
getReferer() - Method in class com.sun.tools.xjc.reader.xmlschema.SimpleTypeBuilder
 
getRefs() - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder
Gets the RawTypeSet.Refs that were built.
getRegistry(String) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
Gets a RegistryInfo for the given package.
getRequiredUnboxed() - Method in class com.sun.tools.xjc.generator.bean.field.FieldRendererFactory
 
getRest() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
Gets the 'rest' content-property declaration, if any.
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(MethodDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getReturnType(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getReturnType(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the return type of a method.
getReturnType(Method) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getRootDocuments() - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
Returns a read-only set of root document system IDs.
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
 
getSchemaComponent() - Method in class com.sun.tools.xjc.model.AbstractCTypeInfoImpl
 
getSchemaComponent() - Method in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
getSchemaComponent() - Method in interface com.sun.tools.xjc.model.CCustomizable
If this model object is built from XML Schema, this property returns a schema component from which the model is built.
getSchemaComponent() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
getSchemaComponent() - Method in class com.sun.tools.xjc.model.CPropertyInfo
If this model object is built from XML Schema, this property returns a schema component from which the model is built.
getSchemaComponent() - Method in class com.sun.tools.xjc.model.Model
Deprecated. Always return null. Perhaps you are interested in Model.schemaComponent?
getSchemaLanguage() - Method in class com.sun.tools.xjc.Options
 
getSchemaLocations() - Method in class com.sun.tools.xjc.model.Model
 
getSchemaLocations() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Gets XmlSchema.location() found in this context.
getSchemaLocations() - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
getSchemaOutputResolver() - Method in class com.sun.tools.jxc.ConfigReader
This returns the SchemaOutputResolver to generate the schemas
getSchemaType() - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
getSchemaType() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
getSchemaType() - Method in class com.sun.tools.xjc.model.CSingleTypePropertyInfo
 
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.model.impl.ElementInfoImpl.PropertyImpl
 
getSchemaType() - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
getSchemaType() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
getScope() - Method in class com.sun.tools.xjc.model.CClassInfo
 
getScope() - Method in class com.sun.tools.xjc.model.CClassRef
 
getScope() - Method in class com.sun.tools.xjc.model.CElementInfo
 
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 class com.sun.xml.bind.v2.model.impl.ElementInfoImpl
 
getScope() - Method in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
Deprecated. you shouldn't be invoking this method on ClassInfoImpl.
getScope() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl
 
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.
getSerializable() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
getSerialVersionUID() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
Gets the serialVersionUID if it's turned on.
getSideHandler() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.ForkingFilter
 
getSimpleTypeName(XSElementDecl) - Static method in class com.sun.tools.xjc.model.CTypeRef
 
getSingle() - Method in class com.sun.tools.xjc.generator.bean.field.FieldRendererFactory
 
getSinglePrimitiveAccess() - Method in class com.sun.tools.xjc.generator.bean.field.FieldRendererFactory
 
getSource() - Method in class com.sun.tools.xjc.model.CSingleTypePropertyInfo
 
getSource() - Method in class com.sun.tools.xjc.model.CTypeRef
 
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 class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
getSource() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeAttributePropertyInfoImpl
 
getSource() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl.RuntimePropertyImpl
 
getSource() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeTypeRefImpl
 
getSource() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeValuePropertyInfoImpl
 
getSource() - Method in class com.sun.xml.bind.v2.model.impl.SingleTypePropertyInfoImpl
 
getSource() - Method in class com.sun.xml.bind.v2.model.impl.TypeRefImpl
 
getSource() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElementRef
 
getSource() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeRef
 
getSourceLocation() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIConstructor
Gets the location where this declaration is declared.
getSourceLocation() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
Gets the location where this declaration is declared.
getSourceLocation() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIInterface
Gets the location where this declaration is declared.
getSourceLocation() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIUserConversion
Gets the location where this declaration is declared.
getSourceLocation() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
Gets the location of this annotation in the source file.
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.
getSpecDefaultName(XSModelGroup, boolean) - Method in class com.sun.tools.xjc.reader.xmlschema.ParticleBinder
Computes a name from unnamed model group by following the spec.
getSqueezedName() - Method in class com.sun.tools.xjc.model.CClassInfo
Returns the "squeezed name" of this bean token.
getSqueezedName() - Method in class com.sun.tools.xjc.model.CElementInfo
Returns the "squeezed name" of this element.
getStartLocation(Element) - Method in class com.sun.tools.xjc.reader.internalizer.LocatorTable
 
getStringData() - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
getSubstitutionHead() - Method in class com.sun.tools.xjc.model.CClassInfo
 
getSubstitutionHead() - Method in class com.sun.tools.xjc.model.CClassRef
 
getSubstitutionHead() - Method in class com.sun.tools.xjc.model.CElementInfo
 
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
 
getSubstitutionHead() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
If this element can substitute another element, return that element.
getSubstitutionHead() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl
 
getSubstitutionHead() - Method in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
Deprecated. if you are invoking this method directly, there's something wrong.
getSubstitutionMembers() - Method in class com.sun.tools.xjc.model.CElementInfo
 
getSubstitutionMembers() - Method in interface com.sun.xml.bind.v2.model.core.ElementInfo
All the ElementInfos whose ElementInfo.getSubstitutionHead() points to this object.
getSubstitutionMembers() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl
 
getSuperClass(TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getSuperClass(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getSuperClass() - Method in class com.sun.tools.xjc.outline.ClassOutline
Returns the super class of this class, if it has the super class and it is also a JAXB-bound class.
getSuperClass() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
Gets the xjc:superClass customization if it's turned on.
getSuperClass() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
getSuperClass(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the base class of the specified class.
getSuperClass(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getSuperInterface() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
Gets the xjc:superInterface customization if it's turned on.
getSuperInterface() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
getSymbolSpace(String) - Method in class com.sun.tools.xjc.model.Model
 
getSystemId(Document) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
Gets the system ID from which the given DOM is parsed.
getSystemId() - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
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.bind.v2.runtime.unmarshaller.LocatorExWrapper
 
getSystemProperty(String) - Static method in class com.sun.tools.xjc.util.Util
An easier-to-use version of the System.getProperty method that doesn't throw an exception even if a property cannot be read.
getSystemProperty(Class, String) - Static method in class com.sun.tools.xjc.util.Util
Calls the other getSystemProperty method with "[clazz].[name].
getSystemProperty(String) - Static method in class com.sun.xml.bind.Util
Reads the system property value and takes care of SecurityException.
getTagName() - Method in class com.sun.tools.xjc.model.CTypeRef
 
getTagName() - Method in interface com.sun.xml.bind.v2.model.core.TypeRef
The associated element name.
getTagName() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
getTagName() - Method in class com.sun.xml.bind.v2.model.impl.TypeRefImpl
 
getTarget() - Method in class com.sun.tools.xjc.model.CSingleTypePropertyInfo
 
getTarget() - Method in class com.sun.tools.xjc.model.CTypeRef
 
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 class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
getTarget(T) - Method in class com.sun.xml.bind.v2.model.impl.MapPropertyInfoImpl
 
getTarget() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeAttributePropertyInfoImpl
 
getTarget() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl.RuntimePropertyImpl
 
getTarget() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeTypeRefImpl
 
getTarget() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeValuePropertyInfoImpl
 
getTarget() - Method in class com.sun.xml.bind.v2.model.impl.SingleTypePropertyInfoImpl
 
getTarget() - Method in class com.sun.xml.bind.v2.model.impl.TypeRefImpl
 
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
 
getTargetPackage() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
Gets the specified package name (options/@package).
getTargetPackage() - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
getter - Variable in class com.sun.xml.bind.v2.model.impl.GetterSetterPropertySeed
 
getter - Variable in class com.sun.xml.bind.v2.runtime.reflect.Accessor.GetterSetterReflection
 
GetterSetterPropertySeed<TypeT,ClassDeclT,FieldT,MethodT> - Class in com.sun.xml.bind.v2.model.impl
PropertyInfo implementation backed by a getter and a setter.
GetterSetterPropertySeed(ClassInfoImpl<TypeT, ClassDeclT, FieldT, MethodT>, MethodT, MethodT) - Constructor for class com.sun.xml.bind.v2.model.impl.GetterSetterPropertySeed
 
getTransducer() - Method in interface com.sun.tools.xjc.reader.dtd.bindinfo.BIConversion
Gets a transducer for this conversion.
getTransducer() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIEnumeration
Returns a transducer for this enumeration declaration.
getTransducer() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIUserConversion
Gets a transducer for this conversion.
getTransducer() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeAnyTypeImpl
 
getTransducer() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeArrayInfoImpl
 
getTransducer() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
 
getTransducer() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
getTransducer() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl.RuntimePropertyImpl
 
getTransducer() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
 
getTransducer() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeTypeRefImpl
 
getTransducer() - Method in class com.sun.xml.bind.v2.model.impl.SingleTypePropertyInfoImpl
 
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.AnyTypeBeanInfo
 
getTransducer() - Method in class com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
 
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.
getTransducer() - Method in class com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
 
getTransducer() - Method in class com.sun.xml.bind.v2.runtime.ValueListBeanInfoImpl
 
getType() - Method in class com.sun.tools.xjc.api.impl.s2j.BeanMappingImpl
 
getType() - Method in class com.sun.tools.xjc.api.impl.s2j.ElementMappingImpl
 
getType() - Method in interface com.sun.tools.xjc.api.Mapping
Returns the fully-qualified name of the java class for the type of this element.
getType(Aspect) - Method in class com.sun.tools.xjc.generator.bean.field.AbstractField
Compute the type of a CPropertyInfo
getType(Aspect) - Method in class com.sun.tools.xjc.generator.bean.field.UnboxedField
 
getType() - Method in class com.sun.tools.xjc.model.CArrayInfo
 
getType() - Method in class com.sun.tools.xjc.model.CClassInfo
 
getType() - Method in class com.sun.tools.xjc.model.CClassRef
 
getType() - Method in class com.sun.tools.xjc.model.CElementInfo
Deprecated. why are you calling a method that returns this?
getType() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
getType() - Method in class com.sun.tools.xjc.model.CWildcardTypeInfo
 
getType() - Method in class com.sun.tools.xjc.model.SymbolSpace
Gets the Java type of this symbol space.
getType() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIContent
Gets the type of this property, if any.
getType(JCodeModel, String, ErrorReceiver, Locator) - Static method in class com.sun.tools.xjc.reader.TypeUtil
Obtains a JType object for the string representation of a type.
getType(int) - Method in class com.sun.xml.bind.util.AttributesImpl
Return an attribute's type by index.
getType(String, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Look up an attribute's type by Namespace-qualified name.
getType(String) - Method in class com.sun.xml.bind.util.AttributesImpl
Look up an attribute's type by qualified (prefixed) name.
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.AnyTypeImpl
 
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 class com.sun.xml.bind.v2.model.impl.ElementInfoImpl
 
getType() - Method in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
 
getType() - Method in class com.sun.xml.bind.v2.model.impl.LeafInfoImpl
A reference to the representation of the type.
getType() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeArrayInfoImpl
 
getType() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl
 
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.
getTypeArgument(TypeMirror, int) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getTypeArgument(NType, int) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getTypeArgument(T, int) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the i-th type argument from a parameterized type.
getTypeArgument(Type, int) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getTypeClass() - Method in class com.sun.tools.xjc.api.impl.s2j.BeanMappingImpl
 
getTypeClass() - Method in class com.sun.tools.xjc.api.impl.s2j.TypeAndAnnotationImpl
 
getTypeClass() - Method in interface com.sun.tools.xjc.api.TypeAndAnnotation
Returns the Java type.
getTypeInfo(NType) - Method in class com.sun.tools.xjc.model.Model
 
getTypeInfo(Ref<NType, NClass>) - Method in class com.sun.tools.xjc.model.Model
 
getTypeInfo(T) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
Returns a TypeInfo for the given 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(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.
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 class com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl
 
getTypeInfo(T) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
Returns a TypeInfo for the given type.
getTypeInfo(Ref<T, C>) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
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
 
getTypeInfoSet() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Creates a RuntimeTypeInfoSet.
getTypeName(TypeMirror) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
getTypeName() - Method in class com.sun.tools.xjc.model.CArrayInfo
 
getTypeName() - Method in class com.sun.tools.xjc.model.CClassInfo
 
getTypeName() - Method in class com.sun.tools.xjc.model.CClassRef
 
getTypeName() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
getTypeName(NType) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
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() - 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.AnyTypeImpl
 
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() - Method in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
 
getTypeName() - Method in class com.sun.xml.bind.v2.model.impl.LeafInfoImpl
 
getTypeName(T) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
 
getTypeName(T) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
 
getTypeName(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the display name of the type object
getTypeName(Type) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getTypeName(T) - Method in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
getTypeName(TypeReference) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
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(BeanT) - Method in class com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
 
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 class com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
 
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.
getTypeReference() - Method in class com.sun.xml.bind.v2.runtime.BridgeAdapter
 
getTypeReference() - Method in class com.sun.xml.bind.v2.runtime.BridgeImpl
 
getTypes() - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
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 class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
getTypes() - Method in class com.sun.xml.bind.v2.model.impl.ElementPropertyInfoImpl
 
getTypes() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl.RuntimePropertyImpl
 
getTypes() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementPropertyInfoImpl
 
getTypes() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeElementPropertyInfo
 
getTypeUse(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion
Gets the TypeUse object that this conversion represents.
getTypeUse(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion.Static
 
getTypeUse(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion.User
 
getTypeUse(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion.UserAdapter
 
getUnadapted(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
Sets the value without adapting the value.
getUnadapted(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.AdaptedAccessor
 
getUnderscoreBinding() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
getUnmarshallerHandler() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
getUpperBounds() - Method in class com.sun.xml.bind.v2.model.nav.WildcardTypeImpl
 
getUpstream() - Method in class com.sun.tools.xjc.model.AbstractCTypeInfoImpl
 
getUpstream() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
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
 
getUpstream() - Method in class com.sun.xml.bind.v2.model.impl.AnyTypeImpl
 
getUpstream() - Method in class com.sun.xml.bind.v2.model.impl.FieldPropertySeed
Use the enclosing class as the upsream Location.
getUpstream() - Method in class com.sun.xml.bind.v2.model.impl.GetterSetterPropertySeed
Use the enclosing class as the upsream Location.
getUpstream() - Method in class com.sun.xml.bind.v2.model.impl.LeafInfoImpl
 
getUpstream() - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
A PropertyInfoImpl is always referenced by its enclosing class, so return that as the upstream.
getUpstream() - Method in class com.sun.xml.bind.v2.model.impl.RegistryInfoImpl
 
getUpstream() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl.RuntimePropertySeed
 
getUpstream() - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoImpl
 
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
 
getUsage() - Method in class com.sun.tools.xjc.addon.at_generated.PluginImpl
 
getUsage() - Method in class com.sun.tools.xjc.addon.code_injector.PluginImpl
 
getUsage() - Method in class com.sun.tools.xjc.addon.episode.PluginImpl
 
getUsage() - Method in class com.sun.tools.xjc.addon.locator.SourceLocationAddOn
 
getUsage() - Method in class com.sun.tools.xjc.addon.sync.SynchronizedMethodAddOn
 
getUsage() - Method in class com.sun.tools.xjc.Plugin
Gets the description of this add-on.
getUsedPackages(Aspect) - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
Returns all used JPackages.
getUseIdentity() - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
 
getUserClassLoader(ClassLoader) - Method in class com.sun.tools.xjc.Options
Gets a classLoader that can load classes specified via the -classpath option.
getUserSpecifiedImplClass() - Method in class com.sun.tools.xjc.model.CClassInfo
 
getUserSpecifiedImplClass() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIClass
Gets the fully qualified name of the user-specified implementation class, if any.
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(int) - Method in class com.sun.xml.bind.util.AttributesImpl
Return an attribute's value by index.
getValue(String, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Look up an attribute's value by Namespace-qualified name.
getValue(String) - Method in class com.sun.xml.bind.util.AttributesImpl
Look up an attribute's value by qualified (prefixed) name.
getValue() - Method in class com.sun.xml.bind.v2.util.QNameMap.Entry
 
getValueType() - Method in interface com.sun.xml.bind.v2.model.core.MapPropertyInfo
Type of the value of the map.
getValueType() - Method in class com.sun.xml.bind.v2.model.impl.MapPropertyInfoImpl
 
getValueType() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeMapPropertyInfoImpl
 
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 class com.sun.tools.jxc.model.nav.APTNavigator
 
getVoidType() - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
getVoidType() - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the representation of the primitive "void" type.
getVoidType() - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
getWildcard() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
getWildcard() - Method in interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo
If this property supports the wildcard, returns its mode.
getWildcard() - Method in class com.sun.xml.bind.v2.model.impl.ReferencePropertyInfoImpl
 
getWrapperStyleDrilldown() - Method in class com.sun.tools.xjc.api.impl.s2j.AbstractMappingImpl
 
getWrapperStyleDrilldown() - Method in interface com.sun.tools.xjc.api.Mapping
If this element is a so-called "wrapper-style" element, obtains its member information.
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.
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.
getXmlName() - Method in class com.sun.tools.xjc.model.CAttributePropertyInfo
 
getXmlName() - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
Deprecated. 
getXmlName() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
Deprecated. 
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.
getXmlName() - Method in class com.sun.xml.bind.v2.model.impl.AttributePropertyInfoImpl
 
getXmlName() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
getXmlName() - Method in class com.sun.xml.bind.v2.model.impl.ERPropertyInfoImpl
Gets the wrapper element name.
getXmlName() - Method in class com.sun.xml.bind.v2.model.impl.MapPropertyInfoImpl
 
getXMLNode(Object) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
getXmlNs(String) - Method in class com.sun.tools.xjc.model.Model
Not implemented in the compile-time model.
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.
getXmlNs(String) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
getXmlTypeName(Reference) - Method in class com.sun.tools.xjc.api.impl.j2s.JAXBModelImpl
 
getXmlTypeName(Reference) - Method in interface com.sun.tools.xjc.api.J2SJAXBModel
Returns the name of the XML Type bound to the specified Java type.
grammar - Variable in class com.sun.tools.xjc.reader.relaxng.RELAXNGCompiler
Schema to compile.
grammar - Variable in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
Graph - Class in com.sun.tools.xjc.reader.gbind
Graph of Elements.
Graph(Expression) - Constructor for class com.sun.tools.xjc.reader.gbind.Graph
Builds a Graph from an Expression tree.
green - Variable in class com.sun.tools.xjc.reader.xmlschema.ct.CTBuilder
 
group(Multiplicity, Multiplicity) - Static method in class com.sun.tools.xjc.model.Multiplicity
 
GroupKind - Enum in com.sun.xml.bind.v2.schemagen
Enum for model group type.
guessSchemaLanguage() - Method in class com.sun.tools.xjc.Options
Guesses the schema language.
guyWhoSetTheTableToNull - Variable in class com.sun.xml.bind.v2.runtime.Coordinator
When we set Coordinator.table to null, record who did it.
GWildcardElement - Class in com.sun.tools.xjc.reader.xmlschema
Element that represents a wildcard, for the "ease of binding" we always just bind this to DOM elements.
GWildcardElement() - Constructor for class com.sun.tools.xjc.reader.xmlschema.GWildcardElement
 

H

hadError() - Method in class com.sun.tools.xjc.ConsoleErrorReporter
 
hadError() - Method in class com.sun.tools.xjc.util.ErrorReceiverFilter
 
handle(XSComponent, CPropertyInfo) - Static method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIFactoryMethod
If the given component has BIInlineBinaryData customization, reflect that to the specified property.
handle(XSComponent, CPropertyInfo) - Static method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIInlineBinaryData
If the given component has BIInlineBinaryData customization, reflect that to the specified property.
handleCharacters() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector
 
handleEndDocument() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector
 
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, boolean) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
handleError(String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
handleError(Exception) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
handleError(Exception, Object, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
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 fot Unmarshaller.
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.
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
 
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.
handlePrintConversionException(Object, Exception, XMLSerializer) - Static method in class com.sun.xml.bind.v2.runtime.RuntimeUtil
Reports a print conversion error while marshalling.
handleStartDocument(NamespaceContext) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector
 
handleTypeMismatchError(XMLSerializer, Object, String, Object) - Static method in class com.sun.xml.bind.v2.runtime.RuntimeUtil
Reports that the type of an object in a property is unexpected.
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 class com.sun.tools.xjc.model.CPropertyInfo
 
hasAnnotation(Class<? extends Annotation>) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationSource
Returns true if the property has the specified annotation.
hasAnnotation(Class<? extends Annotation>) - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
hasAnnotation(Class<? extends Annotation>) - Method in class com.sun.xml.bind.v2.model.impl.FieldPropertySeed
 
hasAnnotation(Class<? extends Annotation>) - Method in class com.sun.xml.bind.v2.model.impl.GetterSetterPropertySeed
 
hasAnnotation(Class<? extends Annotation>) - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
hasAnnotation(Class<? extends Annotation>) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl.RuntimePropertySeed
 
hasAttributeWildcard() - Method in class com.sun.tools.xjc.model.CClassInfo
 
hasAttributeWildcard(boolean) - Method in class com.sun.tools.xjc.model.CClassInfo
 
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.
hasClass() - Method in class com.sun.tools.xjc.model.CElementInfo
True if this element has its own class (as opposed to be represented as an instance of JAXBElement.
hasClassAnnotation(TypeDeclaration, Class<? extends Annotation>) - Method in class com.sun.tools.jxc.apt.InlineAnnotationReaderImpl
 
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(TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
hasDefaultConstructor(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
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.
hasDefaultConstructor(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
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>, FieldDeclaration) - Method in class com.sun.tools.jxc.apt.InlineAnnotationReaderImpl
 
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
 
hash - Variable in class com.sun.xml.bind.v2.util.QNameMap.Entry
 
hashCode() - Method in class com.sun.tools.xjc.api.impl.s2j.TypeAndAnnotationImpl
 
hashCode() - Method in class com.sun.tools.xjc.api.Reference
 
hashCode() - Method in class com.sun.tools.xjc.model.CCustomizations
 
hashCode() - Method in class com.sun.tools.xjc.model.Multiplicity
 
hashCode() - Method in class com.sun.tools.xjc.model.nav.EagerNType
 
hashCode() - Method in class com.sun.tools.xjc.model.TypeUseImpl
 
hashCode() - Method in class com.sun.xml.bind.v2.model.nav.GenericArrayTypeImpl
 
hashCode() - Method in class com.sun.xml.bind.v2.model.nav.ParameterizedTypeImpl
 
hashCode() - Method in class com.sun.xml.bind.v2.model.nav.WildcardTypeImpl
 
hashCode() - Method in class com.sun.xml.bind.v2.util.QNameMap.Entry
 
hasMethodAnnotation(Class<? extends Annotation>, MethodDeclaration) - Method in class com.sun.tools.jxc.apt.InlineAnnotationReaderImpl
 
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
 
hasMethodAnnotation(Class<? extends Annotation>, Method) - Method in class com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader
 
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 class com.sun.tools.xjc.model.CClassInfo
 
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
 
hasSelfLoop() - Method in class com.sun.tools.xjc.reader.gbind.Element
 
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.PropertyImpl
 
hasSerializeURIAction() - Method in class com.sun.xml.bind.v2.runtime.property.ValueProperty
 
hasSetValue() - Method in class com.sun.tools.xjc.api.impl.s2j.ElementAdapter.FieldAccessorImpl
 
hasSetValue() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractListField.Accessor
 
hasSetValue() - Method in class com.sun.tools.xjc.generator.bean.field.SingleField.Accessor
 
hasSetValue() - Method in interface com.sun.tools.xjc.outline.FieldAccessor
Return an expression that evaluates to true only when this field has a set value(s).
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 class com.sun.tools.xjc.model.CClassInfo
 
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() - Method in class com.sun.xml.bind.api.JAXBRIContext
Returns true if this context includes a class that has XmlAttachmentRef.
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.v2.runtime.JAXBContextImpl
True if this JAXBContext has XmlAttachmentRef.
hasValue(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.ListTransducedAccessorImpl
 
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_Integer
 
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_Integer
 
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.
hasValueProperty() - Method in class com.sun.tools.xjc.model.CClassInfo
 
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
 
HEXBIN_BYTE_ARRAY - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 

I

ID - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
id() - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
id() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
A reference property can never be ID/IDREF because they always point to other element classes.
id() - Method in class com.sun.tools.xjc.model.CSingleTypePropertyInfo
 
id() - Method in class com.sun.tools.xjc.reader.RawTypeSet
 
id() - Method in class com.sun.tools.xjc.reader.RawTypeSet.Ref
When this RawTypeSet binds to a CElementPropertyInfo, this method is used to determine if the property is ID or not.
id() - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CClassRef
 
id() - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CElementInfoRef
 
id() - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.WildcardRef
 
id() - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.XmlTypeRef
 
ID - Enum in com.sun.xml.bind.v2.model.core
 
id() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
Returns the IDness of the value of this element.
id() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
id() - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
identityConstraint(XSIdentityConstraint) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
identityConstraint(XSIdentityConstraint) - Method in class com.sun.tools.xjc.reader.xmlschema.ColorBinder
 
identityConstraint(XSIdentityConstraint) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
identityConstraint(XSIdentityConstraint) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
identityConstraint(XSIdentityConstraint) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
IDREF - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
IDREF.
IDResolver - Class in com.sun.xml.bind
Pluggable ID/IDREF handling layer.
IDResolver() - Constructor for class com.sun.xml.bind.IDResolver
 
idUse() - Method in class com.sun.tools.xjc.model.AbstractCTypeInfoImpl
 
idUse() - Method in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
idUse() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
idUse() - Method in interface com.sun.tools.xjc.model.TypeUse
Whether the referenced type (individual item type in case of collection) is ID/IDREF.
idUse() - Method in class com.sun.tools.xjc.model.TypeUseImpl
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.tools.xjc.reader.internalizer.WhitespaceStripper
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.ForkingFilter
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.tools.xjc.util.ForkContentHandler
 
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
 
ILLEGAL_PROXY - Static variable in class com.sun.tools.xjc.Messages
 
ILLEGAL_READER_STATE - Static variable in class com.sun.xml.bind.unmarshaller.Messages
 
ILLEGAL_TARGET_VERSION - Static variable in class com.sun.tools.xjc.Messages
 
IllegalAnnotationException - Exception in com.sun.xml.bind.v2.runtime
Signals an incorrect use of JAXB annotations.
IllegalAnnotationException(String, 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, Locatable, 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, Annotation, Locatable) - Constructor for exception com.sun.xml.bind.v2.runtime.IllegalAnnotationException
 
IllegalAnnotationException(String, Throwable, Locatable) - Constructor for exception com.sun.xml.bind.v2.runtime.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
 
IllegalAnnotationsException.Builder() - Constructor for class com.sun.xml.bind.v2.runtime.IllegalAnnotationsException.Builder
 
IMAGE - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
implClass - Variable in class com.sun.tools.xjc.outline.ClassOutline
The implementation aspect of a bean.
implClass - Variable in class com.sun.tools.xjc.outline.ElementOutline
The implementation aspect of a bean.
implementation - Variable in class com.sun.tools.xjc.generator.bean.ImplStructureStrategy.Result
Corresponds to Aspect.IMPLEMENTATION
implRef - Variable in class com.sun.tools.xjc.outline.ClassOutline
The implementation class that shall be used for reference.
ImplStructureStrategy - Enum in com.sun.tools.xjc.generator.bean
Decides how a bean token is mapped to the generated classes.
ImplStructureStrategy.Result - Class in com.sun.tools.xjc.generator.bean
 
ImplStructureStrategy.Result(JDefinedClass, JDefinedClass) - Constructor for class com.sun.tools.xjc.generator.bean.ImplStructureStrategy.Result
 
implType - Variable in class com.sun.tools.xjc.generator.bean.field.AbstractField
The type of this field, which can hold all the possible types.
includes(Multiplicity) - Method in class com.sun.tools.xjc.model.Multiplicity
Returns true if the multiplicity represented by this object completely includes the multiplicity represented by the other object.
IncorrectNamespaceURIChecker - Class in com.sun.tools.xjc.reader.xmlschema.parser
This filter detects the use of incorrect JAXB namespace URI.
IncorrectNamespaceURIChecker(ErrorHandler) - Constructor for class com.sun.tools.xjc.reader.xmlschema.parser.IncorrectNamespaceURIChecker
 
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[]) - Constructor for class com.sun.xml.bind.v2.runtime.output.IndentingUTF8XmlOutput
 
inExtensionMode - Variable in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
True if the compiler is running in the extension mode (as opposed to the strict conformance mode.)
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(SAXParseException) - Method in class com.sun.tools.jxc.apt.ErrorReceiverImpl
 
info(SAXParseException) - Method in interface com.sun.tools.xjc.api.ErrorListener
Used to report possibly verbose information that can be safely ignored.
info(SAXParseException) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
info(SAXParseException) - Method in class com.sun.tools.xjc.ConsoleErrorReporter
 
info(SAXParseException) - Method in class com.sun.tools.xjc.ErrorReceiver
Reports verbose messages to users.
info(SAXParseException) - Method in class com.sun.tools.xjc.util.ErrorReceiverFilter
 
info(SAXParseException) - Method in interface com.sun.xml.bind.api.ErrorListener
Used to report possibly verbose information that can be safely ignored.
INFO_MSG - Static variable in class com.sun.tools.xjc.Messages
 
InfosetScanner<XmlNode> - Interface in com.sun.xml.bind.unmarshaller
Visits a DOM-ish API and generates SAX events.
inheritsAttributeWildcard() - Method in class com.sun.tools.xjc.model.CClassInfo
Returns true iff this class inherits a wildcard attribute property from its ancestor classes.
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.
initContentType(TypeUse, XSElementDecl, XmlString) - Method in class com.sun.tools.xjc.model.CElementInfo
 
initOptions(Options) - Method in exception com.sun.tools.xjc.BadCommandLineException
 
inject(ClassLoader, String, byte[]) - Static method in class com.sun.xml.bind.v2.runtime.reflect.opt.Injector
Injects a new class into the given class loader.
Injector - Class in com.sun.xml.bind.v2.runtime.reflect.opt
A ClassLoader used to "inject" optimized accessor classes into the VM.
InlineAnnotationReaderImpl - Class in com.sun.tools.jxc.apt
AnnotationReader implementation that reads annotation inline from APT.
inlineBinaryData - Variable in class com.sun.tools.xjc.model.CPropertyInfo
Property with @XmlInlineBinaryData.
inlineBinaryData() - Method in class com.sun.tools.xjc.model.CPropertyInfo
 
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.
inlineBinaryData() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
inlineBinaryData() - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
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
 
inner() - Method in class com.sun.xml.bind.v2.runtime.AssociationMap.Entry
 
InPlaceDOMOutput - Class in com.sun.xml.bind.v2.runtime.output
 
InPlaceDOMOutput(Node, AssociationMap) - Constructor for class com.sun.xml.bind.v2.runtime.output.InPlaceDOMOutput
 
installHook(String) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Just return the string passed as a parameter but installs an instance of this class as the DatatypeConverter implementation.
INSTANCE - Static variable in class com.sun.tools.xjc.model.CWildcardTypeInfo
 
INSTANCE - Static variable in class com.sun.xml.bind.v2.runtime.unmarshaller.Discarder
 
INT - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
IntArrayData - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Typed CharSequence for int[].
IntArrayData(int[], int, int) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.IntArrayData
 
IntArrayData() - 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.
intercepter - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
 
interfaces() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
Returns all BIInterfaces in a read-only set.
InternalBridge<T> - Class in com.sun.xml.bind.v2.runtime
Additional methods on Bridge that are only available for the JAXB runtime.
InternalBridge(JAXBContextImpl) - Constructor for class com.sun.xml.bind.v2.runtime.InternalBridge
 
InternalizationLogic - Interface in com.sun.tools.xjc.reader.internalizer
Encapsulates schema-language dependent internalization logic.
Internalizer - Class in com.sun.tools.xjc.reader.internalizer
Internalizes external binding declarations.
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
 
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(TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isAbstract() - Method in class com.sun.tools.xjc.model.AbstractCElement
 
isAbstract() - Method in class com.sun.tools.xjc.model.CClassRef
 
isAbstract() - Method in interface com.sun.tools.xjc.model.CElement
Returns true iff this element is an abstract element.
isAbstract() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
isAbstract() - Method in class com.sun.tools.xjc.model.nav.EagerNClass
 
isAbstract(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
isAbstract() - Method in interface com.sun.tools.xjc.model.nav.NClass
 
isAbstract() - Method in class com.sun.tools.xjc.model.nav.NClassByJClass
 
isAbstract() - Method in class com.sun.tools.xjc.model.nav.NParameterizedType
 
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.
isAbstract(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isAcknowledged() - Method in class com.sun.tools.xjc.model.CPluginCustomization
 
isAcknowledged() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
 
isAcknowledged() - Method in interface com.sun.tools.xjc.reader.xmlschema.bindinfo.BIDeclaration
Checks if this declaration was acknowledged.
isAcknowledgedXmimeContentTypes(XSComponent) - Method in class com.sun.tools.xjc.reader.xmlschema.SimpleTypeBuilder
 
isAdapted() - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
Returns true if this accessor wraps an adapter.
isAdapted() - Method in class com.sun.xml.bind.v2.runtime.reflect.AdaptedAccessor
 
isApplicable(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.ChoiceContentComplexTypeBuilder
 
isApplicable(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.CTBuilder
Returns true if this owner can handle the given complex type.
isApplicable(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.ExtendedComplexTypeBuilder
 
isApplicable(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.FreshComplexTypeBuilder
 
isApplicable(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.MixedComplexTypeBuilder
 
isApplicable(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.RestrictedComplexTypeBuilder
 
isApplicable(XSComplexType) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.STDerivedComplexTypeBuilder
 
isArray(TypeMirror) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isArray(NType) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
isArray(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Checks if the type is an array type.
isArray(Type) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isArrayButNotByteArray(TypeMirror) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isArrayButNotByteArray(NType) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
isArrayButNotByteArray(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Checks if the type is an array type but not byte[].
isArrayButNotByteArray(Type) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isAtMostOnce() - Method in class com.sun.tools.xjc.model.Multiplicity
returns true if the multiplicity is (0,1) or (1,1).
isAttribute - Variable in class com.sun.xml.bind.v2.runtime.Name
Specifies if the Name is associated with an EII or AII
isBound(XSElementDecl, XSComponent) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
Checks if the given component is bound to a class.
isBoxedType() - Method in class com.sun.tools.xjc.model.CArrayInfo
 
isBoxedType() - Method in class com.sun.tools.xjc.model.CClassInfo
 
isBoxedType() - Method in class com.sun.tools.xjc.model.CClassRef
 
isBoxedType() - Method in class com.sun.tools.xjc.model.CElementInfo
 
isBoxedType() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
isBoxedType() - Method in class com.sun.tools.xjc.model.nav.EagerNClass
 
isBoxedType() - Method in class com.sun.tools.xjc.model.nav.EagerNType
 
isBoxedType() - Method in class com.sun.tools.xjc.model.nav.NClassByJClass
 
isBoxedType() - Method in class com.sun.tools.xjc.model.nav.NParameterizedType
 
isBoxedType() - Method in interface com.sun.tools.xjc.model.nav.NType
Returns true iff this type represents a class that has a unboxed form.
isBridgeMethod(MethodDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isBridgeMethod(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
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.
isBridgeMethod(Method) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isCanceled() - Method in class com.sun.tools.xjc.XJCListener
XJC will periodically invoke this method to see if it should cancel a compilation.
isChoiceContentPropertyEnabled() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
isClass() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
Checks if the element type is "class".
isCollection() - Method in class com.sun.tools.xjc.model.AbstractCTypeInfoImpl
 
isCollection() - Method in class com.sun.tools.xjc.model.CBuiltinLeafInfo
Deprecated. 
isCollection() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
Deprecated. 
isCollection() - Method in interface com.sun.tools.xjc.model.CNonElement
Deprecated. 
isCollection() - Method in class com.sun.tools.xjc.model.CPropertyInfo
 
isCollection() - Method in interface com.sun.tools.xjc.model.TypeUse
If the use can hold multiple values of the specified type.
isCollection() - Method in class com.sun.tools.xjc.model.TypeUseImpl
 
isCollection() - Method in class com.sun.tools.xjc.reader.gbind.ConnectedComponent
Returns true iff this ConnectedComponent can match a substring whose length is greater than 1.
isCollection() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
Returns true if this is a multi-valued collection property.
isCollection() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
isCollection() - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
isCollectionNillable() - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
isCollectionNillable() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
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')
isCollectionNillable() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
isCollectionNillable() - Method in class com.sun.xml.bind.v2.model.impl.ERPropertyInfoImpl
 
isCollectionNillable() - Method in class com.sun.xml.bind.v2.model.impl.MapPropertyInfoImpl
 
isCollectionRequired() - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
isCollectionRequired() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
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.
isCollectionRequired() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
isCollectionRequired() - Method in class com.sun.xml.bind.v2.model.impl.ERPropertyInfoImpl
 
isConstantProperty() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
Gets the inherited value of the "fixedAttrToConstantProperty" customization.
isCustomizationTagName(String, String) - Method in class com.sun.tools.xjc.addon.code_injector.PluginImpl
 
isCustomizationTagName(String, String) - Method in class com.sun.tools.xjc.Plugin
Checks if the given tag name is a valid tag name for the customization element in this plug-in.
isCutting() - Method in class com.sun.tools.xjc.util.SubtreeCutter
 
isDefault() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
 
isDefault() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
 
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.
isDigit(char) - Static method in class com.sun.xml.bind.api.impl.NameUtil
 
isEffectivelyQualified - Variable in enum com.sun.xml.bind.v2.schemagen.Form
What's the effective value? UNSET means unqualified per XSD spec.)
isElement() - Method in class com.sun.tools.xjc.model.CClassInfo
 
isElement() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
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.model.impl.EnumLeafInfoImpl
 
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(TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isEnum(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
isEnum(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if this is an enum class.
isEnum(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isExtensionMode() - Method in class com.sun.tools.xjc.Options
 
isFinal(TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isFinal() - Method in class com.sun.tools.xjc.model.CClassInfo
Deprecated. if you are calling this method directly, you must be doing something wrong.
isFinal(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
Deprecated. no class generated by XJC is final.
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.
isFinal(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isGenerateElementClass() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
isImmutable() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Returns true if the bean is immutable.
isInnerClass(TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isInnerClass(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
isInnerClass(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if the given class is an inner class.
isInnerClass(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isInterface(TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isInterface(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
isInterface(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if 'clazz' is an interface.
isInterface(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isJavaIdentifier(String) - Static method in class com.sun.xml.bind.api.impl.NameUtil
Checks if a given string is usable as a Java identifier.
isJavaNamingConventionEnabled - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
Returns true if the "isJavaNamingConventionEnabled" option is turned on.
isJavaNamingConventionEnabled() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
isJavaPackageName(String) - Static method in class com.sun.xml.bind.api.impl.NameUtil
Checks if the given string is a valid Java package name.
isLaterThan(SpecVersion) - Method in enum com.sun.tools.xjc.api.SpecVersion
Returns true if this version is equal or later than the given one.
isLeaf() - Method in class com.sun.tools.xjc.model.CTypeRef
 
isLeaf(RuntimePropertyInfo) - Static method in class com.sun.xml.bind.v2.runtime.property.PropertyFactory
Look for the case that can be optimized as a leaf, which is a kind of type whose XML representation is just PCDATA.
isLetter(char) - Method in class com.sun.xml.bind.api.impl.NameUtil
 
isListOfValues() - Method in class com.sun.tools.xjc.reader.RawTypeSet.Ref
 
isListOfValues() - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CClassRef
 
isListOfValues() - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CElementInfoRef
 
isListOfValues() - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.WildcardRef
 
isListOfValues() - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.XmlTypeRef
 
isLower(char) - Static method in class com.sun.xml.bind.api.impl.NameUtil
 
isMapped() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnum
 
isMixed() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
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.model.impl.ReferencePropertyInfoImpl
 
isNillable() - Method in class com.sun.tools.xjc.model.CTypeRef
 
isNillable() - Method in interface com.sun.xml.bind.v2.model.core.TypeRef
Returns true if this element is nillable.
isNillable() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
isNillable() - Method in class com.sun.xml.bind.v2.model.impl.TypeRefImpl
 
isNullable() - Method in class com.sun.tools.xjc.reader.gbind.Choice
 
isNullable() - Method in class com.sun.tools.xjc.reader.gbind.Element
 
isNullable() - Method in class com.sun.tools.xjc.reader.gbind.Expression
True of \epsilon \in L(exp)
isNullable() - Method in class com.sun.tools.xjc.reader.gbind.OneOrMore
 
isNullable() - Method in class com.sun.tools.xjc.reader.gbind.Sequence
 
isNullable() - Method in class com.sun.xml.bind.v2.schemagen.Tree
Returns true if this tree accepts empty sequence.
isNullable() - Method in class com.sun.xml.bind.v2.schemagen.Tree.Term
 
isOptional() - Method in class com.sun.tools.xjc.model.Multiplicity
returns true if the multiplicity is (0,1)
isOptional - Variable in class com.sun.tools.xjc.reader.dtd.Block
 
isOptional() - Method in class com.sun.tools.xjc.reader.dtd.Element
 
isOptional() - Method in class com.sun.tools.xjc.reader.dtd.ModelGroup
 
isOptional - Variable in class com.sun.tools.xjc.reader.dtd.Occurence
 
isOptional() - Method in class com.sun.tools.xjc.reader.dtd.Occurence
 
isOptional() - Method in class com.sun.tools.xjc.reader.dtd.Term
 
isOptionalPrimitive() - Method in class com.sun.tools.xjc.model.CAttributePropertyInfo
 
isOptionalPrimitive() - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
isOptionalPrimitive() - Method in class com.sun.tools.xjc.model.CPropertyInfo
Returns true if this property needs to represent null just for the purpose of representing an absence of the property.
isOptionalPrimitive() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
isOrdered() - Method in class com.sun.tools.xjc.model.CClassInfo
 
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 - 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 class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
isOverriding(MethodDeclaration, TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isOverriding(Void, NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
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.
isOverriding(Method, Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isPackageLevelAnnotations() - Method in class com.sun.tools.xjc.model.Model
 
isParameterizedType(TypeMirror) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isParameterizedType(NType) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
isParameterizedType(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if t is a parameterized type.
isParameterizedType(Type) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isPointless() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
Returns true if this BindInfo doesn't contain any useful information.
isPrimitive(TypeMirror) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isPrimitive() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
isPrimitive(NType) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
isPrimitive(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Checks if the given type is a primitive type.
isPrimitive(Type) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isPublicField(FieldDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isPublicField(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
isPublicField(F) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if the field is public.
isPublicField(Field) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isPublicMethod(MethodDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isPublicMethod(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
isPublicMethod(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if the method is public.
isPublicMethod(Method) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isPunct(char) - Method in class com.sun.xml.bind.api.impl.NameUtil
 
isRecognizableExtension(String) - Method in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
Checks if the given namespace URI can be potentially recognized by this XJC.
isReferenced - Variable in class com.sun.tools.xjc.reader.dtd.Element
True if this element is referenced from another element.
isRepeated() - Method in enum com.sun.tools.xjc.model.CElementPropertyInfo.CollectionMode
 
isRepeated - Variable in class com.sun.tools.xjc.reader.dtd.Block
 
isRepeated() - Method in class com.sun.tools.xjc.reader.dtd.Element
 
isRepeated() - Method in class com.sun.tools.xjc.reader.dtd.ModelGroup
 
isRepeated - Variable in class com.sun.tools.xjc.reader.dtd.Occurence
 
isRepeated() - Method in class com.sun.tools.xjc.reader.dtd.Occurence
 
isRepeated() - Method in class com.sun.tools.xjc.reader.dtd.Term
 
isReplaced(C) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
isRequired() - Method in class com.sun.tools.xjc.model.CAttributePropertyInfo
 
isRequired() - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
isRequired() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
isRequired - Variable in class com.sun.tools.xjc.reader.gbind.ConnectedComponent
 
isRequired() - Method in class com.sun.tools.xjc.reader.gbind.ConnectedComponent
Returns true iff this ConnectedComponent forms a cut set of a graph.
isRequired() - Method in class com.sun.tools.xjc.reader.RawTypeSet
 
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.
isRequired() - Method in class com.sun.xml.bind.v2.model.impl.AttributePropertyInfoImpl
 
isRequired() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
isRequired() - Method in class com.sun.xml.bind.v2.model.impl.ElementPropertyInfoImpl
 
isRequired() - Method in class com.sun.xml.bind.v2.model.impl.ReferencePropertyInfoImpl
 
isRestrictionFreshType() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
isRoot() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
Checks if this element is designated as a root element.
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.
IsSetField - Class in com.sun.tools.xjc.generator.bean.field
 
IsSetField(ClassOutlineImpl, CPropertyInfo, FieldOutline, boolean, boolean) - Constructor for class com.sun.tools.xjc.generator.bean.field.IsSetField
 
IsSetFieldRenderer - Class in com.sun.tools.xjc.generator.bean.field
FieldRenderer that wraps another field generator and produces isSetXXX unsetXXX methods.
IsSetFieldRenderer(FieldRenderer, boolean, boolean) - Constructor for class com.sun.tools.xjc.generator.bean.field.IsSetFieldRenderer
 
isSimpleMode() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
isSimpleType() - Method in class com.sun.tools.xjc.model.CArrayInfo
 
isSimpleType() - Method in class com.sun.tools.xjc.model.CClassInfo
 
isSimpleType() - Method in class com.sun.tools.xjc.model.CClassRef
 
isSimpleType() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
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.AnyTypeImpl
 
isSimpleType() - Method in class com.sun.xml.bind.v2.model.impl.ArrayInfoImpl
 
isSimpleType() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
 
isSimpleType() - Method in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
 
isSimpleType() - Method in class com.sun.xml.bind.v2.model.impl.LeafInfoImpl
 
isSimpleTypeSubstitution() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
isSink() - Method in class com.sun.tools.xjc.reader.gbind.Element
True if this Element is SinkNode.
isSink() - Method in class com.sun.tools.xjc.reader.gbind.SinkNode
 
isSource() - Method in class com.sun.tools.xjc.reader.gbind.Element
True if this Element is SourceNode.
isSource() - Method in class com.sun.tools.xjc.reader.gbind.SourceNode
 
isStaticField(FieldDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isStaticField(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
isStaticField(F) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if the field is static.
isStaticField(Field) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isStaticMethod(MethodDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isStaticMethod(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
isStaticMethod(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if the method is static.
isStaticMethod(Method) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isStrict() - Method in class com.sun.tools.xjc.reader.xmlschema.GWildcardElement
 
isSubClassOf(TypeMirror, TypeMirror) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isSubClassOf(NType, NType) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
isSubClassOf(T, T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Checks if sub is a sub-type of sup.
isSubClassOf(Type, Type) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isSupportedExtension(String) - Method in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
Checks if the given namespace URI is supported as the extension bindings.
isTransient(FieldDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
isTransient(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
isTransient(F) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Returns true if the field is transient.
isTransient(Field) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
isUnboxable() - Method in class com.sun.tools.xjc.model.CAttributePropertyInfo
An optional attribute can never be unboxable, for we need null to represent the absence.
isUnboxable() - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
isUnboxable() - Method in class com.sun.tools.xjc.model.CPropertyInfo
Returns true if this property is "unboxable".
isUnboxable() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
Reference properties refer to elements, and none of the Java primitive type maps to an element.
isUnique() - Method in class com.sun.tools.xjc.model.Multiplicity
returns true if the multiplicity is (1,1).
isUpper(char) - Static method in class com.sun.xml.bind.api.impl.NameUtil
 
isValidating() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
Deprecated. since 2.0
isValueList() - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
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.
isValueList() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
For ElementInfos, a collection always means a list of values.
isValueList() - Method in class com.sun.xml.bind.v2.model.impl.ElementPropertyInfoImpl
 
isWhiteSpace(CharSequence) - Static method in class com.sun.xml.bind.WhiteSpaceProcessor
Returns true if the specified string is all whitespace.
isWhiteSpace(char) - Static method in class com.sun.xml.bind.WhiteSpaceProcessor
returns true if the specified char is a white space character.
isWhitespaceAdapter() - Method in class com.sun.tools.xjc.model.CAdapter
Returns true if the adapter is for whitespace normalization.
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.
isWrapperNillable - Variable in class com.sun.xml.bind.v2.runtime.property.ArrayERProperty
True if the wrapper tag name is nillable.
isZero() - Method in class com.sun.tools.xjc.model.Multiplicity
returns true if the multiplicity is (0,0).
iterator() - Method in class com.sun.tools.xjc.reader.gbind.ConnectedComponent
 
iterator() - Method in class com.sun.tools.xjc.reader.gbind.Element
Deprecated. if you statically call this method, there's something wrong.
iterator() - Method in class com.sun.tools.xjc.reader.gbind.Graph
List up ConnectedComponents of this graph in an order.
iterator() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
 
iterator() - Method in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
 
iterator(PropT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.reflect.AdaptedLister
 
iterator(T, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.CollectionLister
 
iterator(PropT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister
Iterates values of a multi-value property.
iterator(byte[], XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte
 

J

J2SJAXBModel - Interface in com.sun.tools.xjc.api
JAXBModel that exposes additional information available only for the java->schema direction.
JavaCompiler - Interface in com.sun.tools.xjc.api
Java-to-Schema compiler.
JavaCompilerImpl - Class in com.sun.tools.xjc.api.impl.j2s
 
JavaCompilerImpl() - Constructor for class com.sun.tools.xjc.api.impl.j2s.JavaCompilerImpl
 
javadoc() - Method in class com.sun.tools.xjc.generator.bean.MethodWriter
To generate javadoc for the previously declared method, use this method to obtain a JDocComment object.
javadoc - Variable in class com.sun.tools.xjc.model.CClassInfo
TODO: revisit this design.
javadoc - Variable in class com.sun.tools.xjc.model.CEnumConstant
Javadoc comment.
javadoc - Variable in class com.sun.tools.xjc.model.CEnumLeafInfo
 
javadoc - Variable in class com.sun.tools.xjc.model.CPropertyInfo
Javadoc for this property.
javadoc - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnum
Gets the javadoc comment specified in the customization.
javadoc - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnumMember
Gets the javadoc comment specified in the customization.
JAVADOC_HEADING - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
JAVADOC_LINE_UNKNOWN - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
JAVADOC_NIL_PROPERTY - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
JAVADOC_VALUEOBJECT_PROPERTY - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
jaxb - package jaxb
JAXB RI Architecture Document
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().
JAXB_NSURI - Static variable in class com.sun.tools.xjc.reader.Const
JAXB customization URI.
JAXBContextFactory - Class in com.sun.tools.xjc.runtime
This class implements the actual logic of JAXBContext.newInstance(java.lang.String).
JAXBContextFactory() - Constructor for class com.sun.tools.xjc.runtime.JAXBContextFactory
 
JAXBContextImpl - Class in com.sun.xml.bind.v2.runtime
This class provides the implementation of JAXBContext.
JAXBContextImpl(Class[], Collection<TypeReference>, Map<Class, Class>, String, boolean, RuntimeAnnotationReader, boolean, boolean) - Constructor for class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
JaxBeanInfo<BeanT> - Class in com.sun.xml.bind.v2.runtime
Encapsulates various JAXB operations on objects bound by JAXB.
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.
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.
JAXBModel - Interface in com.sun.tools.xjc.api
The in-memory representation of the JAXB binding.
JAXBModelImpl - Class in com.sun.tools.xjc.api.impl.j2s
 
JAXBModelImpl(TypeInfoSet<TypeMirror, TypeDeclaration, FieldDeclaration, MethodDeclaration>, AnnotationReader<TypeMirror, TypeDeclaration, FieldDeclaration, MethodDeclaration>, Collection<Reference>, Map<QName, Reference>) - Constructor for class com.sun.tools.xjc.api.impl.j2s.JAXBModelImpl
 
JAXBModelImpl - Class in com.sun.tools.xjc.api.impl.s2j
JAXBModel implementation.
JAXBModelImpl(Outline) - Constructor for class com.sun.tools.xjc.api.impl.s2j.JAXBModelImpl
 
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.
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 class com.sun.tools.xjc.model.CAttributePropertyInfo
 
kind() - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
kind() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
kind() - Method in class com.sun.tools.xjc.model.CValuePropertyInfo
 
kind - Variable in class com.sun.tools.xjc.reader.dtd.ModelGroup
 
kind() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
Gets the kind of this proeprty.
kind() - Method in class com.sun.xml.bind.v2.model.impl.AttributePropertyInfoImpl
 
kind() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
kind() - Method in class com.sun.xml.bind.v2.model.impl.ElementPropertyInfoImpl
 
kind() - Method in class com.sun.xml.bind.v2.model.impl.MapPropertyInfoImpl
 
kind() - Method in class com.sun.xml.bind.v2.model.impl.ReferencePropertyInfoImpl
 
kind() - Method in class com.sun.xml.bind.v2.model.impl.ValuePropertyInfoImpl
 
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

Language - Enum in com.sun.tools.xjc
Type of the schema language.
last() - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.IDREFSIterator
Returns the last referenced object (not just its ID)
lastSet() - Method in class com.sun.tools.xjc.reader.gbind.Choice
 
lastSet() - Method in class com.sun.tools.xjc.reader.gbind.Element
 
lastSet() - Method in class com.sun.tools.xjc.reader.gbind.Expression
Computes LAST(exp)
lastSet() - Method in class com.sun.tools.xjc.reader.gbind.OneOrMore
 
lastSet() - Method in class com.sun.tools.xjc.reader.gbind.Sequence
 
LATEST - Static variable in enum com.sun.tools.xjc.api.SpecVersion
 
LazyBlockReference - Class in com.sun.tools.xjc.generator.util
Lazy block reference.
LazyBlockReference() - Constructor for class com.sun.tools.xjc.generator.util.LazyBlockReference
 
LeafBeanInfoImpl<BeanT> - Class in com.sun.xml.bind.v2.runtime
JaxBeanInfo implementation for immutable leaf classes.
LeafBeanInfoImpl(JAXBContextImpl, RuntimeLeafInfo) - Constructor for class com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
 
leafElement(Name, String, 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, int, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
LeafInfo<T,C> - Interface in com.sun.xml.bind.v2.model.core
Either BuiltinLeafInfo or EnumLeafInfo.
LeafInfoImpl<TypeT,ClassDeclT> - Class in com.sun.xml.bind.v2.model.impl
 
LeafInfoImpl(TypeT, QName) - Constructor for class com.sun.xml.bind.v2.model.impl.LeafInfoImpl
 
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
 
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.tools.xjc.model.CBuiltinLeafInfo
All built-in leaves.
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.tools.xjc.util.StringCutter
 
length - Variable in class com.sun.xml.bind.util.AttributesImpl
 
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
 
lexical - Variable in class com.sun.xml.bind.v2.model.impl.EnumConstantImpl
 
LifecycleMethods - Class in com.sun.xml.bind.v2.runtime
This class is a simple container for caching lifecycle methods that are discovered during construction of (@link JAXBContext}.
LifecycleMethods() - Constructor for class com.sun.xml.bind.v2.runtime.LifecycleMethods
 
LINE_X_OF_Y - Static variable in class com.sun.tools.xjc.Messages
 
link() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
Called after all the TypeInfos are collected into the TypeInfoImpl.owner.
link() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl
Called after all the TypeInfos are collected into the TypeInfoImpl.owner.
link() - Method in class com.sun.xml.bind.v2.model.impl.ElementPropertyInfoImpl
 
link() - Method in class com.sun.xml.bind.v2.model.impl.EnumLeafInfoImpl
 
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.PropertyInfoImpl
Called after all the TypeInfos are collected into the governing TypeInfoSet.
link() - Method in class com.sun.xml.bind.v2.model.impl.ReferencePropertyInfoImpl
 
link() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeAttributePropertyInfoImpl
 
link() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
link() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
 
link() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeValuePropertyInfoImpl
 
link() - Method in class com.sun.xml.bind.v2.model.impl.SingleTypePropertyInfoImpl
 
link() - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoImpl
 
link() - Method in class com.sun.xml.bind.v2.model.impl.TypeRefImpl
 
link(JAXBContextImpl) - Method in class com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
 
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.
listDocuments() - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
Gets all the parsed documents.
ListElementProperty<BeanT,ListT,ItemT> - Class in com.sun.xml.bind.v2.runtime.property
Property implementation for ElementPropertyInfo whose ElementPropertyInfo.isValueList() is true.
ListElementProperty(JAXBContextImpl, RuntimeElementPropertyInfo) - Constructor for class com.sun.xml.bind.v2.runtime.property.ListElementProperty
 
lister - Variable in class com.sun.xml.bind.v2.runtime.property.ArrayProperty
 
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.CollectionLister(Class<? extends T>) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Lister.CollectionLister
 
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
 
Lister.Pack(Class<ItemT>) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Lister.Pack
 
ListIterator<E> - Interface in com.sun.xml.bind.v2.runtime.reflect
Almost like Iterator but can throw JAXB specific exceptions.
listPossibleTypes(CPropertyInfo) - Method in class com.sun.tools.xjc.generator.bean.field.AbstractField
Returns contents to be added to javadoc.
listSimpleType(XSListSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
listSubclasses() - Method in class com.sun.tools.xjc.model.CClassInfo
Enumerates all the sub-classes of this class.
listSystemIDs() - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
Gets all the system IDs of the documents.
listT - Variable in class com.sun.tools.xjc.generator.bean.field.AbstractListField
 
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
 
load(Options, JCodeModel, ErrorReceiver) - Static method in class com.sun.tools.xjc.ModelLoader
A convenience method to load schemas into a Model.
loadClass(String) - Method in class com.sun.tools.xjc.api.util.APTClassLoader
 
loader - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.ChildLoader
 
Loader - Class in com.sun.xml.bind.v2.runtime.unmarshaller
 
Loader(boolean) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
 
Loader() - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
 
loader - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
Loader that owns this element.
loadXMLSchema() - Method in class com.sun.tools.xjc.ModelLoader
Parses a set of XML Schema files into an annotated grammar.
loc - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
 
loc - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.DomHandlerEx.DomAndLocation
 
local - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
Local part of the attribute/element name.
localName - Variable in class com.sun.xml.bind.v2.runtime.Name
Local name.
localName - Variable in class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput.DynamicAttribute
 
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.
LocalScoping - Enum in com.sun.tools.xjc.reader.xmlschema.bindinfo
 
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.
LocatableAnnotation(Annotation, Locatable) - Constructor for class com.sun.xml.bind.v2.model.annotation.LocatableAnnotation
 
location - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.DomHandlerEx.ResultImpl
 
Location - Interface in com.sun.xml.bind.v2.runtime
Location information for IllegalAnnotationException.
locator - Variable in class com.sun.tools.xjc.model.CPluginCustomization
The source location where this customization is placed.
locator - Variable in class com.sun.tools.xjc.model.CPropertyInfo
 
LocatorEx - Interface in com.sun.xml.bind.v2.runtime.unmarshaller
Object that returns the current location that the XmlVisitor is parsing.
LocatorEx.Snapshot - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Immutable snapshot of a LocatorEx
LocatorEx.Snapshot(LocatorEx) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
 
LocatorExWrapper - Class in com.sun.xml.bind.v2.runtime.unmarshaller
LocatorEx implemented by Locator.
LocatorExWrapper(Locator) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorExWrapper
 
locatorTable - Variable in class com.sun.tools.xjc.reader.internalizer.DOMForest
Stores location information for all the trees in this forest.
LocatorTable - Class in com.sun.tools.xjc.reader.internalizer
Stores Locator objects for every Element.
LocatorTable() - Constructor for class com.sun.tools.xjc.reader.internalizer.LocatorTable
 
logic - Variable in class com.sun.tools.xjc.reader.internalizer.DOMForest
Schema language dependent part of the processing.
LONG - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
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.
LOWER_LETTER - Static variable in class com.sun.xml.bind.api.impl.NameUtil
 
LSInputSAXWrapper - Class in com.sun.tools.xjc.reader.xmlschema.parser
LSInput implementation that wraps a SAX InputSource
LSInputSAXWrapper(InputSource) - Constructor for class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 

M

main(String[]) - Static method in class com.sun.tools.jxc.SchemaGenerator
Runs the schema generator.
main(String[], File) - Static method in class com.sun.tools.jxc.SchemaGenerator.Runner
 
main(String[]) - Static method in class com.sun.tools.xjc.Driver
 
main(String[]) - Static method in class com.sun.tools.xjc.reader.xmlschema.parser.SchemaConstraintChecker
 
main(String[]) - Static method in class com.sun.tools.xjc.util.MimeTypeRange
 
majorType - Variable in class com.sun.tools.xjc.util.MimeTypeRange
 
makeAdapted(Class<? extends XmlAdapter>, boolean) - Method in class com.sun.tools.xjc.model.CBuiltinLeafInfo
Creates a TypeUse that represents an adapted use of this CBuiltinLeafInfo.
makeCollection() - Method in class com.sun.tools.xjc.model.CBuiltinLeafInfo
Creates a TypeUse that represents a collection of this CBuiltinLeafInfo.
makeCollection(TypeUse) - Static method in class com.sun.tools.xjc.model.TypeUseFactory
 
makeGroup(GroupKind, List<Tree>) - Static method in class com.sun.xml.bind.v2.schemagen.Tree
Returns a group tree.
makeID(TypeUse, ID) - Static method in class com.sun.tools.xjc.model.TypeUseFactory
 
makeJavaName(boolean, String) - Method in class com.sun.tools.xjc.reader.xmlschema.ParticleBinder
Converts an XML name to the corresponding Java name.
makeJavaName(XSParticle, String) - Method in class com.sun.tools.xjc.reader.xmlschema.ParticleBinder
 
makeMimeTyped(MimeType) - Method in class com.sun.tools.xjc.model.CBuiltinLeafInfo
Creates a TypeUse that represents a MIME-type assocaited version of this CBuiltinLeafInfo.
makeMimeTyped(TypeUse, MimeType) - Static method in class com.sun.tools.xjc.model.TypeUseFactory
 
makeOptional() - Method in class com.sun.tools.xjc.model.Multiplicity
 
makeOptional(boolean) - Method in class com.sun.xml.bind.v2.schemagen.Tree
Returns "T?" from "T".
makeRepeated() - Method in class com.sun.tools.xjc.model.Multiplicity
 
makeRepeated(boolean) - Method in class com.sun.xml.bind.v2.schemagen.Tree
Returns "T+" from "T".
mangle(String) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BISchemaBinding.NamingRule
Changes the name according to the rule.
mangleAnonymousTypeClassName(String) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BISchemaBinding
 
mangleClassName(String, XSComponent) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BISchemaBinding
Transforms the default name produced from XML name by following the customization.
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 - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BISchemaBinding
If false, it means not to generate any classes from this namespace.
map(boolean) - Method in interface com.sun.xml.bind.v2.schemagen.episode.SchemaBindings
 
Mapping - Interface in com.sun.tools.xjc.api
JAXB-induced mapping between a Java class and an XML element declaration.
MapPropertyInfo<T,C> - Interface in com.sun.xml.bind.v2.model.core
Property that maps to the following schema fragment.
MapPropertyInfoImpl<T,C,F,M> - Class in com.sun.xml.bind.v2.model.impl
 
MapPropertyInfoImpl(ClassInfoImpl<T, C, F, M>, PropertySeed<T, C, F, M>) - Constructor for class com.sun.xml.bind.v2.model.impl.MapPropertyInfoImpl
 
markAsAcknowledged() - Method in class com.sun.tools.xjc.model.CPluginCustomization
When a Plugin "uses" this annotation, call this method to mark it.
markAsAcknowledged() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
 
markAsAcknowledged() - Method in interface com.sun.tools.xjc.reader.xmlschema.bindinfo.BIDeclaration
Marks this declaration to be acknowledged -- either actually used or the existence is admitted (for example when a property customization is given at the point of definition.)
markAsAcknowledged() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
 
marshal(DomHandlerEx.DomAndLocation, ValidationEventHandler) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.DomHandlerEx
 
marshal(Boolean) - Method in class com.sun.tools.xjc.runtime.ZeroOneBooleanAdapter
 
marshal(InMemory) - Method in class com.sun.tools.xjc.util.ReadOnlyAdapter
 
marshal(Object) - Method in class com.sun.xml.bind.AnyTypeAdapter
Noop.
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(BridgeContext, T, XMLStreamWriter) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(Marshaller, T, XMLStreamWriter) - 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(BridgeContext, T, OutputStream, NamespaceContext) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(Marshaller, T, OutputStream, NamespaceContext) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(T, Node) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(BridgeContext, T, Node) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(Marshaller, 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
 
marshal(BridgeContext, T, ContentHandler) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(Marshaller, T, ContentHandler) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(T, Result) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(BridgeContext, T, Result) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(Marshaller, T, Result) - Method in class com.sun.xml.bind.api.Bridge
 
marshal(Object, XmlNode) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
marshal(Marshaller, InMemory, XMLStreamWriter) - Method in class com.sun.xml.bind.v2.runtime.BridgeAdapter
 
marshal(Marshaller, InMemory, OutputStream, NamespaceContext) - Method in class com.sun.xml.bind.v2.runtime.BridgeAdapter
 
marshal(Marshaller, InMemory, Node) - Method in class com.sun.xml.bind.v2.runtime.BridgeAdapter
 
marshal(Marshaller, InMemory, ContentHandler) - Method in class com.sun.xml.bind.v2.runtime.BridgeAdapter
 
marshal(Marshaller, InMemory, Result) - Method in class com.sun.xml.bind.v2.runtime.BridgeAdapter
 
marshal(InMemory, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.BridgeAdapter
 
marshal(Marshaller, T, XMLStreamWriter) - Method in class com.sun.xml.bind.v2.runtime.BridgeImpl
 
marshal(Marshaller, T, OutputStream, NamespaceContext) - Method in class com.sun.xml.bind.v2.runtime.BridgeImpl
 
marshal(Marshaller, T, Node) - Method in class com.sun.xml.bind.v2.runtime.BridgeImpl
 
marshal(Marshaller, T, ContentHandler) - Method in class com.sun.xml.bind.v2.runtime.BridgeImpl
 
marshal(Marshaller, T, Result) - Method in class com.sun.xml.bind.v2.runtime.BridgeImpl
 
marshal(T, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.BridgeImpl
 
marshal(T, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.InternalBridge
Called from CompositeStructureBeanInfo to marshal this bridge as a sub-tree.
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, XMLStreamWriter) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
marshal(Object, XMLEventWriter) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
marshal(Object, XmlOutput) - 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) - Method in class com.sun.xml.bind.v2.runtime.RuntimeUtil.ToStringAdapter
 
marshal(DataHandler) - Method in class com.sun.xml.bind.v2.runtime.SwaRefAdapter
 
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(String, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
Checks if the given name pair matches this name.
matches(Name) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
Checks if the given name pair matches this name.
max - Variable in class com.sun.tools.xjc.model.Multiplicity
 
MaybeElement<T,C> - Interface in com.sun.xml.bind.v2.model.core
Some NonElement can optionally be an Element.
members - Variable in class com.sun.tools.xjc.model.CEnumLeafInfo
List of enum members.
members() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIInterface
Gets the names of interfaces/classes that implement this interface.
members - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnum
Gets the map that contains XML value->BIEnumMember pairs.
merge(CCustomizations, CCustomizations) - Static method in class com.sun.tools.xjc.model.CCustomizations
Merges two CCustomizations objects into one.
merge(XSWildcard) - Method in class com.sun.tools.xjc.reader.xmlschema.GWildcardElement
 
merge(Collection<MimeTypeRange>) - Static method in class com.sun.tools.xjc.util.MimeTypeRange
Creates a range by merging all the given types.
message(String) - Method in class com.sun.tools.xjc.XJCListener
Other miscellenous messages that do not have structures will be reported through this method.
Messages - Enum in com.sun.tools.jxc.apt
Message resources.
Messages - Enum in com.sun.tools.jxc
Message resources.
Messages - Enum in com.sun.tools.xjc.api.impl.j2s
 
Messages - Enum in com.sun.tools.xjc.api.util
Message resources
Messages - Enum in com.sun.tools.xjc.generator.bean.field
Message resources
Messages - Enum in com.sun.tools.xjc.generator.bean
Formats error messages.
Messages - Class in com.sun.tools.xjc
Formats error messages.
Messages() - Constructor for class com.sun.tools.xjc.Messages
 
Messages - Class in com.sun.tools.xjc.reader.dtd.bindinfo
Formats error messages.
Messages() - Constructor for class com.sun.tools.xjc.reader.dtd.bindinfo.Messages
 
Messages - Class in com.sun.tools.xjc.reader.dtd
Formats error messages.
Messages() - Constructor for class com.sun.tools.xjc.reader.dtd.Messages
 
Messages - Class in com.sun.tools.xjc.reader.internalizer
Formats error messages.
Messages() - Constructor for class com.sun.tools.xjc.reader.internalizer.Messages
 
Messages - Enum in com.sun.tools.xjc.reader
Formats error messages.
Messages - Enum in com.sun.tools.xjc.reader.xmlschema.bindinfo
Formats error messages.
Messages - Enum in com.sun.tools.xjc.reader.xmlschema.ct
Message resources
Messages - Class in com.sun.tools.xjc.reader.xmlschema
Formats error messages.
Messages() - Constructor for class com.sun.tools.xjc.reader.xmlschema.Messages
 
Messages - Class in com.sun.tools.xjc.reader.xmlschema.parser
Formats error messages.
Messages() - Constructor for class com.sun.tools.xjc.reader.xmlschema.parser.Messages
 
Messages - Class in com.sun.tools.xjc.util
Formats error messages.
Messages() - Constructor for class com.sun.tools.xjc.util.Messages
 
Messages - Class in com.sun.xml.bind.marshaller
Formats error messages.
Messages() - Constructor for class com.sun.xml.bind.marshaller.Messages
 
Messages - Class in com.sun.xml.bind.unmarshaller
Formats error messages.
Messages() - Constructor for class com.sun.xml.bind.unmarshaller.Messages
 
Messages - Enum in com.sun.xml.bind.v2
Formats error messages.
Messages - Enum in com.sun.xml.bind.v2.model.annotation
Message resources
Messages - Enum in com.sun.xml.bind.v2.model.impl
Message resources
Messages - Enum in com.sun.xml.bind.v2.runtime
Message resources
Messages - Enum in com.sun.xml.bind.v2.runtime.property
Message resources
Messages - Enum in com.sun.xml.bind.v2.runtime.reflect
Message resources
Messages - Enum in com.sun.xml.bind.v2.runtime.unmarshaller
 
Messages - Enum in com.sun.xml.bind.v2.schemagen
Message resources
MetaArchitectureDocument - Class in jaxb
Meta Architecture Document
MetaArchitectureDocument() - Constructor for class jaxb.MetaArchitectureDocument
 
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_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
 
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
 
MethodWriter - Class in com.sun.tools.xjc.generator.bean
The back-end may or may not generate the content interface separately from the implementation class.
MethodWriter(ClassOutline) - Constructor for class com.sun.tools.xjc.generator.bean.MethodWriter
 
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
 
MimeTypeRange - Class in com.sun.tools.xjc.util
 
MimeTypeRange(String) - Constructor for class com.sun.tools.xjc.util.MimeTypeRange
 
min - Variable in class com.sun.tools.xjc.model.Multiplicity
 
MinimumEscapeHandler - Class in com.sun.xml.bind.marshaller
Performs no character escaping.
MISSING_COMPATIBILITY_OPERAND - Static variable in class com.sun.tools.xjc.Messages
 
MISSING_GRAMMAR - Static variable in class com.sun.tools.xjc.Messages
 
MISSING_MODE_OPERAND - Static variable in class com.sun.tools.xjc.Messages
 
MISSING_OPERAND - Static variable in class com.sun.tools.xjc.Messages
 
MISSING_PROXY - Static variable in class com.sun.tools.xjc.Messages
 
MISSING_PROXYFILE - Static variable in class com.sun.tools.xjc.Messages
 
MISSING_PROXYHOST - Static variable in class com.sun.tools.xjc.Messages
 
MISSING_PROXYPORT - Static variable in class com.sun.tools.xjc.Messages
 
MISSING_RUNTIME_PACKAGENAME - Static variable in class com.sun.tools.xjc.Messages
 
MixedComplexTypeBuilder - Class in com.sun.tools.xjc.reader.xmlschema.ct
 
MixedComplexTypeBuilder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.ct.MixedComplexTypeBuilder
 
mode - Variable in class com.sun.tools.xjc.Driver.OptionsEx
Operation mode.
model - Variable in class com.sun.tools.xjc.model.CClassInfo
The Model object to which this bean belongs.
model - Variable in class com.sun.tools.xjc.model.CEnumLeafInfo
The Model object to which this bean belongs.
Model - Class in com.sun.tools.xjc.model
Root of the object model that represents the code that needs to be generated.
Model(Options, JCodeModel, NameConverter, ClassNameAllocator, XSSchemaSet) - Constructor for class com.sun.tools.xjc.model.Model
 
model - Variable in class com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
 
model - Variable in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
model - Variable in class com.sun.tools.xjc.reader.relaxng.RELAXNGCompiler
 
model - Variable in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
 
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
 
ModelChecker - Class in com.sun.tools.xjc.reader
Checks errors on model classes.
ModelChecker() - Constructor for class com.sun.tools.xjc.reader.ModelChecker
 
ModelGroup - Class in com.sun.tools.xjc.reader.dtd
 
ModelGroup() - Constructor for class com.sun.tools.xjc.reader.dtd.ModelGroup
 
modelGroup(XSModelGroup) - Method in class com.sun.tools.xjc.reader.xmlschema.BindBlue
 
modelGroup(XSModelGroup) - Method in class com.sun.tools.xjc.reader.xmlschema.BindGreen
 
modelGroup(XSModelGroup) - Method in class com.sun.tools.xjc.reader.xmlschema.BindPurple
 
modelGroup(XSModelGroup) - Method in class com.sun.tools.xjc.reader.xmlschema.BindRed
 
modelGroup(XSModelGroup) - Method in class com.sun.tools.xjc.reader.xmlschema.BindYellow
 
modelGroup(XSModelGroup) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
modelGroup(XSModelGroup) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
modelGroup(XSModelGroup) - Method in class com.sun.tools.xjc.reader.xmlschema.ExpressionBuilder
 
modelGroup(XSModelGroup) - Method in class com.sun.tools.xjc.reader.xmlschema.MultiplicityCounter
 
modelGroup(XSModelGroup) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder
 
modelGroup(XSModelGroup) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
modelGroup(XSModelGroup) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
ModelGroup.Kind - Enum in com.sun.tools.xjc.reader.dtd
 
modelGroupDecl(XSModelGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindBlue
 
modelGroupDecl(XSModelGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindGreen
 
modelGroupDecl(XSModelGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindPurple
 
modelGroupDecl(XSModelGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindRed
 
modelGroupDecl(XSModelGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.BindYellow
 
modelGroupDecl(XSModelGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
modelGroupDecl(XSModelGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
modelGroupDecl(XSModelGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.ExpressionBuilder
 
modelGroupDecl(XSModelGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.MultiplicityCounter
 
modelGroupDecl(XSModelGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder
 
modelGroupDecl(XSModelGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
modelGroupDecl(XSModelGroupDecl) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
ModelLoader - Class in com.sun.tools.xjc
Builds a Model object.
ModelLoader(Options, JCodeModel, ErrorReceiver) - Constructor for class com.sun.tools.xjc.ModelLoader
 
MSG_COLLISION_INFO - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
MSG_FALLBACK_JAVADOC - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
MSG_LINE_X_OF_Y - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
MSG_UNKNOWN_FILE - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
MTOMDecorator - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Decorator of XmlVisitor that performs XOP processing.
MTOMDecorator(UnmarshallerImpl, XmlVisitor, AttachmentUnmarshaller) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.MTOMDecorator
 
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
 
mul - Variable in class com.sun.tools.xjc.reader.RawTypeSet
The occurence of the whole references.
MultiMap<K extends Comparable<K>,V> - Class in com.sun.xml.bind.v2.schemagen
A special Map that 'conceptually' stores a set of values for each key.
MultiMap(V) - Constructor for class com.sun.xml.bind.v2.schemagen.MultiMap
 
Multiplicity - Class in com.sun.tools.xjc.model
represents a possible number of occurence.
MultiplicityCounter - Class in com.sun.tools.xjc.reader.xmlschema
Counts Multiplicity for a particle/term.
multiply(Multiplicity, Multiplicity) - Static method in class com.sun.tools.xjc.model.Multiplicity
 

N

name() - Method in class com.sun.tools.xjc.api.impl.s2j.PropertyImpl
 
name() - Method in interface com.sun.tools.xjc.api.Property
The name of the property.
name - Variable in class com.sun.tools.xjc.model.CEnumConstant
Name of the constant.
name() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIAttribute
Gets the name of this attribute-property declaration.
name() - Method in interface com.sun.tools.xjc.reader.dtd.bindinfo.BIConversion
Gets the conversion name.
name() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
Gets the element name.
name() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIEnumeration
 
name() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIInterface
Gets the name of this interface.
name() - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.BIUserConversion
Gets the conversion name.
name - Variable in class com.sun.tools.xjc.reader.dtd.Element
Name of the element.
NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIClass
Name of this declaration.
NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion
Name of the conversion declaration.
NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion.User
Name of the conversion declaration.
NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIDom
Name of the conversion declaration.
NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnum
Name of this declaration.
name - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnumMember
Gets the specified class name, or null if not specified.
NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnumMember
Name of this declaration.
name - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIFactoryMethod
 
NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIFactoryMethod
Name of the declaration.
name - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding.ClassNameBean
 
NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIInlineBinaryData
Name of the declaration.
NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
Name of this declaration.
NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BISchemaBinding
 
NAME - Static variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIXSubstitutable
Name of the conversion declaration.
name - Variable in class com.sun.xml.bind.v2.model.impl.EnumConstantImpl
 
Name - Class in com.sun.xml.bind.v2.runtime
The internal representation of an XML name.
Name(int, int, String, int, String, boolean) - Constructor for class com.sun.xml.bind.v2.runtime.Name
 
name - Variable in class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput.StaticAttribute
 
NAME_CONVERTER_CONFLICT - Static variable in class com.sun.tools.xjc.Messages
 
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
 
NameCalculator - Class in com.sun.tools.xjc.reader.relaxng
Decides the name for a particle.
NameCalculator() - Constructor for class com.sun.tools.xjc.reader.relaxng.NameCalculator
 
nameConverter - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
Gets the name converter that will govern the XML->Java name conversion process for this compilation.
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
 
NameConverter.Standard() - Constructor for class com.sun.xml.bind.api.impl.NameConverter.Standard
 
nameList - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
Keeps the list of known names.
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
 
nameList - Variable in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
NamespaceContext2 - Interface in com.sun.xml.bind.v2.runtime
Maintains namespace<->prefix bindings.
NamespaceContextAdapter - Class in com.sun.tools.xjc.util
Take a ValidationContext and make it look like a NamespaceContext.
NamespaceContextAdapter(XmlString) - Constructor for class com.sun.tools.xjc.util.NamespaceContextAdapter
 
NamespaceContextImpl - Class in com.sun.tools.xjc.reader.internalizer
Implements NamespaceContext by looking at the in-scope namespace binding of a DOM element.
NamespaceContextImpl(Element) - Constructor for class com.sun.tools.xjc.reader.internalizer.NamespaceContextImpl
 
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
 
namespaceURIs - Variable in class com.sun.xml.bind.v2.runtime.NameList
Namespace URIs by their indices.
NameUtil - Class in com.sun.xml.bind.api.impl
Methods that convert strings into various formats.
NameUtil() - Constructor for class com.sun.xml.bind.api.impl.NameUtil
 
nav - Variable in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
nav() - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
nav() - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoImpl
 
nav - Variable in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
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 APT.
NavigatorImpl - Class in com.sun.tools.xjc.model.nav
Navigator implementation for XJC.
NClass - Interface in com.sun.tools.xjc.model.nav
 
NClassByJClass - Class in com.sun.tools.xjc.model.nav
 
NClassByJClass(JClass) - Constructor for class com.sun.tools.xjc.model.nav.NClassByJClass
 
needsExplicitTypeName(TypeUse, QName) - Static method in class com.sun.tools.xjc.model.CPropertyInfo
Checks if the given TypeUse would need an explicit XmlSchemaType annotation with the given type name.
needsInterning(XMLReader) - Static method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
needsValueField() - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
The spec says the value field in the enum class will be generated only under certain circumstances.
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>, String, boolean) - Static method in class com.sun.xml.bind.api.JAXBRIContext
Deprecated. Compatibility with older versions.
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.
newValidator() - Method in class com.sun.tools.xjc.SchemaCache
 
next - Variable in class com.sun.tools.xjc.model.CCustomizations
All CCustomizations used by a Model form a single linked list so that we can look for unacknowledged customizations later.
next(String) - Method in class com.sun.tools.xjc.util.StringCutter
 
next - Variable in class com.sun.xml.bind.v2.model.impl.EnumConstantImpl
All the constants of the EnumConstantImpl is linked in one list.
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
 
next - Variable in class com.sun.xml.bind.v2.util.QNameMap.Entry
 
NGCCRuntimeEx - Class in com.sun.tools.jxc
Controls the validating and converting of values obtained from the config file.
NGCCRuntimeEx(ErrorHandler) - Constructor for class com.sun.tools.jxc.NGCCRuntimeEx
 
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_SUCH_FILE - Static variable in class com.sun.tools.xjc.Messages
 
NO_XPATH_EVAL_TO_NO_TARGET - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
NO_XPATH_EVAL_TO_NON_ELEMENT - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
NO_XPATH_EVAL_TOO_MANY_TARGETS - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
noFileHeader - Variable in class com.sun.tools.xjc.Options
No file header comment (to be more friendly with diff.)
noMarshaller - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
NON_EXISTENT_DIR - Static variable in class com.sun.tools.xjc.Messages
 
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.
noNS - Variable in class com.sun.tools.xjc.Driver.OptionsEx
A switch that determines the behavior in the BGM mode.
noOptimize - Static variable in class com.sun.xml.bind.v2.runtime.reflect.opt.AccessorInjector
 
normalize(List<Block>, boolean) - Method in class com.sun.tools.xjc.reader.dtd.Element
 
normalize(List<Block>, boolean) - Method in class com.sun.tools.xjc.reader.dtd.ModelGroup
 
normalize(List<Block>, boolean) - Method in class com.sun.tools.xjc.reader.dtd.Occurence
 
normalize(List<Block>, boolean) - Method in class com.sun.tools.xjc.reader.dtd.Term
 
NORMALIZED_STRING - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
normalizeUriPath(String) - Static method in class com.sun.xml.bind.v2.schemagen.Util
Calculate the normalized form of the given uriPath.
NOT_A_FILE_NOR_URL - Static variable in class com.sun.tools.xjc.Messages
 
NOT_A_VALID_FILENAME - Static variable in class com.sun.tools.xjc.Messages
 
NOT_MARSHALLABLE - Static variable in class com.sun.xml.bind.marshaller.Messages
 
notation(XSNotation) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
notation(XSNotation) - Method in class com.sun.tools.xjc.reader.xmlschema.ColorBinder
 
notation(XSNotation) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
notation(XSNotation) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
notation(XSNotation) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
noUnmarshaller - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
noValidatingUnmarshaller - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
noValidator - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
NParameterizedType - Class in com.sun.tools.xjc.model.nav
Parameterized type.
NParameterizedType(NClass, NType[]) - Constructor for class com.sun.tools.xjc.model.nav.NParameterizedType
 
NS - Static variable in class com.sun.tools.xjc.addon.code_injector.Const
Customization namespace URI.
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.
nsSupport - Variable in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
Remembers in-scope namespace bindings.
nsUri - Variable in class com.sun.tools.xjc.reader.relaxng.DatatypeLib
Datatype library's namespace URI.
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.
NType - Interface in com.sun.tools.xjc.model.nav
A type.
NULL_READER - Static variable in class com.sun.xml.bind.unmarshaller.Messages
 
NULL_WRITER - Static variable in class com.sun.xml.bind.marshaller.Messages
 
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
 
NullStream - Class in com.sun.tools.xjc.util
Just consumes the byte stream.
NullStream() - Constructor for class com.sun.tools.xjc.util.NullStream
 
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
 
objectFactory() - Method in class com.sun.tools.xjc.generator.bean.PackageOutlineImpl
 
objectFactory() - Method in interface com.sun.tools.xjc.outline.PackageOutline
Generated ObjectFactory from package.
ObjectFactoryGenerator - Class in com.sun.tools.xjc.generator.bean
Generates ObjectFactory then wraps it and provides access to it.
ObjectFactoryGenerator() - Constructor for class com.sun.tools.xjc.generator.bean.ObjectFactoryGenerator
 
objectFactoryGenerator() - Method in class com.sun.tools.xjc.generator.bean.PackageOutlineImpl
 
objectFactoryGenerator() - Method in interface com.sun.tools.xjc.outline.PackageOutline
Generates an ObjectFactory class for this package.
ObjectFactoryGeneratorImpl - Class in com.sun.tools.xjc.generator.bean
Generates ObjectFactory then wraps it and provides access to it.
ObjectFactoryGeneratorImpl(BeanGenerator, Model, JPackage) - Constructor for class com.sun.tools.xjc.generator.bean.ObjectFactoryGeneratorImpl
 
Occurence - Class in com.sun.tools.xjc.reader.dtd
 
Occurence(Term, boolean, boolean) - Constructor for class com.sun.tools.xjc.reader.dtd.Occurence
 
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.
onActivated(Options) - Method in class com.sun.tools.xjc.Plugin
Notifies a plugin that it's activated.
onAttribute(CAttributePropertyInfo) - Method in interface com.sun.tools.xjc.model.CPropertyVisitor
 
onAttribute(DAttributePattern) - Method in class com.sun.tools.xjc.reader.relaxng.ContentModelBinder
 
onAttribute(DAttributePattern) - Method in class com.sun.tools.xjc.reader.relaxng.RawTypeSetBuilder
 
onAttribute(DAttributePattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypePatternBinder
 
onAttribute(DAttributePattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
onBean(CClassInfo) - Method in interface com.sun.tools.xjc.model.CClassInfoParent.Visitor
 
onChoice(DChoicePattern) - Method in class com.sun.tools.xjc.reader.relaxng.ContentModelBinder
 
onChoice(DChoicePattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypePatternBinder
 
onChoice(DChoicePattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
onClass(Class, P) - Method in class com.sun.xml.bind.v2.model.nav.TypeVisitor
 
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.
onData(DDataPattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
ONE - Static variable in class com.sun.tools.xjc.model.Multiplicity
the constant representing the (1,1) multiplicity.
onElement(CElementInfo) - Method in interface com.sun.tools.xjc.model.CClassInfoParent.Visitor
 
onElement(CElementPropertyInfo) - Method in interface com.sun.tools.xjc.model.CPropertyVisitor
 
onElement(DElementPattern) - Method in class com.sun.tools.xjc.reader.relaxng.RawTypeSetBuilder
 
onElement(DElementPattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
onEmpty(DEmptyPattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
oneOrMore(Multiplicity) - Static method in class com.sun.tools.xjc.model.Multiplicity
 
OneOrMore - Class in com.sun.tools.xjc.reader.gbind
Expression that represents kleene-star operation (A+)
OneOrMore(Expression) - Constructor for class com.sun.tools.xjc.reader.gbind.OneOrMore
 
onGenericArray(GenericArrayType, P) - Method in class com.sun.xml.bind.v2.model.nav.TypeVisitor
 
onGrammar(DGrammarPattern) - Method in class com.sun.tools.xjc.reader.relaxng.DefineFinder
 
onGrammar(DGrammarPattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
onGroup(DGroupPattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
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
 
onInterleave(DInterleavePattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
onList(DListPattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypePatternBinder
 
onList(DListPattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
onMixed(DMixedPattern) - Method in class com.sun.tools.xjc.reader.relaxng.ContentModelBinder
 
onMixed(DMixedPattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypePatternBinder
 
onMixed(DMixedPattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
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
 
onNotAllowed(DNotAllowedPattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
onOneOrMore(DOneOrMorePattern) - Method in class com.sun.tools.xjc.reader.relaxng.ContentModelBinder
 
onOneOrMore(DOneOrMorePattern) - Method in class com.sun.tools.xjc.reader.relaxng.RawTypeSetBuilder
 
onOneOrMore(DOneOrMorePattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypePatternBinder
 
onOneOrMore(DOneOrMorePattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
onOptional(DOptionalPattern) - Method in class com.sun.tools.xjc.reader.relaxng.ContentModelBinder
 
onOptional(DOptionalPattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypePatternBinder
 
onOptional(DOptionalPattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
onPackage(JPackage) - Method in interface com.sun.tools.xjc.model.CClassInfoParent.Visitor
 
onParameterizdType(ParameterizedType, P) - Method in class com.sun.xml.bind.v2.model.nav.TypeVisitor
 
onRef(DRefPattern) - Method in class com.sun.tools.xjc.reader.relaxng.DefineFinder
We visit all DDefines from DGrammarPattern, so no point in resolving refs.
onRef(DRefPattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypePatternBinder
 
onRef(DRefPattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
onReference(CReferencePropertyInfo) - Method in interface com.sun.tools.xjc.model.CPropertyVisitor
 
onSetOwner() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
 
onSetOwner() - Method in interface com.sun.tools.xjc.reader.xmlschema.bindinfo.BIDeclaration
Called when the parent BindInfo got its owner set.
onSetOwner() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
onSetOwner() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIXPluginCustomization
 
onText(DTextPattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
onValue(CValuePropertyInfo) - Method in interface com.sun.tools.xjc.model.CPropertyVisitor
 
onValue(DValuePattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
onVariable(TypeVariable, P) - Method in class com.sun.xml.bind.v2.model.nav.TypeVisitor
 
onWildcard(WildcardType, P) - Method in class com.sun.xml.bind.v2.model.nav.TypeVisitor
 
onZeroOrMore(DZeroOrMorePattern) - Method in class com.sun.tools.xjc.reader.relaxng.ContentModelBinder
 
onZeroOrMore(DZeroOrMorePattern) - Method in class com.sun.tools.xjc.reader.relaxng.RawTypeSetBuilder
 
onZeroOrMore(DZeroOrMorePattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypePatternBinder
 
onZeroOrMore(DZeroOrMorePattern) - Method in class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
openBinary(JPackage, String) - Method in class com.sun.tools.xjc.api.util.FilerCodeWriter
 
openBinary(JPackage, String) - Method in class com.sun.tools.xjc.ProgressCodeWriter
 
openSource(JPackage, String) - Method in class com.sun.tools.xjc.api.util.FilerCodeWriter
 
openSource(JPackage, String) - Method in class com.sun.tools.xjc.ProgressCodeWriter
 
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.
OPTIONAL - Static variable in class com.sun.tools.xjc.model.Multiplicity
the constant representing the (0,1) multiplicity.
optionalProperty - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
OptionalPropertyMode - Enum in com.sun.tools.xjc.reader.xmlschema.bindinfo
Represents three constants of globalBindings/@optionalProperty.
Options - Class in com.sun.tools.jxc.apt
This stores the invocation configuration for SchemaGenerator
Options() - Constructor for class com.sun.tools.jxc.apt.Options
 
options - Variable in class com.sun.tools.xjc.model.Model
Command-line options used for building this model.
Options - Class in com.sun.tools.xjc
Global options.
Options() - Constructor for class com.sun.tools.xjc.Options
 
options - Variable in class com.sun.tools.xjc.XJC2Task
 
opts - Variable in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
opts - Variable in class com.sun.tools.xjc.reader.relaxng.RELAXNGCompiler
 
or(RawTypeSet.Mode) - Method in enum com.sun.tools.xjc.reader.RawTypeSet.Mode
 
ORPHANED_CUSTOMIZATION - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
other(XSWildcard.Other) - Method in class com.sun.tools.xjc.reader.xmlschema.WildcardNameClassBuilder
 
OTHER - Static variable in class com.sun.xml.bind.api.impl.NameUtil
 
OTHER_LETTER - Static variable in class com.sun.xml.bind.api.impl.NameUtil
 
out - Variable in class com.sun.xml.bind.v2.runtime.output.SAXOutput
 
out - Variable in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
outer() - Method in class com.sun.xml.bind.v2.runtime.AssociationMap.Entry
 
outerMostBindings - Variable in class com.sun.tools.xjc.reader.internalizer.DOMForest
Stores all the outer-most <jaxb:bindings> customizations.
outline() - Method in class com.sun.tools.xjc.api.impl.s2j.ElementAdapter
 
outline - Variable in class com.sun.tools.xjc.api.impl.s2j.JAXBModelImpl
 
outline - Variable in class com.sun.tools.xjc.generator.bean.field.AbstractField
 
Outline - Interface in com.sun.tools.xjc.outline
Root of the outline.
owner() - Method in class com.sun.tools.xjc.api.impl.s2j.ElementAdapter.FieldAccessorImpl
 
owner() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractField.Accessor
 
owner() - Method in interface com.sun.tools.xjc.outline.FieldAccessor
Gets the FieldOutline from which this object is created.
owner - Variable in class com.sun.xml.bind.v2.model.impl.EnumConstantImpl
 
owner - Variable in class com.sun.xml.bind.v2.model.impl.TypeInfoImpl
TypeInfoSet to which this class belongs.
owner - Variable in class com.sun.xml.bind.v2.model.impl.TypeRefImpl
 

P

packageLevelAnnotations - Variable in class com.sun.tools.xjc.Options
This switch controls whether or not xjc will generate package level annotations
PackageOutline - Interface in com.sun.tools.xjc.outline
Outline object that provides per-package information.
PackageOutlineImpl - Class in com.sun.tools.xjc.generator.bean
PackageOutline enhanced with schema2java specific information.
PackageOutlineImpl(BeanGenerator, Model, JPackage) - Constructor for class com.sun.tools.xjc.generator.bean.PackageOutlineImpl
 
ParameterizedTypeImpl - Class in com.sun.xml.bind.v2.model.nav
ParameterizedType implementation.
ParameterizedTypeImpl(Class<?>, Type[], Type) - Constructor for class com.sun.xml.bind.v2.model.nav.ParameterizedTypeImpl
 
parameters - Variable in class com.sun.tools.xjc.util.MimeTypeRange
 
parent - Variable in class com.sun.tools.xjc.api.impl.s2j.AbstractMappingImpl
 
parent() - Method in class com.sun.tools.xjc.api.impl.s2j.ElementAdapter
 
parent - Variable in class com.sun.tools.xjc.api.impl.s2j.PropertyImpl
 
parent() - Method in class com.sun.tools.xjc.generator.bean.ClassOutlineImpl
 
parent() - Method in class com.sun.tools.xjc.generator.bean.ElementOutlineImpl
 
parent() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractField
 
parent() - Method in class com.sun.tools.xjc.model.CClassInfo
 
parent - Variable in class com.sun.tools.xjc.model.CElementInfo
If this element is global, the element info is considered to be package-level, and this points to the package in which this element lives in.
parent - Variable in class com.sun.tools.xjc.model.CEnumLeafInfo
The parent into which the enum class should be generated.
parent() - Method in class com.sun.tools.xjc.model.CPropertyInfo
 
parent() - Method in class com.sun.tools.xjc.outline.ClassOutline
A Outline that encloses all the class outlines.
parent() - Method in class com.sun.tools.xjc.outline.ElementOutline
A Outline that encloses all the class outlines.
parent() - Method in class com.sun.tools.xjc.outline.EnumOutline
A Outline that encloses all the class outlines.
parent() - Method in interface com.sun.tools.xjc.outline.FieldOutline
Gets the enclosing ClassOutline.
parent - Variable in class com.sun.tools.xjc.reader.dtd.bindinfo.BIContent
The parent object.
parent - Variable in class com.sun.tools.xjc.reader.dtd.bindinfo.BIElement
The parent BindInfo object to which this object belongs.
parent - Variable in class com.sun.tools.xjc.reader.internalizer.AbstractReferenceFinderImpl
 
parent - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
 
parent() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
Gets the ClassInfo or ElementInfo to which this property belongs.
parent() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
parent - Variable in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
parent() - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
parent - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
parse(String) - Static method in enum com.sun.tools.xjc.api.SpecVersion
Parses "2.0", "2.1", and "2.2" into the SpecVersion object.
parse(String) - Static method in class com.sun.tools.xjc.generator.util.WhitespaceNormalizer
Parses "preserve","replace" or "collapse" into the corresponding WhitespaceNormalizer object.
parse(InputSource, InputSource, ErrorReceiver, Options) - Static method in class com.sun.tools.xjc.reader.dtd.TDTDReader
Parses DTD grammar and a binding information into BGM.
parse(InputSource, boolean) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
 
parse(String, boolean) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
Parses an XML at the given location ( and XMLs referenced by it) into DOM trees and stores them to this forest.
parse(String, InputSource, boolean) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
Parses the given document and add it to the DOM forest.
parse(String, XMLStreamReader, boolean) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
 
parse(InputSource, ContentHandler, ErrorHandler, EntityResolver) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForestParser
 
parse(Element, ContentHandler) - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
Deprecated. in JAXB 2.0 Use DOMScanner.scan(Element)
parse(CharSequence) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
 
parse(CharSequence) - Method in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
parse(BeanT, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.reflect.ListTransducedAccessorImpl
 
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_Integer
 
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_Integer
 
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 interface com.sun.xml.bind.v2.runtime.Transducer
Converts the lexical representation to a value object.
PARSE_FAILED - Static variable in class com.sun.tools.xjc.Messages
 
parseAnySimpleType(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseArgument(Options, String[], int) - Method in class com.sun.tools.xjc.addon.episode.PluginImpl
 
parseArgument(Options, String[], int) - Method in class com.sun.tools.xjc.addon.locator.SourceLocationAddOn
 
parseArgument(Options, String[], int) - Method in class com.sun.tools.xjc.addon.sync.SynchronizedMethodAddOn
 
parseArgument(String[], int) - Method in class com.sun.tools.xjc.Driver.OptionsEx
Parse XJC-specific options.
parseArgument(String[], int) - Method in class com.sun.tools.xjc.Options
Parses an option args[i] and return the number of tokens consumed.
parseArgument(Options, String[], int) - Method in class com.sun.tools.xjc.Plugin
Parses an option args[i] and augment the opt object appropriately, then return the number of tokens consumed.
parseArguments(String[]) - Method in class com.sun.tools.jxc.apt.Options
 
parseArguments(String[]) - Method in class com.sun.tools.xjc.Options
Parses arguments and fill fields of this object.
parseBase64Binary(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseBoolean(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseByte(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseDate(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseDateTime(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseDecimal(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseDouble(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseElementName(XmlElementDecl) - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl
 
parseElementName(ClassDeclT) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoImpl
Parses an XmlRootElement annotation on a class and determine the element name.
parseFloat(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseHexBinary(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseInt(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseInteger(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseLong(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseQName(String, NamespaceContext) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseRanges(String) - Static method in class com.sun.tools.xjc.util.MimeTypeRange
 
parseSchema(String, Element) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
parseSchema(InputSource) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
parseSchema(String, XMLStreamReader) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
parseSchema(InputSource) - Method in interface com.sun.tools.xjc.api.SchemaCompiler
Parses a schema or an external binding file from an external source.
parseSchema(String, Element) - Method in interface com.sun.tools.xjc.api.SchemaCompiler
Parses a schema or an external binding file from the specified DOM element.
parseSchema(String, XMLStreamReader) - Method in interface com.sun.tools.xjc.api.SchemaCompiler
Parses a schema or an external binding file from the given source.
parseShort(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseString(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseTime(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseTypeName(ClassDeclT) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoImpl
 
parseTypeName(ClassDeclT, XmlType) - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoImpl
Parses a (potentially-null) XmlType annotation on a class and determine the actual value.
parseUnsignedInt(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseUnsignedShort(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
parseWithContext(Element, ContentHandler) - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
Deprecated. in JAXB 2.0 Use DOMScanner.scan(Element)
parseXsiType(UnmarshallingContext.State, TagName, JaxBeanInfo) - Static method in class com.sun.xml.bind.v2.runtime.unmarshaller.XsiTypeLoader
 
PARSING_SCHEMA - Static variable in class com.sun.tools.xjc.Messages
 
particle(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.BindBlue
 
particle(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.BindGreen
 
particle(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.BindPurple
 
particle(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.BindRed
 
particle(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.BindYellow
 
particle(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
particle(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
particle(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.ExpressionBuilder
 
particle(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.MultiplicityCounter
 
particle(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
particle(XSParticle) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
Particle - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
ParticleBinder - Class in com.sun.tools.xjc.reader.xmlschema
Binds the content models of XSParticle as properties of the class that's being built.
ParticleBinder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.ParticleBinder
 
particles - Variable in class com.sun.tools.xjc.reader.xmlschema.GElement
All the XSParticles (whose term is XSElementDecl) that are coereced into a single Element.
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.tools.xjc.util.StringCutter
 
peek() - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
Returns the top of the stack.
pkg - Variable in class com.sun.tools.xjc.model.CClassInfoParent.Package
 
pkg - Variable in class com.sun.tools.xjc.reader.relaxng.RELAXNGCompiler
The package to which we generate the code into.
Plugin - Class in com.sun.tools.xjc
Add-on that works on the generated source code.
Plugin() - Constructor for class com.sun.tools.xjc.Plugin
 
PLUGIN_LOAD_FAILURE - Static variable in class com.sun.tools.xjc.Messages
 
PluginImpl - Class in com.sun.tools.xjc.addon.at_generated
Plugin that marks the generated code by using JSR-250's '@Generated'.
PluginImpl() - Constructor for class com.sun.tools.xjc.addon.at_generated.PluginImpl
 
PluginImpl - Class in com.sun.tools.xjc.addon.code_injector
Entry point of a plugin.
PluginImpl() - Constructor for class com.sun.tools.xjc.addon.code_injector.PluginImpl
 
PluginImpl - Class in com.sun.tools.xjc.addon.episode
Creates the episode file,
PluginImpl() - Constructor for class com.sun.tools.xjc.addon.episode.PluginImpl
 
pluginURIs - Variable in class com.sun.tools.xjc.Options
Set of URIs that plug-ins recognize as extension bindings.
PLUS - Static variable in class com.sun.tools.xjc.model.Multiplicity
the constant representing the (1,unbounded) multiplicity.
pollAbort() - Method in class com.sun.tools.xjc.ErrorReceiver
This method will be invoked periodically to allow AbortException to be thrown, especially when this is driven by some kind of GUI.
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
popClassScope() - Method in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
 
popCoordinator() - Method in class com.sun.xml.bind.v2.runtime.Coordinator
Called whenever an execution flow exits the realm of this Coordinator.
Populatable - Interface in com.sun.tools.xjc.model
Mark model components which does additional code generation.
populate(CElementInfo) - Method in class com.sun.tools.xjc.generator.bean.DualObjectFactoryGenerator
 
populate(ClassOutlineImpl) - Method in class com.sun.tools.xjc.generator.bean.DualObjectFactoryGenerator
 
populate(CElementInfo) - Method in class com.sun.tools.xjc.generator.bean.ObjectFactoryGenerator
Adds code for the given CElementInfo to ObjectFactory.
populate(ClassOutlineImpl) - Method in class com.sun.tools.xjc.generator.bean.ObjectFactoryGenerator
Adds code that is relevant to a given ClassOutlineImpl to ObjectFactory.
populate(CElementInfo, Aspect, Aspect) - Method in class com.sun.tools.xjc.generator.bean.ObjectFactoryGeneratorImpl
Adds code for the given CElementInfo to ObjectFactory.
populate(ClassOutlineImpl, JClass) - Method in class com.sun.tools.xjc.generator.bean.ObjectFactoryGeneratorImpl
 
populate(CElementInfo) - Method in class com.sun.tools.xjc.generator.bean.PrivateObjectFactoryGenerator
 
populate(ClassOutlineImpl) - Method in class com.sun.tools.xjc.generator.bean.PrivateObjectFactoryGenerator
 
populate(CElementInfo) - Method in class com.sun.tools.xjc.generator.bean.PublicObjectFactoryGenerator
 
populate(ClassOutlineImpl) - Method in class com.sun.tools.xjc.generator.bean.PublicObjectFactoryGenerator
 
populate(Model, Outline) - Method in interface com.sun.tools.xjc.model.Populatable
 
postProcessModel(Model, ErrorHandler) - Method in class com.sun.tools.xjc.Plugin
Performs the post-processing of the Model.
predictor - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector
 
prefix - Variable in class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput.DynamicAttribute
 
PREFIX_MAPPER - Static variable in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
prepare(Class, String, String, String...) - Static method in class com.sun.xml.bind.v2.runtime.reflect.opt.AccessorInjector
Loads the optimized class and returns it.
PRESERVE - Static variable in class com.sun.tools.xjc.generator.util.WhitespaceNormalizer
 
prev - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
UnmarshallingContext.State for the parent element UnmarshallingContext.State objects form a doubly linked list.
prevPostOrder - Variable in class com.sun.tools.xjc.reader.gbind.Element
Previous element in the DFS post-order traveral of the element graph.
PrimitiveArrayListerByte<BeanT> - Class in com.sun.xml.bind.v2.runtime.reflect
Lister for primitive type arrays.
PrimitiveArrayListerByte.ByteArrayPack - Class in com.sun.xml.bind.v2.runtime.reflect
 
PrimitiveArrayListerByte.ByteArrayPack() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte.ByteArrayPack
 
primitiveArrayListers - Static variable in class com.sun.xml.bind.v2.runtime.reflect.Lister
Listers for the primitive type arrays, keyed by their primitive Class object.
primitiveToBox - Static variable in class com.sun.xml.bind.v2.runtime.RuntimeUtil
Reverse map of RuntimeUtil.boxToPrimitive.
primitiveType - Variable in class com.sun.tools.xjc.generator.bean.field.AbstractListField
If this collection property is a collection of a primitive type, this variable refers to that primitive type.
print(T) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
 
print(T) - Method in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
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(T) - Method in class com.sun.xml.bind.v2.runtime.reflect.DefaultTransducedAccessor
 
print(BeanT) - Method in class com.sun.xml.bind.v2.runtime.reflect.ListTransducedAccessorImpl
 
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_Integer
 
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_Integer
 
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(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
 
printBase64Binary(byte[]) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printBoolean(boolean) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printByte(byte) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printDate(Calendar) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printDateTime(Calendar) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printDecimal(BigDecimal) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printDouble(double) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printFloat(float) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printHexBinary(byte[]) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printInt(int) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printInteger(BigInteger) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printLong(long) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printQName(QName, NamespaceContext) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printShort(short) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printString(String) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printTime(Calendar) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printUnsignedInt(long) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
printUnsignedShort(int) - Method in class com.sun.xml.bind.DatatypeConverterImpl
 
PrivateObjectFactoryGenerator - Class in com.sun.tools.xjc.generator.bean
Generates private ObjectFactory.
PrivateObjectFactoryGenerator(BeanGenerator, Model, JPackage) - Constructor for class com.sun.tools.xjc.generator.bean.PrivateObjectFactoryGenerator
 
privateOFG - Variable in class com.sun.tools.xjc.generator.bean.DualObjectFactoryGenerator
 
process() - Method in class com.sun.tools.jxc.apt.AnnotationParser
 
processingInstruction(String, String) - Method in class com.sun.tools.xjc.util.ForkContentHandler
 
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
 
ProgressCodeWriter - Class in com.sun.tools.xjc
CodeWriter that reports progress to XJCListener.
ProgressCodeWriter(CodeWriter, XJCListener, int) - Constructor for class com.sun.tools.xjc.ProgressCodeWriter
 
prop - Variable in class com.sun.tools.xjc.generator.bean.field.AbstractField
 
prop - Variable in class com.sun.xml.bind.v2.runtime.property.ArrayElementProperty
Set by the constructor and reset in the ArrayElementProperty.wrapUp() method.
properties - Variable in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
Properties of this bean class but not its ancestor classes.
Property - Interface in com.sun.tools.xjc.api
Represents a property of a wrapper-style element.
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.
PropertyImpl - Class in com.sun.tools.xjc.api.impl.s2j
 
PropertyImpl(Mapping, FieldOutline, QName) - Constructor for class com.sun.tools.xjc.api.impl.s2j.PropertyImpl
 
PropertyImpl<BeanT> - Class in com.sun.xml.bind.v2.runtime.property
 
PropertyImpl(JAXBContextImpl, RuntimePropertyInfo) - Constructor for class com.sun.xml.bind.v2.runtime.property.PropertyImpl
 
propertyIndex - Variable in enum com.sun.xml.bind.v2.model.core.PropertyKind
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.
PropertyInfoImpl<T,C,F,M> - Class in com.sun.xml.bind.v2.model.impl
Default partial implementation for PropertyInfo.
PropertyInfoImpl(ClassInfoImpl<T, C, F, M>, PropertySeed<T, C, F, M>) - Constructor for class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
PropertyKind - Enum in com.sun.xml.bind.v2.model.core
An Enum that indicates if the property is Element, ElementRef, Value, or Attribute.
PropertySeed<T,C,F,M> - Interface in com.sun.xml.bind.v2.model.impl
Exposes the core information that forms a PropertyInfo.
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
Loader that delegates the processing to another Loader at ProxyLoader.startElement(UnmarshallingContext.State, TagName).
ProxyLoader() - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
 
PublicObjectFactoryGenerator - Class in com.sun.tools.xjc.generator.bean
Generates public ObjectFactory.
PublicObjectFactoryGenerator(BeanGenerator, Model, JPackage) - Constructor for class com.sun.tools.xjc.generator.bean.PublicObjectFactoryGenerator
 
publicOFG - Variable in class com.sun.tools.xjc.generator.bean.DualObjectFactoryGenerator
 
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.
pushClassScope(CClassInfoParent) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
 
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(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(K, V) - Method in class com.sun.xml.bind.v2.schemagen.MultiMap
 
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
 
put(Name, 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(Map<? extends K, ? extends V>) - Method in class com.sun.xml.bind.v2.schemagen.MultiMap
 
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

q - Variable in class com.sun.tools.xjc.util.MimeTypeRange
Each media-range MAY be followed by one or more accept-params, beginning with the "q" parameter for indicating a relative quality factor.
QNAME - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
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
 
QNameMap.Entry(int, String, String, V, QNameMap.Entry<V>) - Constructor for class com.sun.xml.bind.v2.util.QNameMap.Entry
Create new entry.
queueBuild(XSComponent, CElement) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
 
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
 
quiet - Variable in class com.sun.tools.xjc.Options
If the "-quiet" option is specified.

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
 
rawType - Variable in class com.sun.tools.xjc.model.nav.NParameterizedType
 
RawTypeSet - Class in com.sun.tools.xjc.reader
Set of RawTypeSet.Ref.
RawTypeSet(Set<RawTypeSet.Ref>, Multiplicity) - Constructor for class com.sun.tools.xjc.reader.RawTypeSet
Should be called from one of the raw type set builders.
RawTypeSet.Mode - Enum in com.sun.tools.xjc.reader
Represents the possible binding option for this RawTypeSet.
RawTypeSet.Ref - Class in com.sun.tools.xjc.reader
A reference to something.
RawTypeSet.Ref() - Constructor for class com.sun.tools.xjc.reader.RawTypeSet.Ref
 
RawTypeSetBuilder - Class in com.sun.tools.xjc.reader.relaxng
Builds RawTypeSet for RELAX NG.
RawTypeSetBuilder(RELAXNGCompiler, Multiplicity) - Constructor for class com.sun.tools.xjc.reader.relaxng.RawTypeSetBuilder
 
RawTypeSetBuilder - Class in com.sun.tools.xjc.reader.xmlschema
Builds RawTypeSet for XML Schema.
RawTypeSetBuilder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder
 
RawTypeSetBuilder.CClassRef - Class in com.sun.tools.xjc.reader.xmlschema
Reference to a class that maps from an element.
RawTypeSetBuilder.CClassRef(XSElementDecl, CClass) - Constructor for class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CClassRef
 
RawTypeSetBuilder.CElementInfoRef - Class in com.sun.tools.xjc.reader.xmlschema
Reference to a class that maps from an element.
RawTypeSetBuilder.CElementInfoRef(XSElementDecl, CElementInfo) - Constructor for class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CElementInfoRef
 
RawTypeSetBuilder.WildcardRef - Class in com.sun.tools.xjc.reader.xmlschema
Reference to a wildcard.
RawTypeSetBuilder.WildcardRef(XSWildcard) - Constructor for class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.WildcardRef
 
RawTypeSetBuilder.WildcardRef(WildcardMode) - Constructor for class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.WildcardRef
 
RawTypeSetBuilder.XmlTypeRef - Class in com.sun.tools.xjc.reader.xmlschema
References to a type.
RawTypeSetBuilder.XmlTypeRef(XSElementDecl) - Constructor for class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.XmlTypeRef
 
readAnnotation(Class<A>) - Method in class com.sun.tools.xjc.model.CPropertyInfo
 
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
 
readAnnotation(Class<A>) - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
readAnnotation(Class<A>) - Method in class com.sun.xml.bind.v2.model.impl.FieldPropertySeed
 
readAnnotation(Class<A>) - Method in class com.sun.xml.bind.v2.model.impl.GetterSetterPropertySeed
 
readAnnotation(Class<A>) - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
readAnnotation(Class<A>) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl.RuntimePropertySeed
 
reader - Variable in class com.sun.xml.bind.v2.model.impl.ModelBuilder
 
reader() - Method in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
 
reader() - Method in class com.sun.xml.bind.v2.model.impl.TypeInfoImpl
 
reader - Variable in class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
readFrom(InputStream) - Method in class com.sun.xml.bind.v2.util.ByteArrayOutputStreamEx
Reads the given InputStream completely into the buffer.
readOnly - Variable in class com.sun.tools.xjc.Options
If the -readOnly option is specified.
ReadOnlyAdapter<OnTheWire,InMemory> - Class in com.sun.tools.xjc.util
XmlAdapter used inside XJC is almost always unmarshal-only.
ReadOnlyAdapter() - Constructor for class com.sun.tools.xjc.util.ReadOnlyAdapter
 
realization - Variable in class com.sun.tools.xjc.model.CPropertyInfo
Specifies how the field is generated by the backedn.
receive(UnmarshallingContext.State, Object) - Method in class com.sun.xml.bind.v2.runtime.property.ArrayERProperty.ReceiverImpl
 
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.
receiver - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
Once UnmarshallingContext.State.loader is completed, this receiver receives the result.
reconcileID() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
recordBindingMode(XSComplexType, ComplexTypeBindingMode) - Method in class com.sun.tools.xjc.reader.xmlschema.ct.ComplexTypeFieldBuilder
Records the binding mode of the given complex type.
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.
ref(Class) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
ref() - Method in class com.sun.tools.xjc.generator.bean.field.AbstractFieldWithVar
 
ref(boolean) - Method in class com.sun.tools.xjc.generator.bean.field.AbstractListField.Accessor
Returns a reference to the List field that stores the data.
ref() - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
ref() - Method in class com.sun.tools.xjc.model.CPropertyInfo
 
ref() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
ref() - Method in class com.sun.tools.xjc.model.CSingleTypePropertyInfo
 
ref(Class) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
ref(JClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
ref - Variable in class com.sun.tools.xjc.outline.ClassOutline
The exposed aspect of the a bean.
ref - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnum
 
ref() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
List of TypeInfos that this property references.
Ref<T,C> - Class in com.sun.xml.bind.v2.model.core
Reference to a type in a model.
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
 
Ref(ModelBuilder<T, C, ?, ?>, T, XmlJavaTypeAdapter, XmlList) - Constructor for class com.sun.xml.bind.v2.model.core.Ref
 
Ref(AnnotationReader<T, C, ?, ?>, Navigator<T, C, ?, ?>, T, XmlJavaTypeAdapter, XmlList) - Constructor for class com.sun.xml.bind.v2.model.core.Ref
 
ref() - Method in interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo
List of TypeInfos that this property references.
ref() - Method in class com.sun.xml.bind.v2.model.impl.ElementInfoImpl.PropertyImpl
 
ref() - Method in class com.sun.xml.bind.v2.model.impl.ElementPropertyInfoImpl
 
ref() - Method in class com.sun.xml.bind.v2.model.impl.MapPropertyInfoImpl
 
ref() - Method in class com.sun.xml.bind.v2.model.impl.ReferencePropertyInfoImpl
 
ref() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeAttributePropertyInfoImpl
 
ref() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl.RuntimePropertyImpl
 
ref() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeElementPropertyInfoImpl
 
ref() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeMapPropertyInfoImpl
 
ref() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeReferencePropertyInfoImpl
 
ref() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeValuePropertyInfoImpl
 
ref() - Method in class com.sun.xml.bind.v2.model.impl.SingleTypePropertyInfoImpl
 
ref(Class) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the representation of the given Java type in T.
ref(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
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 in com.sun.xml.bind.v2.runtime.reflect.opt
Used by TransducedAccessor templates.
Ref() - Constructor for class com.sun.xml.bind.v2.runtime.reflect.opt.Ref
 
ref(String) - Method in interface com.sun.xml.bind.v2.schemagen.episode.Klass
FQCN.
Reference - Class in com.sun.tools.xjc.api
Reference to a JAXB type (from JAX-RPC.)
Reference(MethodDeclaration) - Constructor for class com.sun.tools.xjc.api.Reference
Creates a reference from the return type of the method and annotations on the method.
Reference(ParameterDeclaration) - Constructor for class com.sun.tools.xjc.api.Reference
Creates a reference from the parameter type and annotations on the parameter.
Reference(TypeDeclaration, AnnotationProcessorEnvironment) - Constructor for class com.sun.tools.xjc.api.Reference
Creates a reference from a class declaration and its annotations.
Reference(TypeMirror, Declaration) - Constructor for class com.sun.tools.xjc.api.Reference
Creates a reference by providing two values independently.
ReferencePropertyInfo<T,C> - Interface in com.sun.xml.bind.v2.model.core
PropertyInfo that holds references to other Elements.
ReferencePropertyInfoImpl<T,C,F,M> - Class in com.sun.xml.bind.v2.model.impl
Implementation of ReferencePropertyInfo.
ReferencePropertyInfoImpl(ClassInfoImpl<T, C, F, M>, PropertySeed<T, C, F, M>) - Constructor for class com.sun.xml.bind.v2.model.impl.ReferencePropertyInfoImpl
 
RefererFinder - Class in com.sun.tools.xjc.reader.xmlschema
Finds which XSComponents refer to which XSComplexTypes.
RefererFinder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
refererStack - Variable in class com.sun.tools.xjc.reader.xmlschema.SimpleTypeBuilder
The component that is refering to the simple type which we are building.
refineTarget(Element) - Method in interface com.sun.tools.xjc.reader.internalizer.InternalizationLogic
Prepares an element that actually receives customizations.
refineTarget(Element) - Method in class com.sun.tools.xjc.reader.relaxng.RELAXNGInternalizationLogic
 
refineTarget(Element) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.XMLSchemaInternalizationLogic
 
REFLECTION - Static variable in interface com.sun.xml.bind.v2.model.nav.Navigator
The singleton instance.
ReflectionNavigator - Class in com.sun.xml.bind.v2.model.nav
Navigator implementation for java.lang.reflect.
ReflectionNavigator() - Constructor for class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
Singleton.
refs - Variable in class com.sun.tools.xjc.reader.RawTypeSet
 
register() - Static method in class com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte
 
registries - Variable in class com.sun.xml.bind.v2.model.impl.ModelBuilder
Packages whose registries are already added.
registryClass - Variable in class com.sun.xml.bind.v2.model.impl.RegistryInfoImpl
 
RegistryInfo<T,C> - Interface in com.sun.xml.bind.v2.model.core
Represents the information in a class with XmlRegistry annotaion.
RegistryInfoImpl<T,C,F,M> - Class in com.sun.xml.bind.v2.model.impl
Implementation of RegistryInfo.
RegistryInfoImpl(ModelBuilder<T, C, F, M>, Locatable, C) - Constructor for class com.sun.xml.bind.v2.model.impl.RegistryInfoImpl
Picks up references in this registry to other types.
relativize(String, String) - Static method in class com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator
TODO: JAX-WS dependency on this method - consider moving this method into com.sun.tools.jxc.util.Util Relativizes a URI by using another URI (base URI.)
RELAXNG_URI - Static variable in class com.sun.tools.xjc.reader.Const
RELAX NG namespace URI.
RELAXNGCompiler - Class in com.sun.tools.xjc.reader.relaxng
 
RELAXNGCompiler(DPattern, JCodeModel, Options) - Constructor for class com.sun.tools.xjc.reader.relaxng.RELAXNGCompiler
 
RELAXNGInternalizationLogic - Class in com.sun.tools.xjc.reader.relaxng
RELAX NG specific internalization logic.
RELAXNGInternalizationLogic() - Constructor for class com.sun.tools.xjc.reader.relaxng.RELAXNGInternalizationLogic
 
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 - Static variable in class com.sun.tools.xjc.generator.util.WhitespaceNormalizer
 
replace(String) - Static method in class com.sun.xml.bind.WhiteSpaceProcessor
 
replace(CharSequence) - 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(ValidationEvent) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
reportError(String, Throwable) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Report an error found as an exception.
reportUnexpectedChildElement(TagName, boolean) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
 
requireArgument(String, String[], int) - Method in class com.sun.tools.xjc.Options
Obtains an operand and reports an error if it's not there.
reset() - Method in class com.sun.tools.xjc.reader.relaxng.TypePatternBinder
 
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(Object, UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.AnyTypeBeanInfo
 
reset(Object, UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
 
reset(BeanT, UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
reset(CompositeStructure, UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
 
reset(JAXBElement, UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
 
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(BeanT, UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
 
reset() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
 
reset(BeanT) - Method in class com.sun.xml.bind.v2.runtime.property.ArrayProperty
 
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.SingleElementLeafProperty
 
reset(BeanT) - Method in class com.sun.xml.bind.v2.runtime.property.SingleElementNodeProperty
 
reset(BeanT) - Method in class com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty
 
reset(BeanT) - Method in class com.sun.xml.bind.v2.runtime.property.SingleReferenceNodeProperty
 
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.AdaptedLister
 
reset(BeanT, Accessor<BeanT, T>) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.CollectionLister
 
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, byte[]>) - Method in class com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte
 
reset(int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntData
 
reset() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Scope
Initializes all the fields to null.
reset(InfosetScanner, boolean, JaxBeanInfo, IDResolver) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
reset(Object, UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.ValueListBeanInfoImpl
 
reset() - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
Clears all the contents in the stack.
resetSchema() - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
resetSchema() - Method in interface com.sun.tools.xjc.api.SchemaCompiler
Clears all the schema files parsed so far.
resetThreadAffinity() - Method in class com.sun.xml.bind.v2.runtime.Coordinator
Dis-associate this Coordinator with the current thread.
resolve(CTypeRef, Aspect) - Method in class com.sun.tools.xjc.generator.bean.BeanGenerator
 
resolve(CTypeRef, Aspect) - Method in interface com.sun.tools.xjc.outline.Outline
Resolves a type reference to the actual (possibly generated) type.
resolve(String, Class) - Method in class com.sun.xml.bind.IDResolver
Obtains the object to be pointed by the IDREF value.
resolve(String, Class) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.DefaultIDResolver
 
resolveElementName(String, String) - Method in class com.sun.xml.bind.api.ClassResolver
JAXB calls this method when it sees an unknown element.
resolveEntity(String, String) - Method in class com.sun.tools.xjc.util.ForkEntityResolver
 
RestrictedComplexTypeBuilder - Class in com.sun.tools.xjc.reader.xmlschema.ct
Binds a complex type derived from another complex type by restriction.
RestrictedComplexTypeBuilder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.ct.RestrictedComplexTypeBuilder
 
restrictionSimpleType(XSRestrictionSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
Ring - Class in com.sun.tools.xjc.reader
Holds all the binding related singleton components in a "ring", and let you access those components, creating them as necessary.
rootClass - Variable in class com.sun.tools.xjc.model.Model
If non-null, all the generated classes should eventually derive from this class.
rootInterface - Variable in class com.sun.tools.xjc.model.Model
If non-null, all the generated interfaces should eventually derive from this interface.
run(String[]) - Static method in class com.sun.tools.jxc.SchemaGenerator
 
run(String[], ClassLoader) - Static method in class com.sun.tools.jxc.SchemaGenerator
Runs the schema generator.
run(Outline, Options, ErrorHandler) - Method in class com.sun.tools.xjc.addon.at_generated.PluginImpl
 
run(Outline, Options, ErrorHandler) - Method in class com.sun.tools.xjc.addon.code_injector.PluginImpl
 
run(Outline, Options, ErrorHandler) - Method in class com.sun.tools.xjc.addon.episode.PluginImpl
Capture all the generated classes from global schema components and generate them in an episode file.
run(Outline, Options, ErrorHandler) - Method in class com.sun.tools.xjc.addon.locator.SourceLocationAddOn
 
run(Outline, Options, ErrorHandler) - Method in class com.sun.tools.xjc.addon.sync.SynchronizedMethodAddOn
 
run(String[], PrintStream, PrintStream) - Static method in class com.sun.tools.xjc.Driver
Performs schema compilation and prints the status/error into the specified PrintStream.
run(String[], XJCListener) - Static method in class com.sun.tools.xjc.Driver
Performs schema compilation and prints the status/error into the specified PrintStream.
run(Outline, Options, ErrorHandler) - Method in class com.sun.tools.xjc.Plugin
Run the add-on.
run() - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
Runs the check.
run() - Method in interface com.sun.xml.bind.unmarshaller.Patcher
Runs an post-action.
run() - Method in class com.sun.xml.bind.v2.runtime.DomPostInitAction
 
run() - Method in class com.sun.xml.bind.v2.runtime.StAXPostInitAction
 
run() - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.Patcher
 
runtime14 - Variable in class com.sun.tools.xjc.Options
If -explicit-annotation option is specified.
RuntimeAnnotationReader - Interface in com.sun.xml.bind.v2.model.annotation
 
RuntimeAnyTypeImpl - Class in com.sun.xml.bind.v2.model.impl
 
RuntimeArrayInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeArrayInfoImpl - Class in com.sun.xml.bind.v2.model.impl
 
RuntimeArrayInfoImpl(RuntimeModelBuilder, Locatable, Class) - Constructor for class com.sun.xml.bind.v2.model.impl.RuntimeArrayInfoImpl
 
RuntimeAttributePropertyInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeAttributePropertyInfoImpl - Class in com.sun.xml.bind.v2.model.impl
 
RuntimeAttributePropertyInfoImpl(RuntimeClassInfoImpl, PropertySeed<Type, Class, Field, Method>) - Constructor for class com.sun.xml.bind.v2.model.impl.RuntimeAttributePropertyInfoImpl
 
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
 
RuntimeClassInfoImpl - Class in com.sun.xml.bind.v2.model.impl
 
RuntimeClassInfoImpl(RuntimeModelBuilder, Locatable, Class) - Constructor for class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl
 
RuntimeClassInfoImpl.RuntimePropertySeed - Class in com.sun.xml.bind.v2.model.impl
 
RuntimeClassInfoImpl.RuntimePropertySeed(PropertySeed<Type, Class, Field, Method>, Accessor) - Constructor for class com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl.RuntimePropertySeed
 
RuntimeElement - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeElementInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeElementInfoImpl - Class in com.sun.xml.bind.v2.model.impl
 
RuntimeElementInfoImpl(RuntimeModelBuilder, RegistryInfoImpl, Method) - Constructor for class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl
 
RuntimeElementInfoImpl.RuntimePropertyImpl - Class in com.sun.xml.bind.v2.model.impl
 
RuntimeElementInfoImpl.RuntimePropertyImpl() - Constructor for class com.sun.xml.bind.v2.model.impl.RuntimeElementInfoImpl.RuntimePropertyImpl
 
RuntimeElementPropertyInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeElementPropertyInfoImpl - Class in com.sun.xml.bind.v2.model.impl
 
RuntimeElementPropertyInfoImpl(RuntimeClassInfoImpl, PropertySeed<Type, Class, Field, Method>) - Constructor for class com.sun.xml.bind.v2.model.impl.RuntimeElementPropertyInfoImpl
 
RuntimeEnumConstantImpl - Class in com.sun.xml.bind.v2.model.impl
 
RuntimeEnumConstantImpl(RuntimeEnumLeafInfoImpl, String, String, EnumConstantImpl<Type, Class, Field, Method>) - Constructor for class com.sun.xml.bind.v2.model.impl.RuntimeEnumConstantImpl
 
RuntimeEnumLeafInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeEnumLeafInfoImpl<T extends Enum<T>,B> - Class in com.sun.xml.bind.v2.model.impl
 
RuntimeEnumLeafInfoImpl(RuntimeModelBuilder, Locatable, Class<T>) - Constructor for class com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
 
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
 
RuntimeMapPropertyInfoImpl - Class in com.sun.xml.bind.v2.model.impl
 
RuntimeMapPropertyInfoImpl(RuntimeClassInfoImpl, PropertySeed<Type, Class, Field, Method>) - Constructor for class com.sun.xml.bind.v2.model.impl.RuntimeMapPropertyInfoImpl
 
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
 
RuntimeReferencePropertyInfoImpl - Class in com.sun.xml.bind.v2.model.impl
 
RuntimeReferencePropertyInfoImpl(RuntimeClassInfoImpl, PropertySeed<Type, Class, Field, Method>) - Constructor for class com.sun.xml.bind.v2.model.impl.RuntimeReferencePropertyInfoImpl
 
RuntimeTypeInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeTypeInfoSet - Interface in com.sun.xml.bind.v2.model.runtime
TypeInfoSet refined for runtime.
RuntimeTypeInfoSetImpl - Class in com.sun.xml.bind.v2.model.impl
TypeInfoSet specialized for runtime.
RuntimeTypeInfoSetImpl(AnnotationReader<Type, Class, Field, Method>) - Constructor for class com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl
 
RuntimeTypeRef - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeTypeRefImpl - Class in com.sun.xml.bind.v2.model.impl
 
RuntimeTypeRefImpl(RuntimeElementPropertyInfoImpl, QName, Type, boolean, String) - Constructor for class com.sun.xml.bind.v2.model.impl.RuntimeTypeRefImpl
 
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().
RuntimeUtil.ToStringAdapter() - Constructor for class com.sun.xml.bind.v2.runtime.RuntimeUtil.ToStringAdapter
 
RuntimeValuePropertyInfo - Interface in com.sun.xml.bind.v2.model.runtime
 
RuntimeValuePropertyInfoImpl - Class in com.sun.xml.bind.v2.model.impl
 
RuntimeValuePropertyInfoImpl(RuntimeClassInfoImpl, PropertySeed<Type, Class, Field, Method>) - Constructor for class com.sun.xml.bind.v2.model.impl.RuntimeValuePropertyInfoImpl
 

S

s2d - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.DomHandlerEx.ResultImpl
 
S2JJAXBModel - Interface in com.sun.tools.xjc.api
JAXBModel that exposes additional information available only for the schema->java direction.
SAX2DOMEx - Class in com.sun.xml.bind.marshaller
Builds a DOM tree from SAX2 events.
SAX2DOMEx(Node) - Constructor for class com.sun.xml.bind.marshaller.SAX2DOMEx
 
SAX2DOMEx() - Constructor for class com.sun.xml.bind.marshaller.SAX2DOMEx
Creates a fresh empty DOM document and adds nodes under this document.
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
 
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
 
scan(Element, ContentHandler) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForestScanner
Generates the whole set of SAX events by treating element e as if it's a root element.
scan(Document, ContentHandler) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForestScanner
Generates the whole set of SAX events from the given Document in the DOMForest.
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.
scanEpisodeFile(File) - Method in class com.sun.tools.xjc.Options
Finds the META-INF/sun-jaxb.episode file to add as a binding customization.
scd(String) - Method in interface com.sun.xml.bind.v2.schemagen.episode.Bindings
 
SCD_NOT_ENABLED - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
SCDBasedBindingSet - Class in com.sun.tools.xjc.reader.internalizer
Set of binding nodes that have target nodes specified via SCD.
SCDBasedBindingSet(DOMForest) - Constructor for class com.sun.tools.xjc.reader.internalizer.SCDBasedBindingSet
 
SCDBasedBindingSet.Target - Class in com.sun.tools.xjc.reader.internalizer
Represents the target schema component of the customization identified by SCD.
schema(XSSchema) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
schema(XSSchema) - Method in class com.sun.tools.xjc.reader.xmlschema.ColorBinder
 
schema(XSSchema) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
schema(XSSchema) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
schema(XSSchema) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
schemaBindings() - Method in interface com.sun.xml.bind.v2.schemagen.episode.Bindings
 
SchemaBindings - Interface in com.sun.xml.bind.v2.schemagen.episode
 
SchemaCache - Class in com.sun.tools.xjc
Wraps a JAXP Schema object and lazily instanciate it.
SchemaCache(URL) - Constructor for class com.sun.tools.xjc.SchemaCache
 
SchemaCompiler - Interface in com.sun.tools.xjc.api
Schema-to-Java compiler.
SchemaCompilerImpl - Class in com.sun.tools.xjc.api.impl.s2j
SchemaCompiler implementation.
SchemaCompilerImpl() - Constructor for class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
schemaComponent - Variable in class com.sun.tools.xjc.model.Model
If this model was built from XML Schema, this field stores the root object of the parse schema model.
SchemaConstraintChecker - Class in com.sun.tools.xjc.reader.xmlschema.parser
Checks XML Schema XML representation constraints and schema component constraints by using JAXP 1.3 validation framework.
SchemaConstraintChecker() - Constructor for class com.sun.tools.xjc.reader.xmlschema.parser.SchemaConstraintChecker
 
SchemaGenerator - Class in com.sun.tools.jxc.apt
AnnotationProcessorFactory that implements the schema generator command line tool.
SchemaGenerator() - Constructor for class com.sun.tools.jxc.apt.SchemaGenerator
 
SchemaGenerator(Map<String, File>) - Constructor for class com.sun.tools.jxc.apt.SchemaGenerator
 
SchemaGenerator - Class in com.sun.tools.jxc
CLI entry-point to the schema generator.
SchemaGenerator() - Constructor for class com.sun.tools.jxc.SchemaGenerator
 
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.
SchemaGenerator.Runner - Class in com.sun.tools.jxc
 
SchemaGenerator.Runner() - Constructor for class com.sun.tools.jxc.SchemaGenerator.Runner
 
schemaLanguage - Variable in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
Namespace URI of the target schema language.
schemas - Variable in class com.sun.tools.xjc.reader.xmlschema.ct.CTBuilder
 
schemaSet(XSSchemaSet) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
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.
Scope(UnmarshallingContext) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.Scope
 
seed - Variable in class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
Object that reads annotations.
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
 
selector - Variable in class com.sun.tools.xjc.reader.xmlschema.ColorBinder
 
selector - Variable in class com.sun.tools.xjc.reader.xmlschema.ct.CTBuilder
 
selector - Variable in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
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
On top of JAXBContextImpl#selectRootLoader(State, TagName), this method also consults ClassResolver.
Sequence - Class in com.sun.tools.xjc.reader.gbind
Expression that represents a concatanation of two expressions "A,B".
Sequence(Expression, Expression) - Constructor for class com.sun.tools.xjc.reader.gbind.Sequence
 
sequence() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ContentModelContainer
 
serializable - Variable in class com.sun.tools.xjc.model.Model
True to generate serializable classes.
serializeAttributes(Object, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.AnyTypeBeanInfo
 
serializeAttributes(Object, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
 
serializeAttributes(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
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
 
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.LeafBeanInfoImpl
 
serializeAttributes(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
Marshals one attribute.
serializeAttributes(Object, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ValueListBeanInfoImpl
 
serializeBody(Object, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.AnyTypeBeanInfo
 
serializeBody(Object, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
 
serializeBody(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
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
 
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) - Method in class com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
 
serializeBody(BeanT, XMLSerializer, Object) - Method in class com.sun.xml.bind.v2.runtime.property.ArrayERProperty
 
serializeBody(BeanT, XMLSerializer, Object) - Method in class com.sun.xml.bind.v2.runtime.property.ListElementProperty
 
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.PropertyImpl
 
serializeBody(BeanT, XMLSerializer, Object) - Method in class com.sun.xml.bind.v2.runtime.property.SingleElementLeafProperty
 
serializeBody(BeanT, XMLSerializer, Object) - Method in class com.sun.xml.bind.v2.runtime.property.SingleElementNodeProperty
 
serializeBody(BeanT, XMLSerializer, Object) - Method in class com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty
 
serializeBody(BeanT, XMLSerializer, Object) - Method in class com.sun.xml.bind.v2.runtime.property.SingleReferenceNodeProperty
 
serializeBody(BeanT, XMLSerializer, Object) - Method in class com.sun.xml.bind.v2.runtime.property.ValueProperty
 
serializeBody(Object, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ValueListBeanInfoImpl
 
serializeItem(JaxBeanInfo, ItemT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.property.ArrayElementLeafProperty
 
serializeItem(JaxBeanInfo, ItemT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.property.ArrayElementNodeProperty
 
serializeItem(JaxBeanInfo, ItemT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.property.ArrayElementProperty
Serializes one item of the property.
serializeListBody(BeanT, XMLSerializer, ListT) - Method in class com.sun.xml.bind.v2.runtime.property.ArrayElementProperty
 
serializeListBody(BeanT, XMLSerializer, ListT) - Method in class com.sun.xml.bind.v2.runtime.property.ArrayERProperty
Serializses the items of the list.
serializeListBody(BeanT, XMLSerializer, ListT) - Method in class com.sun.xml.bind.v2.runtime.property.ArrayReferenceNodeProperty
 
serializer - Variable in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
serializer - Variable in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
 
serializeRoot(Object, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.AnyTypeBeanInfo
 
serializeRoot(Object, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
 
serializeRoot(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
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
 
serializeRoot(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
Serializes the bean as the root element.
serializeRoot(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.LeafBeanInfoImpl
 
serializeRoot(Object, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ValueListBeanInfoImpl
 
serializeURIs(Object, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.AnyTypeBeanInfo
 
serializeURIs(Object, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
 
serializeURIs(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
 
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
 
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.LeafBeanInfoImpl
 
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.PropertyImpl
 
serializeURIs(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.property.ValueProperty
 
serializeURIs(Object, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ValueListBeanInfoImpl
 
serialVersionUID - Variable in class com.sun.tools.xjc.model.Model
serial version UID to be generated.
set(B, V) - Method in class com.sun.xml.bind.api.RawAccessor
Sets the value of the property of the given bean object.
set(Name, String) - Method in class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput.StaticAttribute
 
set(String) - Method in class com.sun.xml.bind.v2.runtime.output.Encoded
 
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(BeanT, OnWireValueT) - Method in class com.sun.xml.bind.v2.runtime.reflect.AdaptedAccessor
 
set(B, V) - Method in class com.sun.xml.bind.v2.runtime.reflect.NullSafeAccessor
 
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_Ref
 
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_Ref
 
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(DataHandler) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
Fills in the data object by a DataHandler.
set(int[], int, int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntArrayData
Sets the int[] data to this object.
set(Base64Data, String) - Method in class com.sun.xml.bind.v2.util.ByteArrayOutputStreamEx
 
set_boolean(boolean) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
set_byte(byte) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
set_char(char) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
set_double(double) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
set_float(float) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
set_int(int) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
set_long(long) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
set_ref(Ref) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
set_short(short) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.Bean
 
setAbstract() - Method in class com.sun.tools.xjc.model.AbstractCElement
 
setAbstract() - Method in class com.sun.tools.xjc.model.CClassRef
 
setAbstract() - Method in interface com.sun.tools.xjc.model.CElement
Marks this element as an abstract element.
setAdapter(CAdapter) - Method in class com.sun.tools.xjc.model.CElementPropertyInfo
 
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
 
setAppinfo(BindInfo.AppInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
 
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.
setBaseClass(CClass) - Method in class com.sun.tools.xjc.model.CClassInfo
This method accepts both CClassInfo (which means the base class is also generated), or CClassRef (which means the base class is already generated and simply referenced.) The latter is treated somewhat special --- from the rest of the model this external base class is invisible.
setBaseURI(String) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
setBinding(String) - Method in class com.sun.tools.xjc.XJC2Task
External binding file.
setByteStream(InputStream) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
setCatalog(File) - Method in class com.sun.tools.xjc.XJC2Task
Adds a new catalog file.
setCertifiedText(boolean) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
setCharacterStream(Reader) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
setClassNameAllocator(ClassNameAllocator) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
setClassNameAllocator(ClassNameAllocator) - Method in interface com.sun.tools.xjc.api.SchemaCompiler
Sets the ClassNameAllocator to be used for the binding operation.
setClasspath(Path) - Method in class com.sun.tools.xjc.XJC2Task
Nested <classpath> element.
setClasspathRef(Reference) - Method in class com.sun.tools.xjc.XJC2Task
 
setContentHandler(ContentHandler) - Method in class com.sun.tools.xjc.util.SubtreeCutter
 
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.
setDefaultPackageName(String) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
setDefaultPackageName(String) - Method in interface com.sun.tools.xjc.api.SchemaCompiler
Sets the default Java package name into which the generated code will be placed.
setDestdir(File) - Method in class com.sun.tools.xjc.XJC2Task
Sets the directory to produce generated source files.
setDocumentLocator(Locator) - Method in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
 
setDocumentLocator(Locator) - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.DOMBuilder
 
setDocumentLocator(Locator) - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
setDocumentLocator(Locator) - Method in class com.sun.tools.xjc.reader.internalizer.AbstractReferenceFinderImpl
 
setDocumentLocator(Locator) - Method in class com.sun.tools.xjc.reader.internalizer.DOMBuilder
 
setDocumentLocator(Locator) - Method in class com.sun.tools.xjc.reader.internalizer.VersionChecker
 
setDocumentLocator(Locator) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.ForkingFilter
 
setDocumentLocator(Locator) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.CustomizationContextChecker
 
setDocumentLocator(Locator) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.IncorrectNamespaceURIChecker
 
setDocumentLocator(Locator) - Method in class com.sun.tools.xjc.util.ForkContentHandler
 
setDocumentLocator(Locator) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
setDocumentLocator(Locator) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
setEncoding(String) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
setEntityResolver(EntityResolver) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
setEntityResolver(EntityResolver) - Method in interface com.sun.tools.xjc.api.SchemaCompiler
 
setEntityResolver(EntityResolver) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
 
setEpisodeFile(File) - Method in class com.sun.tools.jxc.apt.SchemaGenerator
 
setErrorHandler(ErrorReceiver) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
 
setErrorHandler(ValidationEventHandler) - Method in class com.sun.xml.bind.api.BridgeContext
Deprecated. Registers the error handler that receives unmarshalling/marshalling errors.
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.v2.runtime.BridgeContextImpl
 
setErrorListener(ErrorListener) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
setErrorListener(ErrorListener) - Method in interface com.sun.tools.xjc.api.SchemaCompiler
 
setErrorReceiver(ErrorListener) - Method in class com.sun.tools.xjc.util.ErrorReceiverFilter
 
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.
setExtension(boolean) - Method in class com.sun.tools.xjc.XJC2Task
Controls whether the compiler will run in the strict conformance mode (flg=false) or the extension mode (flg=true)
setFactories(Object) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
setFailonerror(boolean) - Method in class com.sun.tools.xjc.XJC2Task
Mostly for our SQE teams and not to be advertized.
setFeature(String, boolean) - Method in class com.sun.tools.xjc.reader.internalizer.ContentHandlerNamespacePrefixAdapter
 
setFieldRendererFactory(FieldRendererFactory, Plugin) - Method in class com.sun.tools.xjc.Options
Sets the FieldRendererFactory.
setGenerateIsSetMethod(boolean) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
setGenerateIsSetMethod(boolean) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
 
setHeader(boolean) - Method in class com.sun.tools.xjc.XJC2Task
Controls whether the file header comment is generated or not.
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
 
setIndentStep(int) - Method in class com.sun.xml.bind.marshaller.DataWriter
Deprecated. Should use the version that takes string.
setIndentStep(String) - Method in class com.sun.xml.bind.marshaller.DataWriter
 
setInlineBinaryFlag(boolean) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
setInputStream(InputStream) - Method in class com.sun.xml.bind.v2.util.DataSourceSource
 
setKind(short) - Method in class com.sun.tools.xjc.reader.dtd.ModelGroup
 
setLanguage(String) - Method in class com.sun.tools.xjc.XJC2Task
Sets the schema language.
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
 
setLocalName(int, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Set the local name of a specific attribute.
setLocationInfo(Element, Locator) - Static method in class com.sun.tools.xjc.reader.dtd.bindinfo.DOMLocator
Sets the location information to a specified element.
setLocator(Locator) - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
Configures the locator object that the SAX ContentHandler will see.
setName(boolean, String) - Method in class com.sun.tools.xjc.model.CPropertyInfo
Overrides the name of the property.
setNameConverter(NameConverter) - Method in class com.sun.tools.xjc.model.Model
 
setNameConverter(NameConverter, Plugin) - Method in class com.sun.tools.xjc.Options
Sets the NameConverter.
setObjectIdentityCycleDetection(boolean) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
setOrdered(boolean) - Method in class com.sun.tools.xjc.model.CClassInfo
 
setOutput(Writer, String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Set a new output destination for the document.
setOwner(BGMBuilder, XSComponent) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
Sets the owner schema component and a reference to BGMBuilder.
setPackage(String) - Method in class com.sun.tools.xjc.XJC2Task
Sets the package name of the generated code.
setPackageLevelAnnotations(boolean) - Method in class com.sun.tools.xjc.model.Model
 
setParent(Model, CCustomizable) - Method in class com.sun.tools.xjc.model.CCustomizations
 
setParent(CEnumLeafInfo) - Method in class com.sun.tools.xjc.model.CEnumConstant
 
setParent(CClassInfo) - Method in class com.sun.tools.xjc.model.CPropertyInfo
 
setParent(BindInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
 
setParent(BindInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIClass
 
setParent(BindInfo) - Method in interface com.sun.tools.xjc.reader.xmlschema.bindinfo.BIDeclaration
Sets the parent BindInfo object of this declaration.
setParent(BindInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnum
 
setParent(BindInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
setParent(BindInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
 
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
 
setPublicId(String) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
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
 
setReadonly(boolean) - Method in class com.sun.tools.xjc.XJC2Task
Controls whether files should be generated in read-only mode or not
setRemoveOldOutput(boolean) - Method in class com.sun.tools.xjc.XJC2Task
"removeOldOutput" attribute.
setSchema(String) - Method in class com.sun.tools.xjc.XJC2Task
Parses the schema attribute.
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
 
setSchemaLanguage(Language) - Method in class com.sun.tools.xjc.Options
 
setSchemaType(QName) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
setStackSize(String) - Method in class com.sun.tools.xjc.XJC2Task
Deprecated. not much need for JAXB2, as we now use much less stack.
setStringData(String) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
setSubstitutionHead(CElementInfo) - Method in class com.sun.tools.xjc.model.CElementInfo
 
setSystemId(String) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
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(String) - Method in class com.sun.tools.xjc.XJC2Task
Sets the target version of the compilation
setTargetVersion(SpecVersion) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
setTargetVersion(SpecVersion) - Method in interface com.sun.tools.xjc.api.SchemaCompiler
Specifies the target spec version for this compilaion.
setter - Variable in class com.sun.xml.bind.v2.model.impl.GetterSetterPropertySeed
 
setter - Variable in class com.sun.xml.bind.v2.runtime.reflect.Accessor.GetterSetterReflection
 
setThreadAffinity() - Method in class com.sun.xml.bind.v2.runtime.Coordinator
Associates this Coordinator with the current thread.
setType(JType) - Method in class com.sun.tools.xjc.model.SymbolSpace
 
setType(int, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Set the type of a specific attribute.
setUnadapted(BeanT, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
Sets the value without adapting the value.
setUnadapted(BeanT, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.AdaptedAccessor
 
setUnderscoreBinding(BIGlobalBinding.UnderscoreBinding) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
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.
setUserSpecifiedImplClass(String) - Method in class com.sun.tools.xjc.model.CClassInfo
 
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
 
setWildcard(WildcardMode) - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
 
setXexplicitAnnotation(boolean) - Method in class com.sun.tools.xjc.XJC2Task
 
setXjcSerializable(BISerializable) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
Another 1.0 compatibility customization (but we accept it and treat it as BIGlobalBinding.serializable)
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' ...
SHORT - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
shortName - Variable in class com.sun.tools.xjc.model.CClassInfo
short name.
shortName() - Method in class com.sun.tools.xjc.model.CElementInfo
 
shortName - Variable in class com.sun.tools.xjc.model.CEnumLeafInfo
Short name of the generated type-safe enum.
SignatureWriter - Class in com.sun.tools.xjc.writer
Dumps an annotated grammar in a simple format that makes signature check easy.
simpleMode - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
Generate the simpler optimized code, but not necessarily conforming to the spec.
simpleType(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindBlue
Components that always map to a type
simpleType(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindGreen
 
simpleType(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindPurple
 
simpleType(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindRed
 
simpleType(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindYellow
 
simpleType(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
simpleType(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
simpleType(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
simpleType(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
simpleTypeBuilder - Variable in class com.sun.tools.xjc.reader.xmlschema.ct.CTBuilder
 
SimpleTypeBuilder - Class in com.sun.tools.xjc.reader.xmlschema
Builds TypeUse from simple types.
SimpleTypeBuilder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.SimpleTypeBuilder
 
simpleTypeSubstitution - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
True to generate classes for every simple type.
SingleElementLeafProperty<BeanT> - Class in com.sun.xml.bind.v2.runtime.property
Property that contains a leaf value.
SingleElementLeafProperty(JAXBContextImpl, RuntimeElementPropertyInfo) - Constructor for class com.sun.xml.bind.v2.runtime.property.SingleElementLeafProperty
 
SingleElementNodeProperty<BeanT,ValueT> - Class in com.sun.xml.bind.v2.runtime.property
 
SingleElementNodeProperty(JAXBContextImpl, RuntimeElementPropertyInfo) - Constructor for class com.sun.xml.bind.v2.runtime.property.SingleElementNodeProperty
 
SingleField - Class in com.sun.tools.xjc.generator.bean.field
Realizes a property through one getter and one setter.
SingleField(ClassOutlineImpl, CPropertyInfo) - Constructor for class com.sun.tools.xjc.generator.bean.field.SingleField
 
SingleField(ClassOutlineImpl, CPropertyInfo, boolean) - Constructor for class com.sun.tools.xjc.generator.bean.field.SingleField
 
SingleField.Accessor - Class in com.sun.tools.xjc.generator.bean.field
 
SingleField.Accessor(JExpression) - Constructor for class com.sun.tools.xjc.generator.bean.field.SingleField.Accessor
 
SingleMapNodeProperty<BeanT,ValueT extends Map> - Class in com.sun.xml.bind.v2.runtime.property
 
SingleMapNodeProperty(JAXBContextImpl, RuntimeMapPropertyInfo) - Constructor for class com.sun.xml.bind.v2.runtime.property.SingleMapNodeProperty
 
SinglePrimitiveAccessField - Class in com.sun.tools.xjc.generator.bean.field
SingleField that forces the primitive accessor type.
SinglePrimitiveAccessField(ClassOutlineImpl, CPropertyInfo) - Constructor for class com.sun.tools.xjc.generator.bean.field.SinglePrimitiveAccessField
 
SingleReferenceNodeProperty<BeanT,ValueT> - Class in com.sun.xml.bind.v2.runtime.property
 
SingleReferenceNodeProperty(JAXBContextImpl, RuntimeReferencePropertyInfo) - Constructor for class com.sun.xml.bind.v2.runtime.property.SingleReferenceNodeProperty
 
SingleTypePropertyInfoImpl<T,C,F,M> - Class in com.sun.xml.bind.v2.model.impl
PropertyInfoImpl that can only have one type.
SingleTypePropertyInfoImpl(ClassInfoImpl<T, C, F, M>, PropertySeed<T, C, F, M>) - Constructor for class com.sun.xml.bind.v2.model.impl.SingleTypePropertyInfoImpl
 
SinkNode - Class in com.sun.tools.xjc.reader.gbind
Sink node of a grpah.
SinkNode() - Constructor for class com.sun.tools.xjc.reader.gbind.SinkNode
 
size() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
Gets the number of declarations.
size - Variable in class com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte.ByteArrayPack
 
size() - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
 
size - Variable in class com.sun.xml.bind.v2.util.QNameMap
The number of key-value mappings contained in this identity hash map.
size() - Method in class com.sun.xml.bind.v2.util.QNameMap
Returns the number of keys-value mappings in this map.
skip(String) - Method in class com.sun.tools.xjc.util.StringCutter
 
skippedEntity(String) - Method in class com.sun.tools.xjc.util.ForkContentHandler
 
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.
sourceLocation() - Method in interface com.sun.xml.bind.Locatable
 
SourceLocationAddOn - Class in com.sun.tools.xjc.addon.locator
Generates JAXB objects that implement Locatable.
SourceLocationAddOn() - Constructor for class com.sun.tools.xjc.addon.locator.SourceLocationAddOn
 
SourceNode - Class in com.sun.tools.xjc.reader.gbind
Source node of a graph.
SourceNode() - Constructor for class com.sun.tools.xjc.reader.gbind.SourceNode
 
SpecVersion - Enum in com.sun.tools.xjc.api
Represents the spec version constant.
STACK_OVERFLOW - Static variable in class com.sun.tools.xjc.Messages
 
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.
STAR - Static variable in class com.sun.tools.xjc.model.Multiplicity
the constant representing the (0,unbounded) multiplicity.
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.
startContentModel(String, short) - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
startCutting() - Method in class com.sun.tools.xjc.util.SubtreeCutter
Starts cutting a sub-tree.
startDocument() - Method in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
 
startDocument() - Method in class com.sun.tools.xjc.reader.ExtensionBindingChecker
 
startDocument() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.ForkingFilter
 
startDocument() - Method in class com.sun.tools.xjc.util.ForkContentHandler
 
startDocument() - Method in class com.sun.tools.xjc.util.SubtreeCutter
 
startDocument(ValidationEventHandler) - Method in class com.sun.xml.bind.IDResolver
Called when the unmarshalling starts.
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.ContentHandlerAdaptor
 
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.v2.runtime.unmarshaller.DefaultIDResolver
 
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.MTOMDecorator
 
startDocument() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
startDocument(LocatorEx, NamespaceContext) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
startDocument(LocatorEx, NamespaceContext) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller
 
startDocument(LocatorEx, NamespaceContext) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
Notifies a start 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.
startDTD(InputEntity) - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.DOMBuilder
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xjc.reader.dtd.bindinfo.DTDExtensionBindingChecker
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xjc.reader.ExtensionBindingChecker
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xjc.reader.internalizer.AbstractReferenceFinderImpl
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xjc.reader.internalizer.ContentHandlerNamespacePrefixAdapter
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xjc.reader.internalizer.DOMBuilder
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xjc.reader.internalizer.VersionChecker
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xjc.reader.internalizer.WhitespaceStripper
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.ForkingFilter
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.CustomizationContextChecker
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.IncorrectNamespaceURIChecker
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xjc.util.ForkContentHandler
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xjc.util.SubtreeCutter
 
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) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Start a new element without a qname or attributes.
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, String, String, Attributes) - Method in class com.sun.xml.bind.v2.runtime.ContentHandlerAdaptor
 
startElement(XmlOutput, Object) - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.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(TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
 
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(TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.MTOMDecorator
 
startElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
 
startElement(String, String, String, Attributes) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
startElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
 
startElement(TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
startElement(TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller
 
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.XsiTypeLoader
 
startElement(Name, Object) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
startElement(String, String, String, Object) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
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.
startForking(String, String, String, Attributes, ContentHandler) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.ForkingFilter
Starts the event forking.
startModelGroup() - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
startPacking(BeanT, Accessor<BeanT, PropT>) - Method in class com.sun.xml.bind.v2.runtime.reflect.AdaptedLister
 
startPacking(BeanT, Accessor<BeanT, T>) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.CollectionLister
 
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, byte[]>) - Method in class com.sun.xml.bind.v2.runtime.reflect.PrimitiveArrayListerByte
 
startPrefixMapping(String, String) - Method in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
 
startPrefixMapping(String, String) - Method in class com.sun.tools.xjc.reader.internalizer.ContentHandlerNamespacePrefixAdapter
 
startPrefixMapping(String, String) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.ForkingFilter
 
startPrefixMapping(String, String) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.IncorrectNamespaceURIChecker
 
startPrefixMapping(String, String) - Method in class com.sun.tools.xjc.util.ForkContentHandler
 
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.ContentHandlerAdaptor
 
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.MTOMDecorator
 
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 class com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller
 
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.
startScope(int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Starts a new packing scope.
StAXConnector - Class in com.sun.xml.bind.v2.runtime.unmarshaller
 
StAXConnector(XmlVisitor) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector
 
StAXEventConnector - Class in com.sun.xml.bind.v2.runtime.unmarshaller
This is a simple utility class that adapts StAX events from an XMLEventReader to unmarshaller events on a XmlVisitor, bridging between the two parser technologies.
StAXEventConnector(XMLEventReader, XmlVisitor) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.StAXEventConnector
Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.
StAXPostInitAction - Class in com.sun.xml.bind.v2.runtime
Post-init action for MarshallerImpl that incorporate the in-scope namespace bindings from a StAX writer.
StAXPostInitAction(XMLStreamWriter, XMLSerializer) - Constructor for class com.sun.xml.bind.v2.runtime.StAXPostInitAction
 
StAXPostInitAction(XMLEventWriter, XMLSerializer) - Constructor for class com.sun.xml.bind.v2.runtime.StAXPostInitAction
 
StAXPostInitAction(NamespaceContext, XMLSerializer) - Constructor for class com.sun.xml.bind.v2.runtime.StAXPostInitAction
 
StAXStreamConnector - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Reads XML from StAX XMLStreamReader and feeds events to XmlVisitor.
StAXStreamConnector(XMLStreamReader, XmlVisitor) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector
 
STDerivedComplexTypeBuilder - Class in com.sun.tools.xjc.reader.xmlschema.ct
Binds a complex type derived from a simple type.
STDerivedComplexTypeBuilder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.ct.STDerivedComplexTypeBuilder
 
storeEndLocation(Element, Locator) - Method in class com.sun.tools.xjc.reader.internalizer.LocatorTable
 
storeStartLocation(Element, Locator) - Method in class com.sun.tools.xjc.reader.internalizer.LocatorTable
 
strategy - Variable in class com.sun.tools.xjc.model.Model
Specifies the code generation strategy.
STRICT - Static variable in class com.sun.tools.xjc.Options
strictly follow the compatibility rules and reject schemas that contain features from App.
strictCheck - Variable in class com.sun.tools.xjc.Options
Check the source schemas with extra scrutiny.
STRING - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
STRING - Static variable in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
 
STRING_LIST - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
For all list of strings, such as NMTOKENS, ENTITIES.
StringCutter - Class in com.sun.tools.xjc.util
Utility class to parse a string
StringCutter(String, boolean) - Constructor for class com.sun.tools.xjc.util.StringCutter
 
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
 
SubtreeCutter - Class in com.sun.tools.xjc.util
XMLFilter that can cut sub-trees.
SubtreeCutter() - Constructor for class com.sun.tools.xjc.util.SubtreeCutter
 
subType - Variable in class com.sun.tools.xjc.util.MimeTypeRange
 
superClass - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
If <xjc:superClass> extension is specified, returns the specified root class.
superClazz - Variable in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
ClassBeanInfoImpl that represents the super class of JaxBeanInfo.jaxbType.
superInterface - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
If <xjc:superInterface> extension is specified, returns the specified root class.
supportedAnnotationTypes() - Method in class com.sun.tools.jxc.apt.AnnotationProcessorFactoryImpl
 
supportedAnnotationTypes() - Method in class com.sun.tools.jxc.apt.SchemaGenerator
 
supportedOptions() - Method in class com.sun.tools.jxc.apt.AnnotationProcessorFactoryImpl
 
supportedOptions() - Method in class com.sun.tools.jxc.apt.SchemaGenerator
 
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
 
SymbolSpace - Class in com.sun.tools.xjc.model
Symbol space for ID/IDREF.
SymbolSpace(JCodeModel) - Constructor for class com.sun.tools.xjc.model.SymbolSpace
 
SynchronizedMethodAddOn - Class in com.sun.tools.xjc.addon.sync
Generates synchronized methods.
SynchronizedMethodAddOn() - Constructor for class com.sun.tools.xjc.addon.sync.SynchronizedMethodAddOn
 

T

t - Variable in class com.sun.tools.xjc.model.nav.EagerNType
 
table - Variable in class com.sun.xml.bind.v2.util.QNameMap
The table, resized as necessary.
TagAndType - Class in com.sun.xml.bind.v2.runtime.property
Pair of QName and JaxBeanInfo.
TagAndType(Name, JaxBeanInfo) - Constructor for class com.sun.xml.bind.v2.runtime.property.TagAndType
 
tagName - Variable in class com.sun.tools.xjc.reader.xmlschema.GElementImpl
 
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 - Variable in class com.sun.xml.bind.v2.runtime.property.TagAndType
 
tagName - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector
 
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(Class, String, String...) - Static method in class com.sun.xml.bind.v2.bytecode.ClassTailor
 
tailor(InputStream, String, String, String...) - Static method in class com.sun.xml.bind.v2.bytecode.ClassTailor
Customizes a class file by replacing constant pools.
target - Variable in class com.sun.tools.xjc.Options
Generates output for the specified version of the runtime.
target - Variable in class com.sun.tools.xjc.outline.ClassOutline
This ClassOutline holds information about this CClassInfo.
target - Variable in class com.sun.tools.xjc.outline.ElementOutline
This ElementOutline holds information about this CElementInfo.
target - Variable in class com.sun.tools.xjc.outline.EnumConstantOutline
This EnumOutline holds information about this CEnumLeafInfo.
target - Variable in class com.sun.tools.xjc.outline.EnumOutline
This EnumOutline holds information about this CEnumLeafInfo.
target - Variable in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CClassRef
 
target - Variable in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CElementInfoRef
 
target - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
Object being unmarshalled by this UnmarshallingContext.State.loader.
targetDir - Variable in class com.sun.tools.jxc.apt.Options
 
targetDir - Variable in class com.sun.tools.xjc.Options
Target directory when producing files.
TDTDReader - Class in com.sun.tools.xjc.reader.dtd
Parses DTD grammar along with binding information into BGM.
TDTDReader(ErrorReceiver, Options, InputSource) - Constructor for class com.sun.tools.xjc.reader.dtd.TDTDReader
 
term - Variable in class com.sun.tools.xjc.reader.dtd.Occurence
 
Term - Class in com.sun.tools.xjc.reader.dtd
 
Term() - Constructor for class com.sun.tools.xjc.reader.dtd.Term
 
text(String, 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.ForkXmlOutput
 
text(String, 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.IndentingUTF8XmlOutput
 
text(String, 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.MTOMXmlOutput
 
text(String, 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.SAXOutput
 
text(String, 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.UTF8XmlOutput
 
text(int) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
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(String, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.XMLEventWriterOutput
 
text(Pcdata, 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(Pcdata, 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(Pcdata, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
 
text(UnmarshallingContext.State, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.DomLoader
 
text(CharSequence) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
 
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(CharSequence) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.MTOMDecorator
 
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(CharSequence) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
text(CharSequence) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller
 
text(UnmarshallingContext.State, CharSequence) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.ValuePropertyLoader
 
text(CharSequence) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
Text events.
text(String, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Marshalls text.
text(Pcdata, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
The XMLSerializer.text(String, String) method that takes Pcdata.
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
 
textReported - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector
Set to true if the text() event is reported, and therefore the following text() event should be suppressed.
theInstance - Static variable in class com.sun.tools.jxc.apt.InlineAnnotationReaderImpl
The singleton instance.
theInstance - Static variable in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
theInstance - Static variable in class com.sun.tools.xjc.reader.xmlschema.MultiplicityCounter
 
theInstance - Static variable in class com.sun.xml.bind.DatatypeConverterImpl
To avoid re-creating instances, we cache one instance.
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.v2.model.impl.RuntimeAnyTypeImpl
 
TIME_FORMAT - Static variable in class com.sun.tools.xjc.Messages
 
toArray(List) - Method in class com.sun.xml.bind.v2.runtime.ArrayBeanInfoImpl
 
toBytes(String) - Static method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
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.
toConstantName(String) - Method in class com.sun.xml.bind.api.impl.NameUtil
Formats a string into "THIS_KIND_OF_FORMAT_ABC_DEF".
toConstantName(List<String>) - Method in class com.sun.xml.bind.api.impl.NameUtil
Formats a string into "THIS_KIND_OF_FORMAT_ABC_DEF".
toCustomizationList() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
Gets the list of CPluginCustomizations from this.
TODO - Class in com.sun.xml.bind.v2
Place holder for TODOs.
TODO() - Constructor for class com.sun.xml.bind.v2.TODO
 
toDynamicAttribute() - Method in class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput.StaticAttribute
 
toElementRef(CReferencePropertyInfo) - Method in class com.sun.tools.xjc.reader.RawTypeSet.Ref
 
toElementRef(CReferencePropertyInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CClassRef
 
toElementRef(CReferencePropertyInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CElementInfoRef
 
toElementRef(CReferencePropertyInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.WildcardRef
 
toElementRef(CReferencePropertyInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.XmlTypeRef
The whole type set can be later bound to a reference property, in which case we need to generate additional code to wrap this type reference into an element class.
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.
TOKEN - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
toMimeType() - Method in class com.sun.tools.xjc.util.MimeTypeRange
 
toMixedCaseName(List<String>, boolean) - Method in class com.sun.xml.bind.api.impl.NameUtil
 
toMixedCaseVariableName(String[], boolean, boolean) - Method in class com.sun.xml.bind.api.impl.NameUtil
 
toolsJar - Variable in exception com.sun.tools.xjc.api.util.ToolsJarNotFoundException
Location where we expected to find tools.jar
ToolsJarNotFoundException - Exception in com.sun.tools.xjc.api.util
Signals an error when tools.jar was not found.
ToolsJarNotFoundException(File) - Constructor for exception com.sun.tools.xjc.api.util.ToolsJarNotFoundException
 
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.
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.
toRawValue(JBlock, JVar) - Method in class com.sun.tools.xjc.api.impl.s2j.ElementCollectionAdapter.FieldAccessorImpl
 
toRawValue(JBlock, JVar) - Method in class com.sun.tools.xjc.api.impl.s2j.ElementSingleAdapter.FieldAccessorImpl
 
toRawValue(JBlock, JVar) - Method in class com.sun.tools.xjc.generator.bean.field.AbstractFieldWithVar.Accessor
 
toRawValue(JBlock, JVar) - Method in class com.sun.tools.xjc.generator.bean.field.ArrayField.Accessor
 
toRawValue(JBlock, JVar) - Method in class com.sun.tools.xjc.generator.bean.field.UntypedListField.Accessor
 
toRawValue(JBlock, JVar) - Method in interface com.sun.tools.xjc.outline.FieldAccessor
Dumps everything in this field into the given variable.
toString() - Method in enum com.sun.tools.jxc.apt.Messages
 
toString() - Method in enum com.sun.tools.jxc.Messages
 
toString() - Method in enum com.sun.tools.xjc.api.impl.j2s.Messages
 
toString() - Method in class com.sun.tools.xjc.api.impl.s2j.TypeAndAnnotationImpl
 
toString() - Method in enum com.sun.tools.xjc.api.util.Messages
 
toString() - Method in enum com.sun.tools.xjc.generator.bean.field.Messages
 
toString() - Method in enum com.sun.tools.xjc.generator.bean.Messages
 
toString() - Method in class com.sun.tools.xjc.model.CClassInfo
 
toString() - Method in class com.sun.tools.xjc.model.Multiplicity
gets the string representation.
toString() - Method in class com.sun.tools.xjc.model.SymbolSpace
 
toString() - Method in class com.sun.tools.xjc.reader.gbind.Choice
 
toString() - Method in class com.sun.tools.xjc.reader.gbind.ConnectedComponent
Just produces debug representation
toString() - Method in class com.sun.tools.xjc.reader.gbind.Graph
 
toString() - Method in class com.sun.tools.xjc.reader.gbind.OneOrMore
 
toString() - Method in class com.sun.tools.xjc.reader.gbind.Sequence
 
toString() - Method in class com.sun.tools.xjc.reader.gbind.SinkNode
 
toString() - Method in class com.sun.tools.xjc.reader.gbind.SourceNode
 
toString() - Method in enum com.sun.tools.xjc.reader.Messages
 
toString() - Method in class com.sun.tools.xjc.reader.xmlschema.CollisionInfo
Returns a localized message that describes the collision.
toString() - Method in enum com.sun.tools.xjc.reader.xmlschema.ct.Messages
 
toString() - Method in class com.sun.tools.xjc.reader.xmlschema.GElementImpl
 
toString() - Method in class com.sun.tools.xjc.reader.xmlschema.GWildcardElement
 
toString() - Method in class com.sun.tools.xjc.util.MimeTypeRange
 
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 enum com.sun.xml.bind.v2.model.annotation.Messages
 
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 class com.sun.xml.bind.v2.model.impl.LeafInfoImpl
 
toString() - Method in enum com.sun.xml.bind.v2.model.impl.Messages
 
toString() - Method in class com.sun.xml.bind.v2.model.nav.GenericArrayTypeImpl
 
toString() - Method in class com.sun.xml.bind.v2.model.nav.ParameterizedTypeImpl
 
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 enum com.sun.xml.bind.v2.runtime.Messages
 
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 enum com.sun.xml.bind.v2.runtime.property.Messages
 
toString() - Method in enum com.sun.xml.bind.v2.runtime.reflect.Messages
 
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 enum com.sun.xml.bind.v2.runtime.unmarshaller.Messages
 
toString() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
 
toString() - Method in enum com.sun.xml.bind.v2.schemagen.Messages
 
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
 
toType(Outline, Aspect) - Method in class com.sun.tools.xjc.model.CArrayInfo
 
toType(Outline, Aspect) - Method in class com.sun.tools.xjc.model.CBuiltinLeafInfo
Gets the code model representation of this type.
toType(Outline, Aspect) - Method in class com.sun.tools.xjc.model.CClassInfo
 
toType(Outline, Aspect) - Method in class com.sun.tools.xjc.model.CClassRef
 
toType(Outline, Aspect) - Method in class com.sun.tools.xjc.model.CElementInfo
 
toType(Outline, Aspect) - Method in class com.sun.tools.xjc.model.CEnumLeafInfo
 
toType(Outline, Aspect) - Method in interface com.sun.tools.xjc.model.CTypeInfo
Returns the JClass that represents the class being bound, under the given Outline.
toType(Outline, Aspect) - Method in class com.sun.tools.xjc.model.CWildcardTypeInfo
 
toType(Outline, Aspect) - Method in class com.sun.tools.xjc.model.nav.EagerNClass
 
toType(Outline, Aspect) - Method in class com.sun.tools.xjc.model.nav.EagerNType
 
toType(Outline, Aspect) - Method in interface com.sun.tools.xjc.model.nav.NClass
 
toType(Outline, Aspect) - Method in class com.sun.tools.xjc.model.nav.NClassByJClass
 
toType(Outline, Aspect) - Method in class com.sun.tools.xjc.model.nav.NParameterizedType
 
toType(Outline, Aspect) - Method in interface com.sun.tools.xjc.model.nav.NType
Returns the representation of this type in code model.
toTypeRef(CElementPropertyInfo) - Method in class com.sun.tools.xjc.reader.RawTypeSet.Ref
 
toTypeRef(CElementPropertyInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CClassRef
 
toTypeRef(CElementPropertyInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.CElementInfoRef
 
toTypeRef(CElementPropertyInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.WildcardRef
 
toTypeRef(CElementPropertyInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder.XmlTypeRef
 
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
 
toWordList(String) - Method in class com.sun.xml.bind.api.impl.NameUtil
Tokenizes a string into words and capitalizes the first character of each word.
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.CompositeContextDependentTransducedAccessorImpl<BeanT,ValueT> - Class in com.sun.xml.bind.v2.runtime.reflect
 
TransducedAccessor.CompositeContextDependentTransducedAccessorImpl(JAXBContextImpl, Transducer<ValueT>, Accessor<BeanT, ValueT>) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor.CompositeContextDependentTransducedAccessorImpl
 
TransducedAccessor.CompositeTransducedAccessorImpl<BeanT,ValueT> - Class in com.sun.xml.bind.v2.runtime.reflect
Implementation of TransducedAccessor that simply combines a Transducer and Accessor.
TransducedAccessor.CompositeTransducedAccessorImpl(JAXBContextImpl, Transducer<ValueT>, Accessor<BeanT, ValueT>) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
 
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_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_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_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
 
Transducer<ValueT> - Interface in com.sun.xml.bind.v2.runtime
Responsible for converting a Java object to a lexical representation and vice versa.
transform(boolean) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
Performs internalization.
transform(DOMForest, boolean) - Static method in class com.sun.tools.xjc.reader.internalizer.Internalizer
Internalize all <jaxb:bindings> customizations in the given forest.
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.
treatRestrictionLikeNewType - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
Handles complex type restriction as if it were a new type.
Tree - Class in com.sun.xml.bind.v2.schemagen
Normalized representation of the content model.
Tree() - Constructor for class com.sun.xml.bind.v2.schemagen.Tree
 
Tree.Term - Class in com.sun.xml.bind.v2.schemagen
Represents a terminal tree node, such as element, wildcard, etc.
Tree.Term() - Constructor for class com.sun.xml.bind.v2.schemagen.Tree.Term
 
trim(CharSequence) - Static method in class com.sun.xml.bind.WhiteSpaceProcessor
Equivalent of String.trim().
TWO_VERSION_ATTRIBUTES - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
type() - Method in class com.sun.tools.xjc.api.impl.s2j.PropertyImpl
 
type() - Method in interface com.sun.tools.xjc.api.Property
The Java type of the property.
type - Variable in class com.sun.tools.xjc.api.Reference
The JAXB type being referenced.
type - Variable in class com.sun.tools.xjc.model.CSingleTypePropertyInfo
 
type - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIDom
 
type - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIXDom
 
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_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.
TypeAndAnnotation - Interface in com.sun.tools.xjc.api
Java type and associated JAXB annotations.
TypeAndAnnotationImpl - Class in com.sun.tools.xjc.api.impl.s2j
TypeAndAnnotation implementation.
TypeAndAnnotationImpl(Outline, TypeUse) - Constructor for class com.sun.tools.xjc.api.impl.s2j.TypeAndAnnotationImpl
 
TypeCast - Class in com.sun.xml.bind.v2.util
 
TypeCast() - Constructor for class com.sun.xml.bind.v2.util.TypeCast
 
TypeInfo<T,C> - Interface in com.sun.xml.bind.v2.model.core
Either ClassInfo, ElementInfo, or LeafInfo.
TypeInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> - Class in com.sun.xml.bind.v2.model.impl
Common implementation between ClassInfoImpl and ElementInfoImpl.
TypeInfoImpl(ModelBuilder<TypeT, ClassDeclT, FieldT, MethodT>, Locatable) - Constructor for class com.sun.xml.bind.v2.model.impl.TypeInfoImpl
 
TypeInfoSet<T,C,F,M> - Interface in com.sun.xml.bind.v2.model.core
Root of models. Set of TypeInfos.
typeInfoSet - Variable in class com.sun.xml.bind.v2.model.impl.ModelBuilder
TypeInfos that are built will go into this set.
TypeInfoSetImpl<T,C,F,M> - Class in com.sun.xml.bind.v2.model.impl
Set of TypeInfos.
TypeInfoSetImpl(Navigator<T, C, F, M>, AnnotationReader<T, C, F, M>, Map<T, ? extends BuiltinLeafInfoImpl<T, C>>) - Constructor for class com.sun.xml.bind.v2.model.impl.TypeInfoSetImpl
 
typeName - Variable in class com.sun.tools.xjc.model.CTypeRef
XML Schema type name of CTypeRef.type, if available.
TypePatternBinder - Class in com.sun.tools.xjc.reader.relaxng
Fumigate the named patterns that can be bound to inheritance.
TypePatternBinder() - Constructor for class com.sun.tools.xjc.reader.relaxng.TypePatternBinder
 
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
 
TypeRefImpl<TypeT,ClassDeclT> - Class in com.sun.xml.bind.v2.model.impl
 
TypeRefImpl(ElementPropertyInfoImpl<TypeT, ClassDeclT, ?, ?>, QName, TypeT, boolean, String) - Constructor for class com.sun.xml.bind.v2.model.impl.TypeRefImpl
 
typeSubstitution - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
 
TypeUse - Interface in com.sun.tools.xjc.model
Information about how another type is referenced.
typeUseBinder - Variable in class com.sun.tools.xjc.reader.relaxng.RELAXNGCompiler
 
TypeUseBinder - Class in com.sun.tools.xjc.reader.relaxng
Walks the pattern tree and binds it to a TypeUse.
TypeUseBinder(RELAXNGCompiler) - Constructor for class com.sun.tools.xjc.reader.relaxng.TypeUseBinder
 
TypeUseFactory - Class in com.sun.tools.xjc.model
Factory methods to create a new TypeUse from an existing one.
TypeUseImpl - Class in com.sun.tools.xjc.model
General-purpose TypeUse implementation.
TypeUseImpl(CNonElement, boolean, ID, MimeType, CAdapter) - Constructor for class com.sun.tools.xjc.model.TypeUseImpl
 
typeUses() - Method in class com.sun.tools.xjc.model.Model
 
TypeUtil - Class in com.sun.tools.xjc.reader
Type-related utility methods.
TypeUtil() - Constructor for class com.sun.tools.xjc.reader.TypeUtil
 
TypeVisitor<T,P> - Class in com.sun.xml.bind.v2.model.nav
 
TypeVisitor() - Constructor for class com.sun.xml.bind.v2.model.nav.TypeVisitor
 

U

uid - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BISerializable
serial version UID, or null to avoid generating the serialVersionUID field.
unbox(JExpression) - Method in class com.sun.tools.xjc.generator.bean.field.AbstractListField.Accessor
 
UnboxedField - Class in com.sun.tools.xjc.generator.bean.field
A required primitive property.
UnboxedField(ClassOutlineImpl, CPropertyInfo) - Constructor for class com.sun.tools.xjc.generator.bean.field.UnboxedField
 
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_ROOT_ELEMENT2 - Static variable in class com.sun.xml.bind.unmarshaller.Messages
 
UNEXPECTED_TEXT - Static variable in class com.sun.xml.bind.unmarshaller.Messages
 
unexpectedX(String) - Method in class com.sun.tools.jxc.NGCCRuntimeEx
 
union(ElementSet, ElementSet) - Static method in class com.sun.tools.xjc.reader.gbind.ElementSets
Returns an union of two ElementSets.
union(XSWildcard.Union) - Method in class com.sun.tools.xjc.reader.xmlschema.WildcardNameClassBuilder
 
unionSimpleType(XSUnionSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
UNKNOWN_FILE - Static variable in class com.sun.tools.xjc.Messages
 
UNKNOWN_LOCATION - Static variable in class com.sun.tools.xjc.Messages
 
unmarshal(BIGlobalBinding.ClassNameBean) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding.ClassNameAdapter
 
unmarshal(String) - Method in class com.sun.tools.xjc.runtime.ZeroOneBooleanAdapter
 
unmarshal(Object) - Method in class com.sun.xml.bind.AnyTypeAdapter
Noop.
unmarshal(XMLStreamReader) - Method in class com.sun.xml.bind.api.Bridge
Unmarshals the specified type object.
unmarshal(XMLStreamReader, AttachmentUnmarshaller) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(BridgeContext, XMLStreamReader) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(Unmarshaller, XMLStreamReader) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(Source) - Method in class com.sun.xml.bind.api.Bridge
Unmarshals the specified type object.
unmarshal(Source, AttachmentUnmarshaller) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(BridgeContext, Source) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(Unmarshaller, Source) - 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(BridgeContext, InputStream) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(Unmarshaller, InputStream) - 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, AttachmentUnmarshaller) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(BridgeContext, Node) - Method in class com.sun.xml.bind.api.Bridge
 
unmarshal(Unmarshaller, Node) - Method in class com.sun.xml.bind.api.Bridge
 
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
 
unmarshal(Unmarshaller, XMLStreamReader) - Method in class com.sun.xml.bind.v2.runtime.BridgeAdapter
 
unmarshal(Unmarshaller, Source) - Method in class com.sun.xml.bind.v2.runtime.BridgeAdapter
 
unmarshal(Unmarshaller, InputStream) - Method in class com.sun.xml.bind.v2.runtime.BridgeAdapter
 
unmarshal(Unmarshaller, Node) - Method in class com.sun.xml.bind.v2.runtime.BridgeAdapter
 
unmarshal(Unmarshaller, XMLStreamReader) - Method in class com.sun.xml.bind.v2.runtime.BridgeImpl
 
unmarshal(Unmarshaller, Source) - Method in class com.sun.xml.bind.v2.runtime.BridgeImpl
 
unmarshal(Unmarshaller, InputStream) - Method in class com.sun.xml.bind.v2.runtime.BridgeImpl
 
unmarshal(Unmarshaller, Node) - Method in class com.sun.xml.bind.v2.runtime.BridgeImpl
 
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(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(Source, Class<T>) - 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) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshal(SAXSource) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
Deprecated. 
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(XMLEventReader, Class<T>) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshal(XMLEventReader) - 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
 
unmarshal0(XMLStreamReader, JaxBeanInfo) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
 
unmarshal0(InputStream, 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.
UNRECOGNIZED_MODE - Static variable in class com.sun.tools.xjc.Messages
 
UNRECOGNIZED_PARAMETER - Static variable in class com.sun.tools.xjc.Messages
 
unsetValues(JBlock) - Method in class com.sun.tools.xjc.api.impl.s2j.ElementAdapter.FieldAccessorImpl
 
unsetValues(JBlock) - Method in class com.sun.tools.xjc.generator.bean.field.AbstractListField.Accessor
 
unsetValues(JBlock) - Method in class com.sun.tools.xjc.generator.bean.field.SingleField.Accessor
 
unsetValues(JBlock) - Method in interface com.sun.tools.xjc.outline.FieldAccessor
Generates a code fragment to remove any "set" value and move this field to the "unset" state.
UNSUPPORTED_ENCODING - Static variable in class com.sun.xml.bind.marshaller.Messages
 
UNSUPPORTED_RESULT - Static variable in class com.sun.xml.bind.marshaller.Messages
 
until(String) - Method in class com.sun.tools.xjc.util.StringCutter
 
UntypedListField - Class in com.sun.tools.xjc.generator.bean.field
Realizes a property as an untyped List.
UntypedListField(ClassOutlineImpl, CPropertyInfo, JClass) - Constructor for class com.sun.tools.xjc.generator.bean.field.UntypedListField
 
UntypedListField.Accessor - Class in com.sun.tools.xjc.generator.bean.field
 
UntypedListField.Accessor(JExpression) - Constructor for class com.sun.tools.xjc.generator.bean.field.UntypedListField.Accessor
 
UntypedListFieldRenderer - Class in com.sun.tools.xjc.generator.bean.field
 
UntypedListFieldRenderer(JClass) - Constructor for class com.sun.tools.xjc.generator.bean.field.UntypedListFieldRenderer
 
UnusedCustomizationChecker - Class in com.sun.tools.xjc.reader.xmlschema
Reports all unacknowledged customizations as errors.
UnusedCustomizationChecker() - Constructor for class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
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
 
UPPER_LETTER - Static variable in class com.sun.xml.bind.api.impl.NameUtil
 
uri - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
URI of the attribute/element name.
usage(Options, boolean) - Static method in class com.sun.tools.xjc.Driver
Prints the usage screen and exits the process.
use(TypeDeclaration) - Method in class com.sun.tools.jxc.model.nav.APTNavigator
 
use(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
 
use(C) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
Gets the T for the given C.
use(Class) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
 
USE_JAXB_PROPERTIES - Static variable in class com.sun.xml.bind.v2.ContextFactory
 
useNamespace() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
 
useNamespace() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
 
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.CompositeContextDependentTransducedAccessorImpl
 
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[]) - Constructor for class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
Util - Class in com.sun.tools.xjc.reader
 
Util() - Constructor for class com.sun.tools.xjc.reader.Util
 
Util - Class in com.sun.tools.xjc.util
Other miscellaneous utility methods.
Util - Class in com.sun.xml.bind
 
Util - Class in com.sun.xml.bind.v2.model.impl
Common code between PropertyInfoImpl and ElementInfoImpl.
Util() - Constructor for class com.sun.xml.bind.v2.model.impl.Util
 
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...

V

ValidatingUnmarshaller - Class in com.sun.xml.bind.v2.runtime.unmarshaller
XmlVisitor decorator that validates the events by using JAXP validation API.
ValidatingUnmarshaller(Schema, XmlVisitor) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller
Creates a new instance of ValidatingUnmarshaller.
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 - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIEnum.BIEnumMember2
The lexical representaion of the constant to which we are attaching.
value - Variable in class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput.DynamicAttribute
 
value - Variable in class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput.StaticAttribute
 
value - Variable in class com.sun.xml.bind.v2.util.QNameMap.Entry
 
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.
ValueListBeanInfoImpl - Class in com.sun.xml.bind.v2.runtime
JaxBeanInfo implementation that binds T[] to a list of simple types.
ValueListBeanInfoImpl(JAXBContextImpl, Class) - Constructor for class com.sun.xml.bind.v2.runtime.ValueListBeanInfoImpl
 
valueOf(String) - Static method in enum com.sun.tools.jxc.apt.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.jxc.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.api.impl.j2s.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.api.SpecVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.api.util.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.generator.bean.field.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.generator.bean.ImplStructureStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.generator.bean.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.model.CElementPropertyInfo.CollectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.outline.Aspect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.reader.dtd.ModelGroup.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.reader.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.reader.RawTypeSet.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.reader.relaxng.BindStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.reader.xmlschema.bindinfo.EnumMemberMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.reader.xmlschema.bindinfo.LocalScoping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.reader.xmlschema.bindinfo.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.reader.xmlschema.bindinfo.OptionalPropertyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.reader.xmlschema.ct.ComplexTypeBindingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.tools.xjc.reader.xmlschema.ct.Messages
Returns the enum constant of this type with the specified name.
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.annotation.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.
valueOf(String) - Static method in enum com.sun.xml.bind.v2.model.impl.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.xml.bind.v2.runtime.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.xml.bind.v2.runtime.property.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.xml.bind.v2.runtime.reflect.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.xml.bind.v2.runtime.unmarshaller.Messages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.xml.bind.v2.schemagen.Form
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.xml.bind.v2.schemagen.GroupKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.xml.bind.v2.schemagen.Messages
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
Value PropertyInfo.
ValuePropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> - Class in com.sun.xml.bind.v2.model.impl
 
ValuePropertyInfoImpl(ClassInfoImpl<TypeT, ClassDeclT, FieldT, MethodT>, PropertySeed<TypeT, ClassDeclT, FieldT, MethodT>) - Constructor for class com.sun.xml.bind.v2.model.impl.ValuePropertyInfoImpl
 
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() - Static method in enum com.sun.tools.jxc.apt.Messages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.jxc.Messages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.api.impl.j2s.Messages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.api.SpecVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.api.util.Messages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.generator.bean.field.Messages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.generator.bean.ImplStructureStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.generator.bean.Messages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.model.CElementPropertyInfo.CollectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.outline.Aspect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.reader.dtd.ModelGroup.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.reader.Messages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.reader.RawTypeSet.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.reader.relaxng.BindStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.reader.xmlschema.bindinfo.EnumMemberMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.reader.xmlschema.bindinfo.LocalScoping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.reader.xmlschema.bindinfo.Messages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.reader.xmlschema.bindinfo.OptionalPropertyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.reader.xmlschema.ct.ComplexTypeBindingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.tools.xjc.reader.xmlschema.ct.Messages
Returns an array containing the constants of this enum type, in the order they are declared.
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.annotation.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.
values() - Static method in enum com.sun.xml.bind.v2.model.impl.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.runtime.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.runtime.property.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.runtime.reflect.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.runtime.unmarshaller.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.schemagen.Form
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.schemagen.GroupKind
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.schemagen.Messages
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
 
verbose - Variable in class com.sun.tools.xjc.Options
If the "-verbose" option is specified.
verifyTagName(String, String, String) - Method in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
If the tag name belongs to a plugin namespace-wise, check its local name to make sure it's correct.
VERSION - Static variable in class com.sun.tools.xjc.Messages
 
version(String) - Method in interface com.sun.xml.bind.v2.schemagen.episode.Bindings
 
VersionChecker - Class in com.sun.tools.xjc.reader.internalizer
Checks the jaxb:version attribute on a XML Schema document.
VersionChecker(XMLReader) - Constructor for class com.sun.tools.xjc.reader.internalizer.VersionChecker
 
VersionChecker(ContentHandler, ErrorHandler, EntityResolver) - Constructor for class com.sun.tools.xjc.reader.internalizer.VersionChecker
 
visit(Element) - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
Visits an element and its subtree.
visit(Type, P) - Method in class com.sun.xml.bind.v2.model.nav.TypeVisitor
 
visitor - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.StAXConnector
 

W

WARN_INCORRECT_URI - Static variable in class com.sun.tools.xjc.reader.xmlschema.parser.Messages
 
WARN_NO_GLOBAL_ELEMENT - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
WARN_UNABLE_TO_CHECK_CORRECTNESS - Static variable in class com.sun.tools.xjc.reader.xmlschema.parser.Messages
 
WARN_UNUSED_EXPECTED_CONTENT_TYPES - Static variable in class com.sun.tools.xjc.reader.xmlschema.Messages
 
warning(SAXParseException) - Method in class com.sun.tools.jxc.apt.ErrorReceiverImpl
 
warning(SAXParseException) - Method in interface com.sun.tools.xjc.api.ErrorListener
 
warning(SAXParseException) - Method in class com.sun.tools.xjc.api.impl.s2j.DowngradingErrorHandler
 
warning(SAXParseException) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
warning(SAXParseException) - Method in class com.sun.tools.xjc.ConsoleErrorReporter
 
warning(Locator, String) - Method in class com.sun.tools.xjc.ErrorReceiver
 
warning(SAXParseException) - Method in class com.sun.tools.xjc.ErrorReceiver
 
warning(String) - Method in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
Reports a warning.
warning(SAXParseException) - Method in class com.sun.tools.xjc.reader.dtd.TDTDReader
 
warning(Locator, String, Object...) - Method in class com.sun.tools.xjc.reader.xmlschema.ErrorReporter
 
warning(SAXParseException) - Method in class com.sun.tools.xjc.util.ErrorReceiverFilter
 
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
 
WARNING_MSG - Static variable in class com.sun.tools.xjc.Messages
 
weakSchemaCorrectnessCheck(SchemaFactory) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
Performs the schema correctness check by using JAXP 1.3.
WellKnownNamespace - Class in com.sun.xml.bind.v2
Well-known namespace URIs.
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
 
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.
WhitespaceNormalizer - Class in com.sun.tools.xjc.generator.util
Generates code that performs the whitespace normalization.
WhitespaceNormalizer() - Constructor for class com.sun.tools.xjc.generator.util.WhitespaceNormalizer
 
WhiteSpaceProcessor - Class in com.sun.xml.bind
Processes white space normalization.
WhiteSpaceProcessor() - Constructor for class com.sun.xml.bind.WhiteSpaceProcessor
 
WhitespaceStripper - Class in com.sun.tools.xjc.reader.internalizer
Strips ignorable whitespace from SAX event stream.
WhitespaceStripper(XMLReader) - Constructor for class com.sun.tools.xjc.reader.internalizer.WhitespaceStripper
 
WhitespaceStripper(ContentHandler, ErrorHandler, EntityResolver) - Constructor for class com.sun.tools.xjc.reader.internalizer.WhitespaceStripper
 
wildcard(XSWildcard) - Method in class com.sun.tools.xjc.reader.xmlschema.BindBlue
 
wildcard(XSWildcard) - Method in class com.sun.tools.xjc.reader.xmlschema.BindGreen
 
wildcard(XSWildcard) - Method in class com.sun.tools.xjc.reader.xmlschema.BindPurple
 
wildcard(XSWildcard) - Method in class com.sun.tools.xjc.reader.xmlschema.BindRed
 
wildcard(XSWildcard) - Method in class com.sun.tools.xjc.reader.xmlschema.BindYellow
 
wildcard(XSWildcard) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
wildcard(XSWildcard) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
wildcard(XSWildcard) - Method in class com.sun.tools.xjc.reader.xmlschema.ExpressionBuilder
We can only have one XmlAnyElement property, so all the wildcards need to be treated as one node.
wildcard(XSWildcard) - Method in class com.sun.tools.xjc.reader.xmlschema.MultiplicityCounter
 
wildcard(XSWildcard) - Method in class com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder
 
wildcard(XSWildcard) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
wildcard(XSWildcard) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
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.
WildcardNameClassBuilder - Class in com.sun.tools.xjc.reader.xmlschema
Builds a name class representation of a wildcard.
WildcardTypeImpl - Class in com.sun.xml.bind.v2.model.nav
 
WildcardTypeImpl(Type[], Type[]) - Constructor for class com.sun.xml.bind.v2.model.nav.WildcardTypeImpl
 
WildcardTypeInfo<T,C> - Interface in com.sun.xml.bind.v2.model.core
Type referenced as a result of having the wildcard.
wrap(Term, int) - Static method in class com.sun.tools.xjc.reader.dtd.Occurence
 
wrapperTagName - Variable in class com.sun.xml.bind.v2.runtime.property.ArrayERProperty
Wrapper tag name if any, or null.
wrapUp() - Method in class com.sun.tools.xjc.reader.dtd.ModelGroup
 
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 class com.sun.xml.bind.v2.runtime.property.ArrayElementProperty
 
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.
wrapUp() - Method in class com.sun.xml.bind.v2.runtime.property.PropertyImpl
 
wrapUp() - Method in class com.sun.xml.bind.v2.runtime.property.SingleElementNodeProperty
 
write(int) - Method in class com.sun.tools.xjc.util.NullStream
 
write(byte[], int, int) - Method in class com.sun.tools.xjc.util.NullStream
 
write(byte[]) - Method in class com.sun.tools.xjc.util.NullStream
 
write(Outline, Writer) - Static method in class com.sun.tools.xjc.writer.SignatureWriter
 
write(char) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write a raw character.
write(String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write a raw string.
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() - Method in class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput.StaticAttribute
 
write(UTF8XmlOutput) - Method in class com.sun.xml.bind.v2.runtime.output.Encoded
Writes the encoded bytes to the given output stream.
write(int) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
Writes one byte directly into the buffer.
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(ContentModelContainer) - Method in enum com.sun.xml.bind.v2.schemagen.GroupKind
Writes the model group.
write(ContentModelContainer, boolean, boolean) - Method in class com.sun.xml.bind.v2.schemagen.Tree
Writes out the content model.
write(TypeDefParticle) - Method in class com.sun.xml.bind.v2.schemagen.Tree
Writes inside the given complex type.
write(SchemaOutputResolver, ErrorListener) - Method in class com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator
Write out the schema documents.
writeDom(E, DomHandler<E, ?>, Object, String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
writeEpisodeFile(XmlSerializer) - Method in class com.sun.xml.bind.v2.schemagen.XmlSchemaGenerator
Writes out the episode file.
writeForm(LocalElement, QName) - Method in enum com.sun.xml.bind.v2.schemagen.Form
Given the effective 'form' value, write (or suppress) the @form attribute on the generated XML.
writeForm(LocalAttribute, QName) - Method in enum com.sun.xml.bind.v2.schemagen.Form
 
writeLeafElement(XMLSerializer, Name, T, String) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
 
writeLeafElement(XMLSerializer, Name, T, String) - Method in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
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, T, String) - Method in class com.sun.xml.bind.v2.runtime.reflect.DefaultTransducedAccessor
 
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, BeanT, String) - Method in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor.CompositeContextDependentTransducedAccessorImpl
 
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, V, String) - Method in class com.sun.xml.bind.v2.runtime.SchemaTypeTransducer
 
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.
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
 
writeOccurs(Occurs, boolean, boolean) - Method in class com.sun.xml.bind.v2.schemagen.Tree
Convenience method to write occurrence constraints.
writeText(XMLSerializer, T, String) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl
 
writeText(XMLSerializer, T, String) - Method in class com.sun.xml.bind.v2.runtime.FilterTransducer
 
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, T, String) - Method in class com.sun.xml.bind.v2.runtime.reflect.DefaultTransducedAccessor
 
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, V, String) - Method in class com.sun.xml.bind.v2.runtime.SchemaTypeTransducer
 
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.
writeTo(UTF8XmlOutput) - Method in class com.sun.xml.bind.v2.runtime.output.Pcdata
Writes itself to UTF8XmlOutput.
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.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
 
writeXmlDecl(String) - Method in class com.sun.xml.bind.marshaller.DataWriter
 
writeXmlDecl(String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
 
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
 
XJC - Class in com.sun.tools.xjc.api
Entry point to the programatic API to access schema compiler (XJC) and schema generator (schemagen).
XJC() - Constructor for class com.sun.tools.xjc.api.XJC
 
XJC2Task - Class in com.sun.tools.xjc
XJC task for Ant.
XJC2Task() - Constructor for class com.sun.tools.xjc.XJC2Task
 
XJC_EXTENSION_URI - Static variable in class com.sun.tools.xjc.reader.Const
XJC vendor extension namespace URI.
XJCListener - Class in com.sun.tools.xjc
Call-back interface that can be implemented by the caller of Driver to receive output from XJC.
XJCListener() - Constructor for class com.sun.tools.xjc.XJCListener
 
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
 
XML_SCHEMA - Static variable in class com.sun.xml.bind.v2.WellKnownNamespace
 
XML_SCHEMA_DATATYPES - Static variable in class com.sun.xml.bind.v2.WellKnownNamespace
 
XML_SCHEMA_INSTANCE - Static variable in class com.sun.xml.bind.v2.WellKnownNamespace
 
XML_SOURCE - Static variable in class com.sun.tools.xjc.model.CBuiltinLeafInfo
 
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
XMLDECLARATION - Static variable in class com.sun.xml.bind.v2.runtime.MarshallerImpl
 
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
 
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.
XMLNS_URI - Static variable in class com.sun.tools.xjc.reader.Const
XML namespace URI.
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
 
XMLSCHEMA - Static variable in class com.sun.tools.xjc.reader.relaxng.DatatypeLib
Datatype library for XML Schema datatypes.
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
 
XMLSchemaInternalizationLogic - Class in com.sun.tools.xjc.reader.xmlschema.parser
XML Schema specific internalization logic.
XMLSchemaInternalizationLogic() - Constructor for class com.sun.tools.xjc.reader.xmlschema.parser.XMLSchemaInternalizationLogic
 
XMLSerializer - Class in com.sun.xml.bind.v2.runtime
Receives XML serialization event and writes to XmlOutput.
XMLSerializer(MarshallerImpl) - Constructor for class com.sun.xml.bind.v2.runtime.XMLSerializer
 
XMLStreamWriterOutput - Class in com.sun.xml.bind.v2.runtime.output
XmlOutput that writes to StAX XMLStreamWriter.
XMLStreamWriterOutput(XMLStreamWriter) - Constructor for class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
 
xmlType - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding.GlobalStandardConversion
 
xmlType - Variable in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding.GlobalVendorConversion
 
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(Writer, String, CharacterEscapeHandler) - Constructor for class com.sun.xml.bind.marshaller.XMLWriter
Create a new XML writer.
XMLWriter(Writer, String) - Constructor for class com.sun.xml.bind.marshaller.XMLWriter
 
XOP - Static variable in class com.sun.xml.bind.v2.WellKnownNamespace
 
xpath(XSXPath) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassBinderFilter
 
xpath(XSXPath) - Method in class com.sun.tools.xjc.reader.xmlschema.ColorBinder
 
xpath(XSXPath) - Method in class com.sun.tools.xjc.reader.xmlschema.DefaultClassBinder
 
xpath(XSXPath) - Method in class com.sun.tools.xjc.reader.xmlschema.RefererFinder
 
xpath(XSXPath) - Method in class com.sun.tools.xjc.reader.xmlschema.UnusedCustomizationChecker
 
XPATH_EVAL_TO_NON_SCHEMA_ELEMENT - Static variable in class com.sun.tools.xjc.reader.internalizer.Messages
 
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.Array(Loader) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader.Array
 
XsiNilLoader.Single - Class in com.sun.xml.bind.v2.runtime.unmarshaller
 
XsiNilLoader.Single(Loader, Accessor) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader.Single
 
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
 

Y

ying(XSComponent, XSComponent) - Method in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
If the component maps to a property, forwards to purple, otherwise to green.

Z

ZERO - Static variable in class com.sun.tools.xjc.model.Multiplicity
the constant representing the (0,0) multiplicity.
ZeroOneBooleanAdapter - Class in com.sun.tools.xjc.runtime
Serializes boolean as 0 or 1.
ZeroOneBooleanAdapter() - Constructor for class com.sun.tools.xjc.runtime.ZeroOneBooleanAdapter
 

_

_bindToClass(XSComponent, XSComponent, boolean) - Method in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
The real meat of the "bindToType" code.
_extends(ClassOutlineImpl, ClassOutlineImpl) - Method in enum com.sun.tools.xjc.generator.bean.ImplStructureStrategy
Sets up an inheritance relationship.
_getInstance() - Static method in class com.sun.xml.bind.v2.runtime.Coordinator
 
_implements(JClass) - Method in class com.sun.tools.xjc.model.CClassInfo
 
_package() - Method in class com.sun.tools.xjc.generator.bean.ClassOutlineImpl
Gets ClassOutlineImpl._package() as PackageOutlineImpl, since it's guaranteed to be of that type.
_package() - Method in class com.sun.tools.xjc.generator.bean.PackageOutlineImpl
 
_package() - Method in class com.sun.tools.xjc.model.CElementInfo
 
_package() - Method in class com.sun.tools.xjc.outline.ClassOutline
PackageOutline that contains this class.
_package() - Method in class com.sun.tools.xjc.outline.ElementOutline
PackageOutline that contains this class.
_package() - Method in class com.sun.tools.xjc.outline.EnumOutline
PackageOutline that contains this class.
_package() - Method in interface com.sun.tools.xjc.outline.PackageOutline
The exposed package this context is representing.
_parseBase64Binary(String) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_parseBoolean(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_parseByte(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_parseDateTime(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_parseDecimal(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_parseDouble(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_parseFloat(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_parseInt(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Faster but less robust String->int conversion.
_parseInteger(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_parseLong(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_parseQName(CharSequence, NamespaceContext) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_parseShort(CharSequence) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_printBase64Binary(byte[]) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_printBase64Binary(byte[], int, int) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_printBase64Binary(byte[], int, int, char[], int) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Encodes a byte array into a char array by doing base64 encoding.
_printBase64Binary(byte[], int, int, byte[], int) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
Encodes a byte array into another byte array by first doing base64 encoding then encoding the result in ASCII.
_printBoolean(boolean) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_printByte(byte) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_printDateTime(Calendar) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_printDecimal(BigDecimal) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_printDouble(double) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_printFloat(float) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_printInt(int) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_printInteger(BigInteger) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_printLong(long) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_printQName(QName, NamespaceContext) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 
_printShort(short) - Static method in class com.sun.xml.bind.DatatypeConverterImpl
 

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