- C14N - Static variable in class com.sun.xml.bind.v2.runtime.MarshallerImpl
-
- c14nSupport - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
true to reorder attributes lexicographically in preparation of the c14n support.
- C14nXmlOutput - Class in com.sun.xml.bind.v2.runtime.output
-
- C14nXmlOutput(OutputStream, Encoded[], boolean, CharacterEscapeHandler) - Constructor for class com.sun.xml.bind.v2.runtime.output.C14nXmlOutput
-
- 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.
- 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()
.
- 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.CEnumLeafInfo
-
- canBeReferencedByIDREF() - Method in interface com.sun.xml.bind.v2.model.core.TypeInfo
-
True if this type is a valid target from a property annotated with XmlIDREF
.
- canBeReferencedByIDREF() - Method in class com.sun.xml.bind.v2.model.impl.ArrayInfoImpl
-
- 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.
- canBeType(RawTypeSet) - Method in class com.sun.tools.xjc.reader.RawTypeSet.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
.
- 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
-
- 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
-
- 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
-
- CClassInfo - Class in com.sun.tools.xjc.model
-
- 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
-
- CClassInfoParent.Package - Class in com.sun.tools.xjc.model
-
- CClassInfoParent.Visitor<T> - Interface in com.sun.tools.xjc.model
-
- 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
Plugin
s.
- CCustomizations - Class in com.sun.tools.xjc.model
-
- 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
-
- CElementInfo - Class in com.sun.tools.xjc.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
-
- 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, XSComponent, CCustomizations, 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.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(String) - 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.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.
- 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.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
.
- 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, boolean) - 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
-
- 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
-
- ClassBeanInfoImpl<BeanT> - Class in com.sun.xml.bind.v2.runtime
-
- ClassFactory - Class in com.sun.xml.bind.v2
-
Creates new instances of classes.
- ClassFactory() - Constructor for class com.sun.xml.bind.v2.ClassFactory
-
- ClassInfo<T,C> - Interface in com.sun.xml.bind.v2.model.core
-
Information about JAXB-bound class.
- ClassInfoImpl<T,C,F,M> - Class in com.sun.xml.bind.v2.model.impl
-
A part of the
ClassInfo
that doesn't depend on a particular
reflection library.
- classLoader - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
-
User-supplied ClassLoader
for converting name to Class
.
- ClassLocatable<C> - Class in com.sun.xml.bind.v2.model.annotation
-
- 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.
- 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.
- classpath - Variable in class com.sun.tools.jxc.ap.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
XSComponent
s and generated
CTypeInfo
s.
- 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.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.xml.bind.v2.model.impl.ClassInfoImpl
-
- cleanCache() - Static method in class com.sun.xml.bind.v2.ClassFactory
-
- clear() - Method in class com.sun.xml.bind.util.AttributesImpl
-
Clear the attribute list for reuse.
- clearCurrentProperty() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
-
Takes care of cleaning the currentProperty.
- clearStates() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
-
- close() - Method in class com.sun.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.unmarshaller.UnmarshallerImpl
-
Must be called from same thread which created the UnmarshallerImpl instance.
- close() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
-
- closeStartTag() - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
-
Writes '>' to close the start tag, if necessary.
- closeStartTagPending - Variable in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
-
Set to true to indicate that we need to write '>'
to close a start tag.
- CNonElement - Interface in com.sun.tools.xjc.model
-
- codeModel - Variable in class com.sun.tools.xjc.api.impl.s2j.PropertyImpl
-
- 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.
- 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
-
- CollectionLister(Class<? extends T>) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Lister.CollectionLister
-
- collectionMode - Variable in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
-
True to allow new URIs to be declared.
- CollisionCheckStack<E> - Class in com.sun.xml.bind.v2.util
-
Stack
-like data structure that allows the following efficient operations:
Push/pop operation.
- CollisionCheckStack() - Constructor for class com.sun.xml.bind.v2.util.CollisionCheckStack
-
- com.sun.tools.jxc - package com.sun.tools.jxc
-
- com.sun.tools.jxc.ap - package com.sun.tools.jxc.ap
-
Annotation Processing 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.accessors - package com.sun.tools.xjc.addon.accessors
-
- 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 programmatic 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.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
-
- 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 Annotation Processing).
- com.sun.xml.bind.v2.model.runtime - package com.sun.xml.bind.v2.model.runtime
-
The specialization of com.sun.xml.bind.v2.model.core
for the runtime.
- com.sun.xml.bind.v2.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
-
- 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(Name) - Method in class com.sun.xml.bind.v2.runtime.Name
-
- 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.
- compile() - Method in class com.sun.tools.jxc.ApBasedTask
-
- compile(String[], File) - Static method in class com.sun.tools.jxc.SchemaGenerator.Runner
-
- 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.
- 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
-
- 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
-
- 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
-
- CompositeTransducedAccessorImpl(JAXBContextImpl, Transducer<ValueT>, Accessor<BeanT, ValueT>) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
-
- 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
.
- ConfigReader - Class in com.sun.tools.jxc
-
This reads the config files passed by the user to annotation processing
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 annotation processing.
- ConfigReader(ProcessingEnvironment, Collection<? extends TypeElement>, 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
-
- 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 - Enum in com.sun.tools.jxc.ap
-
Defines constants used in the Annotation Processing 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.
- 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
-
- 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
-
- contentForWildcard - Variable in class com.sun.tools.xjc.Options
-
When on, generates content property for types with multiple xs:any derived elements (which is supposed to be correct behaviour)
- ContentListField - Class in com.sun.tools.xjc.generator.bean.field
-
Realizes a property as an untyped List
.
- ContentListField(ClassOutlineImpl, CPropertyInfo, JClass) - Constructor for class com.sun.tools.xjc.generator.bean.field.ContentListField
-
- 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
-
- context - Variable in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
-
- context - Variable in class com.sun.xml.bind.v2.runtime.property.UnmarshallerChain
-
- context - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.Scope
-
- context - Variable in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
-
Owning JAXBContext
- ContextFactory - Class in com.sun.xml.bind.v2
-
This class is responsible for producing RI JAXBContext objects.
- ContextFactory() - Constructor for class com.sun.xml.bind.v2.ContextFactory
-
- 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.xml.bind.v2.runtime.FilterTransducer
-
- count() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl
-
Number of total bindings declared.
- count() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
-
Gets the number of bindings declared on this element.
- CPluginCustomization - Class in com.sun.tools.xjc.model
-
Vendor extension customization contributed from
Plugin
s.
- 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
-
- create(JExpression) - Method in class com.sun.tools.xjc.generator.bean.field.ContentListField
-
- create(JExpression) - Method in class com.sun.tools.xjc.generator.bean.field.DummyListField
-
- 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.NoExtendedContentField
-
- 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(BigInteger, BigInteger) - Static method in class com.sun.tools.xjc.model.Multiplicity
-
- 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() - 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
-
- 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.
- create0(Class<T>) - Static method in class com.sun.xml.bind.v2.ClassFactory
-
Creates a new instance of the class but throw exceptions without catching it.
- createAccessorSeed(M, M) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
-
Creates a new GetterSetterPropertySeed
object.
- 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
-
- createAugmented(Class<?>) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
- createBinder(Class<T>) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
- createBinder() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
- createBridge(TypeReference) - Method in class com.sun.xml.bind.api.JAXBRIContext
-
Creates a mini-marshaller/unmarshaller that can process a
TypeReference
.
- createBridge(TypeReference) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
- createBridgeContext() - Method in class com.sun.xml.bind.api.JAXBRIContext
-
- 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
-
- createClassLoader() - Method in class com.sun.tools.xjc.XJCTask
-
- 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.CEnumLeafInfo
-
- createConstant(Outline, XmlString) - Method in interface com.sun.tools.xjc.model.TypeUse
-
Creates a constant for the given lexical value.
- createContentExtendedMixedReferenceProperty(String, XSComponent, RawTypeSet) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
-
- 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, boolean) - Static method in class com.sun.xml.bind.v2.ContextFactory
-
- createContext(Class[], Collection<TypeReference>, Map<Class, Class>, String, boolean, RuntimeAnnotationReader, boolean, boolean, 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.
- createDummyExtendedMixedReferenceProperty(String, XSComponent, RawTypeSet) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
-
- 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
-
- 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
-
- createFieldAccessor(Class, Field, boolean) - Method in interface com.sun.xml.bind.AccessorFactory
-
Access a field of the class.
- createFieldAccessor(Class, Field, boolean) - Method in class com.sun.xml.bind.AccessorFactoryImpl
-
Access a field of the class.
- createFieldAccessor(Class, Field, boolean, boolean) - Method in class com.sun.xml.bind.AccessorFactoryImpl
-
Access a field of the class.
- createFieldAccessor(Class, Field, boolean, boolean) - Method in interface com.sun.xml.bind.InternalAccessorFactory
-
Access a field of the class.
- createFieldSeed(F) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
-
Creates a new FieldPropertySeed
object.
- createInstance(UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
-
- createInstance(UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
-
- createInstance(UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
-
- createInstance(UnmarshallingContext) - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
-
Creates a new instance of the bean.
- createInstance(Class<?>) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
-
Creates a new instance of the specified class.
- createInstance(JaxBeanInfo) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
-
Creates a new instance of the specified class.
- createInstanceFromValue(Object) - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
-
- 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
-
- 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
-
- createMapProperty(PropertySeed<T, C, F, M>) - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
-
- createMarshaller() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
- createMethodWriter() - Method in class com.sun.tools.xjc.generator.bean.ClassOutlineImpl
-
- createMethodWriter(ClassOutlineImpl) - Method in enum com.sun.tools.xjc.generator.bean.ImplStructureStrategy
-
- createParameterizedType(NClass, NType...) - Static method in class com.sun.tools.xjc.model.nav.NavigatorImpl
-
Creates a
NType
representation for a parameterized type
RawType<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<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.
- createPropertyAccessor(Class, Method, Method) - Method in interface com.sun.xml.bind.AccessorFactory
-
Access a property of the class.
- createPropertyAccessor(Class, Method, Method) - Method in class com.sun.xml.bind.AccessorFactoryImpl
-
Access a property of the class.
- createQName() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.TagName
-
Creates QName
.
- createQName() - Method in class com.sun.xml.bind.v2.util.QNameMap.Entry
-
- createReferenceProperty(String, boolean, XSComponent, RawTypeSet, boolean, boolean, boolean, 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
-
- 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.)
- createSchema() - Method in class com.sun.tools.jxc.SchemaGenTask
-
- createSchemaCompiler() - Static method in class com.sun.tools.xjc.api.XJC
-
- 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
-
- 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
-
- createUnmarshalException(SAXException) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
-
- createUnmarshaller() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
- createUnmarshallerHandler(InfosetScanner, boolean, JaxBeanInfo) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
-
Creates and configures a new unmarshalling pipe line.
- createValidator() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
- createValueProperty(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
-
- 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
-
- createXSOM(DOMForest, SCDBasedBindingSet) - Method in class com.sun.tools.xjc.ModelLoader
-
- 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
-
- CReferencePropertyInfo(String, boolean, boolean, boolean, XSComponent, CCustomizations, Locator, boolean, boolean, boolean) - Constructor for class com.sun.tools.xjc.model.CReferencePropertyInfo
-
- CTypeInfo - Interface in com.sun.tools.xjc.model
-
- CTypeRef - Class in com.sun.tools.xjc.model
-
- 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
-
- 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
-
- CValuePropertyInfo(String, XSComponent, CCustomizations, Locator, TypeUse, QName) - Constructor for class com.sun.tools.xjc.model.CValuePropertyInfo
-
- CWildcardTypeInfo - Class in com.sun.tools.xjc.model
-
- 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.
- 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(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.ContentListField
-
- generateAccessors() - Method in class com.sun.tools.xjc.generator.bean.field.DummyListField
-
- generateAccessors() - Method in class com.sun.tools.xjc.generator.bean.field.NoExtendedContentField
-
- 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 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
-
- generatedFile(String, int, int) - Method in class com.sun.tools.xjc.XJCListener
-
Called for each file generated by XJC.
- 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 interface com.sun.tools.xjc.api.J2SJAXBModel
-
Generates the episode file from the model.
- 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
-
- 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 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(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(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(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
-
- get(JAXBContextImpl, RuntimeNonElementRef) - Static method in class com.sun.xml.bind.v2.runtime.reflect.TransducedAccessor
-
- get() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
-
Gets the raw data.
- get(int) - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
-
- get(String, String) - Method in class com.sun.xml.bind.v2.util.QNameMap
-
Returns the value to which the specified keys are mapped in this QNameMap,
or null if the map contains no mapping for this key.
- get(QName) - Method in class com.sun.xml.bind.v2.util.QNameMap
-
- getAccessor() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
-
- 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 interface com.sun.xml.bind.v2.model.core.AttributePropertyInfo
-
- getAdapter() - Method in interface com.sun.xml.bind.v2.model.core.ElementPropertyInfo
-
- getAdapter() - Method in interface com.sun.xml.bind.v2.model.core.PropertyInfo
-
- getAdapter() - Method in interface com.sun.xml.bind.v2.model.core.ReferencePropertyInfo
-
- getAdapter() - Method in interface com.sun.xml.bind.v2.model.core.ValuePropertyInfo
-
- getAdapter(Class<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.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.
- 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
-
- getAllElements() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
-
- getAllFieldAnnotations(VariableElement, Locatable) - Method in class com.sun.tools.jxc.ap.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(ExecutableElement, Locatable) - Method in class com.sun.tools.jxc.ap.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 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
Plugin
s 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
-
- 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, String) - Static method in class com.sun.tools.xjc.reader.dtd.bindinfo.DOMUtil
-
- getAttributeFormDefault() - Method in class com.sun.tools.xjc.generator.bean.PackageOutlineImpl
-
The attribute form default for this package.
- getAttributeFormDefault(String) - Method in class com.sun.tools.xjc.model.Model
-
- getAttributeFormDefault() - Method in interface com.sun.tools.xjc.outline.PackageOutline
-
The attribute form default for this package.
- getAttributeFormDefault(String) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
-
Gets the reasonable XmlNsForm
for the given namespace URI.
- getAttributeWildcard() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo
-
- getBase() - Method in class com.sun.xml.bind.v2.runtime.output.NamespaceContextImpl.Element
-
- getBaseClass(TypeMirror, TypeElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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(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.
- 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() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
-
- 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
-
- getBuffer() - Method in class com.sun.xml.bind.v2.util.ByteArrayOutputStreamEx
-
- 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
-
- 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 interface com.sun.tools.xjc.reader.xmlschema.bindinfo.BIDeclaration
-
- getChildren() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
-
- getClassAnnotation(Class<A>, TypeElement, Locatable) - Method in class com.sun.tools.jxc.ap.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.ap.InlineAnnotationReaderImpl
-
- getClassArrayValue(Annotation, String) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
-
- 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
-
- getClasses() - Method in interface com.sun.tools.xjc.outline.PackageOutline
-
- getClassesToBeIncluded() - Method in class com.sun.tools.jxc.ConfigReader
-
This 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(C) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
-
- 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 interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
-
- getClassList() - Method in interface com.sun.tools.xjc.api.JAXBModel
-
- getClassLocation(TypeElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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(TypeElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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(TypeElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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.ap.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(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() - 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
-
- getClazz() - Method in interface com.sun.xml.bind.v2.model.core.RegistryInfo
-
Returns the class with XmlRegistry
.
- getClazz() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
-
- getClazz() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
-
- getClazz() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeLeafInfo
-
- 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
.
- getCollectionMode() - Method in class com.sun.tools.xjc.reader.RawTypeSet
-
- getColumnNumber() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
-
- getColumnNumber() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
-
- 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.
- getCompilationMessage() - Method in class com.sun.tools.jxc.ApBasedTask
-
- getCompilationMessage() - Method in class com.sun.tools.jxc.SchemaGenTask
-
- getComponentType(TypeMirror) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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.
- 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>
.
- getContentList(JClass) - Method in class com.sun.tools.xjc.generator.bean.field.FieldRendererFactory
-
- 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 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
-
- getContext() - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
-
- getContext() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
-
- getContext() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
-
- getContext() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
-
- getContext() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
-
- getContext() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
-
Gets the context.
- getContext() - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
-
- 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.
- getCoreClassName() - Method in class com.sun.tools.xjc.XJCTask
-
- getCoreListType() - Method in class com.sun.tools.xjc.generator.bean.field.ContentListField
-
- getCoreListType() - Method in class com.sun.tools.xjc.generator.bean.field.DummyListField
-
- getCoreListType() - Method in class com.sun.tools.xjc.generator.bean.field.NoExtendedContentField
-
- 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.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.
- getCurrentExpectedAttributes() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
-
Allows to access attributes which are expected in current state.
- getCurrentExpectedElements() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
-
Allows to access elements which are expected in current state.
- getCurrentLocation() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
-
- getCurrentLocation(String) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
-
- getCurrentProperty() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
-
May return null when the property hasn't been set.
- getCurrentRoot() - Method in class com.sun.tools.xjc.reader.xmlschema.ClassSelector
-
- 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 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.CEnumConstant
-
- 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(TypeElement, String) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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(TypeElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- getDeclaredFields(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
-
- getDeclaredFields() - Method in class com.sun.tools.xjc.outline.ClassOutline
-
- 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(TypeElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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(VariableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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(ExecutableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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
-
- getDefaultValue() - Method in interface com.sun.xml.bind.v2.model.core.TypeRef
-
The default value for this element if any.
- getDocument() - Method in interface com.sun.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.
- getDummyList(JClass) - Method in class com.sun.tools.xjc.generator.bean.field.FieldRendererFactory
-
- 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(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.
- 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
-
- getElementInfo(Class, QName) - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
-
- getElementLocalName(BeanT) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
-
- getElementLocalName(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.
- getElementMappings(NClass) - Method in class com.sun.tools.xjc.model.Model
-
- getElementMappings(C) - Method in interface com.sun.xml.bind.v2.model.core.TypeInfoSet
-
- 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(Class) - Method in class com.sun.xml.bind.api.JAXBRIContext
-
Allows to retrieve the element name based on Class.
- 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
-
- getElementName() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
-
- getElementName(Object) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
- getElementName(Class) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
- 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.
- getElementPropertyAccessor(Class<B>, String, String) - Method in class com.sun.xml.bind.api.JAXBRIContext
-
Gets a
RawAccessor
for the specified element property of the specified wrapper bean class.
- getElementPropertyAccessor(Class, String, String) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
- getElementPropertyAccessor(String, String) - Method in interface com.sun.xml.bind.v2.runtime.property.Property
-
If this property is mapped to the specified element,
return an accessor to it.
- getElements() - Method in 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 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
-
- 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(TypeElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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
-
- getErrorHandler() - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
-
- getErrorHandler() - Method in class com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl
-
- 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
-
- 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.
- getExpectedAttributes() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LeafPropertyXsiLoader
-
- getExpectedAttributes() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
-
Returns a set of tag names expected as possible child elements in this context.
- getExpectedAttributes() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
-
- getExpectedAttributes() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
-
- getExpectedAttributes() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.XsiTypeLoader
-
- getExpectedChildElements() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LeafPropertyXsiLoader
-
- getExpectedChildElements() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
-
Returns a set of tag names expected as possible child elements in this context.
- getExpectedChildElements() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
-
- getExpectedChildElements() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
-
- getExpectedMimeType() - Method in class com.sun.tools.xjc.model.CBuiltinLeafInfo
-
- 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 interface com.sun.tools.xjc.model.TypeUse
-
A
TypeUse
can have an associated MIME type.
- getExpectedMimeType() - Method in class com.sun.tools.xjc.reader.RawTypeSet
-
- getExpectedMimeType() - Method in class com.sun.tools.xjc.reader.RawTypeSet.Ref
-
- 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.
- getFactoryMethod() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
-
- getFactoryMethod() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo
-
- getFailedMessage() - Method in class com.sun.tools.jxc.ApBasedTask
-
- getFailedMessage() - Method in class com.sun.tools.jxc.SchemaGenTask
-
- 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>, VariableElement, Locatable) - Method in class com.sun.tools.jxc.ap.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(VariableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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(VariableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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.v2.runtime.property.Property
-
- 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
-
- getFieldType(VariableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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
-
- 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(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.
- 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.AttributeProperty
-
- getIdValue(BeanT) - Method in interface com.sun.xml.bind.v2.runtime.property.Property
-
Gets the value of the property.
- getIdValue(BeanT) - Method in class com.sun.xml.bind.v2.runtime.property.ValueProperty
-
- 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
-
- 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 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 interface com.sun.xml.bind.v2.runtime.property.Property
-
- 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 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 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 interface com.sun.xml.bind.v2.model.runtime.RuntimeMapPropertyInfo
-
- getKind() - Method in class com.sun.xml.bind.v2.runtime.property.AttributeProperty
-
- getKind() - Method in interface com.sun.xml.bind.v2.runtime.property.Property
-
Gets the Kind of property
- getKind() - Method in class com.sun.xml.bind.v2.runtime.property.ValueProperty
-
- getKnownNamespaceURIs() - Method in class com.sun.xml.bind.api.JAXBRIContext
-
Gets the namespace URIs statically known to this JAXBContext
.
- getKnownNamespaceURIs() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
- getLatestPushResult() - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
-
- getLength() - Method in class com.sun.xml.bind.util.AttributesImpl
-
Return the number of attributes in the list.
- 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.
- 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
-
- 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.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.
- 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.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 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.ArrayInfoImpl
-
- getLocation() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
-
- getLocation() - Method in class com.sun.xml.bind.v2.runtime.Coordinator
-
Gets the current location.
- getLocation() - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx
-
Gets the current location in a ValidationEventLocator
object.
- getLocation() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
-
- getLocation() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
-
- getLocation() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
-
- 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.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
-
- getLocator() - Method in class com.sun.xml.bind.unmarshaller.DOMScanner
-
- getLocator() - Method in interface com.sun.xml.bind.unmarshaller.InfosetScanner
-
- getLocator() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
-
Gets the current source location information in SAX Locator
.
- getLocatorField() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeClassInfo
-
If this JAXB bean has a property annotated with
XmlLocation
,
this method returns it.
- getMappings() - Method in interface com.sun.tools.xjc.api.S2JJAXBModel
-
Gets a read-only view of all the
Mapping
s.
- 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>, ExecutableElement, Locatable) - Method in class com.sun.tools.jxc.ap.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(ExecutableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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(ExecutableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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>, ExecutableElement, int, Locatable) - Method in class com.sun.tools.jxc.ap.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(ExecutableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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
-
- 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
-
- 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
-
- 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.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
-
- getNavigator() - Method in class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
-
- 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
- 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.accessors.PluginImpl
-
- 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
-
- getOptions() - Method in exception com.sun.tools.xjc.BadCommandLineException
-
Gets the partly parsed option object, if any.
- 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.
- 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.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
-
- 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>, TypeElement, Locatable) - Method in class com.sun.tools.jxc.ap.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(TypeElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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(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
-
- 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.
- 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
-
- getPredictor() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
-
- getPredictor() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
-
Deprecated.
- getPredictor() - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
-
- 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.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.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.ApNavigator
-
- 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
-
- getProcessor() - Method in class com.sun.tools.jxc.ApBasedTask
-
Creates a factory that does the actual job.
- getProcessor() - Method in class com.sun.tools.jxc.SchemaGenTask
-
- 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 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(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 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.
- 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
-
- getQName(int) - Method in class com.sun.xml.bind.util.AttributesImpl
-
Return an attribute's qualified (prefixed) name.
- 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.generator.bean.field.IsSetField
-
- getRawType() - Method in interface com.sun.tools.xjc.outline.FieldOutline
-
Gets the type of the "raw value".
- 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.
- getRecursive() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIClass
-
- 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.
- getReferer(XSType) - Method in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
-
Find all types that refer to the given complex type.
- 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.Ref
s that were built.
- getRegistry(String) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
-
- 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(ExecutableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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.
- getRuntimeTypeInfoSet() - Method in class com.sun.xml.bind.api.JAXBRIContext
-
Allows you to access the runtime model information of the JAXB XML/Java binding.
- getRuntimeTypeInfoSet() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
- getSchema() - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
-
- getSchema() - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
-
- getSchema() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
-
- 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.CEnumConstant
-
- 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
-
- 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.
- 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 interface com.sun.xml.bind.v2.model.core.PropertyInfo
-
The effective value of XmlSchemaType
annotation, if any.
- getSchemaType() - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
-
- getScope() - Method in 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
-
- 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.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 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
-
- getStructureLoader() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
-
Gets StructureLoader if used as loader.
- 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.
- getSubstitutionMembers() - Method in class com.sun.tools.xjc.model.CElementInfo
-
- getSubstitutionMembers() - Method in interface com.sun.xml.bind.v2.model.core.ElementInfo
-
- getSuperClass(TypeElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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
-
- 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.
- 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 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).
- getter - Variable in class com.sun.xml.bind.v2.runtime.reflect.Accessor.GetterSetterReflection
-
- GetterOnlyReflection(Method) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor.GetterOnlyReflection
-
- GetterSetterReflection(Method, Method) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor.GetterSetterReflection
-
- getTransducer() - Method in 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.RuntimeBuiltinLeafInfoImpl
-
- getTransducer() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeLeafInfo
-
This method doesn't take the reference properties defined on
RuntimeNonElementRef
into account (such as ID-ness.)
- getTransducer() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElement
-
This method doesn't take the reference properties defined on
RuntimeNonElementRef
into account (such as ID-ness.)
- getTransducer() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElementRef
-
If the XML representation of the referenced Java type is just a text,
return a transducer that converts between the bean and XML.
- getTransducer() - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
-
- getTransducer() - Method in class com.sun.xml.bind.v2.runtime.CompositeStructureBeanInfo
-
- getTransducer() - Method in class com.sun.xml.bind.v2.runtime.ElementBeanInfoImpl
-
- getTransducer() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
-
If the bean's representation in XML is just a text,
this method return a
Transducer
that lets you convert
values between the text and the bean.
- getType() - Method in interface com.sun.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.ContentListField
-
- getType(Aspect) - Method in class com.sun.tools.xjc.generator.bean.field.NoExtendedContentField
-
- 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
-
- 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.ArrayInfoImpl
-
- getType() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
-
- getType() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeArrayInfo
-
Represents T[].
- getType() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeElementInfo
-
Returns the custom JAXBElement
class tailored this element.
- getTypeArgument(TypeMirror, int) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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 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
-
- 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 interface com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
-
- getTypeInfoSet() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
- getTypeName(TypeMirror) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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() - Method in class com.sun.tools.xjc.model.CTypeRef
-
- 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.ArrayInfoImpl
-
- getTypeName() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
-
- getTypeName(T) - Method in class com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl
-
- getTypeName(T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
-
Gets the display name of the type object
- getTypeName(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(ValueT) - Method in interface com.sun.xml.bind.v2.runtime.Transducer
-
Transducers implicitly work against a single XML type,
but sometimes (most notably XMLGregorianCalendar
,
an instance may choose different XML types.
- getTypeNames() - Method in class com.sun.xml.bind.v2.model.impl.BuiltinLeafInfoImpl
-
Returns all the type names recognized by this bean info.
- getTypeNames() - Method in interface com.sun.xml.bind.v2.model.runtime.RuntimeLeafInfo
-
Returns all the type names recognized by this type for unmarshalling.
- getTypeNames() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
-
Returns XML Schema type names if the bean is mapped from
a complex/simple type of XML Schema.
- getTypeReference() - Method in class com.sun.xml.bind.api.Bridge
-
- 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 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.
- getUnmarshallerHandler() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
-
- 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
-
- getUpstream() - Method in class com.sun.xml.bind.v2.model.annotation.LocatableAnnotation
-
- getUpstream() - Method in class com.sun.xml.bind.v2.model.annotation.MethodLocatable
-
- getUpstream() - Method in class com.sun.xml.bind.v2.model.annotation.Quick
-
- getURI(int) - Method in class com.sun.xml.bind.util.AttributesImpl
-
Return an attribute's Namespace URI.
- getURL() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
-
- getUsage() - Method in class com.sun.tools.xjc.addon.accessors.PluginImpl
-
- 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() - Method in enum com.sun.tools.jxc.ap.Const
-
- 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 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.ApNavigator
-
- 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.
- 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.
- 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.
- getXmlNsSet() - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
Returns declared XmlNs annotations (from package-level annotation XmlSchema
- 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.xml.bind.v2.runtime.XMLSerializer
-
- Graph - Class in com.sun.tools.xjc.reader.gbind
-
- Graph(Expression) - Constructor for class com.sun.tools.xjc.reader.gbind.Graph
-
- group(Multiplicity, Multiplicity) - Static method in class com.sun.tools.xjc.model.Multiplicity
-
- guessSchemaLanguage() - Method in class com.sun.tools.xjc.Options
-
Guesses the schema language.
- guyWhoSetTheTableToNull - Variable in class com.sun.xml.bind.v2.runtime.Coordinator
-
- 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.reader.RawTypeSet
-
- id() - Method in class com.sun.tools.xjc.reader.RawTypeSet.Ref
-
- 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.
- 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.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.
- 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_READER_STATE - Static variable in class com.sun.xml.bind.unmarshaller.Messages
-
- IllegalAnnotationException - Exception in com.sun.xml.bind.v2.runtime
-
Signals an incorrect use of JAXB annotations.
- IllegalAnnotationException(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
-
- IllegalAnnotationsException(List<IllegalAnnotationException>) - Constructor for exception com.sun.xml.bind.v2.runtime.IllegalAnnotationsException
-
- IllegalAnnotationsException.Builder - Class in com.sun.xml.bind.v2.runtime
-
- 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
-
- 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
-
- IMPROVED_XSI_TYPE_HANDLING - Static variable in class com.sun.xml.bind.api.JAXBRIContext
-
Improves handling of xsi:type used on leaf properties.
- improvedXsiTypeHandling - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
Improved xsi type handling.
- 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
-
- IndentingUTF8XmlOutput(OutputStream, String, Encoded[], CharacterEscapeHandler) - 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 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.
- 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 if 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(ProcessingEnvironment) - Method in class com.sun.tools.jxc.ap.AnnotationParser
-
- 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
-
- InlineAnnotationReaderImpl - Class in com.sun.tools.jxc.ap
-
AnnotationReader
implementation that reads annotation inline from Annoation Processing.
- 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.
- 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
-
- InPlaceDOMOutput - Class in com.sun.xml.bind.v2.runtime.output
-
- InPlaceDOMOutput(Node, AssociationMap) - Constructor for class com.sun.xml.bind.v2.runtime.output.InPlaceDOMOutput
-
- 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
-
- 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
-
- InternalAccessorFactory - Interface in com.sun.xml.bind
-
A means to allow the user to provide customized Accessor
to be used by JAXB.
- InternalizationLogic - Interface in com.sun.tools.xjc.reader.internalizer
-
Encapsulates schema-language dependent internalization logic.
- 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(TypeElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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 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 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.
- isArray(TypeMirror) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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.ApNavigator
-
- 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 interface com.sun.tools.xjc.model.nav.NType
-
Returns true iff this type represents a class that has a unboxed form.
- isBridgeMethod(ExecutableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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.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.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.
- 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')
- 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.
- isConstantProperty() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIProperty
-
Gets the value of the property constantProperty.
- isContent() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
-
- 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.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.
- isDummy() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
-
- 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
-
- isElement() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
-
- isElement() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
-
Returns true if the bean is mapped to/from an XML element.
- isEmpty() - Method in class com.sun.xml.bind.v2.util.QNameMap
-
Returns true if this map is empty.
- isEnum(TypeElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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
-
- isEqual(BIGlobalBinding) - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
-
- isExtensionMode() - Method in class com.sun.tools.xjc.Options
-
- isFinal(TypeElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- isFinal() - Method in class com.sun.tools.xjc.model.CClassInfo
-
- isFinal(NClass) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
-
- 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
-
- isFinalMethod(ExecutableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- isFinalMethod(Void) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
-
- isFinalMethod(M) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
-
Returns true if the method is final.
- isFinalMethod(Method) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
-
- isGenerateElementClass() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
-
- isGenerateMixedExtensions() - Method in class com.sun.tools.xjc.reader.xmlschema.BGMBuilder
-
- isGenerateMixedExtensions() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
-
- isHiddenByOverride() - Method in interface com.sun.xml.bind.v2.runtime.property.Property
-
- isImmutable() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
-
Returns true if the bean is immutable.
- isInnerClass(TypeElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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(TypeElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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
-
- isJavaNamingConventionEnabled() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
-
- 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
-
- 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
-
- 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 String
s to represent
mixed content model.
- isMixedExtendedCust() - Method in class com.sun.tools.xjc.model.CReferencePropertyInfo
-
- isNilIncluded() - Method in interface com.sun.xml.bind.v2.runtime.AttributeAccessor
-
- isNilIncluded - Variable in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
-
- isNilIncluded() - Method in class com.sun.xml.bind.v2.runtime.JaxBeanInfo
-
- 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.
- isOptional() - Method in class com.sun.tools.xjc.model.Multiplicity
-
returns true if the multiplicity is (0,1)
- 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(ExecutableElement, TypeElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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.ApNavigator
-
- 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.ApNavigator
-
- 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(VariableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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(ExecutableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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
-
- isRecognizableExtension(String) - Method in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
-
Checks if the given namespace URI can be potentially recognized
by this XJC.
- isRepeated() - Method in enum com.sun.tools.xjc.model.CElementPropertyInfo.CollectionMode
-
- 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() - Method in class com.sun.tools.xjc.reader.gbind.ConnectedComponent
-
- 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.
- 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
-
- isSameType(TypeMirror, TypeMirror) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- isSameType(NType, NType) - Method in class com.sun.tools.xjc.model.nav.NavigatorImpl
-
- isSameType(T, T) - Method in interface com.sun.xml.bind.v2.model.nav.Navigator
-
Checks if types are the same
- isSameType(Type, Type) - Method in class com.sun.xml.bind.v2.model.nav.ReflectionNavigator
-
- 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.ArrayInfoImpl
-
- isSimpleType() - Method in class com.sun.xml.bind.v2.model.impl.ClassInfoImpl
-
- isSimpleTypeSubstitution() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIGlobalBinding
-
- isStaticField(VariableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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(ExecutableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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
-
- isSubClassOf(TypeMirror, TypeMirror) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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(VariableElement) - Method in class com.sun.tools.jxc.model.nav.ApNavigator
-
- 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).
- isValidating() - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
-
- 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.
- isValueTypeAbstractable() - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
-
- 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.
- 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
-
- iterator() - Method in class com.sun.tools.xjc.reader.gbind.Graph
-
- iterator() - Method in class com.sun.tools.xjc.reader.xmlschema.bindinfo.BindInfo
-
- 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.
- 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(Node, boolean) - 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
-
- SCDBasedBindingSet - Class in com.sun.tools.xjc.reader.internalizer
-
Set of binding nodes that have target nodes specified via SCD.
- Schema() - Constructor for class com.sun.tools.jxc.SchemaGenTask.Schema
-
- 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 instantiate 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
-
- 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.ap
-
Processor
that implements the schema generator
command line tool.
- SchemaGenerator() - Constructor for class com.sun.tools.jxc.ap.SchemaGenerator
-
- SchemaGenerator(Map<String, File>) - Constructor for class com.sun.tools.jxc.ap.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
-
- SchemaGeneratorFacade - Class in com.sun.tools.jxc
-
CLI entry point to schemagen that checks for JDK 5.0
- SchemaGeneratorFacade() - Constructor for class com.sun.tools.jxc.SchemaGeneratorFacade
-
- SchemaGenTask - Class in com.sun.tools.jxc
-
Ant task to invoke the schema generator.
- SchemaGenTask() - Constructor for class com.sun.tools.jxc.SchemaGenTask
-
- SchemaGenTask.Schema - Class in com.sun.tools.jxc
-
Nested schema element to specify the namespace -> file name mapping.
- schemaLanguage - Variable in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
-
Namespace URI of the target schema language.
- SchemaTypeTransducer<V> - Class in com.sun.xml.bind.v2.runtime
-
Transducer
that signals the runtime that this datatype
is marshalled to a different XML Schema type.
- SchemaTypeTransducer(Transducer<V>, QName) - Constructor for class com.sun.xml.bind.v2.runtime.SchemaTypeTransducer
-
- Scope<BeanT,PropT,ItemT,PackT> - Class in com.sun.xml.bind.v2.runtime.unmarshaller
-
Holds the information about packing scope.
- selectLoader(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.LeafPropertyXsiLoader
-
- selectLoader(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
-
Picks the loader to delegate to.
- selectLoader(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.WildcardLoader
-
- selectLoader(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
-
- selectRootLoader(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
Based on the tag name, determine what object to unmarshal,
and then set a new object and its loader to the current unmarshaller state.
- selectRootLoader(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
-
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(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.property.AttributeProperty
-
Marshals one attribute.
- 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, Object) - Method in interface com.sun.xml.bind.v2.runtime.property.Property
-
- serializeBody(BeanT, XMLSerializer, Object) - Method in class com.sun.xml.bind.v2.runtime.property.ValueProperty
-
- serializer - Variable in class com.sun.xml.bind.v2.runtime.MarshallerImpl
-
- serializer - Variable in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
-
- serializeRoot(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
-
- serializeRoot(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.
- 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.property.AttributeProperty
-
- serializeURIs(BeanT, XMLSerializer) - Method in interface com.sun.xml.bind.v2.runtime.property.Property
-
- serializeURIs(BeanT, XMLSerializer) - Method in class com.sun.xml.bind.v2.runtime.property.ValueProperty
-
- 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(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(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
-
- 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
-
- setAllNillable(boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
-
- setAnnotationReader(RuntimeAnnotationReader) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
-
- setAttachmentMarshaller(AttachmentMarshaller) - Method in class com.sun.xml.bind.api.BridgeContext
-
Deprecated.
Sets the AttachmentMarshaller
.
- setAttachmentMarshaller(AttachmentMarshaller) - Method in class com.sun.xml.bind.v2.runtime.BridgeContextImpl
-
- setAttachmentMarshaller(AttachmentMarshaller) - Method in class com.sun.xml.bind.v2.runtime.MarshallerImpl
-
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class com.sun.xml.bind.api.BridgeContext
-
Deprecated.
Sets the AttachmentUnmarshaller
.
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class com.sun.xml.bind.v2.runtime.BridgeContextImpl
-
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
-
- setAttribute(int, String, String, String, String, String) - Method in class com.sun.xml.bind.util.AttributesImpl
-
Set an attribute in the list.
- setAttributes(Attributes) - Method in class com.sun.xml.bind.util.AttributesImpl
-
Copy an entire Attributes object.
- 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
-
- setC14NSupport(boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
-
- 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
-
- setClasses(Class[]) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
-
- setClassNameAllocator(ClassNameAllocator) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
-
- setClassNameAllocator(ClassNameAllocator) - Method in interface com.sun.tools.xjc.api.SchemaCompiler
-
- 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
.
- setDefaultNsUri(String) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
-
- 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.TDTDReader
-
- setDocumentLocator(Locator) - Method in class com.sun.tools.xjc.reader.internalizer.AbstractReferenceFinderImpl
-
- 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
-
- setEncoding(String) - Method in class com.sun.tools.xjc.XJC2Task
-
- 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
-
- setEpisode(File) - Method in class com.sun.tools.jxc.SchemaGenTask
-
Sets the episode file to be generated.
- setEpisodeFile(File) - Method in class com.sun.tools.jxc.ap.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
-
- 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.
- setFieldRendererFactory(FieldRendererFactory, Plugin) - Method in class com.sun.tools.xjc.Options
-
- setFile(String) - Method in class com.sun.tools.jxc.SchemaGenTask.Schema
-
- 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
-
- setHiddenByOverride(boolean) - Method in interface com.sun.xml.bind.v2.runtime.property.Property
-
- setImprovedXsiTypeHandling(boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
-
- setIndentStep(int) - Method in class com.sun.xml.bind.marshaller.DataWriter
-
- 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
-
- 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.
- 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
-
- setNamespace(String) - Method in class com.sun.tools.jxc.SchemaGenTask.Schema
-
- 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(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.
- setRetainPropertyInfo(boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
-
- 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
-
- setSource(String) - Method in class com.sun.tools.xjc.XJCTask
-
The version of the compiler to run
- setStackSize(String) - Method in class com.sun.tools.xjc.XJC2Task
-
- setStringData(String) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
-
- setSubclassReplacements(Map<Class, Class>) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
-
- setSubstitutionHead(CElementInfo) - Method in class com.sun.tools.xjc.model.CElementInfo
-
- setSupressAccessorWarnings(boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
-
- 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.runtime.reflect.Accessor.GetterSetterReflection
-
- SetterOnlyReflection(Method) - Constructor for class com.sun.xml.bind.v2.runtime.reflect.Accessor.SetterOnlyReflection
-
- setThreadAffinity() - Method in class com.sun.xml.bind.v2.runtime.Coordinator
-
- 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.
- setTypeRefs(Collection<TypeReference>) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
-
- setUnadapted(BeanT, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.Accessor
-
Sets the value without adapting the value.
- setupCommandlineSwitches(Commandline) - Method in class com.sun.tools.jxc.ApBasedTask
-
Implemented by the derived class to set up command line switches passed to annotation processing.
- setupCommandlineSwitches(Commandline) - Method in class com.sun.tools.jxc.SchemaGenTask
-
- 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
-
- 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
-
- setXmlAccessorFactorySupport(boolean) - Method in class com.sun.xml.bind.v2.runtime.JAXBContextImpl.JAXBContextBuilder
-
- setXmlDecl(boolean) - Method in class com.sun.xml.bind.marshaller.XMLWriter
-
Set whether the writer should print out the XML declaration
(<?xml version='1.0' ...
- 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.
- 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
-
- SimpleTypeBuilder - Class in com.sun.tools.xjc.reader.xmlschema
-
- SimpleTypeBuilder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.SimpleTypeBuilder
-
- Single(Loader, Accessor) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader.Single
-
- 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
-
- SinglePrimitiveAccessField - Class in com.sun.tools.xjc.generator.bean.field
-
- SinglePrimitiveAccessField(ClassOutlineImpl, CPropertyInfo) - Constructor for class com.sun.tools.xjc.generator.bean.field.SinglePrimitiveAccessField
-
- 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() - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
-
- size() - Method in class com.sun.xml.bind.v2.util.QNameMap
-
Returns the number of keys-value mappings in this map.
- skip(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.
- Snapshot(LocatorEx) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx.Snapshot
-
- 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.
- StackRecorder - Class in com.sun.xml.bind.v2.util
-
Created to record the caller stack trace in logging.
- StackRecorder() - Constructor for class com.sun.xml.bind.v2.util.StackRecorder
-
- standard - Static variable in interface com.sun.xml.bind.api.impl.NameConverter
-
The name converter implemented by Code Model.
- Standard() - Constructor for class com.sun.xml.bind.api.impl.NameConverter.Standard
-
- 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(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(LocatorEx, NamespaceContext) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
-
- 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 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.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.VersionChecker
-
- 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(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.LeafPropertyXsiLoader
-
- startElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
-
Called when the loader is activated, which is when a new start tag is seen
and when the parent designated this loader as the child loader.
- startElement(UnmarshallingContext.State, TagName) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
-
- startElement(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 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
-
- 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, 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.
- startPrefixMapping(String, String) - Method in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
-
- 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.unmarshaller.InterningXmlVisitor
-
- startPrefixMapping(String, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
-
- startPrefixMapping(String, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
-
- startPrefixMapping(String, String) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
-
- startScope(int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
-
Starts a new packing scope.
- Static(Locator, TypeUse) - Constructor for class com.sun.tools.xjc.reader.xmlschema.bindinfo.BIConversion.Static
-
- 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
-
- 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
-
- superClazz - Variable in class com.sun.xml.bind.v2.runtime.ClassBeanInfoImpl
-
- SUPRESS_ACCESSOR_WARNINGS - Static variable in class com.sun.xml.bind.api.JAXBRIContext
-
Supress security warnings when trying to access fields through reflection.
- supressAccessorWarnings - Variable in class com.sun.xml.bind.v2.runtime.JAXBContextImpl
-
Supress reflection accessor warnings.
- SWA_URI - Static variable in class com.sun.xml.bind.v2.WellKnownNamespace
-
- SwaRefAdapter - Class in com.sun.xml.bind.v2.runtime
-
XmlAdapter
that binds the value as a SOAP attachment.
- SwaRefAdapter() - Constructor for class com.sun.xml.bind.v2.runtime.SwaRefAdapter
-
- 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
-