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

S

S2JJAXBModel - Interface in com.sun.tools.xjc.api
JAXBModel that exposes additional information available only for the schema->java direction.
SAX2DOMEx - Class in com.sun.xml.bind.marshaller
Builds a DOM tree from SAX2 events.
SAX2DOMEx(Node) - Constructor for class com.sun.xml.bind.marshaller.SAX2DOMEx
 
SAX2DOMEx() - Constructor for class com.sun.xml.bind.marshaller.SAX2DOMEx
Creates a fresh empty DOM document and adds nodes under this document.
SAXConnector - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Receives SAX events and convert them to our internal events.
SAXConnector(XmlVisitor, LocatorEx) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
SAXLocator - Class in com.sun.xml.bind.validator
 
SAXLocator() - Constructor for class com.sun.xml.bind.validator.SAXLocator
 
SAXMarshaller - Class in com.sun.xml.bind.marshaller
Deprecated. in JAXB1.0.1
SAXMarshaller(ContentHandler, MarshallerImpl) - Constructor for class com.sun.xml.bind.marshaller.SAXMarshaller
Deprecated. Creates a marshalling context by designating the ContentHandler that receives generated SAX2 events.
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
 
SAXUnmarshallerHandler - Interface in com.sun.xml.bind.unmarshaller
Deprecated. in JAXB1.0.1
SAXUnmarshallerHandlerImpl - Class in com.sun.xml.bind.unmarshaller
Deprecated. in JAXB1.0.1
SAXUnmarshallerHandlerImpl(UnmarshallerImpl, TypeRegistry) - Constructor for class com.sun.xml.bind.unmarshaller.SAXUnmarshallerHandlerImpl
Deprecated.  
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 - Class in com.sun.tools.jxc.gen.config
 
Schema(NGCCHandler, NGCCEventSource, NGCCRuntimeEx, int, File) - Constructor for class com.sun.tools.jxc.gen.config.Schema
 
Schema(NGCCRuntimeEx, File) - Constructor for class com.sun.tools.jxc.gen.config.Schema
 
Schema - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
schemaBindings() - Method in interface com.sun.xml.bind.v2.schemagen.episode.Bindings
 
SchemaBindings - Interface in com.sun.xml.bind.v2.schemagen.episode
 
SchemaCache - Class in com.sun.tools.xjc
Wraps a JAXP Schema object and lazily instanciate it.
SchemaCache(URL) - Constructor for class com.sun.tools.xjc.SchemaCache
 
SchemaCompiler - Interface in com.sun.tools.xjc.api
Schema-to-Java compiler.
SchemaCompilerImpl - Class in com.sun.tools.xjc.api.impl.s2j
SchemaCompiler implementation.
SchemaCompilerImpl() - Constructor for class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
schemaComponent - Variable in class com.sun.tools.xjc.model.Model
If this model was built from XML Schema, this field stores the root object of the parse schema model.
SchemaConstraintChecker - Class in com.sun.tools.xjc.reader.xmlschema.parser
Checks XML Schema XML representation constraints and schema component constraints by using JAXP 1.3 validation framework.
SchemaConstraintChecker() - Constructor for class com.sun.tools.xjc.reader.xmlschema.parser.SchemaConstraintChecker
 
SchemaDeserializer - Class in com.sun.xml.bind.validator
Extracts a grammar from a string-encoded byte stream.
SchemaDeserializer() - Constructor for class com.sun.xml.bind.validator.SchemaDeserializer
 
SchemaGenerator - Class in com.sun.tools.jxc.apt
AnnotationProcessorFactory that implements the schema generator command line tool.
SchemaGenerator() - Constructor for class com.sun.tools.jxc.apt.SchemaGenerator
 
SchemaGenerator(Map<String, File>) - Constructor for class com.sun.tools.jxc.apt.SchemaGenerator
 
SchemaGenerator - Class in com.sun.tools.jxc
CLI entry-point to the schema generator.
SchemaGenerator() - Constructor for class com.sun.tools.jxc.SchemaGenerator
 
schemaGenerator(String) - Static method in class com.sun.xml.bind.v2.TODO
When this method is called, it means that there is an unimplemeted portion of the spec in the schema generator.
SchemaGenerator.Runner - Class in com.sun.tools.jxc
 
SchemaGenerator.Runner() - Constructor for class com.sun.tools.jxc.SchemaGenerator.Runner
 
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.
SchemaGenTask.Schema() - Constructor for class com.sun.tools.jxc.SchemaGenTask.Schema
 
schemaLanguage - Variable in class com.sun.tools.xjc.reader.AbstractExtensionBindingChecker
Namespace URI of the target schema language.
schemaLocation(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Import
 
SchemaLocationFilter - Class in com.sun.xml.bind.marshaller
Deprecated. not used in 2.0
SchemaLocationFilter(String, String, ContentHandler) - Constructor for class com.sun.xml.bind.marshaller.SchemaLocationFilter
Deprecated.  
SchemaTop - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
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(Class) - Method in interface com.sun.tools.xjc.generator.annotation.spec.XmlElementDeclWriter
 
scope(JType) - Method in interface com.sun.tools.xjc.generator.annotation.spec.XmlElementDeclWriter
 
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.
sendEnterAttribute(int, String, String, String) - Method in interface com.sun.tools.jxc.gen.config.NGCCEventSource
 
sendEnterAttribute(int, String, String, String) - Method in class com.sun.tools.jxc.gen.config.NGCCInterleaveFilter
 
sendEnterAttribute(int, String, String, String) - Method in class com.sun.tools.jxc.gen.config.NGCCRuntime
 
sendEnterElement(int, String, String, String, Attributes) - Method in interface com.sun.tools.jxc.gen.config.NGCCEventSource
Sends an enter element event to the specified EventReceiver thread.
sendEnterElement(int, String, String, String, Attributes) - Method in class com.sun.tools.jxc.gen.config.NGCCInterleaveFilter
 
sendEnterElement(int, String, String, String, Attributes) - Method in class com.sun.tools.jxc.gen.config.NGCCRuntime
 
sendLeaveAttribute(int, String, String, String) - Method in interface com.sun.tools.jxc.gen.config.NGCCEventSource
 
sendLeaveAttribute(int, String, String, String) - Method in class com.sun.tools.jxc.gen.config.NGCCInterleaveFilter
 
sendLeaveAttribute(int, String, String, String) - Method in class com.sun.tools.jxc.gen.config.NGCCRuntime
 
sendLeaveElement(int, String, String, String) - Method in interface com.sun.tools.jxc.gen.config.NGCCEventSource
 
sendLeaveElement(int, String, String, String) - Method in class com.sun.tools.jxc.gen.config.NGCCInterleaveFilter
 
sendLeaveElement(int, String, String, String) - Method in class com.sun.tools.jxc.gen.config.NGCCRuntime
 
sendText(int, String) - Method in interface com.sun.tools.jxc.gen.config.NGCCEventSource
 
sendText(int, String) - Method in class com.sun.tools.jxc.gen.config.NGCCInterleaveFilter
 
sendText(int, String) - Method in class com.sun.tools.jxc.gen.config.NGCCRuntime
 
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
 
sequence() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.NestedParticle
 
sequence() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.TypeDefParticle
 
SequenceDiagramTag - Class in com.sun.xml.bind.taglets
Implements a @SequenceDiagram tag.
SequenceDiagramTag() - Constructor for class com.sun.xml.bind.taglets.SequenceDiagramTag
 
SequenceDiagramTask - Class in com.sun.xml.bind.taglets
Compiles a sequence diagram into a grpah.
SequenceDiagramTask() - Constructor for class com.sun.xml.bind.taglets.SequenceDiagramTask
 
serializable - Variable in class com.sun.tools.xjc.model.Model
True to generate serializable classes.
serializeAttributeBodies(XMLSerializer) - Method in interface com.sun.xml.bind.serializer.XMLSerializable
Deprecated. Serializes texts as values of attributes into the specified target.
serializeAttributes(XMLSerializer) - Method in interface com.sun.xml.bind.serializer.XMLSerializable
Deprecated. Serializes attributes into the specified target.
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
 
serializeElements(XMLSerializer) - Method in interface com.sun.xml.bind.serializer.XMLSerializable
Deprecated. Serializes child elements and texts into the specified target.
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(int, T) - Method in class com.sun.xml.bind.util.ProxyListImpl
 
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_Boolean
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Byte
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Character
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Double
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Float
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Integer
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Long
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Ref
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Short
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Boolean
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Byte
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Character
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Double
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Float
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Integer
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Long
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Ref
 
set(Object, Object) - Method in class com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Short
 
set(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.tools.jxc.gen.config.AttributesImpl
Set an attribute in the list.
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.tools.jxc.gen.config.AttributesImpl
Copy an entire Attributes object.
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
 
setClassFile(File) - Method in class com.sun.tools.xjc.installer.builder.BuilderTask
 
setClassNameAllocator(ClassNameAllocator) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
setClassNameAllocator(ClassNameAllocator) - Method in interface com.sun.tools.xjc.api.SchemaCompiler
Sets the ClassNameAllocator to be used for the binding operation.
setClasspath(Path) - Method in class com.sun.tools.GeneratorTask
Nested <classpath> element.
setClasspath(Path) - Method in class com.sun.tools.xjc.XJC2Task
Nested <classpath> element.
setClasspathRef(Reference) - Method in class com.sun.tools.GeneratorTask
 
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.
setDest(File) - Method in class com.sun.xml.bind.taglets.SequenceDiagramTask
 
setDestdir(File) - Method in class com.sun.tools.GeneratorTask
 
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.jxc.gen.config.NGCCRuntime
 
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.tools.xmlpp.XMLPrettyPrinter
 
setDocumentLocator(Locator) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
setDocumentLocator(Locator) - Method in class com.sun.xml.bind.serializer.ContentHandlerAdaptor
Deprecated.  
setDocumentLocator(Locator) - Method in class com.sun.xml.bind.unmarshaller.SAXUnmarshallerHandlerImpl
Deprecated.  
setDocumentLocator(Locator) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
setEncoding(String) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
setEntityResolver(EntityResolver) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
setEntityResolver(EntityResolver) - Method in interface com.sun.tools.xjc.api.SchemaCompiler
 
setEntityResolver(EntityResolver) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
 
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.apt.SchemaGenerator
 
setErrorHandler(ErrorReceiver) - Method in class com.sun.tools.xjc.reader.internalizer.DOMForest
 
setErrorHandler(ValidationEventHandler) - Method in class com.sun.xml.bind.api.BridgeContext
Deprecated. Registers the error handler that receives unmarshalling/marshalling errors.
setErrorHandler(ErrorHandler) - Method in class com.sun.xml.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl
 
setErrorHandler(ErrorHandler) - Method in interface com.sun.xml.bind.v2.model.annotation.AnnotationReader
Sets the error handler that receives errors found during reading annotations.
setErrorHandler(ErrorHandler) - Method in class com.sun.xml.bind.v2.model.impl.ModelBuilder
Sets the error handler that receives errors discovered during the model building.
setErrorHandler(ValidationEventHandler) - Method in class com.sun.xml.bind.v2.runtime.BridgeContextImpl
 
setErrorListener(ErrorListener) - Method in class com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl
 
setErrorListener(ErrorListener) - Method in interface com.sun.tools.xjc.api.SchemaCompiler
 
setErrorReceiver(ErrorListener) - Method in class com.sun.tools.xjc.util.ErrorReceiverFilter
 
setEscape(String, boolean) - Method in class com.sun.xml.bind.v2.runtime.output.Encoded
Fill in the buffer by encoding the specified characters while escaping characters like <
setEventHandler(ValidationEventHandler) - Method in class com.sun.xml.bind.v2.runtime.BinderImpl
 
setEventHandler(ValidationEventHandler) - Method in class com.sun.xml.bind.validator.ValidatorImpl
Deprecated.  
setExpectedMimeType(MimeType) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
This method is used by MimeTypedTransducer to set the expected MIME type for the encapsulated Transducer.
setExtension(boolean) - Method in class com.sun.tools.xjc.XJC2Task
Controls whether the compiler will run in the strict conformance mode (flg=false) or the extension mode (flg=true)
setFactories(Object) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
setFailonerror(boolean) - Method in class com.sun.tools.xjc.XJC2Task
Mostly for our SQE teams and not to be advertized.
setFieldRendererFactory(FieldRendererFactory, Plugin) - Method in class com.sun.tools.xjc.Options
Sets the FieldRendererFactory.
setFile(String) - Method in class com.sun.tools.jxc.SchemaGenTask.Schema
 
setHandlers(NGCCEventReceiver[]) - Method in class com.sun.tools.jxc.gen.config.NGCCInterleaveFilter
 
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
 
setIncludes(String) - Method in class com.sun.tools.GeneratorTask.Classes
 
setIndentStep(int) - Method in class com.sun.tools.xmlpp.DataWriter
Set the current indent step.
setIndentStep(int) - Method in class com.sun.xml.bind.marshaller.DataWriter
Deprecated. Should use the version that takes string.
setIndentStep(String) - Method in class com.sun.xml.bind.marshaller.DataWriter
 
setInlineBinaryFlag(boolean) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
 
setInputStream(InputStream) - Method in class com.sun.xml.bind.v2.util.DataSourceSource
 
setJarFile(File) - Method in class com.sun.tools.xjc.installer.builder.BuilderTask
 
setLanguage(String) - Method in class com.sun.tools.xjc.XJC2Task
Sets the schema language.
setLicenseFile(File) - Method in class com.sun.tools.xjc.installer.builder.BuilderTask
 
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.tools.jxc.gen.config.AttributesImpl
Set the local name of a specific attribute.
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.
setModified(boolean) - Method in class com.sun.xml.bind.util.ListImpl
 
setModified(boolean) - Method in class com.sun.xml.bind.util.ProxyListImpl
 
setName(boolean, String) - Method in class com.sun.tools.xjc.model.CPropertyInfo
Overrides the name of the property.
setNameConverter(NameConverter) - Method in class com.sun.tools.xjc.model.Model
 
setNameConverter(NameConverter, Plugin) - Method in class com.sun.tools.xjc.Options
Sets the NameConverter.
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) - Method in class com.sun.tools.xmlpp.XMLWriter
Set a new output destination for the document.
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.GeneratorTask
 
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
 
setPlugs(GrammarImpl.Plug[]) - Method in class com.sun.xml.bind.GrammarImpl
 
setPrefix(String, String) - Method in class com.sun.tools.xmlpp.XMLWriter
Specify a preferred prefix for a Namespace URI.
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
 
setProject(Project) - Method in class com.sun.tools.GeneratorTask
 
setProperty(String, Object) - Method in class com.sun.xml.bind.DefaultJAXBContextImpl
Deprecated. There are no required properties, so simply throw an exception.
setProperty(String, Object) - Method in class com.sun.xml.bind.marshaller.MarshallerImpl
Deprecated.  
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
 
setProperty(String, Object) - Method in class com.sun.xml.bind.validator.ValidatorImpl
Deprecated. There are no required properties, so simply throw an exception.
setPublicId(String) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
setQName(int, String) - Method in class com.sun.tools.jxc.gen.config.AttributesImpl
Set the qualified name of a specific attribute.
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
 
setRootHandler(NGCCHandler) - Method in class com.sun.tools.jxc.gen.config.NGCCRuntime
Sets the root handler, which will be used to parse the root element.
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
 
setServiceURL(String) - Method in class com.sun.xml.bind.taglets.SequenceDiagramTask
 
setSource(String) - Method in class com.sun.tools.xjc.XJCTask
The version of the compiler to run
setSrc(File) - Method in class com.sun.xml.bind.taglets.SequenceDiagramTask
 
setStackSize(String) - Method in class com.sun.tools.xjc.XJC2Task
Deprecated. not much need for JAXB2, as we now use much less stack.
setStringData(String) - Method in class com.sun.tools.xjc.reader.xmlschema.parser.LSInputSAXWrapper
 
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
 
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
 
setThreadAffinity() - Method in class com.sun.xml.bind.v2.runtime.Coordinator
Associates this Coordinator with the current thread.
setTopLevel(Expression) - Method in class com.sun.xml.bind.GrammarImpl
 
setTracer(Tracer) - Method in class com.sun.xml.bind.unmarshaller.SAXUnmarshallerHandlerImpl
Deprecated.  
setType(int, String) - Method in class com.sun.tools.jxc.gen.config.AttributesImpl
Set the type of a specific attribute.
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.AptBasedTask
Implemented by the derived class to set up command line switches passed to Apt.
setupCommandlineSwitches(Commandline) - Method in class com.sun.tools.jxc.SchemaGenTask
 
setURI(int, String) - Method in class com.sun.tools.jxc.gen.config.AttributesImpl
Set the Namespace URI of a specific attribute.
setURI(int, String) - Method in class com.sun.xml.bind.util.AttributesImpl
Set the Namespace URI of a specific attribute.
setUseIdentity(boolean) - Method in class com.sun.xml.bind.v2.util.CollisionCheckStack
Set to false to use Object.equals(Object) to detect cycles.
setUserSpecifiedImplClass(String) - Method in class com.sun.tools.xjc.model.CClassInfo
 
setValidating(boolean) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl
Deprecated. since 2.0
setValue(int, String) - Method in class com.sun.tools.jxc.gen.config.AttributesImpl
Set the value of a specific attribute.
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' ...
setZipFile(File) - Method in class com.sun.tools.xjc.installer.builder.BuilderTask
 
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.
show() - Method in class com.sun.tools.xjc.installer.ConsoleForm
 
SignatureWriter - Class in com.sun.tools.xjc.writer
Dumps an annotated grammar in a simple format that makes signature check easy.
simpleContent() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.ComplexTypeModel
 
SimpleContent - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
SimpleDerivation - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
SimpleExtension - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
SimpleRestriction - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
SimpleRestrictionModel - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
simpleType(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindGreen
 
simpleType(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindPurple
 
simpleType(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindRed
 
simpleType(XSSimpleType) - Method in class com.sun.tools.xjc.reader.xmlschema.BindYellow
 
SimpleType - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
simpleType() - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.SimpleTypeHost
 
SimpleTypeBuilder - Class in com.sun.tools.xjc.reader.xmlschema
Builds TypeUse from simple types.
SimpleTypeBuilder() - Constructor for class com.sun.tools.xjc.reader.xmlschema.SimpleTypeBuilder
 
SimpleTypeHost - Interface in com.sun.xml.bind.v2.schemagen.xmlschema
 
SingleField - Class in com.sun.tools.xjc.generator.bean.field
Realizes a property through one getter and one setter.
SingleField(ClassOutlineImpl, CPropertyInfo) - Constructor for class com.sun.tools.xjc.generator.bean.field.SingleField
 
SingleField(ClassOutlineImpl, CPropertyInfo, boolean) - Constructor for class com.sun.tools.xjc.generator.bean.field.SingleField
 
SingleField.Accessor - Class in com.sun.tools.xjc.generator.bean.field
 
SingleField.Accessor(JExpression) - Constructor for class com.sun.tools.xjc.generator.bean.field.SingleField.Accessor
 
SinglePrimitiveAccessField - Class in com.sun.tools.xjc.generator.bean.field
SingleField that forces the primitive accessor type.
SinglePrimitiveAccessField(ClassOutlineImpl, CPropertyInfo) - Constructor for class com.sun.tools.xjc.generator.bean.field.SinglePrimitiveAccessField
 
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.util.ProxyListImpl
 
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.jxc.gen.config.NGCCRuntime
 
skippedEntity(String) - Method in class com.sun.tools.xjc.util.ForkContentHandler
 
skippedEntity(String) - Method in class com.sun.tools.xmlpp.XMLPrettyPrinter
 
skippedEntity(String) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
skippedEntity(String) - Method in class com.sun.xml.bind.serializer.ContentHandlerAdaptor
Deprecated.  
skippedEntity(String) - Method in class com.sun.xml.bind.unmarshaller.SAXUnmarshallerHandlerImpl
Deprecated.  
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.
source(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Appinfo
 
source(String) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.Documentation
 
sourceLocation() - Method in interface com.sun.xml.bind.Locatable
 
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
 
spawnChildFromEnterAttribute(NGCCEventReceiver, String, String, String) - Method in class com.sun.tools.jxc.gen.config.NGCCHandler
 
spawnChildFromEnterAttribute(Class, int, String, String) - Method in class com.sun.xml.bind.unmarshaller.ContentHandlerEx
Deprecated.  
spawnChildFromEnterElement(NGCCEventReceiver, String, String, String, Attributes) - Method in class com.sun.tools.jxc.gen.config.NGCCHandler
 
spawnChildFromEnterElement(Class, int, String, String, Attributes) - Method in class com.sun.xml.bind.unmarshaller.ContentHandlerEx
Deprecated.  
spawnChildFromLeaveAttribute(NGCCEventReceiver, String, String, String) - Method in class com.sun.tools.jxc.gen.config.NGCCHandler
 
spawnChildFromLeaveAttribute(Class, int, String, String) - Method in class com.sun.xml.bind.unmarshaller.ContentHandlerEx
Deprecated.  
spawnChildFromLeaveElement(NGCCEventReceiver, String, String, String) - Method in class com.sun.tools.jxc.gen.config.NGCCHandler
 
spawnChildFromLeaveElement(Class, int, String, String) - Method in class com.sun.xml.bind.unmarshaller.ContentHandlerEx
Deprecated.  
spawnChildFromText(NGCCEventReceiver, String) - Method in class com.sun.tools.jxc.gen.config.NGCCHandler
 
spawnChildFromText(Class, int, String) - Method in class com.sun.xml.bind.unmarshaller.ContentHandlerEx
Deprecated.  
spawnSuperClassFromEnterAttribute(ContentHandlerEx, int, String, String) - Method in class com.sun.xml.bind.unmarshaller.ContentHandlerEx
Deprecated.  
spawnSuperClassFromEnterElement(ContentHandlerEx, int, String, String, Attributes) - Method in class com.sun.xml.bind.unmarshaller.ContentHandlerEx
Deprecated.  
spawnSuperClassFromFromText(ContentHandlerEx, int, String) - Method in class com.sun.xml.bind.unmarshaller.ContentHandlerEx
Deprecated.  
spawnSuperClassFromLeaveAttribute(ContentHandlerEx, int, String, String) - Method in class com.sun.xml.bind.unmarshaller.ContentHandlerEx
Deprecated.  
spawnSuperClassFromLeaveElement(ContentHandlerEx, int, String, String) - Method in class com.sun.xml.bind.unmarshaller.ContentHandlerEx
Deprecated.  
spawnSuperClassFromText(ContentHandlerEx, int, String) - Method in class com.sun.xml.bind.unmarshaller.ContentHandlerEx
Deprecated.  
spawnWildcard(int, String, String, Attributes) - Method in class com.sun.xml.bind.unmarshaller.ContentHandlerEx
Deprecated.  
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.
STAR - Static variable in class com.sun.tools.xjc.model.Multiplicity
the constant representing the (0,unbounded) multiplicity.
start(RootDoc) - Static method in class com.sun.xml.bind.taglets.CustomHtmlDoclet
 
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.
startAttribute(String, String) - Method in class com.sun.xml.bind.marshaller.SAXMarshaller
Deprecated. Starts marshalling of an attribute.
startAttribute(String, String) - Method in interface com.sun.xml.bind.serializer.XMLSerializer
Deprecated. Starts marshalling of an attribute.
startAttribute(String, String) - Method in class com.sun.xml.bind.validator.MSVValidator
Deprecated.  
startCDATA() - Method in class com.sun.tools.xmlpp.XMLPrettyPrinter
 
startCDATA() - Method in class com.sun.tools.xmlpp.XMLWriter
 
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.jxc.gen.config.NGCCRuntime
 
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() - Method in class com.sun.tools.xmlpp.XMLPrettyPrinter
 
startDocument() - Method in class com.sun.tools.xmlpp.XMLWriter
Write the XML declaration at the beginning of the document.
startDocument(ValidationEventHandler) - Method in class com.sun.xml.bind.IDResolver
Called when the unmarshalling starts.
startDocument() - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
startDocument() - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write the XML declaration at the beginning of the document.
startDocument() - Method in class com.sun.xml.bind.serializer.ContentHandlerAdaptor
Deprecated.  
startDocument() - Method in class com.sun.xml.bind.serializer.StartEndDocStripper
 
startDocument() - Method in class com.sun.xml.bind.unmarshaller.SAXUnmarshallerHandlerImpl
Deprecated.  
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.FastInfosetStreamWriterOutput
 
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.ForkXmlOutput
 
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.MTOMXmlOutput
 
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.SAXOutput
 
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.UTF8XmlOutput
 
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.XMLEventWriterOutput
 
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in interface com.sun.xml.bind.v2.runtime.output.XmlOutput
Called at the very beginning.
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
Called at the very beginning.
startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
 
startDocument(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
 
startDTD(String, String, String) - Method in class com.sun.tools.xmlpp.XMLPrettyPrinter
 
startDTD(String, String, String) - Method in class com.sun.tools.xmlpp.XMLWriter
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.jxc.gen.config.NGCCRuntime
 
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.tools.xmlpp.DataWriter
Write a start tag.
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xmlpp.XalanBugWorkaroundFilter
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xmlpp.XMLPrettyPrinter
 
startElement(String, String, String, Attributes) - Method in class com.sun.tools.xmlpp.XMLWriter
Write a start tag.
startElement(String, String) - Method in class com.sun.tools.xmlpp.XMLWriter
Start a new element without a qname or attributes.
startElement(String) - Method in class com.sun.tools.xmlpp.XMLWriter
Start a new element without a qname, attributes or a Namespace URI.
startElement(String, String, String, Attributes) - Method in class com.sun.xml.bind.marshaller.DataWriter
Write a start tag.
startElement(String, String, String, Attributes) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
startElement(String, String) - Method in class com.sun.xml.bind.marshaller.SAXMarshaller
Deprecated. Starts marshalling of an element.
startElement(String, String, String, Attributes) - Method in class com.sun.xml.bind.marshaller.SchemaLocationFilter
Deprecated.  
startElement(String, String, String, Attributes) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Write a start tag.
startElement(String, String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Start a new element without a qname or attributes.
startElement(String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
Start a new element without a qname, attributes or a Namespace URI.
startElement(String, String, String, Attributes) - Method in class com.sun.xml.bind.serializer.ContentHandlerAdaptor
Deprecated.  
startElement() - Method in class com.sun.xml.bind.serializer.NamespaceContextImpl
Deprecated. Sets the current bindings aside and starts a new element context.
startElement(String, String) - Method in interface com.sun.xml.bind.serializer.XMLSerializer
Deprecated. Starts marshalling of an element.
startElement(String, String, String, Attributes) - Method in class com.sun.xml.bind.unmarshaller.InterningXMLReader
 
startElement(String, String, String, Attributes) - Method in class com.sun.xml.bind.unmarshaller.SAXUnmarshallerHandlerImpl
Deprecated.  
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
 
startElement(String, String) - Method in class com.sun.xml.bind.validator.MSVValidator
Deprecated.  
startElement(String, String, String, Attributes) - Method in class com.sun.xml.bind.validator.ValidatingUnmarshaller
Deprecated.  
startElementForce(String, String, String, Object) - Method in class com.sun.xml.bind.v2.runtime.XMLSerializer
Variation of XMLSerializer.startElement(String, String, String, Object) that forces a specific prefix.
StartEndDocStripper - Class in com.sun.xml.bind.serializer
Removes StartEndDocStripper.startDocument() and StartEndDocStripper.endDocument() events from the SAX stream.
StartEndDocStripper(ContentHandler) - Constructor for class com.sun.xml.bind.serializer.StartEndDocStripper
 
startEntity(String) - Method in class com.sun.tools.xmlpp.XMLPrettyPrinter
 
startEntity(String) - Method in class com.sun.tools.xmlpp.XMLWriter
 
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.jxc.gen.config.NGCCRuntime
 
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.tools.xmlpp.XMLPrettyPrinter
 
startPrefixMapping(String, String) - Method in class com.sun.xml.bind.marshaller.SAX2DOMEx
 
startPrefixMapping(String, String) - Method in class com.sun.xml.bind.marshaller.SchemaLocationFilter
Deprecated.  
startPrefixMapping(String, String) - Method in class com.sun.xml.bind.marshaller.XMLWriter
 
startPrefixMapping(String, String) - Method in class com.sun.xml.bind.serializer.ContentHandlerAdaptor
Deprecated.  
startPrefixMapping(String, String) - Method in class com.sun.xml.bind.unmarshaller.InterningXMLReader
 
startPrefixMapping(String, String) - Method in class com.sun.xml.bind.unmarshaller.SAXUnmarshallerHandlerImpl
Deprecated.  
startPrefixMapping(String, String) - Method in interface com.sun.xml.bind.unmarshaller.UnmarshallingContext
Deprecated. Adds a new namespace declaration.
startPrefixMapping(String, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor
 
startPrefixMapping(String, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnector
 
startPrefixMapping(String, String) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
 
startPrefixMapping(String, String) - Method in interface com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor
Called before XmlVisitor.startElement(com.sun.xml.bind.v2.runtime.unmarshaller.TagName) event to notify a new namespace binding.
startScope(int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext
Starts a new packing scope.
state - Variable in class com.sun.xml.bind.unmarshaller.ContentHandlerEx
Deprecated. Current state of this automaton.
StAXExStreamWriterOutput - Class in com.sun.xml.bind.v2.runtime.output
XmlOutput for XMLStreamWriterEx.
StAXExStreamWriterOutput(XMLStreamWriterEx) - Constructor for class com.sun.xml.bind.v2.runtime.output.StAXExStreamWriterOutput
 
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.
StrictWildcardPlug - Class in com.sun.xml.bind.xmlschema
Plug that implements the semantics of strict wildcard of XML Schema.
StrictWildcardPlug(NameClass) - Constructor for class com.sun.xml.bind.xmlschema.StrictWildcardPlug
 
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
 
StringInputStream - Class in com.sun.xml.bind
Same as StringBufferInputStream.
StringInputStream(String) - Constructor for class com.sun.xml.bind.StringInputStream
 
StructureLoader - Class in com.sun.xml.bind.v2.runtime.unmarshaller
Loads children of an element.
StructureLoader(ClassBeanInfoImpl) - Constructor for class com.sun.xml.bind.v2.runtime.unmarshaller.StructureLoader
 
StructureLoaderBuilder - Interface in com.sun.xml.bind.v2.runtime.property
Component that contributes element unmarshallers into StructureLoader.
SUBCLASS_REPLACEMENTS - Static variable in class com.sun.xml.bind.api.JAXBRIContext
The property that you can specify to JAXBContext.newInstance(java.lang.String) to specify specific classes that replace the reference to generic classes.
subList(int, int) - Method in class com.sun.xml.bind.util.ProxyListImpl
 
subSequence(int, int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.Base64Data
Internally this is only used to split a text to a list, which doesn't happen that much for base64.
subSequence(int, int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntArrayData
 
subSequence(int, int) - Method in class com.sun.xml.bind.v2.runtime.unmarshaller.IntData
 
substitutionGroup(QName) - Method in interface com.sun.xml.bind.v2.schemagen.xmlschema.TopLevelElement
 
substitutionHeadName(String) - Method in interface com.sun.tools.xjc.generator.annotation.spec.XmlElementDeclWriter
 
substitutionHeadNamespace(String) - Method in interface com.sun.tools.xjc.generator.annotation.spec.XmlElementDeclWriter
 
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
ClassBeanInfoImpl that represents the super class of JaxBeanInfo.jaxbType.
supportedAnnotationTypes() - Method in class com.sun.tools.jxc.apt.AnnotationProcessorFactoryImpl
 
supportedAnnotationTypes() - Method in class com.sun.tools.jxc.apt.SchemaGenerator
 
supportedOptions() - Method in class com.sun.tools.jxc.apt.AnnotationProcessorFactoryImpl
 
supportedOptions() - Method in class com.sun.tools.jxc.apt.SchemaGenerator
 
suspend() - Method in class com.sun.xml.bind.unmarshaller.Tracer.Standard
 
suspend() - Method in class com.sun.xml.bind.unmarshaller.Tracer
 
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
 

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