$ 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 _

A

AbortException - Exception in com.sun.tools.xjc
Signals the abortion of the compilation.
AbortException() - Constructor for exception com.sun.tools.xjc.AbortException
 
AbortSerializationException - Exception in com.sun.xml.bind.serializer
Thrown to call off the serialization operation.
AbortSerializationException(Exception) - Constructor for exception com.sun.xml.bind.serializer.AbortSerializationException
 
AbortSerializationException(String) - Constructor for exception com.sun.xml.bind.serializer.AbortSerializationException
 
absorb(BindInfo) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
Merges all the declarations inside the given BindInfo to this BindInfo.
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
 
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
 
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.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
 
accepted() - Method in class com.sun.tools.jxc.gen.config.Classes
 
accepted() - Method in class com.sun.tools.jxc.gen.config.Config
 
accepted() - Method in class com.sun.tools.jxc.gen.config.Schema
 
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
 
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(XMLReader) - Static method in class com.sun.xml.bind.unmarshaller.InterningXMLReader
Wraps the given XMLReader (if necessary) so that it performs string interning.
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
 
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(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(int, T) - Method in class com.sun.xml.bind.util.ProxyListImpl
 
add(T) - Method in class com.sun.xml.bind.util.ProxyListImpl
 
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.
addAll(Collection<? extends T>) - Method in class com.sun.xml.bind.util.ProxyListImpl
 
addAll(int, Collection<? extends T>) - Method in class com.sun.xml.bind.util.ProxyListImpl
 
addAttribute(String, String, String, String, String) - Method in class com.sun.tools.jxc.gen.config.AttributesImpl
Add an attribute to the end of the list.
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.
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.
addConfiguredClasses(GeneratorTask.Classes) - Method in class com.sun.tools.GeneratorTask
List of classes to be handled
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
 
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(Runnable) - Method in class com.sun.xml.bind.unmarshaller.SAXUnmarshallerHandlerImpl
Deprecated.  
addPatcher(Runnable) - Method in interface com.sun.xml.bind.unmarshaller.UnmarshallingContext
Deprecated. Adds a job that will be executed at the last of the unmarshalling.
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.
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.unmarshaller.SAXUnmarshallerHandlerImpl
Deprecated.  
addToIdTable(String) - Method in interface com.sun.xml.bind.unmarshaller.UnmarshallingContext
Deprecated. Adds the object which is currently being unmarshalled to the ID table.
addToIdTable(String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Adds the object which is currently being unmarshalled to the ID table.
addToPack(PackT, ItemT) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister
Once the Lister.startPacking(BeanT, com.sun.xml.bind.v2.runtime.reflect.Accessor) is called, you can add values to the pack by using this method.
addToPack(T, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.Lister.CollectionLister
 
addType(PropertyInfoImpl<T, C, F, M>) - Method in interface com.sun.xml.bind.v2.model.impl.DummyPropertyInfo
 
addUsed(XmlNode) - Method in class com.sun.xml.bind.v2.runtime.AssociationMap
 
ALL - Static variable in class com.sun.tools.xjc.util.MimeTypeRange
 
all() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ContentModelContainer
 
all() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.TypeDefParticle
 
allNillable - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
 
allocateOffset() - Method in class com.sun.xml.bind.v2.runtime.property.UnmarshallerChain
Allocates a new Scope offset.
allowDom - Variable in enum com.sun.xml.bind.v2.model.core.WildcardMode
 
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 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.DummyListField
Annotate the field according to the recipes given as CPropertyInfo.
Annotated - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
annotateXMLSchema(XSSchemaSet) - Method in class com.sun.tools.xjc.ModelLoader
Annotates the obtained schema set.
annotation() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Annotated
 
Annotation - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
annotation() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Schema
 
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.
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 - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
any() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ContentModelContainer
 
any() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.NestedParticle
 
anyAttribute() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.AttrDecls
 
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
 
append(char) - Method in class com.sun.xml.bind.v2.runtime.output.Encoded
Appends a new character to the end of the buffer.
appinfo() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Annotation
 
Appinfo - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
apply(XSSchemaSet, ErrorReceiver) - Method in class com.sun.tools.xjc.reader.internalizer.SCDBasedBindingSet
Applies the additional binding customizations.
AptBasedTask - Class in com.sun.tools.jxc
Base class for tasks that eventually invoke APT.
AptBasedTask() - Constructor for class com.sun.tools.jxc.AptBasedTask
 
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
 
arguments - Variable in class com.sun.tools.jxc.apt.Options
 
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
 
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 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.
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
 
AssociationMap<XmlNode> - Class in com.sun.xml.bind.v2.runtime
Bi-directional map between elements, inner peers, and outer peers.
AssociationMap() - Constructor for class com.sun.xml.bind.v2.runtime.AssociationMap
 
attachmentMarshaller - Variable in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
attContainer(XSAttContainer) - Method in class com.sun.tools.xjc.reader.xmlschema.BindGreen
 
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
 
attName - Variable in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
Attribute name.
AttrDecls - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
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.FastInfosetStreamWriterOutput
 
attribute(int, String, String) - Method in class com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput
 
attribute(Name, String) - Method in class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
attribute(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
 
attribute() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.AttrDecls
 
attribute() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.SchemaTop
 
AttributeAccessor<BeanT> - Interface in com.sun.xml.bind.v2.runtime
 
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.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
 
attributeFormDefault(XmlNsForm) - Method in interface com.sun.tools.xjc.generator.annotation.spec.XmlSchemaWriter
 
attributeFormDefault(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Schema
 
AttributeProperty<BeanT> - Class in com.sun.xml.bind.v2.runtime.property
Property implementation for AttributePropertyInfo.
AttributeProperty(JAXBContextImpl, RuntimeAttributePropertyInfo) - Constructor for class com.sun.xml.bind.v2.runtime.property.AttributeProperty
 
AttributePropertyInfo<T,C> - Interface in com.sun.xml.bind.v2.model.core
Attribute PropertyInfo.
AttributesEx - Interface in com.sun.xml.bind.v2.runtime.unmarshaller
Attributes extension that allows attribute values to be exposed as CharSequence.
AttributesExImpl - Class in com.sun.xml.bind.v2.runtime.unmarshaller
AttributesEx implementation.
AttributesExImpl() - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.AttributesExImpl
 
AttributesImpl - Class in com.sun.tools.jxc.gen.config
Default implementation of the Attributes interface.
AttributesImpl() - Constructor for class com.sun.tools.jxc.gen.config.AttributesImpl
Construct a new, empty AttributesImpl object.
AttributesImpl(Attributes) - Constructor for class com.sun.tools.jxc.gen.config.AttributesImpl
Copy an existing Attributes object.
AttributesImpl - Class in com.sun.xml.bind.util
Default implementation of the Attributes interface.
AttributesImpl() - Constructor for class com.sun.xml.bind.util.AttributesImpl
Construct a new, empty AttributesImpl object.
AttributesImpl(Attributes) - Constructor for class com.sun.xml.bind.util.AttributesImpl
Copy an existing Attributes object.
AttributeType - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
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
 
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.
available() - Method in class com.sun.xml.bind.StringInputStream
 

$ 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 _