A B C D E F G H I K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- access - Variable in class org.simpleframework.xml.core.DefaultDetail
-
This is the default access type to be used with this detail.
- access - Variable in class org.simpleframework.xml.core.DetailScanner
-
This represents the default access type declared or the type.
- access(Annotation) - Method in class org.simpleframework.xml.core.DetailScanner
-
This is used to set the optional
Defaultannotation for the class. - acronym() - Method in class org.simpleframework.xml.stream.Splitter
-
This is used to extract a acronym from the source string.
- active - Variable in class org.simpleframework.xml.stream.NodeWriter
-
Contains the set of as yet uncommitted elements blocks.
- active - Variable in class org.simpleframework.xml.stream.OutputStack
-
Represents the set of nodes that have not been committed.
- actual - Variable in class org.simpleframework.xml.convert.Reference
-
This is the actual type of the reference that is represented.
- Adapter(Converter, Label, Object) - Constructor for class org.simpleframework.xml.core.Variable.Adapter
-
Constructor for the
Adapterobject. - add(M) - Method in class org.simpleframework.xml.util.Resolver
-
This inserts the
Matchimplementation into the set so that it can be used for resolutions. - add(Parameter) - Method in class org.simpleframework.xml.core.Signature
-
This will add the provided parameter to the signature.
- add(Namespace) - Method in class org.simpleframework.xml.core.NamespaceDecorator
-
This is used to add a namespace to the decorator so that it can be added to decorated nodes.
- add(T) - Method in class org.simpleframework.xml.util.Dictionary
-
This method is used to add the provided entry to this set.
- alias - Variable in class org.simpleframework.xml.core.Collector
-
This is the registry that contains variables mapped to paths.
- align() - Method in class org.simpleframework.xml.core.PathParser
-
This is used to add a default index to a segment or attribute extracted from the source expression.
- Allocate - Class in org.simpleframework.xml.strategy
-
The
Allocateobject is used to represent an entity that has not yet been created and needs to be allocated to the the object graph. - Allocate(Value, Map, String) - Constructor for class org.simpleframework.xml.strategy.Allocate
-
Constructor for the
Allocateobject. - AND - Static variable in class org.simpleframework.xml.stream.Formatter
-
Represents the XML escape sequence for the ampersand sign.
- annotation - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is the annotation that this label instance represents.
- annotation - Variable in class org.simpleframework.xml.core.CacheParameter
-
This is the annotation used to represent this parameter.
- AnnotationFactory - Class in org.simpleframework.xml.core
-
The
AnnotationFactoryis used to create annotations using a given class. - AnnotationFactory(Detail, Support) - Constructor for class org.simpleframework.xml.core.AnnotationFactory
-
Constructor for the
AnnotationFactoryobject. - AnnotationHandler - Class in org.simpleframework.xml.core
-
The
AnnotationHandlerobject is used to handle all invocation made on a synthetic annotation. - AnnotationHandler(Class) - Constructor for class org.simpleframework.xml.core.AnnotationHandler
-
Constructor for the
AnnotationHandlerobject. - AnnotationHandler(Class, boolean) - Constructor for class org.simpleframework.xml.core.AnnotationHandler
-
Constructor for the
AnnotationHandlerobject. - AnnotationHandler(Class, boolean, boolean) - Constructor for class org.simpleframework.xml.core.AnnotationHandler
-
Constructor for the
AnnotationHandlerobject. - AnnotationStrategy - Class in org.simpleframework.xml.convert
-
The
AnnotationStrategyobject is used to intercept the serialization process and delegate to custom converters. - AnnotationStrategy() - Constructor for class org.simpleframework.xml.convert.AnnotationStrategy
-
Constructor for the
AnnotationStrategyobject. - AnnotationStrategy(Strategy) - Constructor for class org.simpleframework.xml.convert.AnnotationStrategy
-
Constructor for the
AnnotationStrategyobject. - append(char) - Method in class org.simpleframework.xml.core.Template
-
This will add a
charto the end of the buffer. - append(char) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to buffer a character to the output stream without any translation.
- append(char) - Method in class org.simpleframework.xml.stream.OutputBuffer
-
This will add a
charto the end of the buffer. - append(char[]) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to buffer characters to the output stream without any translation.
- append(char[]) - Method in class org.simpleframework.xml.stream.OutputBuffer
-
This will add a
chararray to the buffer. - append(char[], int, int) - Method in class org.simpleframework.xml.core.Template
-
This will add a
charto the end of the buffer. - append(char[], int, int) - Method in class org.simpleframework.xml.stream.OutputBuffer
-
This will add a
chararray to the buffer. - append(String) - Method in class org.simpleframework.xml.core.Template
-
This will add a
Stringto the end of the buffer. - append(String) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to buffer characters to the output stream without any translation.
- append(String) - Method in class org.simpleframework.xml.stream.OutputBuffer
-
This will add a
Stringto the end of the buffer. - append(String, int, int) - Method in class org.simpleframework.xml.core.Template
-
This will add a
Stringto the end of the buffer. - append(String, int, int) - Method in class org.simpleframework.xml.stream.OutputBuffer
-
This will add a
Stringto the end of the buffer. - append(Template) - Method in class org.simpleframework.xml.core.Template
-
This will add a
Templateto the end of this. - append(Template, int, int) - Method in class org.simpleframework.xml.core.Template
-
This will add a
Templateto the end of this. - array - Variable in class org.simpleframework.xml.transform.DefaultMatcher
-
Matcher used to resolve transforms for array type objects.
- ArrayFactory - Class in org.simpleframework.xml.core
-
The
ArrayFactoryis used to create object array types that are compatible with the field type. - ArrayFactory(Context, Type) - Constructor for class org.simpleframework.xml.core.ArrayFactory
-
Constructor for the
ArrayFactoryobject. - ArrayInstance - Class in org.simpleframework.xml.core
-
The
ArrayInstanceobject is used for creating arrays from a specifiedValueobject. - ArrayInstance(Value) - Constructor for class org.simpleframework.xml.core.ArrayInstance
-
Constructor for the
ArrayInstanceobject. - ArrayMatcher - Class in org.simpleframework.xml.transform
-
The
ArrayMatcherobject performs matching of array types to array transforms. - ArrayMatcher(Matcher) - Constructor for class org.simpleframework.xml.transform.ArrayMatcher
-
Constructor for the
ArrayTransformobject. - ArrayTransform - Class in org.simpleframework.xml.transform
-
The
PrimitiveArrayTransformis used to transform arrays to and from string representations, which will be inserted in the generated XML document as the value place holder. - ArrayTransform(Transform, Class) - Constructor for class org.simpleframework.xml.transform.ArrayTransform
-
Constructor for the
PrimitiveArrayTransformobject. - ArrayValue - Class in org.simpleframework.xml.strategy
-
The
ArrayValueobject is a value used for describing arrays for a specified component type object. - ArrayValue(Class, int) - Constructor for class org.simpleframework.xml.strategy.ArrayValue
-
Constructor for the
ArrayValueobject. - assemble(Class) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to acquire the optional order annotation to provide order to the elements and attributes for the generated XML.
- assemble(Model, Order) - Method in class org.simpleframework.xml.core.ModelAssembler
-
This is used to assemble the model by perform registrations based on the
Orderannotation. - assembleAttributes(Model, Order) - Method in class org.simpleframework.xml.core.ModelAssembler
-
This is used to assemble the model by perform registrations based on the
Orderannotation. - assembleElements(Model, Order) - Method in class org.simpleframework.xml.core.ModelAssembler
-
This is used to assemble the model by perform registrations based on the
Orderannotation. - assembler - Variable in class org.simpleframework.xml.core.StructureBuilder
-
This is used to perform the initial ordered registrations.
- AtomicIntegerTransform - Class in org.simpleframework.xml.transform
-
The
AtomicIntegerTransformobject is used to transform values to and from string representations, which will be inserted in the generated XML document as the value place holder. - AtomicIntegerTransform() - Constructor for class org.simpleframework.xml.transform.AtomicIntegerTransform
- AtomicLongTransform - Class in org.simpleframework.xml.transform
-
The
AtomicLongTransformobject is used to transform values to and from string representations, which will be inserted in the generated XML document as the value place holder. - AtomicLongTransform() - Constructor for class org.simpleframework.xml.transform.AtomicLongTransform
- attribute - Variable in class org.simpleframework.xml.core.AnnotationHandler
-
This determines if a map should have a key attribute.
- attribute - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is used to determine the styling of the label name.
- attribute - Variable in class org.simpleframework.xml.core.CacheParameter
-
This is true if this parameter represents an attribute.
- attribute - Variable in class org.simpleframework.xml.core.Entry
-
Determines whether the key object is written as an attribute.
- attribute - Variable in class org.simpleframework.xml.core.PathParser
-
This is used to determine if the path is an attribute.
- attribute - Variable in class org.simpleframework.xml.stream.CamelCaseBuilder
-
If true then the attribute will start with upper case.
- attribute() - Method in class org.simpleframework.xml.core.PathParser
-
This is used to extract an attribute from the path expression.
- attribute() - Method in annotation type org.simpleframework.xml.ElementMap
-
Represents whether the key value is to be an attribute or an element.
- attribute(int) - Method in class org.simpleframework.xml.stream.PullReader
-
This is used to convert the provided object to an attribute.
- attribute(int, int) - Method in class org.simpleframework.xml.core.PathParser
-
This will add a path segment to the list of segments.
- attribute(String) - Method in class org.simpleframework.xml.core.PathParser
-
This will insert the path segment provided.
- attribute(Attribute) - Method in class org.simpleframework.xml.stream.StreamReader
-
This is used to convert the provided object to an attribute.
- attribute(Node) - Method in class org.simpleframework.xml.stream.DocumentReader
-
This is used to convert the provided node to an attribute.
- Attribute - Interface in org.simpleframework.xml.stream
-
The
Attributeinterface represents an attribute that is associated with an event node. - Attribute - Annotation Type in org.simpleframework.xml
-
The
Attributeannotation represents a serializable XML attribute within an XML element. - Attribute(String) - Constructor for class org.simpleframework.xml.stream.CamelCaseBuilder.Attribute
-
Constructor for the
Attributeobject. - ATTRIBUTE - org.simpleframework.xml.core.KeyBuilder.KeyType
- ATTRIBUTE - Static variable in class org.simpleframework.xml.core.AnnotationHandler
-
This is used to determine if a key should be an attribute.
- AttributeException - Exception in org.simpleframework.xml.core
-
The
AttributeExceptionis used to represent conditions when an XML attribute is in an invalid state. - AttributeException(String, Object...) - Constructor for exception org.simpleframework.xml.core.AttributeException
-
Constructor for the
AttributeExceptionobject. - AttributeException(Throwable, String, Object...) - Constructor for exception org.simpleframework.xml.core.AttributeException
-
Constructor for the
AttributeExceptionobject. - AttributeLabel - Class in org.simpleframework.xml.core
-
The
AttributeLabelobject is used convert any value retrieved from an XML attribute to a primitive object. - AttributeLabel(Contact, Attribute, Format) - Constructor for class org.simpleframework.xml.core.AttributeLabel
-
Constructor for the
AttributeLabelobject. - AttributeParameter - Class in org.simpleframework.xml.core
-
The
AttributeParameterrepresents a constructor parameter. - AttributeParameter(Constructor, Attribute, Format, int) - Constructor for class org.simpleframework.xml.core.AttributeParameter
-
Constructor for the
AttributeParameterobject. - AttributeParameter.Contact - Class in org.simpleframework.xml.core
-
The
Contactrepresents a contact object that is to be used for a label in order to extract a parameter name. - attributes - Variable in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to maintain the mappings for the attribute labels.
- attributes - Variable in class org.simpleframework.xml.core.ModelSection
-
Represents a mapping between styled names and attributes.
- attributes - Variable in class org.simpleframework.xml.core.PathParser
-
This is used to cache the attributes created by this path.
- attributes - Variable in class org.simpleframework.xml.core.StructureBuilder
-
For validation all attributes must be stored in the builder.
- attributes - Variable in class org.simpleframework.xml.core.TreeModel
-
This holds the mappings for elements within the model.
- attributes - Variable in class org.simpleframework.xml.stream.Builder
-
This is the cache for the constructed attribute values.
- attributes() - Method in annotation type org.simpleframework.xml.Order
-
Specifies the appearance order of the XML attributes within the generated document.
- attributes(StringBuilder) - Method in class org.simpleframework.xml.core.AnnotationHandler
-
This is used to build a string from the annotation.
B
- begin - Variable in class org.simpleframework.xml.core.PathParser.PathSection
-
This is the first section index for this path section.
- BigDecimalTransform - Class in org.simpleframework.xml.transform
-
The
BigDecimalTransformis used to transform decimal values to and from string representations, which will be inserted in the generated XML document as the value place holder. - BigDecimalTransform() - Constructor for class org.simpleframework.xml.transform.BigDecimalTransform
- BigIntegerTransform - Class in org.simpleframework.xml.transform
-
The
BigIntegerTransformis used to transform integer values to and from string representations, which will be inserted in the generated XML document as the value place holder. - BigIntegerTransform() - Constructor for class org.simpleframework.xml.transform.BigIntegerTransform
- bind(Class, Class) - Method in class org.simpleframework.xml.convert.Registry
-
This is used to register a binding between a type and the converter used to serialize and deserialize it.
- bind(Class, Class) - Method in class org.simpleframework.xml.convert.RegistryBinder
-
This is used to register a binding between a type and the converter used to serialize and deserialize it.
- bind(Class, Class) - Method in class org.simpleframework.xml.transform.RegistryMatcher
-
This is used to bind a
Transformtype. - bind(Class, Converter) - Method in class org.simpleframework.xml.convert.Registry
-
This is used to register a binding between a type and the converter used to serialize and deserialize it.
- bind(Class, Transform) - Method in class org.simpleframework.xml.transform.RegistryMatcher
-
This is used to bind a
Transforminstance to the specified type. - binder - Variable in class org.simpleframework.xml.convert.Registry
-
This is used to bind converter types to serializable types.
- BOOLEAN - Static variable in class org.simpleframework.xml.transform.ClassTransform
-
This is the string that represents the class for a boolean.
- BooleanTransform - Class in org.simpleframework.xml.transform
-
The
BooleanTransformis used to transform boolean values to and from string representations, which will be inserted in the generated XML document as the value place holder. - BooleanTransform() - Constructor for class org.simpleframework.xml.transform.BooleanTransform
- bottom() - Method in class org.simpleframework.xml.stream.OutputStack
-
This is used to acquire the
OutputNodefrom the bottom of the output stack. - bottom() - Method in class org.simpleframework.xml.stream.Stack
-
This is used to acquire the node from the bottom of the stack.
- buf - Variable in class org.simpleframework.xml.core.Template
-
The characters that this buffer has accumulated.
- buffer - Variable in class org.simpleframework.xml.stream.Formatter
-
Output buffer used to write the generated XML result to.
- build() - Method in class org.simpleframework.xml.core.FieldScanner
-
This is used to build a list of valid contacts for this scanner.
- build() - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to build the
Instantiatorobject that will be used to instantiate objects. - build() - Method in class org.simpleframework.xml.core.MethodScanner
-
This method is used to pair the get methods with a matching set method.
- build() - Method in class org.simpleframework.xml.core.ModelList
-
This is used when building a copy of the model.
- build() - Method in class org.simpleframework.xml.core.PathParser
-
This method is used to build a fully qualified path that has each segment index.
- build() - Method in class org.simpleframework.xml.core.SignatureBuilder
-
This method will build all the signatures for the constructor.
- build(Class) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to build the
Structurethat has been built. - build(Class<?>) - Method in class org.simpleframework.xml.convert.ScannerBuilder
-
This is used to build
Scannerobjects that are used to scan the provided class for annotations. - build(String) - Method in class org.simpleframework.xml.core.ExpressionBuilder
-
This is used to create an
Expressionfrom the provided path. - build(Detail) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to build the
Instantiatorobject that will be used to instantiate objects. - build(MethodPart) - Method in class org.simpleframework.xml.core.MethodScanner
-
This method is used to create a read only contact.
- build(MethodPart, String) - Method in class org.simpleframework.xml.core.MethodScanner
-
This method is used to pair the get methods with a matching set method.
- build(MethodPart, MethodPart) - Method in class org.simpleframework.xml.core.MethodScanner
-
This method is used to pair the get methods with a matching set method.
- build(SignatureBuilder.ParameterTable) - Method in class org.simpleframework.xml.core.SignatureBuilder
-
This method will build all the signatures for the constructor.
- build(SignatureBuilder.ParameterTable, int) - Method in class org.simpleframework.xml.core.SignatureBuilder
-
This is used to build all permutations of parameters that exist within the constructor.
- build(SignatureBuilder.ParameterTable, SignatureBuilder.ParameterList, int) - Method in class org.simpleframework.xml.core.SignatureBuilder
-
This is used to build all permutations of parameters that exist within the constructor.
- build(DocumentReader.Start) - Method in class org.simpleframework.xml.stream.DocumentReader
-
This is used to build the attributes that are to be used to populate the start event.
- build(EventNode) - Method in class org.simpleframework.xml.stream.InputNodeMap
-
This is used to insert all attributes belonging to the start element to the map.
- build(PullReader.Start) - Method in class org.simpleframework.xml.stream.PullReader
-
This is used to build the attributes that are to be used to populate the start event.
- build(StreamReader.Start) - Method in class org.simpleframework.xml.stream.StreamReader
-
This is used to build the attributes that are to be used to populate the start event.
- builder - Variable in class org.simpleframework.xml.convert.ConverterScanner
-
This is used to build a scanner to scan for annotations.
- builder - Variable in class org.simpleframework.xml.core.ModelAssembler
-
This is used to parse the XPath expressions in the order
- builder - Variable in class org.simpleframework.xml.core.ObjectScanner
-
This is used to store all XML attributes and XML elements.
- builder - Variable in class org.simpleframework.xml.core.PathParser
-
This is used to build a fully qualified path expression.
- builder - Variable in class org.simpleframework.xml.core.SignatureScanner
-
This is used to build permutations of parameters extracted.
- builder - Variable in class org.simpleframework.xml.core.StructureBuilder
-
This is used to build XPath expressions from annotations.
- builder - Variable in class org.simpleframework.xml.core.TemplateLabel
-
This is the builder that is used to generate label keys.
- builder - Variable in class org.simpleframework.xml.stream.CamelCaseStyle
-
This is used to perform the actual building of tokens.
- builder - Variable in class org.simpleframework.xml.stream.HyphenStyle
-
This is used to perform the actual building of tokens.
- builder - Variable in class org.simpleframework.xml.stream.Splitter
-
This is the string builder used to build the processed text.
- Builder - Class in org.simpleframework.xml.stream
-
The
Builderclass is used to represent an XML style that can be applied to a serialized object. - Builder(Composite, Criteria, Schema, Instance) - Constructor for class org.simpleframework.xml.core.Composite.Builder
-
Constructor for the
Builderobject. - Builder(Style) - Constructor for class org.simpleframework.xml.stream.Builder
-
Constructor for the
Builderobject. - BYTE - Static variable in class org.simpleframework.xml.transform.ClassTransform
-
This is the string that represents the class for a byte.
- ByteTransform - Class in org.simpleframework.xml.transform
-
The
ByteTransformobject is used to transform byte values to and from string representations, which will be inserted in the generated XML document as the value place holder. - ByteTransform() - Constructor for class org.simpleframework.xml.transform.ByteTransform
C
- cache - Variable in class org.simpleframework.xml.convert.ConverterFactory
-
This is the cache that is used to cache converter instances.
- cache - Variable in class org.simpleframework.xml.convert.Registry
-
This is used to cache the converters based on object types.
- cache - Variable in class org.simpleframework.xml.convert.RegistryBinder
-
This is used to cache bindings between types and converters.
- cache - Variable in class org.simpleframework.xml.core.ElementLabel
-
This is a cache of the expression for this element.
- cache - Variable in class org.simpleframework.xml.core.ElementListLabel
-
This is a cache of the expression for this element list.
- cache - Variable in class org.simpleframework.xml.core.ElementMapLabel
-
This is a cache of the expression for this element map.
- cache - Variable in class org.simpleframework.xml.core.ExpressionBuilder
-
This is the cache of path expressions previously built.
- cache - Variable in class org.simpleframework.xml.core.FieldContact
-
This cache contains the annotations present on the field.
- cache - Variable in class org.simpleframework.xml.core.GetPart
-
This cache contains the annotations present on the method.
- cache - Variable in class org.simpleframework.xml.core.InstanceFactory
-
This is used to cache the constructors for the given types.
- cache - Variable in class org.simpleframework.xml.core.LabelExtractor
-
This is used to cache the list of labels that have been created.
- cache - Variable in class org.simpleframework.xml.core.PathParser
-
This is the the cached canonical representation of the path.
- cache - Variable in class org.simpleframework.xml.core.PathParser.PathSection
-
This contains a cache of the path segments of the section.
- cache - Variable in class org.simpleframework.xml.core.ScannerFactory
-
This is used to cache all schemas built to represent a class.
- cache - Variable in class org.simpleframework.xml.core.SetPart
-
This cache contains the annotations present on the method.
- cache - Variable in class org.simpleframework.xml.core.Template
-
This is used to quicken
toString. - cache - Variable in class org.simpleframework.xml.stream.Indenter
-
Provides a quick string cache that caches using by index.
- cache - Variable in class org.simpleframework.xml.transform.Transformer
-
This is used to cache all transforms matched to a given type.
- cache - Variable in class org.simpleframework.xml.util.Resolver
-
Caches the text resolutions made to reduce the work required.
- cache(Object, T) - Method in interface org.simpleframework.xml.util.Cache
-
This method is used to insert a key value mapping in to the cache.
- cache(Object, T) - Method in class org.simpleframework.xml.util.ConcurrentCache
-
This method is used to insert a key value mapping in to the cache.
- cache(Object, T) - Method in class org.simpleframework.xml.util.LimitedCache
-
This method is used to insert a key value mapping in to the cache.
- cache(Object, T) - Method in class org.simpleframework.xml.util.WeakCache
-
This method is used to insert a key value mapping in to the cache.
- cache(Object, T) - Method in class org.simpleframework.xml.util.WeakCache.Segment
-
This method is used to insert a key value mapping in to the cache.
- Cache<T> - Interface in org.simpleframework.xml.util
-
The
Cacheinterface is used to represent a cache that will store key value pairs. - Cache() - Constructor for class org.simpleframework.xml.util.Resolver.Cache
-
Constructor for the
Cacheobject. - Cache(int) - Constructor for class org.simpleframework.xml.stream.Indenter.Cache
-
Constructor for the
Cacheobject. - CacheLabel - Class in org.simpleframework.xml.core
-
The
CacheLabelobject is used to acquire details from an inner label object so that details can be retrieved repeatedly without the need to perform any logic for extracting the values. - CacheLabel(Label) - Constructor for class org.simpleframework.xml.core.CacheLabel
-
Constructor for the
CacheLabelobject. - CacheParameter - Class in org.simpleframework.xml.core
-
The
CacheParameterobject represents a parameter which caches its values internally. - CacheParameter(Parameter, Label) - Constructor for class org.simpleframework.xml.core.CacheParameter
-
Constructor for the
CacheParameterobject. - call(Context, Object) - Method in class org.simpleframework.xml.core.Function
-
This method used to invoke the callback method of the provided object.
- caller - Variable in class org.simpleframework.xml.core.ClassSchema
-
This is the pointer to the schema class replace method.
- Caller - Class in org.simpleframework.xml.core
-
The
Calleracts as a means for the schema to invoke the callback methods on an object. - Caller(Scanner, Context) - Constructor for class org.simpleframework.xml.core.Caller
-
Constructor for the
Callerobject. - CamelCaseBuilder - Class in org.simpleframework.xml.stream
-
The
CamelCaseBuilderis used to represent an XML style that can be applied to a serialized object. - CamelCaseBuilder(boolean, boolean) - Constructor for class org.simpleframework.xml.stream.CamelCaseBuilder
-
Constructor for the
CamelCaseBuilderobject. - CamelCaseBuilder.Attribute - Class in org.simpleframework.xml.stream
-
This is used to parse the style for this builder.
- CamelCaseBuilder.Element - Class in org.simpleframework.xml.stream
-
This is used to parse the style for this builder.
- CamelCaseStyle - Class in org.simpleframework.xml.stream
-
The
CamelCaseStyleis used to represent an XML style that can be applied to a serialized object. - CamelCaseStyle() - Constructor for class org.simpleframework.xml.stream.CamelCaseStyle
-
Constructor for the
CamelCaseStyleobject. - CamelCaseStyle(boolean) - Constructor for class org.simpleframework.xml.stream.CamelCaseStyle
-
Constructor for the
CamelCaseStyleobject. - CamelCaseStyle(boolean, boolean) - Constructor for class org.simpleframework.xml.stream.CamelCaseStyle
-
Constructor for the
CamelCaseStyleobject. - capacity - Variable in class org.simpleframework.xml.util.LimitedCache
-
This represents the capacity of this cache instance.
- capital - Variable in class org.simpleframework.xml.stream.CamelCaseBuilder.Attribute
-
This determines whether to capitalise a split token
- capital - Variable in class org.simpleframework.xml.stream.CamelCaseBuilder.Element
-
This determines whether to capitalise a split token
- CHARACTER - Static variable in class org.simpleframework.xml.transform.ClassTransform
-
This is the string that represents the class for a character.
- CharacterArrayTransform - Class in org.simpleframework.xml.transform
-
The
CharacterArrayTransformis used to transform text values to and from string representations, which will be inserted in the generated XML document as the value place holder. - CharacterArrayTransform(Class) - Constructor for class org.simpleframework.xml.transform.CharacterArrayTransform
-
Constructor for the
PrimitiveArrayTransformobject. - CharacterTransform - Class in org.simpleframework.xml.transform
-
The
CharacterTransformobject transforms character values to and from string representations, which will be inserted in the generated XML document as the value place holder. - CharacterTransform() - Constructor for class org.simpleframework.xml.transform.CharacterTransform
- CLASS - Static variable in class org.simpleframework.xml.core.AnnotationHandler
-
This is the method used to acquire the associated type.
- ClassInstance(Class) - Constructor for class org.simpleframework.xml.core.InstanceFactory.ClassInstance
-
Constructor for the
ClassInstanceobject. - ClassInstantiator - Class in org.simpleframework.xml.core
-
The
ClassInstantiatoris used for instantiating objects using either the default no argument constructor or one that takes deserialized values as parameters. - ClassInstantiator(List<Creator>, Creator, ParameterMap, Detail) - Constructor for class org.simpleframework.xml.core.ClassInstantiator
-
Constructor for the
ClassCreatorobject. - ClassScanner - Class in org.simpleframework.xml.core
-
The
ClassScannerperforms the reflective inspection of a class and extracts all the class level annotations. - ClassScanner(Detail, Support) - Constructor for class org.simpleframework.xml.core.ClassScanner
-
Constructor for the
ClassScannerobject. - ClassSchema - Class in org.simpleframework.xml.core
-
The
Schemaobject is used to track which fields within an object have been visited by a converter. - ClassSchema(Scanner, Context) - Constructor for class org.simpleframework.xml.core.ClassSchema
-
Constructor for the
Schemaobject. - ClassTransform - Class in org.simpleframework.xml.transform
-
The
ClassTransformobject is used to transform class values to and from string representations, which will be inserted in the generated XML document as the value place holder. - ClassTransform() - Constructor for class org.simpleframework.xml.transform.ClassTransform
- ClassType - Class in org.simpleframework.xml.core
-
The
ClassTypeobject is used to represent a type that is neither a field or method. - ClassType(Class) - Constructor for class org.simpleframework.xml.core.ClassType
-
Constructor for the
ClassTypeobject. - clear() - Method in class org.simpleframework.xml.core.Session
-
The
clearmethod is used to wipe out all the currently existing pairs from the collection. - clear() - Method in class org.simpleframework.xml.core.SessionManager.Reference
-
This is used to clear the references to the session.
- clear() - Method in class org.simpleframework.xml.core.Template
-
This will empty the
Templateso that thetoStringparamater will returnnull. - clear() - Method in class org.simpleframework.xml.core.TemplateEngine
-
This method is used to clear the contents of the buffer.
- clear() - Method in class org.simpleframework.xml.stream.OutputBuffer
-
This will empty the
OutputBufferso that it does not contain any content. - clear() - Method in class org.simpleframework.xml.util.Resolver
-
This is used to clear all matches from the set.
- close() - Method in class org.simpleframework.xml.core.SessionManager
-
This is used to close the session on the thread local.
- CLOSE - Static variable in class org.simpleframework.xml.stream.Formatter
-
This is used to close a comment section within the document.
- collection - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is used to determine if the label represents a collection.
- CollectionFactory - Class in org.simpleframework.xml.core
-
The
CollectionFactoryis used to create collection instances that are compatible with the field type. - CollectionFactory(Context, Type) - Constructor for class org.simpleframework.xml.core.CollectionFactory
-
Constructor for the
CollectionFactoryobject. - Collector - Class in org.simpleframework.xml.core
-
The
Collectorobject is used to store variables for a deserialized object. - Collector() - Constructor for class org.simpleframework.xml.core.Collector
-
Constructor for the
Collectorobject. - Collector.Registry - Class in org.simpleframework.xml.core
-
The
Registryobject is used to store variables for the collector. - comment - Variable in class org.simpleframework.xml.stream.OutputDocument
-
This is the comment that is to be written for the node.
- comment - Variable in class org.simpleframework.xml.stream.OutputElement
-
This is the comment that has been set on this element.
- COMMENT - org.simpleframework.xml.stream.Formatter.Tag
- commit - Variable in class org.simpleframework.xml.core.Caller
-
This is the pointer to the schema class commit function.
- commit - Variable in class org.simpleframework.xml.core.ClassScanner
-
This function acts as a pointer to the types commit process.
- commit() - Method in class org.simpleframework.xml.stream.OutputAttribute
-
The
commitmethod is used flush and commit any child nodes that have been created by this node. - commit() - Method in class org.simpleframework.xml.stream.OutputDocument
-
This will commit this element and any uncommitted elements elements that are decendents of this node.
- commit() - Method in class org.simpleframework.xml.stream.OutputElement
-
This will commit this element and any uncommitted elements elements that are decendents of this node.
- commit() - Method in interface org.simpleframework.xml.stream.OutputNode
-
The
commitmethod is used flush and commit any child nodes that have been created by this node. - commit(char[], int, int) - Method in class org.simpleframework.xml.stream.CamelCaseBuilder.Attribute
-
This is used to commit the provided text in to the style that is required.
- commit(char[], int, int) - Method in class org.simpleframework.xml.stream.HyphenBuilder.Parser
-
This is used to commit the provided text in to the style that is required.
- commit(char[], int, int) - Method in class org.simpleframework.xml.stream.Splitter
-
This is used to commit the provided text in to the style that is required.
- commit(Class) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to commit the structure of the type.
- commit(Object) - Method in class org.simpleframework.xml.core.Caller
-
This method is used to invoke the provided objects commit function during the deserialization process.
- commit(Object) - Method in class org.simpleframework.xml.core.Collector
-
This is used to set the values for the methods and fields of the specified object.
- commit(Object) - Method in interface org.simpleframework.xml.core.Criteria
-
This is used to set the values for the methods and fields of the specified object.
- commit(Method) - Method in class org.simpleframework.xml.core.ClassScanner
-
This method is used to check the provided method to determine if it contains the
Commitannotation. - commit(Detail) - Method in class org.simpleframework.xml.core.ClassScanner
-
This is used to set the primary namespace for nodes that will be decorated by the namespace decorator.
- commit(Detail) - Method in class org.simpleframework.xml.core.ObjectScanner
-
Once the scanner has completed extracting the annotations and validating the resulting structure this is called to complete the process.
- commit(OutputNode) - Method in class org.simpleframework.xml.stream.NodeWriter
-
This method is used to commit all nodes on the stack up to and including the specified node.
- Commit - Annotation Type in org.simpleframework.xml.core
-
The
Commitannotation is used to mark a method within a serializable object that requires a callback from the persister once the deserialization completes. - compare(Object, Object) - Method in class org.simpleframework.xml.core.Revision
-
This is used to compare the expected and current versions of the class.
- comparer - Variable in class org.simpleframework.xml.core.AnnotationHandler
-
This is used to perform a comparison of the annotations.
- comparer - Variable in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used for validation to compare annotations used.
- Comparer - Class in org.simpleframework.xml.core
-
The
Compareris used to compare annotations on the attributes of that annotation. - Comparer() - Constructor for class org.simpleframework.xml.core.Comparer
-
Constructor for the
Comparerobject. - Comparer(String...) - Constructor for class org.simpleframework.xml.core.Comparer
-
Constructor for the
Comparerobject. - complete - Variable in class org.simpleframework.xml.core.Caller
-
This is the pointer to the schema class complete function.
- complete - Variable in class org.simpleframework.xml.core.ClassScanner
-
This function acts as a pointer to the types complete process.
- complete(Object) - Method in class org.simpleframework.xml.core.Caller
-
This method is used to invoke the provided objects completion function.
- complete(Method) - Method in class org.simpleframework.xml.core.ClassScanner
-
This method is used to check the provided method to determine if it contains the
Completeannotation. - Complete - Annotation Type in org.simpleframework.xml.core
-
The
Completeannotation is used to mark a method that requires a callback from the persister once the serialization of the object has completed. - composite - Variable in class org.simpleframework.xml.core.Composite.Builder
-
This is the composite converter that the builder will use.
- Composite - Class in org.simpleframework.xml.core
-
The
Compositeobject is used to perform serialization of objects that contain XML annotations. - Composite(Context, Type) - Constructor for class org.simpleframework.xml.core.Composite
-
Constructor for the
Compositeobject. - Composite(Context, Type, Class) - Constructor for class org.simpleframework.xml.core.Composite
-
Constructor for the
Compositeobject. - Composite.Builder - Class in org.simpleframework.xml.core
-
This takes the approach that the object is instantiated first and then the annotated fields and methods are deserialized from the XML elements and attributes.
- Composite.Injector - Class in org.simpleframework.xml.core
-
This takes the approach that the objects are deserialized first then the instance is created using a constructor.
- CompositeArray - Class in org.simpleframework.xml.core
-
The
CompositeArrayobject is used to convert a list of elements to an array of object entries. - CompositeArray(Context, Type, Type, String) - Constructor for class org.simpleframework.xml.core.CompositeArray
-
Constructor for the
CompositeArrayobject. - CompositeInlineList - Class in org.simpleframework.xml.core
-
The
CompositeInlineListobject is used to convert an group of elements in to a collection of element entries. - CompositeInlineList(Context, Type, Type, String) - Constructor for class org.simpleframework.xml.core.CompositeInlineList
-
Constructor for the
CompositeInlineListobject. - CompositeInlineMap - Class in org.simpleframework.xml.core
-
The
CompositeMapis used to serialize and deserialize maps to and from a source XML document. - CompositeInlineMap(Context, Entry, Type) - Constructor for class org.simpleframework.xml.core.CompositeInlineMap
-
Constructor for the
CompositeMapobject. - CompositeKey - Class in org.simpleframework.xml.core
-
The
CompositeKeyobject is used to convert an object to an from an XML element. - CompositeKey(Context, Entry, Type) - Constructor for class org.simpleframework.xml.core.CompositeKey
-
Constructor for the
CompositeKeyobject. - CompositeList - Class in org.simpleframework.xml.core
-
The
CompositeListobject is used to convert an element list to a collection of element entries. - CompositeList(Context, Type, Type, String) - Constructor for class org.simpleframework.xml.core.CompositeList
-
Constructor for the
CompositeListobject. - CompositeListUnion - Class in org.simpleframework.xml.core
-
The
CompositeListUnionobject is used to act as a mediator for multiple converters associated with a particular union group. - CompositeListUnion(Context, Group, Expression, Type) - Constructor for class org.simpleframework.xml.core.CompositeListUnion
-
Constructor for the
CompositeListUnionobject. - CompositeMap - Class in org.simpleframework.xml.core
-
The
CompositeMapis used to serialize and deserialize maps to and from a source XML document. - CompositeMap(Context, Entry, Type) - Constructor for class org.simpleframework.xml.core.CompositeMap
-
Constructor for the
CompositeMapobject. - CompositeMapUnion - Class in org.simpleframework.xml.core
-
The
CompositeMapUnionobject is used to act as a mediator for multiple converters associated with a particular union group. - CompositeMapUnion(Context, Group, Expression, Type) - Constructor for class org.simpleframework.xml.core.CompositeMapUnion
-
Constructor for the
CompositeMapUnionobject. - CompositeUnion - Class in org.simpleframework.xml.core
-
The
CompositeUnionobject is used to act as a mediator for multiple converters associated with a particular union group. - CompositeUnion(Context, Group, Expression, Type) - Constructor for class org.simpleframework.xml.core.CompositeUnion
-
Constructor for the
CompositeUnionobject. - CompositeValue - Class in org.simpleframework.xml.core
-
The
CompositeValueobject is used to convert an object to an from an XML element. - CompositeValue(Context, Entry, Type) - Constructor for class org.simpleframework.xml.core.CompositeValue
-
Constructor for the
CompositeValueobject. - ConcurrentCache<T> - Class in org.simpleframework.xml.util
-
The
ConcurrentCacheinterface is used to represent a cache that will store key value pairs. - ConcurrentCache() - Constructor for class org.simpleframework.xml.util.ConcurrentCache
-
Constructor for the
ConcurrentCacheobject. - constructor - Variable in class org.simpleframework.xml.core.SignatureScanner
-
This is the constructor that is scanned for the parameters.
- ConstructorException - Exception in org.simpleframework.xml.core
-
The
ConstructorExceptionis used to represent any errors where an annotated constructor parameter is invalid. - ConstructorException(String, Object...) - Constructor for exception org.simpleframework.xml.core.ConstructorException
-
Constructor for the
ConstructorExceptionobject. - ConstructorException(Throwable, String, Object...) - Constructor for exception org.simpleframework.xml.core.ConstructorException
-
Constructor for the
ConstructorExceptionobject. - ConstructorScanner - Class in org.simpleframework.xml.core
-
The
ConstructorScannerobject is used to scan all all constructors that have XML annotations for their parameters. - ConstructorScanner(Detail, Support) - Constructor for class org.simpleframework.xml.core.ConstructorScanner
-
Constructor for the
ConstructorScannerobject. - contact - Variable in class org.simpleframework.xml.core.AttributeParameter
-
This is the contact used to determine the parameter name.
- contact - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is the contact used to set and get the value for the node.
- contact - Variable in class org.simpleframework.xml.core.ElementArrayParameter
-
This is the contact used to determine the parameter name.
- contact - Variable in class org.simpleframework.xml.core.ElementListParameter
-
This is the contact used to determine the parameter name.
- contact - Variable in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is the contact that this label is associated with.
- contact - Variable in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is the contact used to determine the parameter name.
- contact - Variable in class org.simpleframework.xml.core.ElementMapParameter
-
This is the contact used to determine the parameter name.
- contact - Variable in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is the contact that this label is associated with.
- contact - Variable in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is the contact used to determine the parameter name.
- contact - Variable in class org.simpleframework.xml.core.ElementParameter
-
This is the contact used to determine the parameter name.
- contact - Variable in class org.simpleframework.xml.core.ElementUnionLabel
-
This is the contact that this label is associated with.
- contact - Variable in class org.simpleframework.xml.core.ElementUnionParameter
-
This is the contact used to determine the parameter name.
- contact - Variable in class org.simpleframework.xml.core.Entry
-
Provides the point of contact in the object to the map.
- contact - Variable in class org.simpleframework.xml.core.ExtractorFactory
-
This is the contact that has been annotated as a union.
- contact - Variable in class org.simpleframework.xml.core.ExtractorFactory.ElementExtractor
-
This is the contact that has been annotated as a union.
- contact - Variable in class org.simpleframework.xml.core.ExtractorFactory.ElementListExtractor
-
This is the contact that has been annotated as a union.
- contact - Variable in class org.simpleframework.xml.core.ExtractorFactory.ElementMapExtractor
-
This is the contact that has been annotated as a union.
- contact - Variable in class org.simpleframework.xml.core.Introspector
-
This is the field or method contact that has been annotated.
- contact - Variable in class org.simpleframework.xml.core.TextLabel
-
The contact that this annotation label represents.
- contact - Variable in class org.simpleframework.xml.core.TextParameter
-
This is the contact used to determine the parameter name.
- Contact - Interface in org.simpleframework.xml.core
-
The
Contactinterface is used to provide a point of contact with an object. - Contact(Attribute, Constructor, int) - Constructor for class org.simpleframework.xml.core.AttributeParameter.Contact
-
Constructor for the
Contactobject. - Contact(ElementArray, Constructor, int) - Constructor for class org.simpleframework.xml.core.ElementArrayParameter.Contact
-
Constructor for the
Contactobject. - Contact(ElementList, Constructor, int) - Constructor for class org.simpleframework.xml.core.ElementListParameter.Contact
-
Constructor for the
Contactobject. - Contact(ElementList, Constructor, int) - Constructor for class org.simpleframework.xml.core.ElementListUnionParameter.Contact
-
Constructor for the
Contactobject. - Contact(ElementMap, Constructor, int) - Constructor for class org.simpleframework.xml.core.ElementMapParameter.Contact
-
Constructor for the
Contactobject. - Contact(ElementMap, Constructor, int) - Constructor for class org.simpleframework.xml.core.ElementMapUnionParameter.Contact
-
Constructor for the
Contactobject. - Contact(Element, Constructor, int) - Constructor for class org.simpleframework.xml.core.ElementParameter.Contact
-
Constructor for the
Contactobject. - Contact(Element, Constructor, int) - Constructor for class org.simpleframework.xml.core.ElementUnionParameter.Contact
-
Constructor for the
Contactobject. - Contact(Text, Constructor, int) - Constructor for class org.simpleframework.xml.core.TextParameter.Contact
-
Constructor for the
Contactobject. - ContactList - Class in org.simpleframework.xml.core
-
The
ContactListobject is used to represent a list that contains contacts for an object. - ContactList() - Constructor for class org.simpleframework.xml.core.ContactList
-
Constructor for the
ContactListobject. - ContactMap - Class in org.simpleframework.xml.core
-
The
ContactMapobject is used to keep track of the contacts that have been processed. - ContactMap() - Constructor for class org.simpleframework.xml.core.ContactMap
- contains(Object) - Method in class org.simpleframework.xml.core.Signature
-
This returns true if the signature contains a parameter that is mapped to the specified key.
- contains(Object) - Method in interface org.simpleframework.xml.util.Cache
-
This is used to determine whether the specified key exists with in the cache.
- contains(Object) - Method in class org.simpleframework.xml.util.ConcurrentCache
-
This is used to determine whether the specified key exists with in the cache.
- contains(Object) - Method in class org.simpleframework.xml.util.LimitedCache
-
This is used to determine whether the specified key exists with in the cache.
- contains(Object) - Method in class org.simpleframework.xml.util.WeakCache
-
This is used to determine whether the specified key exists with in the cache.
- contains(Object) - Method in class org.simpleframework.xml.util.WeakCache.Segment
-
This is used to determine whether the specified key exists with in the cache.
- contains(String[], String) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to determine if a value exists within an array.
- containsKey(Object) - Method in class org.simpleframework.xml.core.Session
-
This is used to determine whether a value representing the name of a pair has been inserted into the internal map.
- containsValue(Object) - Method in class org.simpleframework.xml.core.Session
-
This method is used to determine whether any pair that has been inserted into the internal map had the presented value.
- context - Variable in class org.simpleframework.xml.core.Caller
-
This is the context that is used to invoke the functions.
- context - Variable in class org.simpleframework.xml.core.Composite
-
This is the source object for the instance of serialization.
- context - Variable in class org.simpleframework.xml.core.CompositeKey
-
This is the context used to support the serialization process.
- context - Variable in class org.simpleframework.xml.core.CompositeListUnion
-
This is the current context used for the serialization.
- context - Variable in class org.simpleframework.xml.core.CompositeMapUnion
-
This is the current context used for the serialization.
- context - Variable in class org.simpleframework.xml.core.CompositeUnion
-
This is the current context used for the serialization.
- context - Variable in class org.simpleframework.xml.core.CompositeValue
-
This is the context used to support the serialization process.
- context - Variable in class org.simpleframework.xml.core.ConversionInstance
-
This is the context that is used to create the instance.
- context - Variable in class org.simpleframework.xml.core.Factory
-
This is the context object used for the serialization process.
- context - Variable in class org.simpleframework.xml.core.ObjectInstance
-
This is the context that is used to create the instance.
- context - Variable in class org.simpleframework.xml.core.Primitive
-
The context object is used to perform text value filtering.
- context - Variable in class org.simpleframework.xml.core.PrimitiveKey
-
This is the context used to support the serialization process.
- context - Variable in class org.simpleframework.xml.core.PrimitiveValue
-
This is the context used to support the serialization process.
- context - Variable in class org.simpleframework.xml.core.TemplateFilter
-
This is the template context object used by the persister.
- context - Variable in class org.simpleframework.xml.core.Traverser
-
This is the context object used for the traversal performed.
- Context - Interface in org.simpleframework.xml.core
-
The
Contextobject acts as a contextual object that is used to store all information regarding an instance of serialization or deserialization. - contextual - Variable in class org.simpleframework.xml.core.Function
-
This is used to determine if the method takes the map.
- contract - Variable in class org.simpleframework.xml.strategy.CycleStrategy
-
This is used to provide the names of the attributes to use.
- contract - Variable in class org.simpleframework.xml.strategy.ReadState
-
This is the contract that specifies the attributes to use.
- contract - Variable in class org.simpleframework.xml.strategy.WriteState
-
This is the contract that specifies the attributes to use.
- Contract - Class in org.simpleframework.xml.strategy
-
The
Contractobject is used to expose the attribute names used by the cycle strategy. - Contract(String, String, String, String) - Constructor for class org.simpleframework.xml.strategy.Contract
-
Constructor for the
Syntaxobject. - ConversionInstance - Class in org.simpleframework.xml.core
-
The
ConversionInstanceobject is used to promote the type to some more specialized type. - ConversionInstance(Context, Value, Class) - Constructor for class org.simpleframework.xml.core.ConversionInstance
-
This is used to specify the creation of a conversion type that can be used for creating an instance with a class other than the default class specified by the
Valueobject. - convert - Variable in class org.simpleframework.xml.core.ConversionInstance
-
This is the new class that is used for the type conversion.
- convert(Node) - Method in class org.simpleframework.xml.stream.DocumentReader
-
This is used to convert the provided node in to an event.
- Convert - Annotation Type in org.simpleframework.xml.convert
-
The
Convertannotation is used to specify a converter class to use for serialization. - Converter<T> - Interface in org.simpleframework.xml.convert
-
The
Converterobject is used to convert an object to XML by intercepting the normal serialization process. - Converter - Interface in org.simpleframework.xml.core
-
The
Converterobject serializes and deserializes XML elements. - ConverterFactory - Class in org.simpleframework.xml.convert
-
The
ConverterFactoryis used to instantiate objects based on a provided type or annotation. - ConverterFactory() - Constructor for class org.simpleframework.xml.convert.ConverterFactory
-
Constructor for the
ConverterFactoryobject. - ConverterScanner - Class in org.simpleframework.xml.convert
-
The
ConverterScanneris used to create a converter given a method or field representation. - ConverterScanner() - Constructor for class org.simpleframework.xml.convert.ConverterScanner
-
Constructor for the
ConverterScannerobject. - ConvertException - Exception in org.simpleframework.xml.convert
-
The
ConvertExceptionis thrown when there is a problem converting an object. - ConvertException(String, Object...) - Constructor for exception org.simpleframework.xml.convert.ConvertException
-
Constructor for the
ConvertExceptionobject. - copy() - Method in class org.simpleframework.xml.core.Signature
-
This is used to build a
Signaturewith the given context so that keys are styled. - count - Variable in class org.simpleframework.xml.core.PathParser
-
This represents the number of characters in the source path.
- count - Variable in class org.simpleframework.xml.core.SessionManager.Reference
-
This is the count of the number of references to this.
- count - Variable in class org.simpleframework.xml.core.Template
-
This is the number of characters this has stored.
- count - Variable in class org.simpleframework.xml.stream.Indenter.Cache
-
Represents the number of indent strings held by the cache.
- count - Variable in class org.simpleframework.xml.stream.Indenter
-
Represents the current number of spaces in the indent text.
- count - Variable in class org.simpleframework.xml.stream.Splitter
-
This is the number of characters to be considered for use.
- create() - Method in class org.simpleframework.xml.core.Signature
-
This is used to instantiate the object using the default no argument constructor.
- create() - Method in class org.simpleframework.xml.core.SignatureBuilder
-
This is used to create a list of signatures that represent the permutations of parameter and annotation pairs that exist for a single constructor.
- create() - Method in class org.simpleframework.xml.stream.Indenter
-
This is used to create an indent which can later be pushed on to the stack.
- create(boolean) - Method in class org.simpleframework.xml.core.SessionManager
-
This is used to create a new
Sessionobject. - create(int) - Method in class org.simpleframework.xml.util.WeakCache.SegmentList
-
Upon initialization the segment list is populated in such a way that synchronization is not needed.
- create(Annotation, int) - Method in class org.simpleframework.xml.core.SignatureScanner
-
This is used to create a
Parameterobject which is used to represent a parameter to a constructor. - create(Class) - Method in class org.simpleframework.xml.convert.Registry
-
This is used to acquire a
Converterinstance from the registry. - create(Class) - Method in class org.simpleframework.xml.convert.RegistryBinder
-
This is used to acquire a
Converterinstance from this binder. - create(Class) - Method in class org.simpleframework.xml.transform.RegistryMatcher
-
This is used to create a
Transformusing the type specified. - create(Class, Class) - Method in class org.simpleframework.xml.transform.RegistryMatcher
-
This is used to create a
Transformusing the type specified. - create(Object) - Method in class org.simpleframework.xml.strategy.ReadState
-
This will acquire the graph using the specified session map.
- create(Object[]) - Method in class org.simpleframework.xml.core.Signature
-
This is used to instantiate the object using a constructor that takes deserialized objects as arguments.
- create(String) - Method in class org.simpleframework.xml.core.ExpressionBuilder
-
This is used to create an
Expressionfrom the provided path. - create(String, String, int) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to register a
Modelwithin this model. - create(Detail) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to create the
Instantiatorobject that will be used to instantiate objects. - create(Expression) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to register a
Modelfor this builder. - create(Parameter) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to create a
Parameterbased on the currently registered labels. - create(Signature) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to create a new
Creatorobject from the provided signature. - create(SignatureBuilder.ParameterTable) - Method in class org.simpleframework.xml.core.SignatureBuilder
-
This is used to create a list of signatures that represent the permutations of parameter and annotation pairs that exist.
- Creator - Interface in org.simpleframework.xml.core
-
The
Instantiatorobject is used to represent an single constructor within an object. - creators - Variable in class org.simpleframework.xml.core.ClassInstantiator
-
This contains a list of all the creators for the class.
- criteria - Variable in class org.simpleframework.xml.core.Composite.Builder
-
This is the criteria object used to collect the values.
- criteria - Variable in class org.simpleframework.xml.core.Composite
-
This is used to store objects so that they can be read again.
- Criteria - Interface in org.simpleframework.xml.core
-
The
Criteriaobject represents the criteria used to create an object and populate its methods and fields. - CurrencyTransform - Class in org.simpleframework.xml.transform
-
The
CurrencyTransformis used to transform currency values to and from string representations, which will be inserted in the generated XML document as the value place holder. - CurrencyTransform() - Constructor for class org.simpleframework.xml.transform.CurrencyTransform
- cursor - Variable in class org.simpleframework.xml.stream.OutputStack.Sequence
-
The cursor used to acquire objects from the stack.
- cursor - Variable in class org.simpleframework.xml.util.Resolver.Stack.Sequence
-
The cursor used to acquire objects from the stack.
- CycleException - Exception in org.simpleframework.xml.strategy
-
The
CycleExceptionis thrown when an invalid cycle is found when deserializing an object from an XML document. - CycleException(String, Object...) - Constructor for exception org.simpleframework.xml.strategy.CycleException
-
Constructor for the
CycleExceptionobject. - CycleException(Throwable, String, Object...) - Constructor for exception org.simpleframework.xml.strategy.CycleException
-
Constructor for the
CycleExceptionobject. - CycleStrategy - Class in org.simpleframework.xml.strategy
-
The
CycleStrategyrepresents a strategy that is used to augment the deserialization and serialization process such that cycles in an object graph can be supported. - CycleStrategy() - Constructor for class org.simpleframework.xml.strategy.CycleStrategy
-
Constructor for the
CycleStrategyobject. - CycleStrategy(String, String) - Constructor for class org.simpleframework.xml.strategy.CycleStrategy
-
Constructor for the
CycleStrategyobject. - CycleStrategy(String, String, String) - Constructor for class org.simpleframework.xml.strategy.CycleStrategy
-
Constructor for the
CycleStrategyobject. - CycleStrategy(String, String, String, String) - Constructor for class org.simpleframework.xml.strategy.CycleStrategy
-
Constructor for the
CycleStrategyobject.
D
- data - Variable in class org.simpleframework.xml.convert.Reference
-
This represents the object instance that this represents.
- data - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is used to represent whether the data is written as data.
- data - Variable in class org.simpleframework.xml.core.ElementArrayLabel
-
This is used to determine if the element is data.
- data - Variable in class org.simpleframework.xml.core.ElementLabel
-
This is used to determine if the element is data.
- data - Variable in class org.simpleframework.xml.core.ElementListLabel
-
This is used to determine if the attribute is data.
- data - Variable in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to determine if the attribute is data.
- data - Variable in class org.simpleframework.xml.core.PathParser
-
This is a copy of the source data that is to be parsed.
- data - Variable in class org.simpleframework.xml.core.TextLabel
-
This is used to determine if the attribute is data.
- data() - Method in annotation type org.simpleframework.xml.Element
-
This is used to determine whether the element data is written in a CDATA block or not.
- data() - Method in annotation type org.simpleframework.xml.ElementArray
-
This is used to determine whether the element data is written in a CDATA block or not.
- data() - Method in annotation type org.simpleframework.xml.ElementList
-
This is used to determine whether the element data is written in a CDATA block or not.
- data() - Method in annotation type org.simpleframework.xml.ElementMap
-
This is used to determine whether the element data is written in a CDATA block or not.
- data() - Method in annotation type org.simpleframework.xml.Text
-
This is used to determine whether the text is written within CDATA block or not.
- data(String) - Method in class org.simpleframework.xml.stream.Formatter
-
This method is used to write the specified text as a CDATA block within the XML element.
- DATA - org.simpleframework.xml.stream.Mode
-
Indicates that data written will be within a CDATA block.
- DateFactory<T extends java.util.Date> - Class in org.simpleframework.xml.transform
-
The
DateFactoryobject is used to create instances or subclasses of theDateobject. - DateFactory(Class<T>) - Constructor for class org.simpleframework.xml.transform.DateFactory
-
Constructor for the
DateFactoryobject. - DateFactory(Class<T>, Class...) - Constructor for class org.simpleframework.xml.transform.DateFactory
-
Constructor for the
DateFactoryobject. - DateFormat(String) - Constructor for class org.simpleframework.xml.transform.DateType.DateFormat
-
Constructor for the
DateFormatobject. - DateTransform<T extends java.util.Date> - Class in org.simpleframework.xml.transform
-
The
DateTransformobject is used to transform date values to and from string representations, which will be inserted in the generated XML document as the value place holder. - DateTransform(Class<T>) - Constructor for class org.simpleframework.xml.transform.DateTransform
-
Constructor for the
DateTransformobject. - DateType - Enum in org.simpleframework.xml.transform
-
The
DateTypeenumeration provides a set of known date formats supported by the date transformer. - DateType(String) - Constructor for enum org.simpleframework.xml.transform.DateType
-
Constructor for the
DateTypeenumeration. - DateType.DateFormat - Class in org.simpleframework.xml.transform
-
The
DateFormatprovides a synchronized means for using the simple date format object. - declaration - Variable in class org.simpleframework.xml.core.DetailScanner
-
This represents the namespace list declared on the type.
- decorate(OutputNode) - Method in interface org.simpleframework.xml.core.Decorator
-
This method is used to decorate the provided node.
- decorate(OutputNode) - Method in class org.simpleframework.xml.core.NamespaceDecorator
-
This method is used to decorate the provided node.
- decorate(OutputNode) - Method in class org.simpleframework.xml.core.Qualifier
-
This method is used to decorate the provided node.
- decorate(OutputNode, Decorator) - Method in interface org.simpleframework.xml.core.Decorator
-
This method is used to decorate the provided node.
- decorate(OutputNode, Decorator) - Method in class org.simpleframework.xml.core.NamespaceDecorator
-
This method is used to decorate the provided node.
- decorate(OutputNode, Decorator) - Method in class org.simpleframework.xml.core.Qualifier
-
This method is used to decorate the provided node.
- decorator - Variable in class org.simpleframework.xml.core.AttributeLabel
-
This is the decorator that is associated with the attribute.
- decorator - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is the decorator that is associated with the label.
- decorator - Variable in class org.simpleframework.xml.core.ClassScanner
-
This is the namespace decorator associated with this scanner.
- decorator - Variable in class org.simpleframework.xml.core.ClassSchema
-
This is the decorator associated with this schema object.
- decorator - Variable in class org.simpleframework.xml.core.ElementArrayLabel
-
This is the decorator that is associated with the element.
- decorator - Variable in class org.simpleframework.xml.core.ElementLabel
-
This is the decorator that is associated with the element.
- decorator - Variable in class org.simpleframework.xml.core.ElementListLabel
-
This is the decorator that is associated with the element.
- decorator - Variable in class org.simpleframework.xml.core.ElementMapLabel
-
This is the decorator that is associated with the element.
- decorator - Variable in class org.simpleframework.xml.core.Qualifier
-
This is the namespace decorator that is populated for use.
- decorator - Variable in class org.simpleframework.xml.core.VersionLabel
-
This is the decorator that is associated with the attribute.
- Decorator - Interface in org.simpleframework.xml.core
-
The
Decoratorinterface is used to describe an object that is used to add decorations to an output node. - Default - Annotation Type in org.simpleframework.xml
-
The
Defaultannotation is used to specify that all fields or methods should be serialized in a default manner. - DEFAULT_NAME - Static variable in class org.simpleframework.xml.core.Entry
-
Provides the default name for entry XML elements of the map.
- DefaultDetail - Class in org.simpleframework.xml.core
-
This
DefaultDetailobject is used to create a detail object that contains a default access override. - DefaultDetail(Detail, DefaultType) - Constructor for class org.simpleframework.xml.core.DefaultDetail
-
Constructor for the
DefaultDetailobject. - DefaultMatcher - Class in org.simpleframework.xml.transform
-
The
DefaultMatcheris a delegation object that uses several matcher implementations to correctly resolve both the stockTransformimplementations and implementations that have been overridden by the user with a custom matcher. - DefaultMatcher(Matcher) - Constructor for class org.simpleframework.xml.transform.DefaultMatcher
-
Constructor for the
DefaultMatcherobject. - defaults - Variable in class org.simpleframework.xml.core.Support
-
This is used to extract the defaults for a specific class.
- DefaultScanner - Class in org.simpleframework.xml.core
-
The
DefaultScannerperforms the reflective inspection of a class and builds a map of attributes and elements for each annotated field. - DefaultScanner(Detail, Support) - Constructor for class org.simpleframework.xml.core.DefaultScanner
-
Constructor for the
DefaultScannerobject. - DefaultType - Enum in org.simpleframework.xml
-
The
DefaultTypeenumeration is used to specify the type of defaults to apply to a class. - DefaultType() - Constructor for enum org.simpleframework.xml.DefaultType
- definition(Detail) - Method in class org.simpleframework.xml.core.ClassScanner
-
This method is used to extract the
Rootannotation and theOrderannotation from the detail provided. - delegate - Variable in class org.simpleframework.xml.transform.ArrayTransform
-
This is the transform that performs the individual transform.
- depend - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is used to represent the dependent type to be used.
- detail - Variable in class org.simpleframework.xml.core.AttributeLabel
-
This contains the details of the annotated contact object.
- detail - Variable in class org.simpleframework.xml.core.ClassInstantiator
-
This contains the details for the class to instantiate.
- detail - Variable in class org.simpleframework.xml.core.DefaultDetail
-
This is the original detail object that is to be delegated to.
- detail - Variable in class org.simpleframework.xml.core.DefaultScanner
-
This contains the details for the class that is being scanned.
- detail - Variable in class org.simpleframework.xml.core.ElementArrayLabel
-
This contains the details of the annotated contact object.
- detail - Variable in class org.simpleframework.xml.core.ElementLabel
-
The contact that this element label represents.
- detail - Variable in class org.simpleframework.xml.core.ElementListLabel
-
This contains the details of the annotated contact object.
- detail - Variable in class org.simpleframework.xml.core.ElementMapLabel
-
This contains the details of the annotated contact object.
- detail - Variable in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is the detail the instantiator uses to create objects.
- detail - Variable in class org.simpleframework.xml.core.MethodScanner
-
This contains the details for the class that is being scanned.
- detail - Variable in class org.simpleframework.xml.core.ModelAssembler
-
This is the type this this is assembling the model for.
- detail - Variable in class org.simpleframework.xml.core.ModelMap
-
This is the detail associated with this model map instance.
- detail - Variable in class org.simpleframework.xml.core.ObjectScanner
-
This contains the details for the class that is being scanned.
- detail - Variable in class org.simpleframework.xml.core.PrimitiveScanner
-
This contains the details for the class that is being scanned.
- detail - Variable in class org.simpleframework.xml.core.TextLabel
-
This represents the signature of the annotated contact.
- detail - Variable in class org.simpleframework.xml.core.TreeModel
-
This is the type used for reporting validation errors.
- detail - Variable in class org.simpleframework.xml.core.VersionLabel
-
This contains the details of the annotated contact object.
- Detail - Interface in org.simpleframework.xml.core
-
The
Detailobject is used to provide various details for a type. - DetailExtractor - Class in org.simpleframework.xml.core
-
The
DetailExtractorobject is used to extract details for a specific class. - DetailExtractor(Support) - Constructor for class org.simpleframework.xml.core.DetailExtractor
-
Constructor for the
DetailExtractorobject. - DetailExtractor(Support, DefaultType) - Constructor for class org.simpleframework.xml.core.DetailExtractor
-
Constructor for the
DetailExtractorobject. - details - Variable in class org.simpleframework.xml.core.DetailExtractor
-
This contains a cache of the details scanned for classes.
- details - Variable in class org.simpleframework.xml.core.Support
-
This is used to extract the details for a specific class.
- DetailScanner - Class in org.simpleframework.xml.core
-
The
DetailScanneris used to scan a class for methods and fields as well as annotations. - DetailScanner(Class) - Constructor for class org.simpleframework.xml.core.DetailScanner
-
Constructor for the
DetailScannerobject. - DetailScanner(Class, DefaultType) - Constructor for class org.simpleframework.xml.core.DetailScanner
-
Constructor for the
DetailScannerobject. - Dictionary<T extends Entry> - Class in org.simpleframework.xml.util
-
The
Dictionaryobject represents a mapped set of entry objects that can be serialized and deserialized. - Dictionary() - Constructor for class org.simpleframework.xml.util.Dictionary
-
Constructor for the
Dictionaryobject. - Dictionary.Table<T> - Class in org.simpleframework.xml.util
-
The
Tableobject is used to represent a map of entries mapped to a string name. - DocumentProvider - Class in org.simpleframework.xml.stream
-
The
DocumentProviderobject is used to provide event reader implementations for DOM. - DocumentProvider() - Constructor for class org.simpleframework.xml.stream.DocumentProvider
-
Constructor for the
DocumentProviderobject. - DocumentReader - Class in org.simpleframework.xml.stream
-
The
DocumentReaderobject provides an implementation for reading XML events using DOM. - DocumentReader(Document) - Constructor for class org.simpleframework.xml.stream.DocumentReader
-
Constructor for the
DocumentReaderobject. - DocumentReader.End - Class in org.simpleframework.xml.stream
-
The
Endobject is used to represent the end of an element. - DocumentReader.Entry - Class in org.simpleframework.xml.stream
-
The
Entryobject is used to represent an attribute within a start element. - DocumentReader.Start - Class in org.simpleframework.xml.stream
-
The
Startobject is used to represent the start of an XML element. - DocumentReader.Text - Class in org.simpleframework.xml.stream
-
The
Textobject is used to represent a text event. - done - Variable in class org.simpleframework.xml.core.FieldScanner
-
This is used to determine which fields have been scanned.
- DOUBLE - Static variable in class org.simpleframework.xml.stream.Formatter
-
Represents the XML escape sequence for the double quote.
- DOUBLE - Static variable in class org.simpleframework.xml.transform.ClassTransform
-
This is the string that represents the class for a double.
- DoubleTransform - Class in org.simpleframework.xml.transform
-
The
DoubleTransformis used to transform double values to and from string representations, which will be inserted in the generated XML document as the value place holder. - DoubleTransform() - Constructor for class org.simpleframework.xml.transform.DoubleTransform
E
- element - Variable in class org.simpleframework.xml.stream.CamelCaseBuilder
-
If true then the element will start with upper case.
- element - Variable in class org.simpleframework.xml.stream.DocumentReader.Start
-
This is the element that is represented by this start event.
- element - Variable in class org.simpleframework.xml.stream.StreamReader.Start
-
This is the start element to be used by this start event.
- element() - Method in class org.simpleframework.xml.core.PathParser
-
This is used to extract an element from the path expression.
- element(int, int) - Method in class org.simpleframework.xml.core.PathParser
-
This will add a path segment to the list of segments.
- element(String) - Method in class org.simpleframework.xml.core.PathParser
-
This will insert the path segment provided.
- Element - Annotation Type in org.simpleframework.xml
-
The
Elementannotation is used to represent a field or method that appears as an XML element. - Element(String) - Constructor for class org.simpleframework.xml.stream.CamelCaseBuilder.Element
-
Constructor for the
Elementobject. - ELEMENT - org.simpleframework.xml.core.KeyBuilder.KeyType
- ElementArray - Annotation Type in org.simpleframework.xml
-
The
ElementArrayannotation represents a method or field that is an array of elements. - ElementArrayLabel - Class in org.simpleframework.xml.core
-
The
ElementArrayLabelrepresents a label that is used to represent an XML element array in a class schema. - ElementArrayLabel(Contact, ElementArray, Format) - Constructor for class org.simpleframework.xml.core.ElementArrayLabel
-
Constructor for the
ElementArrayLabelobject. - ElementArrayParameter - Class in org.simpleframework.xml.core
-
The
ElementArrayParameterrepresents a constructor parameter. - ElementArrayParameter(Constructor, ElementArray, Format, int) - Constructor for class org.simpleframework.xml.core.ElementArrayParameter
-
Constructor for the
ElementArrayParameterobject. - ElementArrayParameter.Contact - Class in org.simpleframework.xml.core
-
The
Contactrepresents a contact object that is to be used for a label in order to extract a parameter name. - ElementException - Exception in org.simpleframework.xml.core
-
The
ElementExceptionis used to represent conditions when an XML element is in an invalid state. - ElementException(String, Object...) - Constructor for exception org.simpleframework.xml.core.ElementException
-
Constructor for the
ElementExceptionobject. - ElementException(Throwable, String, Object...) - Constructor for exception org.simpleframework.xml.core.ElementException
-
Constructor for the
ElementExceptionobject. - ElementExtractor(Contact, ElementUnion, Format) - Constructor for class org.simpleframework.xml.core.ExtractorFactory.ElementExtractor
-
Constructor for the
ElementExtractorobject. - ElementLabel - Class in org.simpleframework.xml.core
-
The
ElementLabelrepresents a label that is used to represent an XML element in a class schema. - ElementLabel(Contact, Element, Format) - Constructor for class org.simpleframework.xml.core.ElementLabel
-
Constructor for the
ElementLabelobject. - ElementList - Annotation Type in org.simpleframework.xml
-
The
ElementListannotation represents a method or field that is aCollectionfor storing entries. - ElementListExtractor(Contact, ElementListUnion, Format) - Constructor for class org.simpleframework.xml.core.ExtractorFactory.ElementListExtractor
-
Constructor for the
ElementListExtractorobject. - ElementListLabel - Class in org.simpleframework.xml.core
-
The
ElementListLabelrepresents a label that is used to represent an XML element list in a class schema. - ElementListLabel(Contact, ElementList, Format) - Constructor for class org.simpleframework.xml.core.ElementListLabel
-
Constructor for the
ElementListLabelobject. - ElementListParameter - Class in org.simpleframework.xml.core
-
The
ElementListParameterrepresents a constructor parameter. - ElementListParameter(Constructor, ElementList, Format, int) - Constructor for class org.simpleframework.xml.core.ElementListParameter
-
Constructor for the
ElementListParameterobject. - ElementListParameter.Contact - Class in org.simpleframework.xml.core
-
The
Contactrepresents a contact object that is to be used for a label in order to extract a parameter name. - ElementListUnion - Annotation Type in org.simpleframework.xml
-
The
ElementListUnionannotation is used to describe fields and methods that can dynamically match a schema class. - ElementListUnionLabel - Class in org.simpleframework.xml.core
-
The
ElementListUnionLabelis an adapter for an internal label. - ElementListUnionLabel(Contact, ElementListUnion, ElementList, Format) - Constructor for class org.simpleframework.xml.core.ElementListUnionLabel
-
Constructor for the
ElementListUnionLabelobject. - ElementListUnionParameter - Class in org.simpleframework.xml.core
-
The
ElementListUnionParameterrepresents a constructor parameter. - ElementListUnionParameter(Constructor, ElementListUnion, ElementList, Format, int) - Constructor for class org.simpleframework.xml.core.ElementListUnionParameter
-
Constructor for the
ElementListUnionParameterobject. - ElementListUnionParameter.Contact - Class in org.simpleframework.xml.core
-
The
Contactrepresents a contact object that is to be used for a label in order to extract a parameter name. - ElementMap - Annotation Type in org.simpleframework.xml
-
The
ElementMapannotation represents a method or field that is aMapfor storing key value pairs. - ElementMapExtractor(Contact, ElementMapUnion, Format) - Constructor for class org.simpleframework.xml.core.ExtractorFactory.ElementMapExtractor
-
Constructor for the
ElementMapExtractorobject. - ElementMapLabel - Class in org.simpleframework.xml.core
-
The
ElementMapLabelrepresents a label that is used to represent an XML element map in a class schema. - ElementMapLabel(Contact, ElementMap, Format) - Constructor for class org.simpleframework.xml.core.ElementMapLabel
-
Constructor for the
ElementMapLabelobject. - ElementMapParameter - Class in org.simpleframework.xml.core
-
The
ElementMapParameterrepresents a constructor parameter. - ElementMapParameter(Constructor, ElementMap, Format, int) - Constructor for class org.simpleframework.xml.core.ElementMapParameter
-
Constructor for the
ElementMapParameterobject. - ElementMapParameter.Contact - Class in org.simpleframework.xml.core
-
The
Contactrepresents a contact object that is to be used for a label in order to extract a parameter name. - ElementMapUnion - Annotation Type in org.simpleframework.xml
-
The
ElementMapUnionannotation is used to describe a field or method that can dynamically match a schema class. - ElementMapUnionLabel - Class in org.simpleframework.xml.core
-
The
ElementMapUnionLabelis an adapter for an internal label. - ElementMapUnionLabel(Contact, ElementMapUnion, ElementMap, Format) - Constructor for class org.simpleframework.xml.core.ElementMapUnionLabel
-
Constructor for the
ElementMapUnionLabelobject. - ElementMapUnionParameter - Class in org.simpleframework.xml.core
-
The
ElementMapUnionParameterrepresents a constructor parameter. - ElementMapUnionParameter(Constructor, ElementMapUnion, ElementMap, Format, int) - Constructor for class org.simpleframework.xml.core.ElementMapUnionParameter
-
Constructor for the
ElementMapUnionParameterobject. - ElementMapUnionParameter.Contact - Class in org.simpleframework.xml.core
-
The
Contactrepresents a contact object that is to be used for a label in order to extract a parameter name. - ElementParameter - Class in org.simpleframework.xml.core
-
The
ElementParameterrepresents a constructor parameter. - ElementParameter(Constructor, Element, Format, int) - Constructor for class org.simpleframework.xml.core.ElementParameter
-
Constructor for the
ElementParameterobject. - ElementParameter.Contact - Class in org.simpleframework.xml.core
-
The
Contactrepresents a contact object that is to be used for a label in order to extract a parameter name. - elements - Variable in class org.simpleframework.xml.core.CompositeListUnion
-
This contains the labels in the union group keyed by name.
- elements - Variable in class org.simpleframework.xml.core.CompositeMapUnion
-
This contains the labels in the union group keyed by name.
- elements - Variable in class org.simpleframework.xml.core.CompositeUnion
-
This contains the labels in the union group keyed by name.
- elements - Variable in class org.simpleframework.xml.core.GroupExtractor
-
This contains each label registered by label name.
- elements - Variable in class org.simpleframework.xml.core.GroupExtractor.Registry
-
This maintains a mapping between label names and labels.
- elements - Variable in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to maintain the mappings for the element labels.
- elements - Variable in class org.simpleframework.xml.core.ModelSection
-
Represents a mapping between styled names and elements.
- elements - Variable in class org.simpleframework.xml.core.PathParser
-
This is used to cache the elements created by this path.
- elements - Variable in class org.simpleframework.xml.core.StructureBuilder
-
For validation all elements must be stored in the builder.
- elements - Variable in class org.simpleframework.xml.core.TreeModel
-
This holds the mappings for elements within the model.
- elements - Variable in class org.simpleframework.xml.stream.Builder
-
This is the cache for the constructed element values.
- elements() - Method in annotation type org.simpleframework.xml.Order
-
Specifies the appearance order of the XML elements within the generated document.
- ElementUnion - Annotation Type in org.simpleframework.xml
-
The
ElementUnionannotation is used to describe fields and methods that can dynamically match a schema class. - ElementUnionLabel - Class in org.simpleframework.xml.core
-
The
ElementUnionLabelis an adapter for an internal label. - ElementUnionLabel(Contact, ElementUnion, Element, Format) - Constructor for class org.simpleframework.xml.core.ElementUnionLabel
-
Constructor for the
ElementUnionLabelobject. - ElementUnionParameter - Class in org.simpleframework.xml.core
-
The
ElementUnionParameterrepresents a constructor parameter. - ElementUnionParameter(Constructor, ElementUnion, Element, Format, int) - Constructor for class org.simpleframework.xml.core.ElementUnionParameter
-
Constructor for the
ElementUnionParameterobject. - ElementUnionParameter.Contact - Class in org.simpleframework.xml.core
-
The
Contactrepresents a contact object that is to be used for a label in order to extract a parameter name. - empty - Variable in class org.simpleframework.xml.core.AttributeLabel
-
This is the default value to use if the real value is null.
- empty - Variable in class org.simpleframework.xml.core.Primitive
-
This the value used to represent a null primitive value.
- empty - Variable in class org.simpleframework.xml.core.TextLabel
-
This is the default value to use if the real value is null.
- empty - Variable in class org.simpleframework.xml.core.TextListLabel
-
This is the empty value that is declared for the annotation.
- empty() - Method in annotation type org.simpleframework.xml.Attribute
-
This is used to provide a default value for the attribute if the annotated field or method is null.
- empty() - Method in annotation type org.simpleframework.xml.ElementArray
-
This is used to determine if an optional field or method can remain null if it does not exist.
- empty() - Method in annotation type org.simpleframework.xml.ElementList
-
This is used to determine if an optional field or method can remain null if it does not exist.
- empty() - Method in annotation type org.simpleframework.xml.ElementMap
-
This is used to determine if an optional field or method can remain null if it does not exist.
- empty() - Method in annotation type org.simpleframework.xml.Text
-
This is used to provide a default value for the text data if the annotated field or method is null.
- EmptyExpression - Class in org.simpleframework.xml.core
-
The
EmptyExpressionobject is used to represent a path that represents the current context. - EmptyExpression(Format) - Constructor for class org.simpleframework.xml.core.EmptyExpression
-
Constructor for
EmptyExpressionobject. - EmptyMatcher - Class in org.simpleframework.xml.core
-
The
EmptyMatcherobject is used as a delegate type that is used when no user specific matcher is specified. - EmptyMatcher - Class in org.simpleframework.xml.transform
-
The
EmptyMatcherobject is used as a delegate type that is used when no user specific matcher is specified. - EmptyMatcher() - Constructor for class org.simpleframework.xml.core.EmptyMatcher
- EmptyMatcher() - Constructor for class org.simpleframework.xml.transform.EmptyMatcher
- EmptySection(Scanner) - Constructor for class org.simpleframework.xml.core.PrimitiveScanner.EmptySection
-
Constructor for the
EmptySectionobject. - end - Variable in class org.simpleframework.xml.core.PathParser.PathSection
-
This is the last section index for this path section.
- end() - Method in class org.simpleframework.xml.stream.DocumentReader
-
This is used to create a node event to signify that an element has just ended.
- end() - Method in class org.simpleframework.xml.stream.PullReader
-
This is used to create an event to signify that an element has just ended.
- end() - Method in class org.simpleframework.xml.stream.StreamReader
-
This is used to create an event to signify that an element has just ended.
- End() - Constructor for class org.simpleframework.xml.stream.DocumentReader.End
- End() - Constructor for class org.simpleframework.xml.stream.PullReader.End
- End() - Constructor for class org.simpleframework.xml.stream.StreamReader.End
- END - org.simpleframework.xml.stream.Formatter.Tag
- engine - Variable in class org.simpleframework.xml.core.Source
-
This is used to replace variables within the XML source.
- ensureCapacity(int) - Method in class org.simpleframework.xml.core.Template
-
This ensure that there is enough space in the buffer to allow for more characters to be added.
- entry - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is used to represent the name of the entry item use.
- entry - Variable in class org.simpleframework.xml.core.CompositeArray
-
This is the entry type for elements within the array.
- entry - Variable in class org.simpleframework.xml.core.CompositeInlineList
-
This is the entry type for elements within the list.
- entry - Variable in class org.simpleframework.xml.core.CompositeInlineMap
-
The entry object contains the details on how to write the map.
- entry - Variable in class org.simpleframework.xml.core.CompositeKey
-
This is the entry object used to provide configuration details.
- entry - Variable in class org.simpleframework.xml.core.CompositeList
-
This is the entry type for elements within the list.
- entry - Variable in class org.simpleframework.xml.core.CompositeMap
-
The entry object contains the details on how to write the map.
- entry - Variable in class org.simpleframework.xml.core.CompositeValue
-
This is the entry object used to provide configuration details.
- entry - Variable in class org.simpleframework.xml.core.ElementArrayLabel
-
This is the name of the XML entry from the annotation.
- entry - Variable in class org.simpleframework.xml.core.ElementListLabel
-
This is the name of the XML entry from the annotation.
- entry - Variable in class org.simpleframework.xml.core.ElementMapLabel
-
The entry object contains the details on how to write the map.
- entry - Variable in class org.simpleframework.xml.core.Entry
-
Specifies the name of the XML entry element used by the map.
- entry - Variable in class org.simpleframework.xml.core.LabelExtractor.LabelBuilder
-
This is the individual entry annotation used for the label.
- entry - Variable in class org.simpleframework.xml.core.ParameterFactory.ParameterBuilder
-
This is the entry that is used to create the parameter.
- entry - Variable in class org.simpleframework.xml.core.PrimitiveArray
-
This is the type of object that will be held in the list.
- entry - Variable in class org.simpleframework.xml.core.PrimitiveInlineList
-
This is the type of object that will be held in the list.
- entry - Variable in class org.simpleframework.xml.core.PrimitiveKey
-
The entry object contains the details on how to write the key.
- entry - Variable in class org.simpleframework.xml.core.PrimitiveList
-
This is the type of object that will be held within the list.
- entry - Variable in class org.simpleframework.xml.core.PrimitiveValue
-
The entry object contains the details on how to write the value.
- entry - Variable in class org.simpleframework.xml.stream.StreamReader.Entry
-
This is the attribute object representing this attribute.
- entry - Variable in class org.simpleframework.xml.transform.ArrayTransform
-
This is the entry type for the primitive array to be created.
- entry - Variable in class org.simpleframework.xml.transform.CharacterArrayTransform
-
This is the entry type for the primitive array to be created.
- entry() - Method in annotation type org.simpleframework.xml.ElementArray
-
This is used to provide a name of the XML element representing the entry within the array.
- entry() - Method in annotation type org.simpleframework.xml.ElementList
-
This is used to provide a name of the XML element representing the entry within the list.
- entry() - Method in annotation type org.simpleframework.xml.ElementMap
-
This is used to provide a the name of the entry XML element that wraps the key and value elements.
- Entry - Class in org.simpleframework.xml.core
-
The
Entryobject is used to provide configuration for the serialization and deserialization of a map. - Entry - Interface in org.simpleframework.xml.util
-
The
Entryobject represents entries to the dictionary object. - Entry(Class) - Constructor for class org.simpleframework.xml.convert.ScannerBuilder.Entry
-
Constructor for the
Entryobject is used to create a scanner that will scan the specified type. - Entry(Attribute) - Constructor for class org.simpleframework.xml.stream.StreamReader.Entry
-
Constructor for the
Entryobject. - Entry(Contact, ElementMap) - Constructor for class org.simpleframework.xml.core.Entry
-
Constructor for the
Entryobject. - Entry(Node) - Constructor for class org.simpleframework.xml.stream.DocumentReader.Entry
-
Constructor for the
Entryobject. - Entry(XmlPullParser, int) - Constructor for class org.simpleframework.xml.stream.PullReader.Entry
-
Constructor for the
Entryobject. - entrySet() - Method in class org.simpleframework.xml.core.Session
-
This method is used to acquire the name and value pairs that have currently been collected by this session.
- EnumTransform - Class in org.simpleframework.xml.transform
-
The
EnumTransformrepresents a transform that is used to transform enumerations to strings and back again. - EnumTransform(Class) - Constructor for class org.simpleframework.xml.transform.EnumTransform
-
Constructor for the
EnumTransformobject. - EnvironmentFilter - Class in org.simpleframework.xml.filter
-
The
EnvironmentFilterobject is used to provide a filter that will replace the specified values with an environment variable from the OS. - EnvironmentFilter() - Constructor for class org.simpleframework.xml.filter.EnvironmentFilter
-
Constructor for the
EnvironmentFilterobject. - EnvironmentFilter(Filter) - Constructor for class org.simpleframework.xml.filter.EnvironmentFilter
-
Constructor for the
EnvironmentFilterobject. - equal - Variable in class org.simpleframework.xml.core.Revision
-
This is used to track the revision comparision of the class.
- EQUAL - Static variable in class org.simpleframework.xml.core.AnnotationHandler
-
This is used to perform a comparison of the annotations.
- equals(Annotation, Annotation) - Method in class org.simpleframework.xml.core.Comparer
-
This is used to determine if two annotations are equals based on the attributes of the annotation.
- equals(Object) - Method in class org.simpleframework.xml.core.FieldScanner.FieldKey
-
This method is used to compare this key to other keys.
- equals(Object) - Method in class org.simpleframework.xml.core.KeyBuilder.Key
-
This is used to compare keys and determine equality.
- equals(Object) - Method in class org.simpleframework.xml.core.LabelKey
-
This is used to determine if two keys are the same.
- equals(Object, Object[]) - Method in class org.simpleframework.xml.core.AnnotationHandler
-
This is used to determine if two annotations are equals based on the attributes of the annotation.
- equals(FieldScanner.FieldKey) - Method in class org.simpleframework.xml.core.FieldScanner.FieldKey
-
This method is used to compare this key to other keys.
- equals(KeyBuilder.Key) - Method in class org.simpleframework.xml.core.KeyBuilder.Key
-
This is used to compare keys and determine equality.
- equals(LabelKey) - Method in class org.simpleframework.xml.core.LabelKey
-
This is used to determine if two keys are the same.
- error - Variable in class org.simpleframework.xml.transform.Transformer
-
This is used to cache the types that to not have a transform.
- escape(char) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to write the specified value to the output with translation to any symbol characters or non text characters.
- escape(String) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to write the specified value to the output with translation to any symbol characters or non text characters.
- ESCAPE - org.simpleframework.xml.stream.Mode
-
Indicates that data written will be escaped if required.
- EventAttribute - Class in org.simpleframework.xml.stream
-
The
EventAttributeobject represents an attribute that is associated with an event node. - EventAttribute() - Constructor for class org.simpleframework.xml.stream.EventAttribute
- EventElement - Class in org.simpleframework.xml.stream
-
The
EventElementobject is used to represent an event that has been extracted from the XML document. - EventElement() - Constructor for class org.simpleframework.xml.stream.EventElement
- EventNode - Interface in org.simpleframework.xml.stream
-
The
EventNodeobject is used to represent an event that has been extracted from the XML document. - EventReader - Interface in org.simpleframework.xml.stream
-
The
EventReaderinterface is used to represent an XML reader that can be used to read a source document. - EventToken - Class in org.simpleframework.xml.stream
-
The
EventTokenobject is used to represent an event that has been extracted from the XML document. - EventToken() - Constructor for class org.simpleframework.xml.stream.EventToken
- expect - Variable in class org.simpleframework.xml.core.ElementLabel
-
This is the expected type that has been declared for this.
- expect - Variable in class org.simpleframework.xml.core.Primitive
-
This is the type that this primitive expects to represent.
- expression - Variable in class org.simpleframework.xml.core.AttributeParameter
-
This is the expression used to represent this parameter.
- expression - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is the expression that is used to represent this label.
- expression - Variable in class org.simpleframework.xml.core.CacheParameter
-
This is the XPath expression used to represent the parameter.
- expression - Variable in class org.simpleframework.xml.core.ElementArrayParameter
-
This is the expression used to represent this parameter.
- expression - Variable in class org.simpleframework.xml.core.ElementListParameter
-
This is the expression used to represent this parameter.
- expression - Variable in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is the expression used to represent this parameter.
- expression - Variable in class org.simpleframework.xml.core.ElementMapParameter
-
This is the expression used to represent this parameter.
- expression - Variable in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is the expression used to represent this parameter.
- expression - Variable in class org.simpleframework.xml.core.ElementParameter
-
This is the expression used to represent this parameter.
- expression - Variable in class org.simpleframework.xml.core.ElementUnionParameter
-
This is the expression used to represent this parameter.
- expression - Variable in class org.simpleframework.xml.core.TextParameter
-
This is the expression used to represent this parameter.
- expression - Variable in class org.simpleframework.xml.core.TreeModel
-
This is the XPath expression representing the location.
- Expression - Interface in org.simpleframework.xml.core
-
The
Expressioninterface is used to represent an XPath expression. - ExpressionBuilder - Class in org.simpleframework.xml.core
-
The
ExpressionBuilderobject is used build and cache path expressions. - ExpressionBuilder(Detail, Support) - Constructor for class org.simpleframework.xml.core.ExpressionBuilder
-
Constructor for the
ExpressionBuilder. - extend(Class, DefaultType) - Method in class org.simpleframework.xml.core.FieldScanner
-
This method is used to extend the provided class.
- extend(Class, DefaultType) - Method in class org.simpleframework.xml.core.MethodScanner
-
This method is used to extend the provided class.
- extract() - Method in class org.simpleframework.xml.core.GroupExtractor
-
This is used to extract the labels associated with the group.
- extract(Annotation) - Method in class org.simpleframework.xml.core.SignatureScanner
-
This is used to extract the individual annotations associated with the union annotation provided.
- extract(Class) - Method in class org.simpleframework.xml.core.DetailScanner
-
This method is used to extract the annotations associated with the type.
- extract(Detail) - Method in class org.simpleframework.xml.core.FieldScanner
-
This is used to scan the declared fields within the specified class.
- extract(Detail) - Method in class org.simpleframework.xml.core.MethodScanner
-
This is used to scan the declared methods within the specified class.
- extract(Detail, DefaultType) - Method in class org.simpleframework.xml.core.FieldScanner
-
This is used to scan all the fields of the class in order to determine if it should have a default annotation.
- extract(Detail, DefaultType) - Method in class org.simpleframework.xml.core.MethodScanner
-
This is used to scan all the methods of the class in order to determine if it should have a default annotation.
- extract(Extractor) - Method in class org.simpleframework.xml.core.GroupExtractor
-
This is used to extract the labels associated with the group.
- extract(Extractor, Annotation) - Method in class org.simpleframework.xml.core.GroupExtractor
-
This is used to extract the labels associated with the group.
- extract(Document) - Method in class org.simpleframework.xml.stream.NodeExtractor
-
This is used to extract the nodes of the document in such a way that it can be navigated as a queue.
- extract(Node) - Method in class org.simpleframework.xml.stream.NodeExtractor
-
This is used to extract the nodes of the element in such a way that it can be navigated as a queue.
- extractor - Variable in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to extract the individual unions in the group.
- extractor - Variable in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is used to extract the individual unions in the group.
- extractor - Variable in class org.simpleframework.xml.core.ElementUnionLabel
-
This is used to extract the individual unions in the group.
- Extractor<T extends java.lang.annotation.Annotation> - Interface in org.simpleframework.xml.core
-
The
Extractorinterface is used to represent an object that can be used to extract constituent parts from a union. - ExtractorBuilder(Class, Class) - Constructor for class org.simpleframework.xml.core.ExtractorFactory.ExtractorBuilder
-
Constructor for the
ExtractorBuilderobject. - ExtractorFactory - Class in org.simpleframework.xml.core
-
The
ExtractorFactoryis used to create an extractor object that can be used to build a label for each annotation in the union group. - ExtractorFactory(Contact, Annotation, Format) - Constructor for class org.simpleframework.xml.core.ExtractorFactory
-
Constructor for the
ExtractorFactoryobject. - ExtractorFactory.ElementExtractor - Class in org.simpleframework.xml.core
-
The
ElementExtractorobject is used extract the constituent parts of the provided union annotation. - ExtractorFactory.ElementListExtractor - Class in org.simpleframework.xml.core
-
The
ElementListExtractorobject is used extract the constituent parts of the provided union annotation. - ExtractorFactory.ElementMapExtractor - Class in org.simpleframework.xml.core
-
The
ElementListExtractorobject is used extract the constituent parts of the provided union annotation. - ExtractorFactory.ExtractorBuilder - Class in org.simpleframework.xml.core
-
The
ExtractorBuilderobject is used to instantiate an extractor based an a particular union annotation.
F
- factory - Variable in class org.simpleframework.xml.convert.ConverterScanner
-
This is used to instantiate converters given the type.
- factory - Variable in class org.simpleframework.xml.convert.RegistryBinder
-
This is used to instantiate and cache the converter objects.
- factory - Variable in class org.simpleframework.xml.core.ClassSchema
-
This is the instantiator used to create all object instances.
- factory - Variable in class org.simpleframework.xml.core.Composite
-
This factory creates instances of the deserialized object.
- factory - Variable in class org.simpleframework.xml.core.CompositeArray
-
This factory is used to create an array for the contact.
- factory - Variable in class org.simpleframework.xml.core.CompositeInlineList
-
This factory is used to create a suitable collection list.
- factory - Variable in class org.simpleframework.xml.core.CompositeInlineMap
-
The factory used to create suitable map object instances.
- factory - Variable in class org.simpleframework.xml.core.CompositeList
-
This factory is used to create a suitable collection list.
- factory - Variable in class org.simpleframework.xml.core.CompositeMap
-
The factory used to create suitable map object instances.
- factory - Variable in class org.simpleframework.xml.core.FieldScanner
-
This is used to create the synthetic annotations for fields.
- factory - Variable in class org.simpleframework.xml.core.GroupExtractor
-
This represents a factory for creating union extractors.
- factory - Variable in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is the single instance of the instantiator to be built.
- factory - Variable in class org.simpleframework.xml.core.MethodPartFactory
-
This is used to create the synthetic annotations for methods.
- factory - Variable in class org.simpleframework.xml.core.MethodScanner
-
This is a factory used for creating property method parts.
- factory - Variable in class org.simpleframework.xml.core.ParameterContact
-
This is the constructor the parameter was declared within.
- factory - Variable in class org.simpleframework.xml.core.Primitive
-
This is used to convert the string values to primitives.
- factory - Variable in class org.simpleframework.xml.core.PrimitiveArray
-
This factory is used to create an array for the contact.
- factory - Variable in class org.simpleframework.xml.core.PrimitiveInlineList
-
This factory is used to create a suitable collection list.
- factory - Variable in class org.simpleframework.xml.core.PrimitiveKey
-
The primitive factory used to resolve the primitive to a string.
- factory - Variable in class org.simpleframework.xml.core.PrimitiveList
-
This factory is used to create a suitable collection list.
- factory - Variable in class org.simpleframework.xml.core.PrimitiveValue
-
The primitive factory used to resolve the primitive to a string.
- factory - Variable in class org.simpleframework.xml.core.Signature
-
This is the type that the parameters are created for.
- factory - Variable in class org.simpleframework.xml.core.SignatureBuilder
-
this is the constructor that this signature builder is for.
- factory - Variable in class org.simpleframework.xml.core.SignatureScanner
-
This factory is used to creating annotated parameter objects.
- factory - Variable in class org.simpleframework.xml.core.Structure
-
This is the instantiator that is used to create instances.
- factory - Variable in class org.simpleframework.xml.core.StructureBuilder
-
This is the instantiator that is used to create instances.
- factory - Variable in class org.simpleframework.xml.core.TextList
-
This is the factory that is used to create the containing list.
- factory - Variable in class org.simpleframework.xml.stream.DocumentProvider
-
This is the factory that is used to create DOM parsers.
- factory - Variable in class org.simpleframework.xml.stream.PullProvider
-
This is used to create a new XML pull parser for the reader.
- factory - Variable in class org.simpleframework.xml.stream.StreamProvider
-
This is the factory that is used to create StAX parsers.
- factory - Variable in class org.simpleframework.xml.transform.DateFactory
-
This is used to create instances of the date object required.
- factory - Variable in class org.simpleframework.xml.transform.DateTransform
-
This represents the constructor used for creating the date.
- Factory - Class in org.simpleframework.xml.core
-
The
Factoryobject provides a base class for factories used to produce field values from XML elements. - Factory(Context, Type) - Constructor for class org.simpleframework.xml.core.Factory
-
Constructor for the
Factoryobject. - Factory(Context, Type, Class) - Constructor for class org.simpleframework.xml.core.Factory
-
Constructor for the
Factoryobject. - fetch(Object) - Method in interface org.simpleframework.xml.util.Cache
-
This method is used to get the value from the cache that is mapped to the specified key.
- fetch(Object) - Method in class org.simpleframework.xml.util.ConcurrentCache
-
This method is used to get the value from the cache that is mapped to the specified key.
- fetch(Object) - Method in class org.simpleframework.xml.util.LimitedCache
-
This method is used to get the value from the cache that is mapped to the specified key.
- fetch(Object) - Method in class org.simpleframework.xml.util.WeakCache
-
This method is used to get the value from the cache that is mapped to the specified key.
- fetch(Object) - Method in class org.simpleframework.xml.util.WeakCache.Segment
-
This method is used to get the value from the cache that is mapped to the specified key.
- field - Variable in class org.simpleframework.xml.core.FieldContact
-
This represents the field within the schema class object.
- field - Variable in class org.simpleframework.xml.core.FieldDetail
-
This is the field that this instance is representing.
- field(Detail) - Method in class org.simpleframework.xml.core.ObjectScanner
-
This is used to acquire the contacts for the annotated fields within the specified class.
- FIELD - org.simpleframework.xml.DefaultType
-
This tells the serializer to default all member fields.
- FieldContact - Class in org.simpleframework.xml.core
-
The
FieldContactobject is used to act as a contact for a field within an object. - FieldContact(Field, Annotation, Annotation[]) - Constructor for class org.simpleframework.xml.core.FieldContact
-
Constructor for the
FieldContactobject. - FieldDetail - Class in org.simpleframework.xml.core
-
The
FieldDetailrepresents a field and acts as a means to cache all of the details associated with the field. - FieldDetail(Field) - Constructor for class org.simpleframework.xml.core.FieldDetail
-
Constructor for the
FieldDetailobject. - FieldKey(Field) - Constructor for class org.simpleframework.xml.core.FieldScanner.FieldKey
-
Constructor of the
FieldKeyobject. - fields - Variable in class org.simpleframework.xml.core.DetailExtractor
-
This is the cache of fields for specific classes scanned.
- fields - Variable in class org.simpleframework.xml.core.DetailScanner
-
This contains a list of fields that are extracted for this.
- fields(Class) - Method in class org.simpleframework.xml.core.DetailScanner
-
This is used to scan the type for its declared fields.
- FieldScanner - Class in org.simpleframework.xml.core
-
The
FieldScannerobject is used to scan an class for fields marked with an XML annotation. - FieldScanner(Detail, Support) - Constructor for class org.simpleframework.xml.core.FieldScanner
-
Constructor for the
FieldScannerobject. - FieldScanner.FieldKey - Class in org.simpleframework.xml.core
-
The
FieldKeyobject is used to create a key that can store a contact using a field without using the methods ofhashCodeandequalson the field directly, as these can perform poorly on certain platforms. - FileTransform - Class in org.simpleframework.xml.transform
-
The
FileTransformobject is used to transform file paths to and from string representations, which will be inserted in the generated XML document as the value place holder. - FileTransform() - Constructor for class org.simpleframework.xml.transform.FileTransform
- fillText(InputNode) - Method in class org.simpleframework.xml.stream.NodeReader
-
Read the contents of the characters between the specified XML element tags, if the read is currently at that element.
- filter - Variable in class org.simpleframework.xml.core.Source
-
This is the filter used by this object for templating.
- filter - Variable in class org.simpleframework.xml.core.Support
-
This is the filter used to transform the template variables.
- filter - Variable in class org.simpleframework.xml.core.TemplateEngine
-
This is the filter used to replace templated variables.
- filter - Variable in class org.simpleframework.xml.core.TemplateFilter
-
This is the filter object provided to the persister.
- filter - Variable in class org.simpleframework.xml.filter.EnvironmentFilter
-
Filter delegated to if no environment variable is resolved.
- filter - Variable in class org.simpleframework.xml.filter.MapFilter
-
This will resolve the replacement if no mapping is found.
- filter - Variable in class org.simpleframework.xml.filter.SystemFilter
-
Filter delegated to if no system property can be resolved.
- Filter - Interface in org.simpleframework.xml.filter
-
The
Filterobject is used to provide replacement string values for a provided key. - find(Class<T>) - Method in class org.simpleframework.xml.convert.ScannerBuilder.Entry
-
This method will scan a class for the specified annotation.
- find(Object) - Method in class org.simpleframework.xml.strategy.ReadState
-
This will acquire the graph using the specified session map.
- find(Object) - Method in class org.simpleframework.xml.strategy.WriteState
-
This will acquire the graph using the specified session map.
- FLOAT - Static variable in class org.simpleframework.xml.transform.ClassTransform
-
This is the string that represents the class for a float.
- FloatTransform - Class in org.simpleframework.xml.transform
-
The
FloatTransformobject is used to transform float values to and from string representations, which will be inserted in the generated XML document as the value place holder. - FloatTransform() - Constructor for class org.simpleframework.xml.transform.FloatTransform
- flush() - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to flush the writer when the XML if it has been buffered.
- format - Variable in class org.simpleframework.xml.core.AnnotationFactory
-
This represents the format used for the serialization process.
- format - Variable in class org.simpleframework.xml.core.AttributeLabel
-
This is the format that is used to style the path.
- format - Variable in class org.simpleframework.xml.core.ElementArrayLabel
-
This is used to style the elements associated with this.
- format - Variable in class org.simpleframework.xml.core.ElementLabel
-
This is the format used to style this element label.
- format - Variable in class org.simpleframework.xml.core.ElementListLabel
-
This is the format used to style the elements in the list.
- format - Variable in class org.simpleframework.xml.core.ElementMapLabel
-
This is the format used to style the elements for this.
- format - Variable in class org.simpleframework.xml.core.ExpressionBuilder
-
This is the format used to style the path segments.
- format - Variable in class org.simpleframework.xml.core.ExtractorFactory.ElementExtractor
-
This is the format used to style the elements created.
- format - Variable in class org.simpleframework.xml.core.ExtractorFactory.ElementListExtractor
-
This is the format used to style the elements for this.
- format - Variable in class org.simpleframework.xml.core.ExtractorFactory.ElementMapExtractor
-
This is the format used to style the elements created.
- format - Variable in class org.simpleframework.xml.core.ExtractorFactory
-
The format used for each of the extractors instantiated.
- format - Variable in class org.simpleframework.xml.core.Introspector
-
This is the format used to style the paths created.
- format - Variable in class org.simpleframework.xml.core.LabelExtractor
-
Contains the format that is associated with the serializer.
- format - Variable in class org.simpleframework.xml.core.ModelAssembler
-
This is the format that is used to style the order values.
- format - Variable in class org.simpleframework.xml.core.ParameterFactory
-
This format contains the style which is used to create names.
- format - Variable in class org.simpleframework.xml.core.Persister
-
This object is used to format the the generated XML document.
- format - Variable in class org.simpleframework.xml.core.Support
-
This is the format used by this persistence support object.
- format - Variable in class org.simpleframework.xml.core.VersionLabel
-
This is used to format the paths associated with this.
- format - Variable in class org.simpleframework.xml.transform.DateType.DateFormat
-
This is the simple date format used to parse the string.
- format - Variable in enum org.simpleframework.xml.transform.DateType
-
This is the date formatter that is used to parse the date.
- Format - Class in org.simpleframework.xml.stream
-
The
Formatobject is used to provide information on how a generated XML document should be structured. - Format() - Constructor for class org.simpleframework.xml.stream.Format
-
Constructor for the
Formatobject. - Format(int) - Constructor for class org.simpleframework.xml.stream.Format
-
Constructor for the
Formatobject. - Format(int, String) - Constructor for class org.simpleframework.xml.stream.Format
-
Constructor for the
Formatobject. - Format(int, String, Style) - Constructor for class org.simpleframework.xml.stream.Format
-
Constructor for the
Formatobject. - Format(int, String, Style, Verbosity) - Constructor for class org.simpleframework.xml.stream.Format
-
Constructor for the
Formatobject. - Format(int, Style) - Constructor for class org.simpleframework.xml.stream.Format
-
Constructor for the
Formatobject. - Format(int, Style, Verbosity) - Constructor for class org.simpleframework.xml.stream.Format
-
Constructor for the
Formatobject. - Format(int, Verbosity) - Constructor for class org.simpleframework.xml.stream.Format
-
Constructor for the
Formatobject. - Format(String) - Constructor for class org.simpleframework.xml.stream.Format
-
Constructor for the
Formatobject. - Format(Style) - Constructor for class org.simpleframework.xml.stream.Format
-
Constructor for the
Formatobject. - Format(Style, Verbosity) - Constructor for class org.simpleframework.xml.stream.Format
-
Constructor for the
Formatobject. - Format(Verbosity) - Constructor for class org.simpleframework.xml.stream.Format
-
Constructor for the
Formatobject. - Formatter - Class in org.simpleframework.xml.stream
-
The
Formatterobject is used to format output as XML indented with a configurable indent level. - Formatter(Writer, Format) - Constructor for class org.simpleframework.xml.stream.Formatter
-
Constructor for the
Formatterobject. - Formatter.Tag - Enum in org.simpleframework.xml.stream
-
This is used to enumerate the different types of tag that can be written.
- FULL - org.simpleframework.xml.transform.DateType
-
This is the default date format used by the date transform.
- Function - Class in org.simpleframework.xml.core
-
The
Functionobject is used to encapsulated the method that is called when serializing an object. - Function(Method) - Constructor for class org.simpleframework.xml.core.Function
-
Constructor for the
Functionobject. - Function(Method, boolean) - Constructor for class org.simpleframework.xml.core.Function
-
Constructor for the
Functionobject.
G
- get - Variable in class org.simpleframework.xml.core.MethodContact
-
This is the get method which is used to get the value.
- get() - Method in class org.simpleframework.xml.core.SessionManager.Reference
-
This is used to acquire the session and increase the count of references to the session.
- get(int) - Method in class org.simpleframework.xml.core.ParameterMap
-
This is used to acquire a
Parameterusing the position of that parameter within the constructors. - get(int) - Method in class org.simpleframework.xml.core.Signature
-
This is used to acquire a
Parameterusing the position of that parameter within the constructor. - get(int) - Method in class org.simpleframework.xml.core.SignatureBuilder.ParameterTable
-
This is used to acquire the column of parameters from the table.
- get(int) - Method in class org.simpleframework.xml.stream.Indenter.Cache
-
This method is used to retrieve an indent from the given position.
- get(int, int) - Method in class org.simpleframework.xml.core.SignatureBuilder.ParameterTable
-
This is used to get a
Parameterat the row and column specified. - get(Object) - Method in class org.simpleframework.xml.core.Collector
-
This is used to get the
Variablethat represents a deserialized object. - get(Object) - Method in interface org.simpleframework.xml.core.Contact
-
This is used to get the value from the specified object using the point of contact.
- get(Object) - Method in interface org.simpleframework.xml.core.Criteria
-
This is used to get the
Variablethat represents a deserialized object. - get(Object) - Method in class org.simpleframework.xml.core.FieldContact
-
This is used to get the specified value on the provided object.
- get(Object) - Method in class org.simpleframework.xml.core.MethodContact
-
This is used to get the specified value on the provided object.
- get(Object) - Method in class org.simpleframework.xml.core.ParameterContact
-
This is used to get the value from the specified object using the point of contact.
- get(Object) - Method in class org.simpleframework.xml.core.Session
-
The
getmethod is used to acquire the value for a named pair. - get(Object) - Method in class org.simpleframework.xml.core.Signature
-
This is used to acquire the parameter based on its name.
- get(Object) - Method in class org.simpleframework.xml.util.WeakCache.SegmentList
-
This is used to acquire the segment using the given key.
- get(String) - Method in class org.simpleframework.xml.stream.InputNodeMap
-
This is used to acquire the
Nodemapped to the given name. - get(String) - Method in interface org.simpleframework.xml.stream.NodeMap
-
This is used to acquire the
Nodemapped to the given name. - get(String) - Method in class org.simpleframework.xml.stream.OutputNodeMap
-
This is used to acquire the
Nodemapped to the given name. - get(String) - Method in class org.simpleframework.xml.util.Dictionary
-
This is used to acquire an
Entryfrom the set by its name. - get(Label) - Method in class org.simpleframework.xml.core.Collector
-
This is used to get the
Variablethat represents a deserialized object. - get(Label) - Method in interface org.simpleframework.xml.core.Criteria
-
This is used to get the
Variablethat represents a deserialized object. - GET - org.simpleframework.xml.core.MethodType
-
This is used to represent a method that acts as a getter.
- getAccess() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This returns the
Defaultannotation access type that has been specified by this. - getAccess() - Method in interface org.simpleframework.xml.core.Detail
-
This returns the
Defaultannotation access type that has been specified by this. - getAccess() - Method in class org.simpleframework.xml.core.DetailScanner
-
This returns the
Defaultannotation access type that has been specified by this. - getAdjustment(double) - Method in class org.simpleframework.xml.core.SignatureCreator
-
This will use a slight adjustment to ensure that if there are many constructors with a 100% match on parameters, the one with the most values to be injected wins.
- getAll() - Method in class org.simpleframework.xml.core.ParameterMap
-
This is used to acquire an list of
Parameterobjects in declaration order. - getAll() - Method in class org.simpleframework.xml.core.Signature
-
This is used to acquire an list of
Parameterobjects in declaration order. - getAnnotation() - Method in class org.simpleframework.xml.core.AttributeLabel
-
This acquires the annotation associated with this label.
- getAnnotation() - Method in class org.simpleframework.xml.core.AttributeParameter
-
This is used to acquire the annotation that is used for the parameter.
- getAnnotation() - Method in class org.simpleframework.xml.core.CacheLabel
-
This acquires the annotation associated with this label.
- getAnnotation() - Method in class org.simpleframework.xml.core.CacheParameter
-
This is used to acquire the annotation that is used for the parameter.
- getAnnotation() - Method in interface org.simpleframework.xml.core.Contact
-
This is the annotation associated with the point of contact.
- getAnnotation() - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This acquires the annotation associated with this label.
- getAnnotation() - Method in class org.simpleframework.xml.core.ElementArrayParameter
-
This is used to acquire the annotation that is used for the parameter.
- getAnnotation() - Method in class org.simpleframework.xml.core.ElementLabel
-
This acquires the annotation associated with this label.
- getAnnotation() - Method in class org.simpleframework.xml.core.ElementListLabel
-
This acquires the annotation associated with this label.
- getAnnotation() - Method in class org.simpleframework.xml.core.ElementListParameter
-
This is used to acquire the annotation that is used for the parameter.
- getAnnotation() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This acquires the annotation associated with this label.
- getAnnotation() - Method in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is used to acquire the annotation that is used for the parameter.
- getAnnotation() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This acquires the annotation associated with this label.
- getAnnotation() - Method in class org.simpleframework.xml.core.ElementMapParameter
-
This is used to acquire the annotation that is used for the parameter.
- getAnnotation() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This acquires the annotation associated with this label.
- getAnnotation() - Method in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is used to acquire the annotation that is used for the parameter.
- getAnnotation() - Method in class org.simpleframework.xml.core.ElementParameter
-
This is used to acquire the annotation that is used for the parameter.
- getAnnotation() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This acquires the annotation associated with this label.
- getAnnotation() - Method in class org.simpleframework.xml.core.ElementUnionParameter
-
This is used to acquire the annotation that is used for the parameter.
- getAnnotation() - Method in class org.simpleframework.xml.core.FieldContact
-
This is the annotation associated with the point of contact.
- getAnnotation() - Method in class org.simpleframework.xml.core.GetPart
-
This is used to acquire the annotation that was used to label the method this represents.
- getAnnotation() - Method in interface org.simpleframework.xml.core.Label
-
This acquires the annotation associated with this label.
- getAnnotation() - Method in class org.simpleframework.xml.core.MethodContact
-
This is the annotation associated with the point of contact.
- getAnnotation() - Method in interface org.simpleframework.xml.core.MethodPart
-
This is the annotation associated with the point of contact.
- getAnnotation() - Method in interface org.simpleframework.xml.core.Parameter
-
This is used to acquire the annotation that is used for the parameter.
- getAnnotation() - Method in class org.simpleframework.xml.core.ParameterContact
-
This is the annotation associated with the point of contact.
- getAnnotation() - Method in class org.simpleframework.xml.core.SetPart
-
This is used to acquire the annotation that was used to label the method this represents.
- getAnnotation() - Method in class org.simpleframework.xml.core.TextLabel
-
This acquires the annotation associated with this label.
- getAnnotation() - Method in class org.simpleframework.xml.core.TextListLabel
-
This acquires the annotation associated with this label.
- getAnnotation() - Method in class org.simpleframework.xml.core.TextParameter
-
This is used to acquire the annotation that is used for the parameter.
- getAnnotation() - Method in class org.simpleframework.xml.core.Variable
-
This acquires the annotation associated with this label.
- getAnnotation() - Method in class org.simpleframework.xml.core.VersionLabel
-
This acquires the annotation associated with this label.
- getAnnotation(Class<?>, Class<T>) - Method in class org.simpleframework.xml.convert.ConverterScanner
-
This is used to acquire the
Convertannotation from the class provided. - getAnnotation(Class<A>) - Method in class org.simpleframework.xml.core.ParameterContact
-
This is the annotation associated with the point of contact.
- getAnnotation(Class<T>) - Method in class org.simpleframework.xml.core.ClassType
-
This is used to acquire an annotation of the specified type.
- getAnnotation(Class<T>) - Method in class org.simpleframework.xml.core.FieldContact
-
This is the annotation associated with the point of contact.
- getAnnotation(Class<T>) - Method in class org.simpleframework.xml.core.GetPart
-
This is the annotation associated with the point of contact.
- getAnnotation(Class<T>) - Method in class org.simpleframework.xml.core.MethodContact
-
This is the annotation associated with the point of contact.
- getAnnotation(Class<T>) - Method in interface org.simpleframework.xml.core.MethodPart
-
This is the annotation associated with the point of contact.
- getAnnotation(Class<T>) - Method in class org.simpleframework.xml.core.OverrideType
-
This is the annotation associated with the method or field that has been annotated.
- getAnnotation(Class<T>) - Method in class org.simpleframework.xml.core.SetPart
-
This is the annotation associated with the point of contact.
- getAnnotation(Class<T>) - Method in interface org.simpleframework.xml.strategy.Type
-
This is the annotation associated with the method or field that has been annotated.
- getAnnotation(Method) - Method in class org.simpleframework.xml.core.MethodPartFactory
-
This is used to synthesize an XML annotation given a method.
- getAnnotations() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This returns the annotations that have been declared for this type.
- getAnnotations() - Method in interface org.simpleframework.xml.core.Detail
-
This returns the annotations that have been declared for this type.
- getAnnotations() - Method in class org.simpleframework.xml.core.DetailScanner
-
This returns the annotations that have been declared for this type.
- getAnnotations() - Method in interface org.simpleframework.xml.core.Extractor
-
This is used to acquire each annotation that forms part of the union group.
- getAnnotations() - Method in class org.simpleframework.xml.core.ExtractorFactory.ElementExtractor
-
This is used to acquire each annotation that forms part of the union group.
- getAnnotations() - Method in class org.simpleframework.xml.core.ExtractorFactory.ElementListExtractor
-
This is used to acquire each annotation that forms part of the union group.
- getAnnotations() - Method in class org.simpleframework.xml.core.ExtractorFactory.ElementMapExtractor
-
This is used to acquire each annotation that forms part of the union group.
- getAnnotations() - Method in class org.simpleframework.xml.core.FieldDetail
-
This returns the list of annotations that are associated with the field.
- getAnnotations() - Method in class org.simpleframework.xml.core.MethodDetail
-
This returns the list of annotations that are associated with the method.
- getAnnotations(Annotation) - Method in class org.simpleframework.xml.core.LabelExtractor
-
This is used to extract the individual annotations associated with the union annotation provided.
- getArray(Set<String>) - Method in class org.simpleframework.xml.core.LabelMap
-
Convert a set in to an array.
- getArrayClass(Type) - Static method in class org.simpleframework.xml.core.Reflector
-
This is used to extract an array class from the specified.
- getAttribute(Object) - Method in interface org.simpleframework.xml.core.Context
-
This is used to acquire the attribute mapped to the specified key.
- getAttribute(Object) - Method in class org.simpleframework.xml.core.Source
-
This is used to acquire the attribute mapped to the specified key.
- getAttribute(String) - Method in class org.simpleframework.xml.core.EmptyExpression
-
This is used to acquire the attribute path using this XPath expression.
- getAttribute(String) - Method in interface org.simpleframework.xml.core.Expression
-
This is used to acquire the attribute path using this XPath expression.
- getAttribute(String) - Method in class org.simpleframework.xml.core.ModelSection
-
This is used to acquire the full attribute path for this section.
- getAttribute(String) - Method in class org.simpleframework.xml.core.PathParser
-
This is used to acquire the attribute path using this XPath expression.
- getAttribute(String) - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
This is used to acquire the attribute path using this XPath expression.
- getAttribute(String) - Method in class org.simpleframework.xml.core.PrimitiveScanner.EmptySection
-
This is used to acquire the full attribute path for this section.
- getAttribute(String) - Method in interface org.simpleframework.xml.core.Section
-
This is used to acquire the full attribute path for this section.
- getAttribute(String) - Method in class org.simpleframework.xml.stream.Builder
-
This is used to generate the XML attribute representation of the specified name.
- getAttribute(String) - Method in class org.simpleframework.xml.stream.CamelCaseBuilder
-
This is used to generate the XML attribute representation of the specified name.
- getAttribute(String) - Method in class org.simpleframework.xml.stream.CamelCaseStyle
-
This is used to generate the XML attribute representation of the specified name.
- getAttribute(String) - Method in class org.simpleframework.xml.stream.HyphenBuilder
-
This is used to generate the XML attribute representation of the specified name.
- getAttribute(String) - Method in class org.simpleframework.xml.stream.HyphenStyle
-
This is used to generate the XML attribute representation of the specified name.
- getAttribute(String) - Method in class org.simpleframework.xml.stream.IdentityStyle
-
This is basically a pass through method.
- getAttribute(String) - Method in class org.simpleframework.xml.stream.InputAttribute
-
Because the
InputAttributeobject represents an attribute this method will return null. - getAttribute(String) - Method in class org.simpleframework.xml.stream.InputElement
-
Provides an attribute from the element represented.
- getAttribute(String) - Method in interface org.simpleframework.xml.stream.InputNode
-
Provides an attribute from the element represented.
- getAttribute(String) - Method in interface org.simpleframework.xml.stream.Style
-
This is used to generate the XML attribute representation of the specified name.
- getAttributePath(String, String) - Method in class org.simpleframework.xml.core.PathParser
-
This is used to acquire the attribute path using this XPath expression.
- getAttributes() - Method in interface org.simpleframework.xml.core.Model
-
This is used to build a map from a
Contextobject. - getAttributes() - Method in class org.simpleframework.xml.core.ModelSection
-
Returns a
LabelMapthat contains the details for all fields and methods marked with XML annotations. - getAttributes() - Method in class org.simpleframework.xml.core.PrimitiveScanner.EmptySection
-
Returns a
LabelMapthat contains the details for all fields and methods marked with XML annotations. - getAttributes() - Method in interface org.simpleframework.xml.core.Section
-
Returns a
LabelMapthat contains the details for all fields and methods marked with XML annotations. - getAttributes() - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to build a map from a
Contextobject. - getAttributes() - Method in class org.simpleframework.xml.stream.DocumentReader.Start
-
This is used to acquire the attributes associated with the element.
- getAttributes() - Method in class org.simpleframework.xml.stream.InputAttribute
-
Because the
InputAttributeobject represents an attribute this method will return an empty map. - getAttributes() - Method in class org.simpleframework.xml.stream.InputElement
-
This returns a map of the attributes contained within the element.
- getAttributes() - Method in interface org.simpleframework.xml.stream.InputNode
-
This returns a map of the attributes contained within the element.
- getAttributes() - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This returns a
NodeMapwhich can be used to add nodes to the element before that element has been committed. - getAttributes() - Method in class org.simpleframework.xml.stream.OutputDocument
-
This returns a
NodeMapwhich can be used to add nodes to this node. - getAttributes() - Method in class org.simpleframework.xml.stream.OutputElement
-
This returns a
NodeMapwhich can be used to add nodes to the element before that element has been committed. - getAttributes() - Method in interface org.simpleframework.xml.stream.OutputNode
-
This returns a
NodeMapwhich can be used to add nodes to the element before that element has been committed. - getAttributes() - Method in class org.simpleframework.xml.stream.StreamReader.Start
-
This is used to acquire the attributes associated with the element.
- getBuilder(Annotation) - Method in class org.simpleframework.xml.core.ExtractorFactory
-
This returns a builder used to instantiate an extractor based on a particular union annotation.
- getBuilder(Annotation) - Method in class org.simpleframework.xml.core.LabelExtractor
-
Creates an entry that is used to select the constructor for the label.
- getBuilder(Annotation) - Method in class org.simpleframework.xml.core.ParameterFactory
-
Creates an entry that is used to select the constructor for the parameter.
- getCache(Class<T>) - Method in class org.simpleframework.xml.core.FieldContact
-
This is the annotation associated with the point of contact.
- getCaller() - Method in class org.simpleframework.xml.core.ClassSchema
-
This is used to acquire the
Callerobject. - getCaller() - Method in interface org.simpleframework.xml.core.Schema
-
This is used to acquire the
Callerobject. - getCaller(Class) - Method in interface org.simpleframework.xml.core.Context
-
This is used to acquire the
Callerobject. - getCaller(Class) - Method in class org.simpleframework.xml.core.Source
-
This is used to acquire the
Callerobject. - getCaller(Context) - Method in class org.simpleframework.xml.core.DefaultScanner
-
This method is used to return the
Callerfor this class. - getCaller(Context) - Method in class org.simpleframework.xml.core.ObjectScanner
-
This method is used to return the
Callerfor this class. - getCaller(Context) - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This method is used to return the
Callerfor this class. - getCaller(Context) - Method in interface org.simpleframework.xml.core.Scanner
-
This method is used to return the
Callerfor this class. - getCallerClassLoader() - Static method in class org.simpleframework.xml.strategy.Loader
-
This is used to acquire the caller class loader for this object.
- getCallerClassLoader() - Method in class org.simpleframework.xml.transform.ClassTransform
-
This is used to acquire the caller class loader for this object.
- getCanonicalPath() - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
This is used to acquire the path section that contains all the segments in the section as well as the indexes for the segments.
- getChild(String) - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This is used to create a child element within the element that this object represents.
- getChild(String) - Method in class org.simpleframework.xml.stream.OutputDocument
-
This is used to create a child element within the element that this object represents.
- getChild(String) - Method in class org.simpleframework.xml.stream.OutputElement
-
This is used to create a child element within the element that this object represents.
- getChild(String) - Method in interface org.simpleframework.xml.stream.OutputNode
-
This is used to create a child element within the element that this object represents.
- getClass(ParameterizedType) - Static method in class org.simpleframework.xml.core.Reflector
-
This is used to extract the class from the specified type.
- getClass(Type) - Static method in class org.simpleframework.xml.core.Reflector
-
This is used to extract the class from the specified type.
- getClasses(ParameterizedType) - Static method in class org.simpleframework.xml.core.Reflector
-
This is used to extract the class from the specified type.
- getClassLoader() - Method in class org.simpleframework.xml.core.AnnotationFactory
-
This is used to create a suitable class loader to be used to load the synthetic annotation classes.
- getClassLoader() - Static method in class org.simpleframework.xml.strategy.Loader
-
This is used to acquire the thread context class loader.
- getClassLoader() - Static method in class org.simpleframework.xml.transform.ClassTransform
-
This is used to acquire the thread context class loader.
- getClassName(Class) - Method in class org.simpleframework.xml.core.Support
-
This returns the name of the class specified.
- getComment() - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This is used to get the text comment for the element.
- getComment() - Method in class org.simpleframework.xml.stream.OutputDocument
-
This is used to get the text comment for the element.
- getComment() - Method in class org.simpleframework.xml.stream.OutputElement
-
This is used to get the text comment for the element.
- getComment() - Method in interface org.simpleframework.xml.stream.OutputNode
-
This is used to get the text comment for the element.
- getCommit() - Method in class org.simpleframework.xml.core.ClassScanner
-
This method is used to retrieve the schema class commit method during the deserialization process.
- getCommit() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This method is used to retrieve the schema class commit method during the deserialization process.
- getCommit() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This method is used to retrieve the schema class commit method during the deserialization process.
- getCommit() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This method is used to retrieve the schema class commit method during the deserialization process.
- getCommit() - Method in interface org.simpleframework.xml.core.Scanner
-
This method is used to retrieve the schema class commit method during the deserialization process.
- getComplete() - Method in class org.simpleframework.xml.core.ClassScanner
-
This method is used to retrieve the schema class completion method.
- getComplete() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This method is used to retrieve the schema class completion method.
- getComplete() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This method is used to retrieve the schema class completion method.
- getComplete() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This method is used to retrieve the schema class completion method.
- getComplete() - Method in interface org.simpleframework.xml.core.Scanner
-
This method is used to retrieve the schema class completion method.
- getComponentType() - Method in class org.simpleframework.xml.core.ArrayFactory
-
This is used to extract the component type for the array class this factory represents.
- getComposite(Class) - Method in class org.simpleframework.xml.core.Traverser
-
This will create a
Compositeobject using the XML schema class provided. - getConstructor() - Method in class org.simpleframework.xml.core.ExtractorFactory.ExtractorBuilder
-
Returns a
Constructorthat can be used to create an extractor based on a known constructor signature. - getConstructor() - Method in class org.simpleframework.xml.core.LabelExtractor.LabelBuilder
-
Creates the constructor used to instantiate the label for the XML annotation.
- getConstructor() - Method in class org.simpleframework.xml.core.ParameterFactory.ParameterBuilder
-
Creates the constructor used to instantiate the label for the XML annotation.
- getConstructor(Annotation) - Method in class org.simpleframework.xml.core.LabelExtractor
-
Creates a constructor that can be used to instantiate the label used to represent the specified annotation.
- getConstructor(Annotation) - Method in class org.simpleframework.xml.core.ParameterFactory
-
Creates a constructor that is used to instantiate the parameter used to represent the specified annotation.
- getConstructor(Class) - Method in class org.simpleframework.xml.convert.ConverterFactory
-
This is used to acquire the default no argument constructor for the the provided type.
- getConstructor(Class) - Method in class org.simpleframework.xml.core.LabelExtractor.LabelBuilder
-
Creates the constructor used to instantiate the label for the XML annotation.
- getConstructor(Class) - Method in class org.simpleframework.xml.core.ParameterFactory.ParameterBuilder
-
Creates the constructor used to instantiate the parameter for the XML annotation.
- getConstructor(Class...) - Method in class org.simpleframework.xml.core.ParameterFactory.ParameterBuilder
-
Creates the constructor used to instantiate the parameter for the XML annotation.
- getConstructor(Class, Class) - Method in class org.simpleframework.xml.core.LabelExtractor.LabelBuilder
-
Creates the constructor used to instantiate the label for the XML annotation.
- getConstructor(Class, Class) - Method in class org.simpleframework.xml.core.ParameterFactory.ParameterBuilder
-
Creates the constructor used to instantiate the parameter for the XML annotation.
- getConstructors() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This returns the constructors that have been declared for this type.
- getConstructors() - Method in interface org.simpleframework.xml.core.Detail
-
This returns the constructors that have been declared for this type.
- getConstructors() - Method in class org.simpleframework.xml.core.DetailScanner
-
This returns the constructors that have been declared for this type.
- getContact() - Method in class org.simpleframework.xml.core.AttributeLabel
-
This is used to acquire the contact object for this label.
- getContact() - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to acquire the contact object for this label.
- getContact() - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This is used to acquire the contact object for this label.
- getContact() - Method in class org.simpleframework.xml.core.ElementLabel
-
This is used to acquire the contact object for this label.
- getContact() - Method in class org.simpleframework.xml.core.ElementListLabel
-
This is used to acquire the contact object for this label.
- getContact() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to acquire the contact object for this label.
- getContact() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to acquire the contact object for this label.
- getContact() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is used to acquire the contact object for this label.
- getContact() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This is used to acquire the contact object for this label.
- getContact() - Method in class org.simpleframework.xml.core.Entry
-
This represents the field or method that has been annotated as a map.
- getContact() - Method in class org.simpleframework.xml.core.Introspector
-
This is used to acquire the
Contactfor this. - getContact() - Method in interface org.simpleframework.xml.core.Label
-
This is used to acquire the contact object for this label.
- getContact() - Method in class org.simpleframework.xml.core.TextLabel
-
This is used to acquire the contact object for this label.
- getContact() - Method in class org.simpleframework.xml.core.TextListLabel
-
This is used to acquire the contact object for this label.
- getContact() - Method in class org.simpleframework.xml.core.Variable
-
This is used to acquire the contact object for this label.
- getContact() - Method in class org.simpleframework.xml.core.VersionLabel
-
This is used to acquire the contact object for this label.
- getConversion(Class) - Method in class org.simpleframework.xml.core.CollectionFactory
-
This is used to convert the provided type to a collection type from the Java Collections framework.
- getConversion(Class) - Method in class org.simpleframework.xml.core.MapFactory
-
This is used to convert the provided type to a map object type from the Java Collections framework.
- getConversion(InputNode) - Method in class org.simpleframework.xml.core.Factory
-
This performs the conversion from the element node to a type.
- getConvert(Class) - Method in class org.simpleframework.xml.convert.ConverterScanner
-
This method is used to scan the provided
Typefor an annotation. - getConvert(Type) - Method in class org.simpleframework.xml.convert.ConverterScanner
-
This method is used to scan the provided
Typefor an annotation. - getConvert(Type, Class) - Method in class org.simpleframework.xml.convert.ConverterScanner
-
This method is used to scan the provided
Typefor an annotation. - getConverter(Class) - Method in class org.simpleframework.xml.convert.ConverterFactory
-
This is used to instantiate the converter based on the type provided.
- getConverter(Class, Constructor) - Method in class org.simpleframework.xml.convert.ConverterFactory
-
This is used to instantiate the converter based on the type provided.
- getConverter(Context) - Method in class org.simpleframework.xml.core.AttributeLabel
-
Creates a
Converterthat can convert an attribute to a primitive object. - getConverter(Context) - Method in class org.simpleframework.xml.core.CacheLabel
-
This method returns a
Converterwhich can be used to convert an XML node into an object value and vice versa. - getConverter(Context) - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This will create a
Converterfor transforming an XML element into an array of XML serializable objects. - getConverter(Context) - Method in class org.simpleframework.xml.core.ElementLabel
-
Creates a converter that can be used to transform an XML node to an object and vice versa.
- getConverter(Context) - Method in class org.simpleframework.xml.core.ElementListLabel
-
This will create a
Converterfor transforming an XML element into a collection of XML serializable objects. - getConverter(Context) - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This method returns a
Converterwhich can be used to convert an XML node into an object value and vice versa. - getConverter(Context) - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This method returns a
Converterwhich can be used to convert an XML node into an object value and vice versa. - getConverter(Context) - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This method returns a
Converterwhich can be used to convert an XML node into an object value and vice versa. - getConverter(Context) - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This method returns a
Converterwhich can be used to convert an XML node into an object value and vice versa. - getConverter(Context) - Method in interface org.simpleframework.xml.core.Label
-
This method returns a
Converterwhich can be used to convert an XML node into an object value and vice versa. - getConverter(Context) - Method in class org.simpleframework.xml.core.TextLabel
-
Creates a converter that can be used to transform an XML node to an object and vice versa.
- getConverter(Context) - Method in class org.simpleframework.xml.core.TextListLabel
-
This method returns a
Converterwhich can be used to convert an XML node into an object value and vice versa. - getConverter(Context) - Method in class org.simpleframework.xml.core.Variable
-
This method returns a
Converterwhich can be used to convert an XML node into an object value and vice versa. - getConverter(Context) - Method in class org.simpleframework.xml.core.VersionLabel
-
Creates a
Converterthat can convert an attribute to a double value. - getConverter(Context, String) - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This will create a
Converterfor transforming an XML element into an array of XML serializable objects. - getConverter(Context, String) - Method in class org.simpleframework.xml.core.ElementListLabel
-
This will create a
Converterfor transforming an XML element into a collection of XML serializable objects. - getConverter(Type, Object) - Method in class org.simpleframework.xml.convert.ConverterScanner
-
This method will lookup and instantiate a converter found from scanning the field or method type provided.
- getConverter(Type, Value) - Method in class org.simpleframework.xml.convert.ConverterScanner
-
This method will lookup and instantiate a converter found from scanning the field or method type provided.
- getCreator(Criteria) - Method in class org.simpleframework.xml.core.ClassInstantiator
-
This is used to acquire an
Instantiatorwhich is used to instantiate the object. - getCreators() - Method in class org.simpleframework.xml.core.ClassInstantiator
-
This is used to acquire all of the
Instantiatorobjects used to create an instance of the object. - getCreators() - Method in interface org.simpleframework.xml.core.Instantiator
-
This is used to acquire the
Creatorobjects used to create an instance of the object. - getDate(String) - Method in class org.simpleframework.xml.transform.DateType.DateFormat
-
This is used to provide a transformation from a string to a date.
- getDate(String) - Static method in enum org.simpleframework.xml.transform.DateType
-
This is used to convert the string to a date value.
- getDeclaringClass() - Method in interface org.simpleframework.xml.core.Contact
-
This is the class that declares the contact.
- getDeclaringClass() - Method in class org.simpleframework.xml.core.FieldContact
-
This is the class that declares the contact.
- getDeclaringClass() - Method in class org.simpleframework.xml.core.GetPart
-
This is the class that declares the contact.
- getDeclaringClass() - Method in class org.simpleframework.xml.core.MethodContact
-
This is the class that declares the contact.
- getDeclaringClass() - Method in interface org.simpleframework.xml.core.MethodPart
-
This is the class that declares the contact.
- getDeclaringClass() - Method in class org.simpleframework.xml.core.ParameterContact
-
This is the class that declares the contact.
- getDeclaringClass() - Method in class org.simpleframework.xml.core.SetPart
-
This is the class that declares the contact.
- getDecorator() - Method in class org.simpleframework.xml.core.AttributeLabel
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.ClassScanner
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.ClassSchema
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.ElementLabel
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.ElementListLabel
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in interface org.simpleframework.xml.core.Label
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in interface org.simpleframework.xml.core.Scanner
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in interface org.simpleframework.xml.core.Schema
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.TextLabel
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.TextListLabel
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.Variable
-
This is used to acquire the
Decoratorfor this. - getDecorator() - Method in class org.simpleframework.xml.core.VersionLabel
-
This is used to acquire the
Decoratorfor this. - getDecorator(Class) - Method in interface org.simpleframework.xml.core.Context
-
This will acquire the
Decoratorfor the type. - getDecorator(Class) - Method in class org.simpleframework.xml.core.Source
-
This will acquire the
Decoratorfor the type. - getDecorator(Class) - Method in class org.simpleframework.xml.core.Traverser
-
This will acquire the
Decoratorfor the type. - getDefault() - Method in class org.simpleframework.xml.core.Introspector
-
This is used to acquire the name for an element by firstly checking for an override in the annotation.
- getDefault() - Method in class org.simpleframework.xml.core.Revision
-
This is used to acquire the default revision.
- getDependent() - Method in class org.simpleframework.xml.core.CacheLabel
-
This returns the dependent type for the annotation.
- getDependent() - Method in interface org.simpleframework.xml.core.Contact
-
This provides the dependent class for the contact.
- getDependent() - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This is used to acquire the dependent type for the annotated array.
- getDependent() - Method in class org.simpleframework.xml.core.ElementListLabel
-
This is used to acquire the dependent type for the annotated list.
- getDependent() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This returns the dependent type for the annotation.
- getDependent() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to acquire the dependent type for the annotated list.
- getDependent() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This returns the dependent type for the annotation.
- getDependent() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This returns the dependent type for the annotation.
- getDependent() - Method in class org.simpleframework.xml.core.FieldContact
-
This provides the dependent class for the contact.
- getDependent() - Method in class org.simpleframework.xml.core.GetPart
-
This is used to acquire the dependent class for the method part.
- getDependent() - Method in class org.simpleframework.xml.core.Introspector
-
This returns the dependent type for the annotation.
- getDependent() - Method in interface org.simpleframework.xml.core.Label
-
This returns the dependent type for the annotation.
- getDependent() - Method in class org.simpleframework.xml.core.MethodContact
-
This provides the dependent class for the contact.
- getDependent() - Method in interface org.simpleframework.xml.core.MethodPart
-
This is used to acquire the dependent class for the method part.
- getDependent() - Method in class org.simpleframework.xml.core.ParameterContact
-
This provides the dependent class for the contact.
- getDependent() - Method in class org.simpleframework.xml.core.SetPart
-
This is used to acquire the dependent class for the method part.
- getDependent() - Method in class org.simpleframework.xml.core.TemplateLabel
-
This is used to acquire the dependent class for this label.
- getDependent() - Method in class org.simpleframework.xml.core.TextListLabel
-
This is used to acquire the dependent class for this label.
- getDependent() - Method in class org.simpleframework.xml.core.Variable
-
This returns the dependent type for the annotation.
- getDependent(int) - Method in class org.simpleframework.xml.core.Entry
-
Provides the dependent class for the map as taken from the specified index.
- getDependent(Field) - Static method in class org.simpleframework.xml.core.Reflector
-
This method is used to acquire a generic parameter dependent from the specified field.
- getDependents() - Method in interface org.simpleframework.xml.core.Contact
-
This provides the dependent classes for the contact.
- getDependents() - Method in class org.simpleframework.xml.core.FieldContact
-
This provides the dependent classes for the contact.
- getDependents() - Method in class org.simpleframework.xml.core.GetPart
-
This is used to acquire the dependent classes for the method part.
- getDependents() - Method in class org.simpleframework.xml.core.MethodContact
-
This provides the dependent classes for the contact.
- getDependents() - Method in interface org.simpleframework.xml.core.MethodPart
-
This is used to acquire the dependent classes for the method part.
- getDependents() - Method in class org.simpleframework.xml.core.ParameterContact
-
This provides the dependent classes for the contact.
- getDependents() - Method in class org.simpleframework.xml.core.SetPart
-
This is used to acquire the dependent classes for the method part.
- getDependents(Field) - Static method in class org.simpleframework.xml.core.Reflector
-
This method is used to acquire generic parameter dependents from the specified field.
- getDependents(Method) - Method in class org.simpleframework.xml.core.MethodPartFactory
-
This is used extract the dependents of the method.
- getDetail(Class) - Method in class org.simpleframework.xml.core.DetailExtractor
-
This is used to get a
Detailobject describing a class and its annotations. - getDetail(Class) - Method in class org.simpleframework.xml.core.Support
-
This is used to get a
Detailobject describing a class and its annotations. - getDetail(Class, DefaultType) - Method in class org.simpleframework.xml.core.Support
- getElement(String) - Method in class org.simpleframework.xml.core.EmptyExpression
-
This is used to acquire the element path using this XPath expression.
- getElement(String) - Method in interface org.simpleframework.xml.core.Expression
-
This is used to acquire the element path using this XPath expression.
- getElement(String) - Method in class org.simpleframework.xml.core.ModelSection
-
Returns the named element as a
Labelobject. - getElement(String) - Method in class org.simpleframework.xml.core.PathParser
-
This is used to acquire the element path using this XPath expression.
- getElement(String) - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
This is used to acquire the element path using this XPath expression.
- getElement(String) - Method in class org.simpleframework.xml.core.PrimitiveScanner.EmptySection
-
Returns the named element as a
Labelobject. - getElement(String) - Method in interface org.simpleframework.xml.core.Section
-
Returns the named element as a
Labelobject. - getElement(String) - Method in class org.simpleframework.xml.stream.Builder
-
This is used to generate the XML element representation of the specified name.
- getElement(String) - Method in class org.simpleframework.xml.stream.CamelCaseBuilder
-
This is used to generate the XML element representation of the specified name.
- getElement(String) - Method in class org.simpleframework.xml.stream.CamelCaseStyle
-
This is used to generate the XML element representation of the specified name.
- getElement(String) - Method in class org.simpleframework.xml.stream.HyphenBuilder
-
This is used to generate the XML element representation of the specified name.
- getElement(String) - Method in class org.simpleframework.xml.stream.HyphenStyle
-
This is used to generate the XML element representation of the specified name.
- getElement(String) - Method in class org.simpleframework.xml.stream.IdentityStyle
-
This is basically a pass through method.
- getElement(String) - Method in interface org.simpleframework.xml.stream.Style
-
This is used to generate the XML element representation of the specified name.
- getElementPath(String, String) - Method in class org.simpleframework.xml.core.PathParser
-
This is used to acquire the element path using this XPath expression.
- getElements() - Method in interface org.simpleframework.xml.core.Group
-
This is used to acquire a
LabelMapcontaining the labels available to the group. - getElements() - Method in class org.simpleframework.xml.core.GroupExtractor
-
This is used to acquire a
LabelMapcontaining the labels available to the group. - getElements() - Method in interface org.simpleframework.xml.core.Model
-
This is used to build a map from a
Contextobject. - getElements() - Method in class org.simpleframework.xml.core.ModelSection
-
Returns a
LabelMapthat contains the details for all fields and methods marked with XML annotations. - getElements() - Method in class org.simpleframework.xml.core.PrimitiveScanner.EmptySection
-
Returns a
LabelMapthat contains the details for all fields and methods marked with XML annotations. - getElements() - Method in interface org.simpleframework.xml.core.Section
-
Returns a
LabelMapthat contains the details for all fields and methods marked with XML annotations. - getElements() - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to build a map from a
Contextobject. - getEmpty(Context) - Method in class org.simpleframework.xml.core.AttributeLabel
-
This is used to provide a configured empty value used when the annotated value is null.
- getEmpty(Context) - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to provide a configured empty value used when the annotated value is null.
- getEmpty(Context) - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This is used to provide a configured empty value used when the annotated value is null.
- getEmpty(Context) - Method in class org.simpleframework.xml.core.ElementLabel
-
This is used to provide a configured empty value used when the annotated value is null.
- getEmpty(Context) - Method in class org.simpleframework.xml.core.ElementListLabel
-
This is used to provide a configured empty value used when the annotated value is null.
- getEmpty(Context) - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to provide a configured empty value used when the annotated value is null.
- getEmpty(Context) - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to provide a configured empty value used when the annotated value is null.
- getEmpty(Context) - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is used to provide a configured empty value used when the annotated value is null.
- getEmpty(Context) - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This is used to provide a configured empty value used when the annotated value is null.
- getEmpty(Context) - Method in interface org.simpleframework.xml.core.Label
-
This is used to provide a configured empty value used when the annotated value is null.
- getEmpty(Context) - Method in class org.simpleframework.xml.core.TextLabel
-
This is used to provide a configured empty value used when the annotated value is null.
- getEmpty(Context) - Method in class org.simpleframework.xml.core.TextListLabel
-
This is used to provide a configured empty value used when the annotated value is null.
- getEmpty(Context) - Method in class org.simpleframework.xml.core.Variable
-
This is used to provide a configured empty value used when the annotated value is null.
- getEmpty(Context) - Method in class org.simpleframework.xml.core.VersionLabel
-
This is used to provide a configured empty value used when the annotated value is null.
- getEntry() - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to either provide the entry value provided within the annotation or compute a entry value.
- getEntry() - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This is used to either provide the entry value provided within the annotation or compute a entry value.
- getEntry() - Method in class org.simpleframework.xml.core.ElementListLabel
-
This is used to either provide the entry value provided within the annotation or compute a entry value.
- getEntry() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to either provide the entry value provided within the annotation or compute a entry value.
- getEntry() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to either provide the entry value provided within the annotation or compute a entry value.
- getEntry() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is used to either provide the entry value provided within the annotation or compute a entry value.
- getEntry() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This is used to either provide the entry value provided within the annotation or compute a entry value.
- getEntry() - Method in class org.simpleframework.xml.core.Entry
-
This is used to provide a the name of the entry XML element that wraps the key and value elements.
- getEntry() - Method in class org.simpleframework.xml.core.Introspector
-
This method is used to get the entry name of a label using the type of the label.
- getEntry() - Method in interface org.simpleframework.xml.core.Label
-
This is used to either provide the entry value provided within the annotation or compute a entry value.
- getEntry() - Method in class org.simpleframework.xml.core.TemplateLabel
-
This is typically used to acquire the entry value as acquired from the annotation.
- getEntry() - Method in class org.simpleframework.xml.core.TextListLabel
-
This is typically used to acquire the entry value as acquired from the annotation.
- getEntry() - Method in class org.simpleframework.xml.core.Variable
-
This is used to either provide the entry value provided within the annotation or compute a entry value.
- getExpression() - Method in class org.simpleframework.xml.core.AttributeLabel
-
This method is used to return an XPath expression that is used to represent the position of this label.
- getExpression() - Method in class org.simpleframework.xml.core.AttributeParameter
-
This method is used to return an XPath expression that is used to represent the position of this parameter.
- getExpression() - Method in class org.simpleframework.xml.core.CacheLabel
-
This method is used to return an XPath expression that is used to represent the position of this label.
- getExpression() - Method in class org.simpleframework.xml.core.CacheParameter
-
This method is used to return an XPath expression that is used to represent the position of this parameter.
- getExpression() - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This method is used to return an XPath expression that is used to represent the position of this label.
- getExpression() - Method in class org.simpleframework.xml.core.ElementArrayParameter
-
This method is used to return an XPath expression that is used to represent the position of this parameter.
- getExpression() - Method in class org.simpleframework.xml.core.ElementLabel
-
This method is used to return an XPath expression that is used to represent the position of this label.
- getExpression() - Method in class org.simpleframework.xml.core.ElementListLabel
-
This method is used to return an XPath expression that is used to represent the position of this label.
- getExpression() - Method in class org.simpleframework.xml.core.ElementListParameter
-
This method is used to return an XPath expression that is used to represent the position of this parameter.
- getExpression() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This method is used to return an XPath expression that is used to represent the position of this label.
- getExpression() - Method in class org.simpleframework.xml.core.ElementListUnionParameter
-
This method is used to return an XPath expression that is used to represent the position of this parameter.
- getExpression() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This method is used to return an XPath expression that is used to represent the position of this label.
- getExpression() - Method in class org.simpleframework.xml.core.ElementMapParameter
-
This method is used to return an XPath expression that is used to represent the position of this parameter.
- getExpression() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This method is used to return an XPath expression that is used to represent the position of this label.
- getExpression() - Method in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This method is used to return an XPath expression that is used to represent the position of this parameter.
- getExpression() - Method in class org.simpleframework.xml.core.ElementParameter
-
This method is used to return an XPath expression that is used to represent the position of this parameter.
- getExpression() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This method is used to return an XPath expression that is used to represent the position of this label.
- getExpression() - Method in class org.simpleframework.xml.core.ElementUnionParameter
-
This method is used to return an XPath expression that is used to represent the position of this parameter.
- getExpression() - Method in class org.simpleframework.xml.core.Introspector
-
This method is used to return an XPath expression that is used to represent the position of a label.
- getExpression() - Method in interface org.simpleframework.xml.core.Label
-
This method is used to return an XPath expression that is used to represent the position of this label.
- getExpression() - Method in interface org.simpleframework.xml.core.Model
-
This returns an
Expressionrepresenting the path this model exists at within the class schema. - getExpression() - Method in interface org.simpleframework.xml.core.Parameter
-
This method is used to return an XPath expression that is used to represent the position of this parameter.
- getExpression() - Method in class org.simpleframework.xml.core.TextLabel
-
This method is used to return an XPath expression that is used to represent the position of this label.
- getExpression() - Method in class org.simpleframework.xml.core.TextListLabel
-
This method is used to return an XPath expression that is used to represent the position of this label.
- getExpression() - Method in class org.simpleframework.xml.core.TextParameter
-
This method is used to return an XPath expression that is used to represent the position of this parameter.
- getExpression() - Method in class org.simpleframework.xml.core.TreeModel
-
This returns an
Expressionrepresenting the path this model exists at within the class schema. - getExpression() - Method in class org.simpleframework.xml.core.Variable
-
This method is used to return an XPath expression that is used to represent the position of this label.
- getExpression() - Method in class org.simpleframework.xml.core.VersionLabel
-
This method is used to return an XPath expression that is used to represent the position of this label.
- getField() - Method in class org.simpleframework.xml.core.FieldDetail
-
This is the field that is represented by this detail.
- getFields() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This returns a list of the fields that belong to this type.
- getFields() - Method in interface org.simpleframework.xml.core.Detail
-
This returns a list of the fields that belong to this type.
- getFields() - Method in class org.simpleframework.xml.core.DetailScanner
-
This returns a list of the fields that belong to this type.
- getFields(Class) - Method in class org.simpleframework.xml.core.DetailExtractor
-
This is used to acquire a list of
Contactobjects that represent the annotated fields in a type. - getFields(Class) - Method in class org.simpleframework.xml.core.Support
-
This is used to acquire a list of
Contactobjects that represent the annotated fields in a type. - getFields(Class, Detail) - Method in class org.simpleframework.xml.core.DetailExtractor
-
This is used to acquire a list of
Contactobjects that represent the annotated fields in a type. - getFields(Class, DefaultType) - Method in class org.simpleframework.xml.core.Support
-
This is used to acquire a list of
Contactobjects that represent the annotated fields in a type. - getFirst() - Method in class org.simpleframework.xml.core.EmptyExpression
-
This can be used to acquire the first path segment within the expression.
- getFirst() - Method in interface org.simpleframework.xml.core.Expression
-
This can be used to acquire the first path segment within the expression.
- getFirst() - Method in class org.simpleframework.xml.core.PathParser
-
This can be used to acquire the first path segment within the expression.
- getFirst() - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
This can be used to acquire the first path segment within the expression.
- getFormat() - Method in class org.simpleframework.xml.core.Support
-
This is used to acquire the
Formatfor this. - getFormat() - Method in enum org.simpleframework.xml.transform.DateType
-
Acquires the date format from the date type.
- getFragment() - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
Provides a canonical XPath expression.
- getFunction(Method) - Method in class org.simpleframework.xml.core.ClassScanner
-
This is used to acquire a
Functionobject for the method provided. - getGenericClass(Type) - Static method in class org.simpleframework.xml.core.Reflector
-
This is used to extract the class from the specified type.
- getGroup(Contact, Annotation, Object) - Method in class org.simpleframework.xml.core.LabelExtractor
-
Creates a
LabelGroupusing the provided contact and annotation. - getIdentity() - Method in class org.simpleframework.xml.strategy.Contract
-
This returns the attribute used to store the identities of all objects serialized to the XML document.
- getIndent() - Method in class org.simpleframework.xml.stream.Format
-
This method returns the size of the indent to use for the XML generated.
- getIndex() - Method in class org.simpleframework.xml.core.AttributeParameter
-
This returns the index position of the parameter in the constructor.
- getIndex() - Method in class org.simpleframework.xml.core.CacheParameter
-
This returns the index position of the parameter in the constructor.
- getIndex() - Method in class org.simpleframework.xml.core.ElementArrayParameter
-
This returns the index position of the parameter in the constructor.
- getIndex() - Method in class org.simpleframework.xml.core.ElementListParameter
-
This returns the index position of the parameter in the constructor.
- getIndex() - Method in class org.simpleframework.xml.core.ElementListUnionParameter
-
This returns the index position of the parameter in the constructor.
- getIndex() - Method in class org.simpleframework.xml.core.ElementMapParameter
-
This returns the index position of the parameter in the constructor.
- getIndex() - Method in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This returns the index position of the parameter in the constructor.
- getIndex() - Method in class org.simpleframework.xml.core.ElementParameter
-
This returns the index position of the parameter in the constructor.
- getIndex() - Method in class org.simpleframework.xml.core.ElementUnionParameter
-
This returns the index position of the parameter in the constructor.
- getIndex() - Method in class org.simpleframework.xml.core.EmptyExpression
-
If the first path segment contains an index it is provided by this method.
- getIndex() - Method in interface org.simpleframework.xml.core.Expression
-
If the first path segment contains an index it is provided by this method.
- getIndex() - Method in interface org.simpleframework.xml.core.Model
-
This method is used to return the index of the model.
- getIndex() - Method in interface org.simpleframework.xml.core.Parameter
-
This returns the index position of the parameter in the constructor.
- getIndex() - Method in class org.simpleframework.xml.core.PathParser
-
If the first path segment contains an index it is provided by this method.
- getIndex() - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
If the first path segment contains an index it is provided by this method.
- getIndex() - Method in class org.simpleframework.xml.core.TextParameter
-
This returns the index position of the parameter in the constructor.
- getIndex() - Method in class org.simpleframework.xml.core.TreeModel
-
This method is used to return the index of the model.
- getInlineConverter(Context, String) - Method in class org.simpleframework.xml.core.ElementListLabel
-
This will create a
Converterfor transforming an XML element into a collection of XML serializable objects. - getInstance() - Method in class org.simpleframework.xml.core.ArrayFactory
-
This is used to create a default instance of the field type.
- getInstance() - Method in class org.simpleframework.xml.core.ArrayInstance
-
This method is used to acquire an instance of the type that is defined by this object.
- getInstance() - Method in class org.simpleframework.xml.core.ClassInstantiator
-
This is used to instantiate the object using the default no argument constructor.
- getInstance() - Method in class org.simpleframework.xml.core.CollectionFactory
-
Creates a collection that is determined from the field type.
- getInstance() - Method in class org.simpleframework.xml.core.ConversionInstance
-
This method is used to acquire an instance of the type that is defined by this object.
- getInstance() - Method in interface org.simpleframework.xml.core.Creator
-
This is used to instantiate the object using the default no argument constructor.
- getInstance() - Method in class org.simpleframework.xml.core.ExtractorFactory
-
This is used to instantiate an
Extractorbased on the union annotation provided. - getInstance() - Method in class org.simpleframework.xml.core.Factory
-
This is used to create a default instance of the field type.
- getInstance() - Method in interface org.simpleframework.xml.core.Instance
-
This method is used to acquire an instance of the type that is defined by this object.
- getInstance() - Method in class org.simpleframework.xml.core.InstanceFactory.ClassInstance
-
This method is used to acquire an instance of the type that is defined by this object.
- getInstance() - Method in class org.simpleframework.xml.core.InstanceFactory.ValueInstance
-
This method is used to acquire an instance of the type that is defined by this object.
- getInstance() - Method in interface org.simpleframework.xml.core.Instantiator
-
This is used to instantiate the object using the default no argument constructor.
- getInstance() - Method in class org.simpleframework.xml.core.MapFactory
-
Creates a map object that is determined from the field type.
- getInstance() - Method in class org.simpleframework.xml.core.ObjectInstance
-
This method is used to acquire an instance of the type that is defined by this object.
- getInstance() - Method in class org.simpleframework.xml.core.SignatureCreator
-
This is used to instantiate the object using the default no argument constructor.
- getInstance() - Static method in class org.simpleframework.xml.stream.ProviderFactory
-
This is used to acquire the
Providerto be used to process XML documents. - getInstance(Annotation) - Method in class org.simpleframework.xml.core.ExtractorFactory
-
This is used to instantiate an
Extractorbased on the union annotation provided. - getInstance(Class) - Method in class org.simpleframework.xml.convert.ConverterFactory
-
This is used to instantiate the converter based on the type provided.
- getInstance(Class) - Method in class org.simpleframework.xml.core.AnnotationFactory
-
This is used to create an annotation for the provided type.
- getInstance(Class) - Method in interface org.simpleframework.xml.core.Context
-
This will create an
Instancethat can be used to instantiate objects of the specified class. - getInstance(Class) - Method in class org.simpleframework.xml.core.ConversionInstance
-
This method is used to acquire an instance of the type that is defined by this object.
- getInstance(Class) - Method in class org.simpleframework.xml.core.InstanceFactory
-
This will create an
Instancethat can be used to instantiate objects of the specified class. - getInstance(Class) - Method in class org.simpleframework.xml.core.ObjectInstance
-
This method is used to acquire an instance of the type that is defined by this object.
- getInstance(Class) - Method in class org.simpleframework.xml.core.ScannerFactory
-
This creates a
Scannerobject that can be used to examine the fields within the XML class schema. - getInstance(Class) - Method in class org.simpleframework.xml.core.Source
-
This will create an
Instancethat can be used to instantiate objects of the specified class. - getInstance(Class) - Method in class org.simpleframework.xml.core.Support
-
This will create an
Instancethat can be used to instantiate objects of the specified class. - getInstance(ClassLoader, Class) - Method in class org.simpleframework.xml.core.AnnotationFactory
-
This will create a synthetic annotation using the provided interface.
- getInstance(ClassLoader, Class, boolean) - Method in class org.simpleframework.xml.core.AnnotationFactory
-
This will create a synthetic annotation using the provided interface.
- getInstance(Class, Class[]) - Method in class org.simpleframework.xml.core.AnnotationFactory
-
This is used to create an annotation for the provided type.
- getInstance(Object...) - Method in class org.simpleframework.xml.transform.DateFactory
-
This is used to create instances of the date using a delegate date.
- getInstance(Constructor, Annotation, int) - Method in class org.simpleframework.xml.core.ParameterFactory
-
Creates a
Parameterusing the provided constructor and the XML annotation. - getInstance(Constructor, Annotation, Annotation, int) - Method in class org.simpleframework.xml.core.ParameterFactory
-
Creates a
Parameterusing the provided constructor and the XML annotation. - getInstance(Method, Annotation[]) - Method in class org.simpleframework.xml.core.MethodPartFactory
-
This is used to acquire a
MethodPartfor the method provided. - getInstance(Method, Annotation, Annotation[]) - Method in class org.simpleframework.xml.core.MethodPartFactory
-
This is used to acquire a
MethodPartfor the name and annotation of the provided method. - getInstance(String, Class) - Method in class org.simpleframework.xml.core.PrimitiveFactory
-
This will instantiate an object of the field type using the provided string.
- getInstance(Convert) - Method in class org.simpleframework.xml.convert.ConverterFactory
-
This is used to instantiate the converter based on the type of the
Convertannotation provided. - getInstance(Criteria) - Method in class org.simpleframework.xml.core.ClassInstantiator
-
This is used to instantiate the object using a constructor that takes deserialized objects as arguments.
- getInstance(Criteria) - Method in interface org.simpleframework.xml.core.Creator
-
This is used to instantiate the object using a constructor that takes deserialized objects as arguments.
- getInstance(Criteria) - Method in interface org.simpleframework.xml.core.Instantiator
-
This is used to instantiate the object using a constructor that takes deserialized objects as arguments.
- getInstance(Criteria) - Method in class org.simpleframework.xml.core.SignatureCreator
-
This is used to instantiate the object using a constructor that takes deserialized objects as arguments.
- getInstance(Value) - Method in class org.simpleframework.xml.core.CollectionFactory
-
This creates a
Collectioninstance from the type provided. - getInstance(Value) - Method in interface org.simpleframework.xml.core.Context
-
This will create an
Instancethat can be used to instantiate objects of the specified class. - getInstance(Value) - Method in class org.simpleframework.xml.core.InstanceFactory
-
This will create an
Instancethat can be used to instantiate objects of the specified class. - getInstance(Value) - Method in class org.simpleframework.xml.core.MapFactory
-
This creates a
Mapobject instance from the type provided. - getInstance(Value) - Method in class org.simpleframework.xml.core.Source
-
This will create an
Instancethat can be used to instantiate objects of the specified class. - getInstance(Value) - Method in class org.simpleframework.xml.core.Support
-
This will create an
Instancethat can be used to instantiate objects of the specified class. - getInstance(Value, Class) - Method in class org.simpleframework.xml.core.ArrayFactory
-
Creates the array type to use.
- getInstance(InputNode) - Method in class org.simpleframework.xml.core.ArrayFactory
-
Creates the array type to use.
- getInstance(InputNode) - Method in class org.simpleframework.xml.core.CollectionFactory
-
Creates the collection to use.
- getInstance(InputNode) - Method in class org.simpleframework.xml.core.MapFactory
-
Creates the map object to use.
- getInstance(InputNode) - Method in class org.simpleframework.xml.core.ObjectFactory
-
This method will instantiate an object of the field type, or if the
Strategyobject can resolve a class from the XML element then this is used instead. - getInstance(InputNode) - Method in class org.simpleframework.xml.core.PrimitiveFactory
-
This method will instantiate an object of the field type, or if the
Strategyobject can resolve a class from the XML element then this is used instead. - getInstantiator() - Method in class org.simpleframework.xml.core.ClassSchema
-
This is used to acquire the instantiator for the type.
- getInstantiator() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This is used to acquire the instantiator for the type.
- getInstantiator() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This is used to acquire the instantiator for the type.
- getInstantiator() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This is used to acquire the instantiator for the type.
- getInstantiator() - Method in interface org.simpleframework.xml.core.Scanner
-
This is used to acquire the instantiator for the type.
- getInstantiator() - Method in interface org.simpleframework.xml.core.Schema
-
This is used to acquire the instantiator for the type.
- getInstantiator() - Method in class org.simpleframework.xml.core.Structure
-
This is used to acquire the instantiator for the type.
- getKey() - Method in class org.simpleframework.xml.core.AttributeParameter
-
This is the key used to represent the parameter.
- getKey() - Method in class org.simpleframework.xml.core.CacheLabel
-
This is the key used to represent this label.
- getKey() - Method in class org.simpleframework.xml.core.CacheParameter
-
This is the key used to represent the parameter.
- getKey() - Method in class org.simpleframework.xml.core.ElementArrayParameter
-
This is the key used to represent the parameter.
- getKey() - Method in class org.simpleframework.xml.core.ElementListParameter
-
This is the key used to represent the parameter.
- getKey() - Method in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is the key used to represent the parameter.
- getKey() - Method in class org.simpleframework.xml.core.ElementMapParameter
-
This is the key used to represent the parameter.
- getKey() - Method in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is the key used to represent the parameter.
- getKey() - Method in class org.simpleframework.xml.core.ElementParameter
-
This is the key used to represent the parameter.
- getKey() - Method in class org.simpleframework.xml.core.ElementUnionParameter
-
This is the key used to represent the parameter.
- getKey() - Method in class org.simpleframework.xml.core.Entry
-
This is used to provide a key XML element for each of the keys within the map.
- getKey() - Method in class org.simpleframework.xml.core.KeyBuilder
-
This generates a key for the
Labelobject that this represents. - getKey() - Method in interface org.simpleframework.xml.core.Label
-
This is the key used to represent this label.
- getKey() - Method in interface org.simpleframework.xml.core.Parameter
-
This is the key used to represent the parameter.
- getKey() - Method in class org.simpleframework.xml.core.TemplateLabel
-
This is the key used to represent this label.
- getKey() - Method in class org.simpleframework.xml.core.TextListLabel
-
This is the key used to represent this label.
- getKey() - Method in class org.simpleframework.xml.core.TextParameter
-
This is the key used to represent the parameter.
- getKey() - Method in class org.simpleframework.xml.core.Variable
-
This is the key used to represent this label.
- getKey(String[]) - Method in class org.simpleframework.xml.core.KeyBuilder
-
This generates a key for the
Labelobject that this represents. - getKey(Contact, Annotation) - Method in class org.simpleframework.xml.core.LabelExtractor
-
This is used to create a key to uniquely identify a label that is associated with a contact.
- getKey(Context) - Method in class org.simpleframework.xml.core.Entry
-
This is used to get the key converter for the entry.
- getKey(KeyBuilder.KeyType) - Method in class org.simpleframework.xml.core.KeyBuilder
-
This generates a key for the
Labelobject that this represents. - getKeys() - Method in class org.simpleframework.xml.core.LabelMap
-
This is used to acquire the paths and names for each label in this map.
- getKeyType() - Method in class org.simpleframework.xml.core.Entry
-
This is used to acquire the dependent key for the annotated map.
- getLabel() - Method in class org.simpleframework.xml.strategy.Contract
-
This is returns the attribute used to store information about the type to the XML document.
- getLabel(Class) - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to acquire the
Labelthat the type provided is represented by. - getLabel(Class) - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to acquire the
Labelthat the type provided is represented by. - getLabel(Class) - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is used to acquire the
Labelthat the type provided is represented by. - getLabel(Class) - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This is used to acquire the
Labelthat the type provided is represented by. - getLabel(Class) - Method in interface org.simpleframework.xml.core.Group
-
This is used to acquire a
Labelbased on the type of an object. - getLabel(Class) - Method in class org.simpleframework.xml.core.GroupExtractor
-
This is used to acquire a
Labelbased on the type of an object. - getLabel(Class) - Method in interface org.simpleframework.xml.core.Label
-
This is used to acquire the
Labelthat the type provided is represented by. - getLabel(Class) - Method in class org.simpleframework.xml.core.TemplateLabel
-
This is used to acquire the
Labelthat the type provided is represented by. - getLabel(Class) - Method in class org.simpleframework.xml.core.Variable
-
This is used to acquire the
Labelthat the type provided is represented by. - getLabel(String) - Method in class org.simpleframework.xml.core.LabelMap
-
This performs a
removethat will remove the label from the map and return that label. - getLabel(Contact, Annotation) - Method in class org.simpleframework.xml.core.LabelExtractor
-
Creates a
Labelusing the provided contact and XML annotation. - getLabel(Contact, Annotation) - Method in class org.simpleframework.xml.core.Support
-
Creates a
Labelusing the provided contact and XML annotation. - getLabel(Contact, Annotation, Annotation) - Method in class org.simpleframework.xml.core.LabelExtractor
-
Creates a
Labelusing the provided contact and XML annotation. - getLabel(Element) - Method in class org.simpleframework.xml.core.ExtractorFactory.ElementExtractor
-
This creates a
Labelobject used to represent the annotation provided. - getLabel(ElementList) - Method in class org.simpleframework.xml.core.ExtractorFactory.ElementListExtractor
-
This creates a
Labelobject used to represent the annotation provided. - getLabel(ElementMap) - Method in class org.simpleframework.xml.core.ExtractorFactory.ElementMapExtractor
-
This creates a
Labelobject used to represent the annotation provided. - getLabel(T) - Method in interface org.simpleframework.xml.core.Extractor
-
This creates a
Labelobject used to represent the annotation provided. - getLabels() - Method in class org.simpleframework.xml.core.LabelMap
-
This method is used to clone the label map such that mappings can be maintained in the original even if they are modified in the clone.
- getLabels(Contact, Annotation) - Method in class org.simpleframework.xml.core.LabelExtractor
-
Creates a
LabelGroupusing the provided contact and annotation. - getLabels(Contact, Annotation) - Method in class org.simpleframework.xml.core.Support
-
Creates a
Listusing the provided contact and XML annotation. - getLast() - Method in class org.simpleframework.xml.core.EmptyExpression
-
This can be used to acquire the last path segment within the expression.
- getLast() - Method in interface org.simpleframework.xml.core.Expression
-
This can be used to acquire the last path segment within the expression.
- getLast() - Method in class org.simpleframework.xml.core.PathParser
-
This can be used to acquire the last path segment within the expression.
- getLast() - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
This can be used to acquire the last path segment within the expression.
- getLength() - Method in class org.simpleframework.xml.convert.Reference
-
This will return the length of an array reference.
- getLength() - Method in class org.simpleframework.xml.core.OverrideValue
-
This returns the length of the array that is to be allocated.
- getLength() - Method in class org.simpleframework.xml.strategy.Allocate
-
This returns the length of an array if this value represents an array.
- getLength() - Method in class org.simpleframework.xml.strategy.ArrayValue
-
This returns the length of the array that is to be allocated.
- getLength() - Method in class org.simpleframework.xml.strategy.Contract
-
This returns the attribute used to store the array length in the serialized XML document.
- getLength() - Method in class org.simpleframework.xml.strategy.ObjectValue
-
This returns zero as this is an object and will typically not be used to instantiate anything.
- getLength() - Method in class org.simpleframework.xml.strategy.Reference
-
This returns zero as this is a reference and will typically not be used to instantiate anything.
- getLength() - Method in interface org.simpleframework.xml.strategy.Value
-
This returns the length of the array that is to be allocated.
- getLine() - Method in class org.simpleframework.xml.stream.EventElement
-
This is used to provide the line number the XML event was encountered at within the XML document.
- getLine() - Method in interface org.simpleframework.xml.stream.EventNode
-
This is used to provide the line number the XML event was encountered at within the XML document.
- getLine() - Method in class org.simpleframework.xml.stream.EventToken
-
This is used to provide the line number the XML event was encountered at within the XML document.
- getLine() - Method in class org.simpleframework.xml.stream.InputPosition
-
This is the actual line number within the read XML document.
- getLine() - Method in interface org.simpleframework.xml.stream.Position
-
This is the actual line number within the read XML document.
- getLine() - Method in class org.simpleframework.xml.stream.PullReader.Start
-
This is used to provide the line number the XML event was encountered at within the XML document.
- getLine() - Method in class org.simpleframework.xml.stream.StreamReader.Start
-
This is used to provide the line number the XML event was encountered at within the XML document.
- getList() - Method in class org.simpleframework.xml.core.LabelGroup
-
This is used to acquire all of the labels associated with this group.
- getList(Contact, Annotation) - Method in class org.simpleframework.xml.core.LabelExtractor
-
Creates a
Listusing the provided contact and XML annotation. - getMap() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This returns the map type for this label.
- getMap() - Method in class org.simpleframework.xml.core.Session
-
This returns the inner map used by the session object.
- getMethod() - Method in class org.simpleframework.xml.core.GetPart
-
This is used to acquire the method that can be used to invoke the Java Bean method on the object.
- getMethod() - Method in class org.simpleframework.xml.core.MethodDetail
-
This is the method that is represented by this detail.
- getMethod() - Method in class org.simpleframework.xml.core.MethodName
-
This is the method for this point of contact.
- getMethod() - Method in interface org.simpleframework.xml.core.MethodPart
-
This is the method for this point of contact.
- getMethod() - Method in class org.simpleframework.xml.core.SetPart
-
This is used to acquire the method that can be used to invoke the Java Bean method on the object.
- getMethods() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This returns a list of the methods that belong to this type.
- getMethods() - Method in interface org.simpleframework.xml.core.Detail
-
This returns a list of the methods that belong to this type.
- getMethods() - Method in class org.simpleframework.xml.core.DetailScanner
-
This returns a list of the methods that belong to this type.
- getMethods(Class) - Method in class org.simpleframework.xml.core.DetailExtractor
-
This is used to acquire a list of
Contactobjects that represent the annotated methods in a type. - getMethods(Class) - Method in class org.simpleframework.xml.core.Support
-
This is used to acquire a list of
Contactobjects that represent the annotated methods in a type. - getMethods(Class, Detail) - Method in class org.simpleframework.xml.core.DetailExtractor
-
This is used to acquire a list of
Contactobjects that represent the annotated methods in a type. - getMethods(Class, DefaultType) - Method in class org.simpleframework.xml.core.Support
-
This is used to acquire a list of
Contactobjects that represent the annotated methods in a type. - getMethodType() - Method in class org.simpleframework.xml.core.GetPart
-
This is the method type for the method part.
- getMethodType() - Method in interface org.simpleframework.xml.core.MethodPart
-
This is the method type for the method part.
- getMethodType() - Method in class org.simpleframework.xml.core.SetPart
-
This is the method type for the method part.
- getMethodType(Method) - Method in class org.simpleframework.xml.core.MethodPartFactory
-
This is used to acquire a
MethodTypefor the name of the method provided. - getMode() - Method in class org.simpleframework.xml.stream.OutputAttribute
-
The
Modeis used to indicate the output mode of this node. - getMode() - Method in class org.simpleframework.xml.stream.OutputDocument
-
The
Modeis used to indicate the output mode of this node. - getMode() - Method in class org.simpleframework.xml.stream.OutputElement
-
The
Modeis used to indicate the output mode of this node. - getMode() - Method in interface org.simpleframework.xml.stream.OutputNode
-
The
Modeis used to indicate the output mode of this node. - getModels() - Method in interface org.simpleframework.xml.core.Model
-
This is used to build a map from a
Contextobject. - getModels() - Method in class org.simpleframework.xml.core.ModelMap
-
This method is used to clone the model map such that mappings can be maintained in the original even if they are modified in the clone.
- getModels() - Method in class org.simpleframework.xml.core.ModelSection
-
Returns a
LabelMapthat contains the details for all fields and methods marked with XML annotations. - getModels() - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to build a map from a
Contextobject. - getName() - Method in class org.simpleframework.xml.core.AttributeLabel
-
This is used to acquire the name of the element or attribute that is used by the class schema.
- getName() - Method in class org.simpleframework.xml.core.AttributeParameter.Contact
-
This returns the name of the parameter as taken from the XML annotation.
- getName() - Method in class org.simpleframework.xml.core.AttributeParameter
-
This is used to acquire the name of the parameter that this represents.
- getName() - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to acquire the name of the element or attribute that is used by the class schema.
- getName() - Method in class org.simpleframework.xml.core.CacheParameter
-
This is used to acquire the name of the parameter that this represents.
- getName() - Method in interface org.simpleframework.xml.core.Contact
-
This represents the name of the object contact.
- getName() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This returns the name of the class represented by this detail.
- getName() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This returns the name of the class processed by this scanner.
- getName() - Method in interface org.simpleframework.xml.core.Detail
-
This returns the name of the class represented by this detail.
- getName() - Method in class org.simpleframework.xml.core.DetailScanner
-
This returns the name of the class processed by this scanner.
- getName() - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This is used to acquire the name of the element or attribute that is used by the class schema.
- getName() - Method in class org.simpleframework.xml.core.ElementArrayParameter.Contact
-
This returns the name of the parameter as taken from the XML annotation.
- getName() - Method in class org.simpleframework.xml.core.ElementArrayParameter
-
This is used to acquire the name of the parameter that this represents.
- getName() - Method in class org.simpleframework.xml.core.ElementLabel
-
This is used to acquire the name of the element or attribute that is used by the class schema.
- getName() - Method in class org.simpleframework.xml.core.ElementListLabel
-
This is used to acquire the name of the element or attribute that is used by the class schema.
- getName() - Method in class org.simpleframework.xml.core.ElementListParameter.Contact
-
This returns the name of the parameter as taken from the XML annotation.
- getName() - Method in class org.simpleframework.xml.core.ElementListParameter
-
This is used to acquire the name of the parameter that this represents.
- getName() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to acquire the name of the element or attribute that is used by the class schema.
- getName() - Method in class org.simpleframework.xml.core.ElementListUnionParameter.Contact
-
This returns the name of the parameter as taken from the XML annotation.
- getName() - Method in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is used to acquire the name of the parameter that this represents.
- getName() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to acquire the name of the element or attribute that is used by the class schema.
- getName() - Method in class org.simpleframework.xml.core.ElementMapParameter.Contact
-
This returns the name of the parameter as taken from the XML annotation.
- getName() - Method in class org.simpleframework.xml.core.ElementMapParameter
-
This is used to acquire the name of the parameter that this represents.
- getName() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is used to acquire the name of the element or attribute that is used by the class schema.
- getName() - Method in class org.simpleframework.xml.core.ElementMapUnionParameter.Contact
-
This returns the name of the parameter as taken from the XML annotation.
- getName() - Method in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is used to acquire the name of the parameter that this represents.
- getName() - Method in class org.simpleframework.xml.core.ElementParameter.Contact
-
This returns the name of the parameter as taken from the XML annotation.
- getName() - Method in class org.simpleframework.xml.core.ElementParameter
-
This is used to acquire the name of the parameter that this represents.
- getName() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This is used to acquire the name of the element or attribute that is used by the class schema.
- getName() - Method in class org.simpleframework.xml.core.ElementUnionParameter.Contact
-
This returns the name of the parameter as taken from the XML annotation.
- getName() - Method in class org.simpleframework.xml.core.ElementUnionParameter
-
This is used to acquire the name of the parameter that this represents.
- getName() - Method in class org.simpleframework.xml.core.FieldContact
-
This is used to acquire the name of the field.
- getName() - Method in class org.simpleframework.xml.core.FieldDetail
-
This is used to extract the name of the field.
- getName() - Method in class org.simpleframework.xml.core.GetPart
-
This provides the name of the method part as acquired from the method name.
- getName() - Method in class org.simpleframework.xml.core.Introspector
-
This is used to determine the name of the XML element that the annotated field or method represents.
- getName() - Method in interface org.simpleframework.xml.core.Label
-
This is used to acquire the name of the element or attribute that is used by the class schema.
- getName() - Method in class org.simpleframework.xml.core.MethodContact
-
This is used to acquire the name of the method.
- getName() - Method in class org.simpleframework.xml.core.MethodDetail
-
This is used to extract the name of the method.
- getName() - Method in class org.simpleframework.xml.core.MethodName
-
This provides the name of the method part as acquired from the method name.
- getName() - Method in interface org.simpleframework.xml.core.MethodPart
-
This provides the name of the method part as acquired from the method name.
- getName() - Method in interface org.simpleframework.xml.core.Model
-
This is used to return the name of the model.
- getName() - Method in class org.simpleframework.xml.core.ModelSection
-
This is used to return the name of the section.
- getName() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This returns the name of the class processed by this scanner.
- getName() - Method in interface org.simpleframework.xml.core.Parameter
-
This is used to acquire the name of the parameter that this represents.
- getName() - Method in class org.simpleframework.xml.core.ParameterContact
-
This represents the name of the parameter.
- getName() - Method in class org.simpleframework.xml.core.PrimitiveScanner.EmptySection
-
This is used to return the name of the section.
- getName() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This returns the name of the class processed by this scanner.
- getName() - Method in interface org.simpleframework.xml.core.Scanner
-
This returns the name of the class processed by this scanner.
- getName() - Method in interface org.simpleframework.xml.core.Section
-
This is used to return the name of the section.
- getName() - Method in class org.simpleframework.xml.core.SetPart
-
This provides the name of the method part as acquired from the method name.
- getName() - Method in class org.simpleframework.xml.core.TextLabel
-
This is used to acquire the name of the element or attribute that is used by the class schema.
- getName() - Method in class org.simpleframework.xml.core.TextListLabel
-
This is used to acquire the name of the element or attribute that is used by the class schema.
- getName() - Method in class org.simpleframework.xml.core.TextParameter.Contact
-
This returns the name of the parameter as taken from the XML annotation.
- getName() - Method in class org.simpleframework.xml.core.TextParameter
-
This is used to acquire the name of the parameter that this represents.
- getName() - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to return the name of the model.
- getName() - Method in class org.simpleframework.xml.core.Variable
-
This is used to acquire the name of the element or attribute that is used by the class schema.
- getName() - Method in class org.simpleframework.xml.core.VersionLabel
-
This is used to acquire the name of the element or attribute that is used by the class schema.
- getName() - Method in interface org.simpleframework.xml.stream.Attribute
-
This provides the name of the attribute.
- getName() - Method in class org.simpleframework.xml.stream.DocumentReader.Entry
-
This provides the name of the attribute.
- getName() - Method in class org.simpleframework.xml.stream.DocumentReader.Start
-
This provides the name of the event.
- getName() - Method in interface org.simpleframework.xml.stream.EventNode
-
This provides the name of the event.
- getName() - Method in class org.simpleframework.xml.stream.EventToken
-
This provides the name of the event.
- getName() - Method in class org.simpleframework.xml.stream.InputAttribute
-
Returns the name of the node that this represents.
- getName() - Method in class org.simpleframework.xml.stream.InputElement
-
Returns the name of the node that this represents.
- getName() - Method in class org.simpleframework.xml.stream.InputNodeMap
-
This is used to get the name of the element that owns the nodes for the specified map.
- getName() - Method in interface org.simpleframework.xml.stream.Node
-
Returns the name of the node that this represents.
- getName() - Method in interface org.simpleframework.xml.stream.NodeMap
-
This is used to get the name of the element that owns the nodes for the specified map.
- getName() - Method in class org.simpleframework.xml.stream.OutputAttribute
-
Returns the name of the node that this represents.
- getName() - Method in class org.simpleframework.xml.stream.OutputDocument
-
To signify that this is the document element this method will return null.
- getName() - Method in class org.simpleframework.xml.stream.OutputElement
-
Returns the name of the node that this represents.
- getName() - Method in class org.simpleframework.xml.stream.OutputNodeMap
-
This is used to get the name of the element that owns the nodes for the specified map.
- getName() - Method in class org.simpleframework.xml.stream.PullReader.Entry
-
This provides the name of the attribute.
- getName() - Method in class org.simpleframework.xml.stream.PullReader.Start
-
This provides the name of the event.
- getName() - Method in class org.simpleframework.xml.stream.StreamReader.Entry
-
This provides the name of the attribute.
- getName() - Method in class org.simpleframework.xml.stream.StreamReader.Start
-
This provides the name of the event.
- getName() - Method in interface org.simpleframework.xml.util.Entry
-
Represents the name of the entry instance used for mappings.
- getName(Class) - Method in interface org.simpleframework.xml.core.Context
-
This is used to acquire the name of the specified type using the
Rootannotation for the class. - getName(Class) - Method in class org.simpleframework.xml.core.Introspector
-
This is used to acquire the name of the specified type using the
Rootannotation for the class. - getName(Class) - Method in class org.simpleframework.xml.core.Source
-
This is used to acquire the name of the specified type using the
Rootannotation for the class. - getName(Class) - Method in class org.simpleframework.xml.core.Support
-
This is used to acquire the name of the specified type using the
Rootannotation for the class. - getName(Class) - Method in class org.simpleframework.xml.core.Traverser
-
Extracts the
Rootannotation from the provided XML schema class. - getName(Method, Annotation) - Method in class org.simpleframework.xml.core.MethodPartFactory
-
This is used to acquire a
MethodNamefor the name and annotation of the provided method. - getName(String) - Static method in class org.simpleframework.xml.core.Reflector
-
This is used to acquire a bean name for a method or field name.
- getName(Context) - Method in class org.simpleframework.xml.core.TextParameter
-
This is used to acquire the name of the parameter that this represents.
- getNames() - Method in class org.simpleframework.xml.core.CacheLabel
-
This returns a
Collectionof element names. - getNames() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This returns a
Collectionof element names. - getNames() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This returns a
Collectionof element names. - getNames() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This returns a
Collectionof element names. - getNames() - Method in class org.simpleframework.xml.core.GroupExtractor
-
This is used to acquire the names for each label associated with this
Groupinstance. - getNames() - Method in interface org.simpleframework.xml.core.Label
-
This returns a
Collectionof element names. - getNames() - Method in class org.simpleframework.xml.core.TemplateLabel
-
This returns a
Collectionof element names. - getNames() - Method in class org.simpleframework.xml.core.TextListLabel
-
This returns a
Collectionof element names. - getNames() - Method in class org.simpleframework.xml.core.Variable
-
This returns a
Collectionof element names. - getNamespace() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This returns the
Namespaceannotation that was declared on the type. - getNamespace() - Method in interface org.simpleframework.xml.core.Detail
-
This returns the
Namespaceannotation that was declared on the type. - getNamespace() - Method in class org.simpleframework.xml.core.DetailScanner
-
This returns the
Namespaceannotation that was declared on the type. - getNamespaceList() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This returns the
NamespaceListannotation that was declared on the type. - getNamespaceList() - Method in interface org.simpleframework.xml.core.Detail
-
This returns the
NamespaceListannotation that was declared on the type. - getNamespaceList() - Method in class org.simpleframework.xml.core.DetailScanner
-
This returns the
NamespaceListannotation that was declared on the type. - getNamespaces() - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This returns the
NamespaceMapfor this node. - getNamespaces() - Method in class org.simpleframework.xml.stream.OutputDocument
-
This returns the
NamespaceMapfor the document. - getNamespaces() - Method in class org.simpleframework.xml.stream.OutputElement
-
This returns the
NamespaceMapfor this node. - getNamespaces() - Method in interface org.simpleframework.xml.stream.OutputNode
-
This returns the
NamespaceMapfor this node. - getNext() - Method in class org.simpleframework.xml.stream.InputAttribute
-
Because the
InputAttributeobject represents an attribute this method will return null. - getNext() - Method in class org.simpleframework.xml.stream.InputElement
-
The method is used to acquire the next child attribute of this element.
- getNext() - Method in interface org.simpleframework.xml.stream.InputNode
-
This returns the next child element within this element if one exists.
- getNext(String) - Method in class org.simpleframework.xml.stream.InputAttribute
-
Because the
InputAttributeobject represents an attribute this method will return null. - getNext(String) - Method in class org.simpleframework.xml.stream.InputElement
-
The method is used to acquire the next child attribute of this element.
- getNext(String) - Method in interface org.simpleframework.xml.stream.InputNode
-
This returns the next child in this element if that child has the name provided.
- getNode() - Method in class org.simpleframework.xml.stream.InputNodeMap
-
This is used to acquire the actual node this map represents.
- getNode() - Method in interface org.simpleframework.xml.stream.NodeMap
-
This is used to acquire the actual node this map represents.
- getNode() - Method in class org.simpleframework.xml.stream.OutputNodeMap
-
This is used to acquire the actual node this map represents.
- getObject(Class) - Method in class org.simpleframework.xml.core.InstanceFactory
-
This method will instantiate an object of the provided type.
- getOrder() - Method in class org.simpleframework.xml.core.ClassScanner
-
This returns the order annotation used to determine the order of serialization of attributes and elements.
- getOrder() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This returns the order annotation used to determine the order of serialization of attributes and elements.
- getOrder() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This is used to acquire the
Orderannotation for the class schema. - getOrder() - Method in interface org.simpleframework.xml.core.Detail
-
This returns the order annotation used to determine the order of serialization of attributes and elements.
- getOrder() - Method in class org.simpleframework.xml.core.DetailScanner
-
This returns the order annotation used to determine the order of serialization of attributes and elements.
- getOrder() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This is used to acquire the
Orderannotation for the class schema. - getOrder() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This is used to acquire the
Orderannotation for the class schema. - getOrder() - Method in interface org.simpleframework.xml.core.Scanner
-
This is used to acquire the
Orderannotation for the class schema. - getOverride() - Method in class org.simpleframework.xml.core.AttributeLabel
-
This is used to acquire the name of the element or attribute as taken from the annotation.
- getOverride() - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to acquire the name of the element or attribute as taken from the annotation.
- getOverride() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This returns the
Defaultannotation access type that has been specified by this. - getOverride() - Method in interface org.simpleframework.xml.core.Detail
-
This returns the
DefaultTypeoverride used for this detail. - getOverride() - Method in class org.simpleframework.xml.core.DetailScanner
-
This returns the
DefaultTypeoverride used for this detail. - getOverride() - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This is used to acquire the name of the element or attribute as taken from the annotation.
- getOverride() - Method in class org.simpleframework.xml.core.ElementLabel
-
This is used to acquire the name of the element or attribute as taken from the annotation.
- getOverride() - Method in class org.simpleframework.xml.core.ElementListLabel
-
This is used to acquire the name of the element or attribute as taken from the annotation.
- getOverride() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to acquire the name of the element or attribute as taken from the annotation.
- getOverride() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to acquire the name of the element or attribute as taken from the annotation.
- getOverride() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is used to acquire the name of the element or attribute as taken from the annotation.
- getOverride() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This is used to acquire the name of the element or attribute as taken from the annotation.
- getOverride() - Method in interface org.simpleframework.xml.core.Label
-
This is used to acquire the name of the element or attribute as taken from the annotation.
- getOverride() - Method in class org.simpleframework.xml.core.TextLabel
-
This is used to acquire the name of the element or attribute as taken from the annotation.
- getOverride() - Method in class org.simpleframework.xml.core.TextListLabel
-
This is used to acquire the name of the element or attribute as taken from the annotation.
- getOverride() - Method in class org.simpleframework.xml.core.Variable
-
This is used to acquire the name of the element or attribute as taken from the annotation.
- getOverride() - Method in class org.simpleframework.xml.core.VersionLabel
-
This is used to acquire the name of the element or attribute as taken from the annotation.
- getOverride(Type, InputNode) - Method in interface org.simpleframework.xml.core.Context
-
This is used to resolve and load a class for the given element.
- getOverride(Type, InputNode) - Method in class org.simpleframework.xml.core.Source
-
This is used to resolve and load a class for the given element.
- getOverride(InputNode) - Method in class org.simpleframework.xml.core.Factory
-
This is used to get a possible override from the provided node.
- getParameter(String) - Method in class org.simpleframework.xml.core.ClassInstantiator
-
This is used to acquire the named
Parameterfrom the creator. - getParameter(String) - Method in interface org.simpleframework.xml.core.Instantiator
-
This is used to acquire the named
Parameterfrom the creator. - getParameterDependent(Constructor, int) - Static method in class org.simpleframework.xml.core.Reflector
-
This method is used to acquire a generic parameter dependent from the specified parameter type.
- getParameterDependent(Method, int) - Static method in class org.simpleframework.xml.core.Reflector
-
This method is used to acquire a generic parameter dependent from the specified parameter type.
- getParameterDependents(Constructor, int) - Static method in class org.simpleframework.xml.core.Reflector
-
This method is used to acquire a generic parameter dependent from the specified parameter type.
- getParameterDependents(Method, int) - Static method in class org.simpleframework.xml.core.Reflector
-
This method is used to acquire a generic parameter dependent from the specified parameter type.
- getParameters() - Method in class org.simpleframework.xml.core.ClassInstantiator
-
This is used to acquire all parameters annotated for the class schema.
- getParameters() - Method in class org.simpleframework.xml.core.ClassScanner
-
This returns a map of all parameters that exist.
- getParameters() - Method in class org.simpleframework.xml.core.ConstructorScanner
-
This returns a map of all parameters that exist.
- getParameters() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This returns a map of all parameters that exist.
- getParameters() - Method in interface org.simpleframework.xml.core.Instantiator
-
This is used to acquire all parameters annotated for the class schema.
- getParameters() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This returns a map of all parameters that exist.
- getParameters() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This returns a map of all parameters that exist.
- getParameters() - Method in interface org.simpleframework.xml.core.Scanner
-
This returns a map of all parameters that exist.
- getParameterType(Constructor, int) - Static method in class org.simpleframework.xml.core.Reflector
-
This is used to acquire the parameterized types from the given constructors parameter class at the specified index position.
- getParameterType(Method) - Method in class org.simpleframework.xml.core.MethodPartFactory
-
This is the parameter type associated with the provided method.
- getParameterType(Method, int) - Static method in class org.simpleframework.xml.core.Reflector
-
This is used to acquire the parameterized types from the given methods parameter class at the specified index position.
- getParent() - Method in class org.simpleframework.xml.stream.InputAttribute
-
This is used to acquire the
Nodethat is the parent of this node. - getParent() - Method in class org.simpleframework.xml.stream.InputElement
-
This is used to acquire the
Nodethat is the parent of this node. - getParent() - Method in interface org.simpleframework.xml.stream.InputNode
-
This is used to acquire the
Nodethat is the parent of this node. - getParent() - Method in interface org.simpleframework.xml.stream.Node
-
This is used to acquire the
Nodethat is the parent of this node. - getParent() - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This is used to acquire the
Nodethat is the parent of this node. - getParent() - Method in class org.simpleframework.xml.stream.OutputDocument
-
This is used to acquire the
Nodethat is the parent of this node. - getParent() - Method in class org.simpleframework.xml.stream.OutputElement
-
This is used to acquire the
Nodethat is the parent of this node. - getParent() - Method in interface org.simpleframework.xml.stream.OutputNode
-
This is used to acquire the
Nodethat is the parent of this node. - GetPart - Class in org.simpleframework.xml.core
-
The
GetPartobject represents the getter method for a Java Bean property. - GetPart(MethodName, Annotation, Annotation[]) - Constructor for class org.simpleframework.xml.core.GetPart
-
Constructor for the
GetPartobject. - getPath() - Method in class org.simpleframework.xml.core.AttributeLabel
-
This is used to acquire the path of the element or attribute that is used by the class schema.
- getPath() - Method in class org.simpleframework.xml.core.AttributeParameter
-
This is used to acquire the path of the element or attribute represented by this parameter.
- getPath() - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to acquire the path of the element or attribute that is used by the class schema.
- getPath() - Method in class org.simpleframework.xml.core.CacheParameter
-
This is used to acquire the path of the element or attribute represented by this parameter.
- getPath() - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This is used to acquire the path of the element or attribute that is used by the class schema.
- getPath() - Method in class org.simpleframework.xml.core.ElementArrayParameter
-
This is used to acquire the path of the element or attribute represented by this parameter.
- getPath() - Method in class org.simpleframework.xml.core.ElementLabel
-
This is used to acquire the path of the element or attribute that is used by the class schema.
- getPath() - Method in class org.simpleframework.xml.core.ElementListLabel
-
This is used to acquire the path of the element or attribute that is used by the class schema.
- getPath() - Method in class org.simpleframework.xml.core.ElementListParameter
-
This is used to acquire the path of the element or attribute represented by this parameter.
- getPath() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to acquire the path of the element or attribute that is used by the class schema.
- getPath() - Method in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is used to acquire the path of the element or attribute represented by this parameter.
- getPath() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to acquire the path of the element or attribute that is used by the class schema.
- getPath() - Method in class org.simpleframework.xml.core.ElementMapParameter
-
This is used to acquire the path of the element or attribute represented by this parameter.
- getPath() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is used to acquire the path of the element or attribute that is used by the class schema.
- getPath() - Method in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is used to acquire the path of the element or attribute represented by this parameter.
- getPath() - Method in class org.simpleframework.xml.core.ElementParameter
-
This is used to acquire the path of the element or attribute represented by this parameter.
- getPath() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This is used to acquire the path of the element or attribute that is used by the class schema.
- getPath() - Method in class org.simpleframework.xml.core.ElementUnionParameter
-
This is used to acquire the path of the element or attribute represented by this parameter.
- getPath() - Method in class org.simpleframework.xml.core.EmptyExpression
-
This location contains the full path expression with all of the indexes explicitly shown for each path segment.
- getPath() - Method in interface org.simpleframework.xml.core.Expression
-
This location contains the full path expression with all of the indexes explicitly shown for each path segment.
- getPath() - Method in class org.simpleframework.xml.core.Introspector
-
This is used to acquire the path of the element or attribute that is used by the class schema.
- getPath() - Method in interface org.simpleframework.xml.core.Label
-
This is used to acquire the path of the element or attribute that is used by the class schema.
- getPath() - Method in interface org.simpleframework.xml.core.Parameter
-
This is used to acquire the path of the element or attribute represented by this parameter.
- getPath() - Method in class org.simpleframework.xml.core.PathParser
-
This location contains the full path expression with all of the indexes explicitly shown for each path segment.
- getPath() - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
This location contains the full path expression with all of the indexes explicitly shown for each path segment.
- getPath() - Method in class org.simpleframework.xml.core.TextLabel
-
This is used to acquire the path of the element or attribute that is used by the class schema.
- getPath() - Method in class org.simpleframework.xml.core.TextListLabel
-
This is used to acquire the path of the element or attribute that is used by the class schema.
- getPath() - Method in class org.simpleframework.xml.core.TextParameter
-
This is used to acquire the path of the element or attribute represented by this parameter.
- getPath() - Method in class org.simpleframework.xml.core.Variable
-
This is used to acquire the path of the element or attribute that is used by the class schema.
- getPath() - Method in class org.simpleframework.xml.core.VersionLabel
-
This is used to acquire the path of the element or attribute that is used by the class schema.
- getPath(int) - Method in class org.simpleframework.xml.core.EmptyExpression
-
This allows an expression to be extracted from the current context.
- getPath(int) - Method in interface org.simpleframework.xml.core.Expression
-
This allows an expression to be extracted from the current context.
- getPath(int) - Method in class org.simpleframework.xml.core.PathParser
-
This allows an expression to be extracted from the current context.
- getPath(int) - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
This allows an expression to be extracted from the current context.
- getPath(int, int) - Method in class org.simpleframework.xml.core.EmptyExpression
-
This allows an expression to be extracted from the current context.
- getPath(int, int) - Method in interface org.simpleframework.xml.core.Expression
-
This allows an expression to be extracted from the current context.
- getPath(int, int) - Method in class org.simpleframework.xml.core.PathParser
-
This allows an expression to be extracted from the current context.
- getPath(int, int) - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
This allows an expression to be extracted from the current context.
- getPath(String) - Method in class org.simpleframework.xml.core.ModelSection
-
This is used to acquire the full element path for this section.
- getPath(String) - Method in class org.simpleframework.xml.core.PrimitiveScanner.EmptySection
-
This is used to acquire the full element path for this section.
- getPath(String) - Method in interface org.simpleframework.xml.core.Section
-
This is used to acquire the full element path for this section.
- getPath(Context) - Method in class org.simpleframework.xml.core.TextParameter
-
This is used to acquire the path of the element or attribute represented by this parameter.
- getPaths() - Method in class org.simpleframework.xml.core.CacheLabel
-
This returns a
Collectionof element paths. - getPaths() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This returns a
Collectionof element paths. - getPaths() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This returns a
Collectionof element paths. - getPaths() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This returns a
Collectionof element paths. - getPaths() - Method in class org.simpleframework.xml.core.GroupExtractor
-
This is used to acquire the paths for each label associated with this
Groupinstance. - getPaths() - Method in interface org.simpleframework.xml.core.Label
-
This returns a
Collectionof element paths. - getPaths() - Method in class org.simpleframework.xml.core.LabelMap
-
This is used to acquire the paths for each label in this map.
- getPaths() - Method in class org.simpleframework.xml.core.TemplateLabel
-
This returns a
Collectionof element paths. - getPaths() - Method in class org.simpleframework.xml.core.TextListLabel
-
This returns a
Collectionof element paths. - getPaths() - Method in class org.simpleframework.xml.core.Variable
-
This returns a
Collectionof element paths. - getPattern() - Method in interface org.simpleframework.xml.util.Match
-
This is the pattern string that is used by the resolver.
- getPercentage(Criteria) - Method in class org.simpleframework.xml.core.SignatureCreator
-
This is used to determine what percentage of available values can be injected in to a constructor.
- getPersist() - Method in class org.simpleframework.xml.core.ClassScanner
-
This method is used to retrieve the schema class persistence method.
- getPersist() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This method is used to retrieve the schema class persistence method.
- getPersist() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This method is used to retrieve the schema class persistence method.
- getPersist() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This method is used to retrieve the schema class persistence method.
- getPersist() - Method in interface org.simpleframework.xml.core.Scanner
-
This method is used to retrieve the schema class persistence method.
- getPosition() - Method in class org.simpleframework.xml.stream.InputAttribute
-
This provides the position of this node within the document.
- getPosition() - Method in class org.simpleframework.xml.stream.InputElement
-
This provides the position of this node within the document.
- getPosition() - Method in interface org.simpleframework.xml.stream.InputNode
-
This provides the position of this node within the document.
- getPrefix() - Method in class org.simpleframework.xml.core.EmptyExpression
-
This is used to extract a namespace prefix from the path expression.
- getPrefix() - Method in interface org.simpleframework.xml.core.Expression
-
This is used to extract a namespace prefix from the path expression.
- getPrefix() - Method in enum org.simpleframework.xml.core.MethodType
-
This is used to acquire the prefix for the method type.
- getPrefix() - Method in interface org.simpleframework.xml.core.Model
-
This is used to acquire the path prefix for the model.
- getPrefix() - Method in class org.simpleframework.xml.core.ModelSection
-
This is used to acquire the path prefix for the section.
- getPrefix() - Method in class org.simpleframework.xml.core.PathParser
-
This is used to extract a namespace prefix from the path expression.
- getPrefix() - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
This is used to extract a namespace prefix from the path expression.
- getPrefix() - Method in class org.simpleframework.xml.core.PrimitiveScanner.EmptySection
-
This is used to acquire the path prefix for the section.
- getPrefix() - Method in interface org.simpleframework.xml.core.Section
-
This is used to acquire the path prefix for the section.
- getPrefix() - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to acquire the path prefix for the model.
- getPrefix() - Method in interface org.simpleframework.xml.stream.Attribute
-
This is used to acquire the namespace prefix associated with this attribute.
- getPrefix() - Method in class org.simpleframework.xml.stream.DocumentReader.Entry
-
This is used to acquire the namespace prefix associated with this attribute.
- getPrefix() - Method in class org.simpleframework.xml.stream.DocumentReader.Start
-
This is used to acquire the namespace prefix associated with this node.
- getPrefix() - Method in class org.simpleframework.xml.stream.EventAttribute
-
This is used to acquire the namespace prefix associated with this attribute.
- getPrefix() - Method in interface org.simpleframework.xml.stream.EventNode
-
This is used to acquire the namespace prefix associated with this node.
- getPrefix() - Method in class org.simpleframework.xml.stream.EventToken
-
This is used to acquire the namespace prefix associated with this node.
- getPrefix() - Method in class org.simpleframework.xml.stream.InputAttribute
-
This is used to acquire the namespace prefix for the node.
- getPrefix() - Method in class org.simpleframework.xml.stream.InputElement
-
This is used to acquire the namespace prefix for the node.
- getPrefix() - Method in interface org.simpleframework.xml.stream.InputNode
-
This is used to acquire the namespace prefix for the node.
- getPrefix() - Method in interface org.simpleframework.xml.stream.NamespaceMap
-
This is the prefix that is associated with the source element.
- getPrefix() - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This is used to acquire the prefix for this output node.
- getPrefix() - Method in class org.simpleframework.xml.stream.OutputDocument
-
The default for the
OutputDocumentis null as it does not require a namespace. - getPrefix() - Method in class org.simpleframework.xml.stream.OutputElement
-
This is used to acquire the prefix for this output node.
- getPrefix() - Method in interface org.simpleframework.xml.stream.OutputNode
-
This is used to acquire the prefix for this output node.
- getPrefix() - Method in class org.simpleframework.xml.stream.PrefixResolver
-
This is the prefix that is associated with the source element.
- getPrefix() - Method in class org.simpleframework.xml.stream.PullReader.Entry
-
This is used to acquire the namespace prefix associated with this attribute.
- getPrefix() - Method in class org.simpleframework.xml.stream.PullReader.Start
-
This is used to acquire the namespace prefix associated with this node.
- getPrefix() - Method in class org.simpleframework.xml.stream.StreamReader.Entry
-
This is used to acquire the namespace prefix associated with this attribute.
- getPrefix() - Method in class org.simpleframework.xml.stream.StreamReader.Start
-
This is used to acquire the namespace prefix associated with this node.
- getPrefix(boolean) - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This is used to acquire the prefix for this output node.
- getPrefix(boolean) - Method in class org.simpleframework.xml.stream.OutputDocument
-
The default for the
OutputDocumentis null as it does not require a namespace. - getPrefix(boolean) - Method in class org.simpleframework.xml.stream.OutputElement
-
This is used to acquire the prefix for this output node.
- getPrefix(boolean) - Method in interface org.simpleframework.xml.stream.OutputNode
-
This is used to acquire the prefix for this output node.
- getPrefix(String) - Method in interface org.simpleframework.xml.stream.NamespaceMap
-
This acquires the prefix for the specified namespace reference.
- getPrefix(String) - Method in class org.simpleframework.xml.stream.PrefixResolver
-
This acquires the prefix for the specified namespace reference.
- getPrimary() - Method in class org.simpleframework.xml.core.LabelGroup
-
This is used to acquire the primary label associated with this group.
- getPrimitive(Class) - Static method in class org.simpleframework.xml.core.Support
-
This method is used to convert a primitive type to its object counterpart.
- getPrimitive(Type, Class) - Method in class org.simpleframework.xml.core.Factory
-
This is used to convert the
Typeprovided as an overridden type. - getProlog() - Method in class org.simpleframework.xml.stream.Format
-
This method returns the prolog that is to be used at the start of the generated XML document.
- getProperty(String) - Method in interface org.simpleframework.xml.core.Context
-
Replaces any template variables within the provided string.
- getProperty(String) - Method in class org.simpleframework.xml.core.Source
-
Replaces any template variables within the provided string.
- getRead() - Method in class org.simpleframework.xml.core.MethodContact
-
This returns the get part of the method.
- getRead(Method, MethodType) - Method in class org.simpleframework.xml.core.MethodPartFactory
-
This is used to acquire a
MethodNamefor the name and annotation of the provided method. - getReference() - Method in class org.simpleframework.xml.strategy.Contract
-
This returns the attribute used to store references within the serialized XML document.
- getReference() - Method in interface org.simpleframework.xml.stream.Attribute
-
This is used to acquire the namespace reference that this attribute is in.
- getReference() - Method in class org.simpleframework.xml.stream.DocumentReader.Entry
-
This is used to acquire the namespace reference that this attribute is in.
- getReference() - Method in class org.simpleframework.xml.stream.DocumentReader.Start
-
This is used to acquire the namespace reference that this node is in.
- getReference() - Method in class org.simpleframework.xml.stream.EventAttribute
-
This is used to acquire the namespace reference that this attribute is in.
- getReference() - Method in interface org.simpleframework.xml.stream.EventNode
-
This is used to acquire the namespace reference that this node is in.
- getReference() - Method in class org.simpleframework.xml.stream.EventToken
-
This is used to acquire the namespace reference that this node is in.
- getReference() - Method in class org.simpleframework.xml.stream.InputAttribute
-
This allows the namespace reference URI to be determined.
- getReference() - Method in class org.simpleframework.xml.stream.InputElement
-
This allows the namespace reference URI to be determined.
- getReference() - Method in interface org.simpleframework.xml.stream.InputNode
-
This allows the namespace reference URI to be determined.
- getReference() - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This is used to acquire the namespace URI reference associated with this node.
- getReference() - Method in class org.simpleframework.xml.stream.OutputDocument
-
This is used to acquire the reference that has been set on this output node.
- getReference() - Method in class org.simpleframework.xml.stream.OutputElement
-
This is used to acquire the namespace URI reference associated with this node.
- getReference() - Method in interface org.simpleframework.xml.stream.OutputNode
-
This is used to acquire the namespace URI reference associated with this node.
- getReference() - Method in class org.simpleframework.xml.stream.PullReader.Entry
-
This is used to acquire the namespace reference that this attribute is in.
- getReference() - Method in class org.simpleframework.xml.stream.PullReader.Start
-
This is used to acquire the namespace reference that this node is in.
- getReference() - Method in class org.simpleframework.xml.stream.StreamReader.Entry
-
This is used to acquire the namespace reference that this attribute is in.
- getReference() - Method in class org.simpleframework.xml.stream.StreamReader.Start
-
This is used to acquire the namespace reference that this node is in.
- getReference(String) - Method in interface org.simpleframework.xml.stream.NamespaceMap
-
This acquires the namespace reference for the specified prefix.
- getReference(String) - Method in class org.simpleframework.xml.stream.PrefixResolver
-
This acquires the namespace reference for the specified prefix.
- getReplace() - Method in class org.simpleframework.xml.core.ClassScanner
-
This method is used to retrieve the schema class replacement method.
- getReplace() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This method is used to retrieve the schema class replacement method.
- getReplace() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This method is used to retrieve the schema class replacement method.
- getReplace() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This method is used to retrieve the schema class replacement method.
- getReplace() - Method in interface org.simpleframework.xml.core.Scanner
-
This method is used to retrieve the schema class replacement method.
- getResolve() - Method in class org.simpleframework.xml.core.ClassScanner
-
This method is used to retrieve the schema class replacement method.
- getResolve() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This method is used to retrieve the schema class replacement method.
- getResolve() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This method is used to retrieve the schema class replacement method.
- getResolve() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This method is used to retrieve the schema class replacement method.
- getResolve() - Method in interface org.simpleframework.xml.core.Scanner
-
This method is used to retrieve the schema class replacement method.
- getReturnDependent(Method) - Static method in class org.simpleframework.xml.core.Reflector
-
This method is used to acquire a generic parameter dependent from the method return type.
- getReturnDependents(Method) - Static method in class org.simpleframework.xml.core.Reflector
-
This method is used to acquire a generic parameter dependent from the method return type.
- getReturnType(Method) - Method in class org.simpleframework.xml.core.MethodPartFactory
-
This is the return type associated with the provided method.
- getReturnType(Method) - Static method in class org.simpleframework.xml.core.Reflector
-
This is used to acquire the parameterized types from the given methods return class.
- getRevision() - Method in class org.simpleframework.xml.core.ClassSchema
-
This is the
Versionfor the scanned class. - getRevision() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This is the
Versionfor the scanned class. - getRevision() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This is the
Versionfor the scanned class. - getRevision() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This is the
Versionfor the scanned class. - getRevision() - Method in interface org.simpleframework.xml.core.Scanner
-
This is the
Versionfor the scanned class. - getRevision() - Method in interface org.simpleframework.xml.core.Schema
-
This is the
Versionfor the scanned class. - getRevision() - Method in class org.simpleframework.xml.core.Structure
-
This is the
Versionfor the scanned class. - getRoot() - Method in class org.simpleframework.xml.core.ClassScanner
-
This returns the root of the class processed by this scanner.
- getRoot() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This returns the
Rootannotation for the class. - getRoot() - Method in interface org.simpleframework.xml.core.Detail
-
This returns the
Rootannotation for the class. - getRoot() - Method in class org.simpleframework.xml.core.DetailScanner
-
This returns the
Rootannotation for the class. - getRoot(Class) - Method in class org.simpleframework.xml.core.Introspector
-
This will acquire the name of the
Rootannotation for the specified class. - getRoot(Class<?>, Class<?>) - Method in class org.simpleframework.xml.core.Introspector
-
This will acquire the name of the
Rootannotation for the specified class. - getScanner(Class) - Method in class org.simpleframework.xml.core.Source
-
This creates a
Scannerobject that can be used to examine the fields within the XML class schema. - getScanner(Class) - Method in class org.simpleframework.xml.core.Support
-
This creates a
Scannerobject that can be used to examine the fields within the XML class schema. - getSchema(Class) - Method in interface org.simpleframework.xml.core.Context
-
This creates a
Schemaobject that can be used to examine the fields within the XML class schema. - getSchema(Class) - Method in class org.simpleframework.xml.core.Source
-
This creates a
Schemaobject that can be used to examine the fields within the XML class schema. - getScore(Criteria) - Method in interface org.simpleframework.xml.core.Creator
-
This is used to score this
Instantiatorobject so that it can be weighed amongst other constructors. - getScore(Criteria) - Method in class org.simpleframework.xml.core.SignatureCreator
-
This is used to score this
Instantiatorobject so that it can be weighed amongst other constructors. - getSection() - Method in class org.simpleframework.xml.core.ClassSchema
-
This is used to acquire the
Sectionthat defines the XML structure for this class schema. - getSection() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This is used to create a
Sectiongiven the context used for serialization. - getSection() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This is used to create a
Sectiongiven the context used for serialization. - getSection() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This is used to create a
Sectiongiven the context used for serialization. - getSection() - Method in interface org.simpleframework.xml.core.Scanner
-
This is used to create a
Sectiongiven the context used for serialization. - getSection() - Method in interface org.simpleframework.xml.core.Schema
-
This is used to acquire the
Sectionthat defines the XML structure for this class schema. - getSection() - Method in class org.simpleframework.xml.core.Structure
-
This is used to acquire the
Sectionrepresenting the class schema. - getSection(String) - Method in class org.simpleframework.xml.core.ModelSection
-
Returns the named section as a
Sectionobject. - getSection(String) - Method in class org.simpleframework.xml.core.PrimitiveScanner.EmptySection
-
Returns the named section as a
Sectionobject. - getSection(String) - Method in interface org.simpleframework.xml.core.Section
-
Returns the named section as a
Sectionobject. - getSession() - Method in interface org.simpleframework.xml.core.Context
-
This is used to acquire the
Sessionobject that is used to store the values used within the serialization process. - getSession() - Method in class org.simpleframework.xml.core.Source
-
This is used to acquire the
Sessionobject that is used to store the values used within the serialization process. - getSignature() - Method in class org.simpleframework.xml.core.ClassScanner
-
This is used to acquire the default signature for the class.
- getSignature() - Method in class org.simpleframework.xml.core.ConstructorScanner
-
This is used to acquire the default signature for the class.
- getSignature() - Method in interface org.simpleframework.xml.core.Creator
-
This is the signature associated with the creator.
- getSignature() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This is used to acquire the default signature for the class.
- getSignature() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This is used to acquire the default signature for the class.
- getSignature() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This is used to acquire the default signature for the class.
- getSignature() - Method in interface org.simpleframework.xml.core.Scanner
-
This is used to acquire the default signature for the class.
- getSignature() - Method in class org.simpleframework.xml.core.SignatureCreator
-
This is the signature associated with the creator.
- getSignatures() - Method in class org.simpleframework.xml.core.ClassScanner
-
This returns the signatures for the type.
- getSignatures() - Method in class org.simpleframework.xml.core.ConstructorScanner
-
This returns the signatures for the type.
- getSignatures() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This returns the signatures for the type.
- getSignatures() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This returns the signatures for the type.
- getSignatures() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This returns the signatures for the type.
- getSignatures() - Method in interface org.simpleframework.xml.core.Scanner
-
This returns the signatures for the type.
- getSignatures() - Method in class org.simpleframework.xml.core.SignatureScanner
-
This is used to acquire the signature permutations for the constructor.
- getSingle(Contact, Annotation) - Method in class org.simpleframework.xml.core.LabelExtractor
-
Creates a
LabelGroupusing the provided contact and annotation. - getSource() - Method in interface org.simpleframework.xml.stream.Attribute
-
This is used to return the source of the attribute.
- getSource() - Method in class org.simpleframework.xml.stream.DocumentReader.Entry
-
This is used to return the node for the attribute.
- getSource() - Method in class org.simpleframework.xml.stream.DocumentReader.Start
-
This is used to return the node for the event.
- getSource() - Method in class org.simpleframework.xml.stream.DocumentReader.Text
-
This is used to return the node for the event.
- getSource() - Method in class org.simpleframework.xml.stream.EventAttribute
-
This is used to return the source of the attribute.
- getSource() - Method in interface org.simpleframework.xml.stream.EventNode
-
This is used to return the source of the event.
- getSource() - Method in class org.simpleframework.xml.stream.EventToken
-
This is used to return the source of the event.
- getSource() - Method in class org.simpleframework.xml.stream.InputAttribute
-
This is used to return the source object for this node.
- getSource() - Method in class org.simpleframework.xml.stream.InputElement
-
This is used to return the source object for this node.
- getSource() - Method in interface org.simpleframework.xml.stream.InputNode
-
This is used to return the source object for this node.
- getSource() - Method in class org.simpleframework.xml.stream.PullReader.Entry
-
This is used to return the node for the attribute.
- getSource() - Method in class org.simpleframework.xml.stream.PullReader.Start
-
This is used to return the node for the element.
- getSource() - Method in class org.simpleframework.xml.stream.PullReader.Text
-
This is used to return the node for the text.
- getSource() - Method in class org.simpleframework.xml.stream.StreamReader.Entry
-
This is used to return the node for the attribute.
- getSource() - Method in class org.simpleframework.xml.stream.StreamReader.Start
-
This is used to return the node for the element.
- getSource() - Method in class org.simpleframework.xml.stream.StreamReader.Text
-
This is used to return the node for the text.
- getStyle() - Method in interface org.simpleframework.xml.core.Context
-
This is used to acquire the
Stylefor the format. - getStyle() - Method in class org.simpleframework.xml.core.Source
-
This is used to acquire the
Stylefor the format. - getStyle() - Method in class org.simpleframework.xml.core.Support
-
This is used to acquire the
Stylefor the format. - getStyle() - Method in class org.simpleframework.xml.stream.Format
-
This is used to acquire the
Stylefor the format. - getSuper() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This is used to acquire the super type for the class that is represented by this detail.
- getSuper() - Method in interface org.simpleframework.xml.core.Detail
-
This is used to acquire the super type for the class that is represented by this detail.
- getSuper() - Method in class org.simpleframework.xml.core.DetailScanner
-
This is used to acquire the super type for the class that is represented by this detail.
- getSupport() - Method in interface org.simpleframework.xml.core.Context
-
This is used to acquire the
Supportobject. - getSupport() - Method in class org.simpleframework.xml.core.Source
-
This is used to acquire the
Supportobject. - getText() - Method in class org.simpleframework.xml.core.ClassSchema
-
This returns the
Labelthat represents the text annotation for the scanned class. - getText() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This returns the
Labelthat represents the text annotation for the scanned class. - getText() - Method in interface org.simpleframework.xml.core.Group
-
This is used to get a
Labelthat represents the text between elements on an element union. - getText() - Method in class org.simpleframework.xml.core.GroupExtractor
-
This is used to get a
Labelthat represents the text between elements on an element union. - getText() - Method in interface org.simpleframework.xml.core.Model
-
This returns a text label if one is associated with the model.
- getText() - Method in class org.simpleframework.xml.core.ModelSection
-
This is used to acquire the text label for this section if one has been specified.
- getText() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This returns the
Labelthat represents the text annotation for the scanned class. - getText() - Method in class org.simpleframework.xml.core.PrimitiveScanner.EmptySection
-
This is used to acquire the text label for this section if one has been specified.
- getText() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This returns the
Labelthat represents the text annotation for the scanned class. - getText() - Method in interface org.simpleframework.xml.core.Scanner
-
This returns the
Labelthat represents the text annotation for the scanned class. - getText() - Method in interface org.simpleframework.xml.core.Schema
-
This returns the
Labelthat represents the text annotation for the scanned class. - getText() - Method in interface org.simpleframework.xml.core.Section
-
This is used to acquire the text label for this section if one has been specified.
- getText() - Method in class org.simpleframework.xml.core.Structure
-
This returns the
Labelthat represents the text annotation for the schema class. - getText() - Method in class org.simpleframework.xml.core.TreeModel
-
This returns a text label if one is associated with the model.
- getText(Object) - Method in class org.simpleframework.xml.core.PrimitiveFactory
-
This is used to acquire a text value for the specified object.
- getText(Date) - Method in class org.simpleframework.xml.transform.DateType.DateFormat
-
This is used to provide a transformation from a date to a string.
- getText(Date) - Static method in enum org.simpleframework.xml.transform.DateType
-
This is used to convert the date to a string value.
- getTransform(Class) - Method in class org.simpleframework.xml.core.Support
-
This is used to match a
Transformusing the type specified. - getType() - Method in class org.simpleframework.xml.convert.Reference
-
This is the type of the object instance this represents.
- getType() - Method in class org.simpleframework.xml.core.ArrayInstance
-
This is the type of the object instance that will be created by the
getInstancemethod. - getType() - Method in class org.simpleframework.xml.core.AttributeLabel
-
This acts as a convenience method used to determine the type of the contact this represents.
- getType() - Method in class org.simpleframework.xml.core.AttributeParameter
-
This is used to acquire the annotated type class.
- getType() - Method in class org.simpleframework.xml.core.CacheLabel
-
This acts as a convenience method used to determine the type of the field this represents.
- getType() - Method in class org.simpleframework.xml.core.CacheParameter
-
This is used to acquire the annotated type class.
- getType() - Method in class org.simpleframework.xml.core.ClassType
-
This is the class associated with this type.
- getType() - Method in class org.simpleframework.xml.core.ConversionInstance
-
This is the type of the object instance that will be created by the
getInstancemethod. - getType() - Method in interface org.simpleframework.xml.core.Creator
-
This is the type associated with the
Creatorobject. - getType() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This returns the type represented by this detail.
- getType() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This is used to acquire the type that this scanner scans for annotations to be used in a schema.
- getType() - Method in interface org.simpleframework.xml.core.Detail
-
This returns the type represented by this detail.
- getType() - Method in class org.simpleframework.xml.core.DetailScanner
-
This returns the type represented by this detail.
- getType() - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This acts as a convenience method used to determine the type of contact this represents.
- getType() - Method in class org.simpleframework.xml.core.ElementArrayParameter
-
This is used to acquire the annotated type class.
- getType() - Method in class org.simpleframework.xml.core.ElementLabel
-
This acts as a convenience method used to determine the type of contact this represents.
- getType() - Method in class org.simpleframework.xml.core.ElementListLabel
-
This acts as a convenience method used to determine the type of contact this represents.
- getType() - Method in class org.simpleframework.xml.core.ElementListParameter
-
This is used to acquire the annotated type class.
- getType() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This acts as a convenience method used to determine the type of the field this represents.
- getType() - Method in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is used to acquire the annotated type class.
- getType() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This acts as a convenience method used to determine the type of contact this represents.
- getType() - Method in class org.simpleframework.xml.core.ElementMapParameter
-
This is used to acquire the annotated type class.
- getType() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This acts as a convenience method used to determine the type of the field this represents.
- getType() - Method in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is used to acquire the annotated type class.
- getType() - Method in class org.simpleframework.xml.core.ElementParameter
-
This is used to acquire the annotated type class.
- getType() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This acts as a convenience method used to determine the type of the field this represents.
- getType() - Method in class org.simpleframework.xml.core.ElementUnionParameter
-
This is used to acquire the annotated type class.
- getType() - Method in class org.simpleframework.xml.core.Factory
-
This is used to extract the type this factory is using.
- getType() - Method in class org.simpleframework.xml.core.FieldContact
-
This will provide the contact type.
- getType() - Method in class org.simpleframework.xml.core.GetPart
-
This is used to acquire the type for this method part.
- getType() - Method in interface org.simpleframework.xml.core.Instance
-
This is the type of the object instance that will be created by the
getInstancemethod. - getType() - Method in class org.simpleframework.xml.core.InstanceFactory.ClassInstance
-
This is the type of the object instance that will be created by the
getInstancemethod. - getType() - Method in class org.simpleframework.xml.core.InstanceFactory.ValueInstance
-
This is the type of the object instance that will be created by the
getInstancemethod. - getType() - Method in interface org.simpleframework.xml.core.Label
-
This acts as a convenience method used to determine the type of the field this represents.
- getType() - Method in class org.simpleframework.xml.core.MethodContact
-
This will provide the contact type.
- getType() - Method in class org.simpleframework.xml.core.MethodName
-
This is the method type for the method part.
- getType() - Method in interface org.simpleframework.xml.core.MethodPart
-
This will provide the contact type.
- getType() - Method in class org.simpleframework.xml.core.ObjectInstance
-
This is the type of the object instance that will be created by the
getInstancemethod. - getType() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This is used to acquire the type that this scanner scans for annotations to be used in a schema.
- getType() - Method in class org.simpleframework.xml.core.OverrideType
-
This will provide the method or field type.
- getType() - Method in class org.simpleframework.xml.core.OverrideValue
-
This is the type of the object instance this represents.
- getType() - Method in interface org.simpleframework.xml.core.Parameter
-
This is used to acquire the annotated type class.
- getType() - Method in class org.simpleframework.xml.core.ParameterContact
-
This will provide the contact type.
- getType() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This is used to acquire the type that this scanner scans for annotations to be used in a schema.
- getType() - Method in interface org.simpleframework.xml.core.Scanner
-
This is used to acquire the type that this scanner scans for annotations to be used in a schema.
- getType() - Method in class org.simpleframework.xml.core.SetPart
-
This is used to acquire the type for this method part.
- getType() - Method in class org.simpleframework.xml.core.Signature
-
This is the type associated with the
Signature. - getType() - Method in class org.simpleframework.xml.core.SignatureCreator
-
This is the type associated with the
Creatorobject. - getType() - Method in class org.simpleframework.xml.core.TextLabel
-
This acts as a convenience method used to determine the type of contact this represents.
- getType() - Method in class org.simpleframework.xml.core.TextListLabel
-
This acts as a convenience method used to determine the type of the field this represents.
- getType() - Method in class org.simpleframework.xml.core.TextParameter
-
This is used to acquire the annotated type class.
- getType() - Method in class org.simpleframework.xml.core.Variable
-
This acts as a convenience method used to determine the type of the field this represents.
- getType() - Method in class org.simpleframework.xml.core.VersionLabel
-
This acts as a convenience method used to determine the type of the contact this represents.
- getType() - Method in class org.simpleframework.xml.strategy.Allocate
-
This is the type of the object instance that will be created and set on this value.
- getType() - Method in class org.simpleframework.xml.strategy.ArrayValue
-
This will return the component type for the array instance that is described by this object.
- getType() - Method in class org.simpleframework.xml.strategy.ObjectValue
-
This is the type of the object instance this represents.
- getType() - Method in class org.simpleframework.xml.strategy.Reference
-
This returns the type for the object that this references.
- getType() - Method in interface org.simpleframework.xml.strategy.Type
-
This will provide the method or field type.
- getType() - Method in interface org.simpleframework.xml.strategy.Value
-
This is the type of the object instance this represents.
- getType(Class) - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to acquire the
Typethat the type provided is represented by. - getType(Class) - Method in class org.simpleframework.xml.core.ElementLabel
-
This is used to acquire the
Typethat the type provided is represented by. - getType(Class) - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to acquire the
Typethat the type provided is represented by. - getType(Class) - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is used to acquire the
Typethat the type provided is represented by. - getType(Class) - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This is used to acquire the
Typethat the type provided is represented by. - getType(Class) - Method in interface org.simpleframework.xml.core.Label
-
This is used to acquire the
Typethat the type provided is represented by. - getType(Class) - Method in class org.simpleframework.xml.core.TemplateLabel
-
This is used to acquire the
Typethat the type provided is represented by. - getType(Class) - Method in class org.simpleframework.xml.core.Traverser
-
This is used to acquire a type for the provided class.
- getType(Class) - Method in class org.simpleframework.xml.core.Variable
-
This is used to acquire the
Typethat the type provided is represented by. - getType(Field) - Static method in class org.simpleframework.xml.core.Reflector
-
This is used to acquire the parameterized types from the given field.
- getType(Method) - Method in class org.simpleframework.xml.core.MethodPartFactory
-
This is used to extract the type from a method.
- getType(String) - Static method in enum org.simpleframework.xml.transform.DateType
-
This is used to acquire a date type using the specified text as input.
- getType(Element) - Method in class org.simpleframework.xml.core.ExtractorFactory.ElementExtractor
-
Each annotation can provide a class which is used to determine which label is used to serialize an object.
- getType(ElementList) - Method in class org.simpleframework.xml.core.ExtractorFactory.ElementListExtractor
-
Each annotation can provide a class which is used to determine which label is used to serialize an object.
- getType(ElementMap) - Method in class org.simpleframework.xml.core.ExtractorFactory.ElementMapExtractor
-
Each annotation can provide a class which is used to determine which label is used to serialize an object.
- getType(Type, Object) - Method in class org.simpleframework.xml.convert.ConverterScanner
-
This is used to acquire the class that should be scanned.
- getType(Type, Object) - Method in interface org.simpleframework.xml.core.Context
-
This is used to determine the type of an object given the source instance.
- getType(Type, Object) - Method in class org.simpleframework.xml.core.Source
-
This is used to determine the type of an object given the source instance.
- getType(Type, Value) - Method in class org.simpleframework.xml.convert.ConverterScanner
-
This is used to acquire the class that should be scanned.
- getType(T) - Method in interface org.simpleframework.xml.core.Extractor
-
Each annotation can provide a class which is used to determine which label is used to serialize an object.
- getTypeName(String, MethodType) - Method in class org.simpleframework.xml.core.MethodPartFactory
-
This is used to acquire the name of the method in a Java Bean property style.
- getUnion(Contact, Annotation) - Method in class org.simpleframework.xml.core.LabelExtractor
-
Creates a
LabelGroupusing the provided contact and annotation. - getValidate() - Method in class org.simpleframework.xml.core.ClassScanner
-
This method is used to retrieve the schema class validation method during the deserialization process.
- getValidate() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This method is used to retrieve the schema class validation method during the deserialization process.
- getValidate() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This method is used to retrieve the schema class validation method during the deserialization process.
- getValidate() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This method is used to retrieve the schema class validation method during the deserialization process.
- getValidate() - Method in interface org.simpleframework.xml.core.Scanner
-
This method is used to retrieve the schema class validation method during the deserialization process.
- getValue() - Method in class org.simpleframework.xml.convert.Reference
-
This returns the actual object instance that is held by this reference object.
- getValue() - Method in class org.simpleframework.xml.core.Entry
-
This is used to provide a value XML element for each of the values within the map.
- getValue() - Method in class org.simpleframework.xml.core.OverrideValue
-
This method is used to acquire an instance of the type that is defined by this object.
- getValue() - Method in class org.simpleframework.xml.core.Variable
-
This is used to acquire the value associated with the variable.
- getValue() - Method in class org.simpleframework.xml.strategy.Allocate
-
This method is used to acquire an instance of the type that is defined by this object.
- getValue() - Method in class org.simpleframework.xml.strategy.ArrayValue
-
This is the instance that is acquired from this value.
- getValue() - Method in class org.simpleframework.xml.strategy.ObjectValue
-
This method is used to acquire an instance of the type that is defined by this object.
- getValue() - Method in class org.simpleframework.xml.strategy.Reference
-
This is used to acquire a reference to the instance that is taken from the created object graph.
- getValue() - Method in interface org.simpleframework.xml.strategy.Value
-
This method is used to acquire an instance of the type that is defined by this object.
- getValue() - Method in interface org.simpleframework.xml.stream.Attribute
-
This returns the value of the event.
- getValue() - Method in class org.simpleframework.xml.stream.DocumentReader.Entry
-
This returns the value of the event.
- getValue() - Method in class org.simpleframework.xml.stream.DocumentReader.Text
-
This returns the value of the event.
- getValue() - Method in class org.simpleframework.xml.stream.EventElement
-
This returns the value of the event.
- getValue() - Method in interface org.simpleframework.xml.stream.EventNode
-
This returns the value of the event.
- getValue() - Method in class org.simpleframework.xml.stream.EventToken
-
This returns the value of the event.
- getValue() - Method in class org.simpleframework.xml.stream.InputAttribute
-
Returns the value for the node that this represents.
- getValue() - Method in class org.simpleframework.xml.stream.InputElement
-
Returns the value for the node that this represents.
- getValue() - Method in interface org.simpleframework.xml.stream.Node
-
Returns the value for the node that this represents.
- getValue() - Method in class org.simpleframework.xml.stream.OutputAttribute
-
Returns the value for the node that this represents.
- getValue() - Method in class org.simpleframework.xml.stream.OutputDocument
-
This returns the value that has been set for this document.
- getValue() - Method in class org.simpleframework.xml.stream.OutputElement
-
Returns the value for the node that this represents.
- getValue() - Method in class org.simpleframework.xml.stream.PullReader.Entry
-
This returns the value of the event.
- getValue() - Method in class org.simpleframework.xml.stream.PullReader.Text
-
This returns the value of the event.
- getValue() - Method in class org.simpleframework.xml.stream.StreamReader.Entry
-
This returns the value of the event.
- getValue() - Method in class org.simpleframework.xml.stream.StreamReader.Text
-
This returns the value of the event.
- getValue(Context) - Method in class org.simpleframework.xml.core.Entry
-
This is used to get the value converter for the entry.
- getValueType() - Method in class org.simpleframework.xml.core.Entry
-
This is used to acquire the dependent value for the annotated map.
- getVariable(Criteria, int) - Method in class org.simpleframework.xml.core.SignatureCreator
-
This is used to acquire a variable from the criteria provided.
- getVerbosity() - Method in class org.simpleframework.xml.stream.Format
-
This method is used to indicate the preference of verbosity for the resulting XML.
- getVersion() - Method in class org.simpleframework.xml.core.ClassSchema
-
This returns the
Labelthat represents the version annotation for the scanned class. - getVersion() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This returns the
Labelthat represents the version annotation for the scanned class. - getVersion() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This returns the
Labelthat represents the version annotation for the scanned class. - getVersion() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This returns the
Labelthat represents the version annotation for the scanned class. - getVersion() - Method in interface org.simpleframework.xml.core.Scanner
-
This returns the
Labelthat represents the version annotation for the scanned class. - getVersion() - Method in interface org.simpleframework.xml.core.Schema
-
This returns the
Labelthat represents the version annotation for the scanned class. - getVersion() - Method in class org.simpleframework.xml.core.Structure
-
This returns the
Labelthat represents the version annotation for the schema class. - getVersion(Class) - Method in interface org.simpleframework.xml.core.Context
-
This returns the version for the type specified.
- getVersion(Class) - Method in class org.simpleframework.xml.core.Source
-
This returns the version for the type specified.
- getWrite() - Method in class org.simpleframework.xml.core.MethodContact
-
This returns the set part of the method.
- getWrite(Method, MethodType) - Method in class org.simpleframework.xml.core.MethodPartFactory
-
This is used to acquire a
MethodNamefor the name and annotation of the provided method. - GREATER - Static variable in class org.simpleframework.xml.stream.Formatter
-
Represents the XML escape sequence for the greater than sign.
- GregorianCalendarTransform - Class in org.simpleframework.xml.transform
-
The
DateTransformis used to transform calendar values to and from string representations, which will be inserted in the generated XML document as the value place holder. - GregorianCalendarTransform() - Constructor for class org.simpleframework.xml.transform.GregorianCalendarTransform
-
Constructor for the
GregorianCalendarTransformobject. - GregorianCalendarTransform(Class) - Constructor for class org.simpleframework.xml.transform.GregorianCalendarTransform
-
Constructor for the
GregorianCalendarTransformobject. - group - Variable in class org.simpleframework.xml.core.CompositeListUnion
-
This contains the group of labels associated with the union.
- group - Variable in class org.simpleframework.xml.core.CompositeMapUnion
-
This contains the group of labels associated with the union.
- group - Variable in class org.simpleframework.xml.core.CompositeUnion
-
This contains the group of labels associated with the union.
- Group - Interface in org.simpleframework.xml.core
-
The
Groupinterface represents a group of labels associated with a particular union annotation. - GroupExtractor - Class in org.simpleframework.xml.core
-
The
GroupExtractorrepresents an extractor for labels associated with a particular union annotation. - GroupExtractor(Contact, Annotation, Format) - Constructor for class org.simpleframework.xml.core.GroupExtractor
-
Constructor for the
GroupExtractorobject. - GroupExtractor.Registry - Class in org.simpleframework.xml.core
-
The
Registryobject is used to maintain mappings from types to labels.
H
- hashCode() - Method in class org.simpleframework.xml.core.FieldScanner.FieldKey
-
This is basically the hash code for the field name.
- hashCode() - Method in class org.simpleframework.xml.core.KeyBuilder.Key
-
This returns the hash code for the key.
- hashCode() - Method in class org.simpleframework.xml.core.LabelKey
-
This returns the unique has code used for this key.
- hasNext() - Method in class org.simpleframework.xml.stream.OutputStack.Sequence
-
This is used to determine if the cursor has reached the start of the list.
- hasNext() - Method in class org.simpleframework.xml.util.Resolver.Stack.Sequence
-
This is used to determine if the cursor has reached the start of the list.
- height() - Method in class org.simpleframework.xml.core.SignatureBuilder.ParameterTable
-
This represents the number of parameters for each index in the table.
- HIGH - org.simpleframework.xml.stream.Verbosity
-
This specifies a preference for elements over attributes.
- HyphenBuilder - Class in org.simpleframework.xml.stream
-
The
HyphenBuilderis used to represent an XML style that can be applied to a serialized object. - HyphenBuilder() - Constructor for class org.simpleframework.xml.stream.HyphenBuilder
- HyphenBuilder.Parser - Class in org.simpleframework.xml.stream
-
This is used to parse the style for this builder.
- HyphenStyle - Class in org.simpleframework.xml.stream
-
The
HyphenStyleis used to represent an XML style that can be applied to a serialized object. - HyphenStyle() - Constructor for class org.simpleframework.xml.stream.HyphenStyle
-
Constructor for the
HyphenStyleobject.
I
- IdentityStyle - Class in org.simpleframework.xml.stream
-
The
IdentityStyleobject is used to represent a style that does not modify the tokens passed in to it. - IdentityStyle() - Constructor for class org.simpleframework.xml.stream.IdentityStyle
- ignore - Variable in class org.simpleframework.xml.core.Comparer
-
This is the list of names to ignore for this instance.
- indent - Variable in class org.simpleframework.xml.stream.Format
-
Represents the indent size to use for the generated XML.
- indent - Variable in class org.simpleframework.xml.stream.Indenter
-
Number of spaces that is used for each of the indents.
- indent(int) - Method in class org.simpleframework.xml.stream.Indenter
-
This is used to acquire the indent at the specified index.
- indenter - Variable in class org.simpleframework.xml.stream.Formatter
-
Creates the indentations that are used buffer the XML file.
- Indenter - Class in org.simpleframework.xml.stream
-
The
Indenteris used create indent strings using the stack paradigm. - Indenter() - Constructor for class org.simpleframework.xml.stream.Indenter
-
Constructor for the
Indenterobject. - Indenter(Format) - Constructor for class org.simpleframework.xml.stream.Indenter
-
Constructor for the
Indenterobject. - Indenter(Format, int) - Constructor for class org.simpleframework.xml.stream.Indenter
-
Constructor for the
Indenterobject. - Indenter.Cache - Class in org.simpleframework.xml.stream
-
The
Cacheobject is used create an indexable list which allows the indenter to quickly acquire an indent using a stack position. - index - Variable in class org.simpleframework.xml.core.AttributeParameter
-
This is the index that the parameter was declared at.
- index - Variable in class org.simpleframework.xml.core.CacheParameter
-
This is the index within the constructor for the parameter.
- index - Variable in class org.simpleframework.xml.core.ElementArrayParameter
-
This is the index that the parameter was declared at.
- index - Variable in class org.simpleframework.xml.core.ElementListParameter
-
This is the index that the parameter was declared at.
- index - Variable in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is the index that the parameter was declared at.
- index - Variable in class org.simpleframework.xml.core.ElementMapParameter
-
This is the index that the parameter was declared at.
- index - Variable in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is the index that the parameter was declared at.
- index - Variable in class org.simpleframework.xml.core.ElementParameter
-
This is the index that the parameter was declared at.
- index - Variable in class org.simpleframework.xml.core.ElementUnionParameter
-
This is the index that the parameter was declared at.
- index - Variable in class org.simpleframework.xml.core.ParameterContact
-
This is the index of the parameter within the constructor.
- index - Variable in class org.simpleframework.xml.core.TextParameter
-
This is the index that the parameter was declared at.
- index - Variable in class org.simpleframework.xml.core.TreeModel
-
This is the index used to sort similarly named models.
- index - Variable in class org.simpleframework.xml.stream.Indenter
-
Represents the index within the cache to get the indent.
- index() - Method in class org.simpleframework.xml.core.PathParser
-
This is used to extract an index from an element.
- indexes - Variable in class org.simpleframework.xml.core.PathParser
-
This contains a list of the indexes for each path segment.
- INHERIT - org.simpleframework.xml.stream.Mode
-
Indicates that the mode will be inherited from its parent.
- Injector(Composite, Criteria, Schema, Instance) - Constructor for class org.simpleframework.xml.core.Composite.Injector
-
Constructor for the
Injectorobject. - inline - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is used to determine whether the entity is inline or not.
- inline - Variable in class org.simpleframework.xml.core.ElementListLabel
-
This is used to determine if the attribute is inline.
- inline - Variable in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to determine if the attribute is inline.
- inline() - Method in annotation type org.simpleframework.xml.ElementList
-
Determines whether the element list is inlined with respect to the parent XML element.
- inline() - Method in annotation type org.simpleframework.xml.ElementMap
-
Determines whether the element list is inlined with respect to the parent XML element.
- InputAttribute - Class in org.simpleframework.xml.stream
-
The
InputAttributeis used to represent an attribute within an element. - InputAttribute(InputNode, String, String) - Constructor for class org.simpleframework.xml.stream.InputAttribute
-
Constructor for the
InputAttributeobject. - InputAttribute(InputNode, Attribute) - Constructor for class org.simpleframework.xml.stream.InputAttribute
-
Constructor for the
InputAttributeobject. - InputElement - Class in org.simpleframework.xml.stream
-
The
InputElementrepresents a self contained element that will allow access to its child elements. - InputElement(InputNode, NodeReader, EventNode) - Constructor for class org.simpleframework.xml.stream.InputElement
-
Constructor for the
InputElementobject. - InputNode - Interface in org.simpleframework.xml.stream
-
The
InputNodeobject represents an iterator for the elements within an element. - InputNodeMap - Class in org.simpleframework.xml.stream
-
The
InputNodeMapobject represents a map to contain attributes used by an input node. - InputNodeMap(InputNode) - Constructor for class org.simpleframework.xml.stream.InputNodeMap
-
Constructor for the
InputNodeMapobject. - InputNodeMap(InputNode, EventNode) - Constructor for class org.simpleframework.xml.stream.InputNodeMap
-
Constructor for the
InputNodeMapobject. - InputPosition - Class in org.simpleframework.xml.stream
-
The
InputPositionobject is used to acquire the line number within the XML document. - InputPosition(EventNode) - Constructor for class org.simpleframework.xml.stream.InputPosition
-
Constructor for the
InputPositionobject. - InputStack - Class in org.simpleframework.xml.stream
-
The
InputStackis used to keep track of the nodes that have been read from the document. - InputStack() - Constructor for class org.simpleframework.xml.stream.InputStack
-
Constructor for the
InputStackobject. - insert(Object, Contact) - Method in class org.simpleframework.xml.core.FieldScanner
-
This is used to insert a contact to this contact list.
- insert(MethodPart, MethodScanner.PartMap) - Method in class org.simpleframework.xml.core.MethodScanner
-
This is used to insert a contact to this contact list.
- insert(Parameter, int) - Method in class org.simpleframework.xml.core.SignatureBuilder
-
This will add a a parameter at the specified column in the table.
- insert(Parameter, int) - Method in class org.simpleframework.xml.core.SignatureBuilder.ParameterTable
-
This will add a a parameter at the specified column in the table.
- Instance - Interface in org.simpleframework.xml.core
-
The
Instanceobject creates a type that is represented by an XML element. - InstanceFactory - Class in org.simpleframework.xml.core
-
The
Instantiatoris used to instantiate types that will leverage a constructor cache to quickly create the objects. - InstanceFactory() - Constructor for class org.simpleframework.xml.core.InstanceFactory
-
Constructor for the
Instantiatorobject. - InstanceFactory.ClassInstance - Class in org.simpleframework.xml.core
-
The
ClassInstanceobject is used to create an object by using aClassto determine the type. - InstanceFactory.ValueInstance - Class in org.simpleframework.xml.core
-
The
ValueInstanceobject is used to create an object by using aValueinstance to determine the type. - instances - Variable in class org.simpleframework.xml.core.Support
-
This is the factory that is used to create the scanners.
- InstantiationException - Exception in org.simpleframework.xml.core
-
The
InstantiationExceptionis thrown when an object cannot be instantiated either because it is an abstract class or an interface. - InstantiationException(String, Object...) - Constructor for exception org.simpleframework.xml.core.InstantiationException
-
Constructor for the
InstantiationExceptionobject. - InstantiationException(Throwable, String, Object...) - Constructor for exception org.simpleframework.xml.core.InstantiationException
-
Constructor for the
InstantiationExceptionobject. - Instantiator - Interface in org.simpleframework.xml.core
-
The
Instantiatorobject is used for instantiating objects using either the default no argument constructor or one that takes deserialized values as parameters. - InstantiatorBuilder - Class in org.simpleframework.xml.core
-
The
InstantiatorBuilderobject is used to resolve labels based on a provided parameter. - InstantiatorBuilder(Scanner, Detail) - Constructor for class org.simpleframework.xml.core.InstantiatorBuilder
-
Constructor for the
InstantiatorBuilderobject. - INTEGER - Static variable in class org.simpleframework.xml.transform.ClassTransform
-
This is the string that represents the class for an integer.
- IntegerTransform - Class in org.simpleframework.xml.transform
-
The
IntegerTransformis used to transform integer values to and from string representations, which will be inserted in the generated XML document as the value place holder. - IntegerTransform() - Constructor for class org.simpleframework.xml.transform.IntegerTransform
- Introspector - Class in org.simpleframework.xml.core
-
The
Introspectorobject is used to determine the details to use for an annotated field or method using both the field an annotation details. - Introspector(Contact, Label, Format) - Constructor for class org.simpleframework.xml.core.Introspector
-
Constructor for the
Introspectorobject. - InvalidFormatException - Exception in org.simpleframework.xml.transform
-
The
InvalidFormatExceptionis thrown when there is a format exception. - InvalidFormatException(String, Object...) - Constructor for exception org.simpleframework.xml.transform.InvalidFormatException
-
Constructor for the
InvalidFormatExceptionobject. - InvalidFormatException(Throwable, String, Object...) - Constructor for exception org.simpleframework.xml.transform.InvalidFormatException
-
Constructor for the
InvalidFormatExceptionobject. - invoke(Object, Method, Object[]) - Method in class org.simpleframework.xml.core.AnnotationHandler
-
This is used to handle all invocations on the wrapped annotation.
- IS - org.simpleframework.xml.core.MethodType
-
This is used to represent a method that acts as a getter.
- isAcronym(char[]) - Static method in class org.simpleframework.xml.core.Reflector
-
This is used to determine if the provided array of characters represents an acronym.
- isAssignable(Class, Class) - Static method in class org.simpleframework.xml.core.Support
-
This is used to determine if two objects are assignable to each other.
- isAttribute() - Method in class org.simpleframework.xml.core.AnnotationFactory
-
This is used to determine whether the format for the current serialization is verbose or not.
- isAttribute() - Method in class org.simpleframework.xml.core.AttributeLabel
-
This method is used to determine if the label represents an attribute.
- isAttribute() - Method in class org.simpleframework.xml.core.AttributeParameter
-
This method is used to determine if the parameter represents an attribute.
- isAttribute() - Method in class org.simpleframework.xml.core.CacheLabel
-
This method is used to determine if the label represents an attribute.
- isAttribute() - Method in class org.simpleframework.xml.core.CacheParameter
-
This method is used to determine if the parameter represents an attribute.
- isAttribute() - Method in class org.simpleframework.xml.core.EmptyExpression
-
This is used to determine if the expression points to an attribute value.
- isAttribute() - Method in class org.simpleframework.xml.core.Entry
-
Represents whether the key value is to be an attribute or an element.
- isAttribute() - Method in interface org.simpleframework.xml.core.Expression
-
This is used to determine if the expression points to an attribute value.
- isAttribute() - Method in interface org.simpleframework.xml.core.Label
-
This method is used to determine if the label represents an attribute.
- isAttribute() - Method in interface org.simpleframework.xml.core.Parameter
-
This method is used to determine if the parameter represents an attribute.
- isAttribute() - Method in class org.simpleframework.xml.core.PathParser
-
This is used to determine if the expression points to an attribute value.
- isAttribute() - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
This is used to determine if the expression points to an attribute value.
- isAttribute() - Method in class org.simpleframework.xml.core.TemplateLabel
-
This method is used to determine if the label represents an attribute.
- isAttribute() - Method in class org.simpleframework.xml.core.TemplateParameter
-
This method is used to determine if the parameter represents an attribute.
- isAttribute() - Method in class org.simpleframework.xml.core.Variable
-
This method is used to determine if the label represents an attribute.
- isAttribute() - Method in class org.simpleframework.xml.core.VersionLabel
-
This method is used to determine if the label represents an attribute.
- isAttribute(String) - Method in interface org.simpleframework.xml.core.Model
-
This is used to determine if the provided name represents an attribute.
- isAttribute(String) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to determine if the specified XPath expression represents an attribute within the root model.
- isAttribute(String) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to determine if the provided name represents an attribute.
- isCollection() - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to determine if the label is a collection.
- isCollection() - Method in class org.simpleframework.xml.core.ElementListLabel
-
This is used to determine if the label is a collection.
- isCollection() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to determine if the label is a collection.
- isCollection() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to determine if the label is a collection.
- isCollection() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is used to determine if the label is a collection.
- isCollection() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This is used to determine if the label is a collection.
- isCollection() - Method in interface org.simpleframework.xml.core.Label
-
This is used to determine if the label is a collection.
- isCollection() - Method in class org.simpleframework.xml.core.TemplateLabel
-
This is used to determine if the label is a collection.
- isCollection() - Method in class org.simpleframework.xml.core.TextListLabel
-
This is used to determine if the label is a collection.
- isCollection() - Method in class org.simpleframework.xml.core.Variable
-
This is used to determine if the label is a collection.
- isCollection(Class) - Method in class org.simpleframework.xml.core.CollectionFactory
-
This determines whether the type provided is a collection type.
- isCommitted() - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This is used to determine whether the node has been committed.
- isCommitted() - Method in class org.simpleframework.xml.stream.OutputDocument
-
This is used to determine whether this node has been committed.
- isCommitted() - Method in class org.simpleframework.xml.stream.OutputElement
-
This is used to determine whether this node has been committed.
- isCommitted() - Method in interface org.simpleframework.xml.stream.OutputNode
-
This is used to determine whether the node has been committed.
- isCommitted(OutputNode) - Method in class org.simpleframework.xml.stream.NodeWriter
-
This is used to determine if the specified node has been committed.
- isCompatible(Class, Class) - Static method in class org.simpleframework.xml.core.Factory
-
This is used to determine whether the provided base class can be assigned from the issued type.
- isComposite() - Method in interface org.simpleframework.xml.core.Model
-
This is used to perform a recursive search of the models that have been registered, if a model has elements or attributes then this returns true.
- isComposite() - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to perform a recursive search of the models that have been registered, if a model has elements or attributes then this returns true.
- isContainer(Class) - Method in class org.simpleframework.xml.core.Support
-
This is used to determine if the type in question is a container of some kind.
- isContextual(Method) - Method in class org.simpleframework.xml.core.ClassScanner
-
This is used to determine whether the annotated method takes a contextual object.
- isData() - Method in class org.simpleframework.xml.core.AttributeLabel
-
Because the attribute can contain only simple text values it is never required to specified as anything other than text.
- isData() - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to determine whether the annotation requires it and its children to be written as a CDATA block.
- isData() - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This is used to determine whether the annotation requires it and its children to be written as a CDATA block.
- isData() - Method in class org.simpleframework.xml.core.ElementLabel
-
This is used to determine whether the annotation requires it and its children to be written as a CDATA block.
- isData() - Method in class org.simpleframework.xml.core.ElementListLabel
-
This is used to determine whether the annotation requires it and its children to be written as a CDATA block.
- isData() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to determine whether the annotation requires it and its children to be written as a CDATA block.
- isData() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to determine whether the annotation requires it and its children to be written as a CDATA block.
- isData() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is used to determine whether the annotation requires it and its children to be written as a CDATA block.
- isData() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This is used to determine whether the annotation requires it and its children to be written as a CDATA block.
- isData() - Method in interface org.simpleframework.xml.core.Label
-
This is used to determine whether the annotation requires it and its children to be written as a CDATA block.
- isData() - Method in class org.simpleframework.xml.core.TextLabel
-
This is used to determine if the
Textmethod or field is to have its value written as a CDATA block. - isData() - Method in class org.simpleframework.xml.core.TextListLabel
-
This is used to determine whether the annotation requires it and its children to be written as a CDATA block.
- isData() - Method in class org.simpleframework.xml.core.Variable
-
This is used to determine whether the annotation requires it and its children to be written as a CDATA block.
- isData() - Method in class org.simpleframework.xml.core.VersionLabel
-
Because the attribute can contain only simple text values it is never required to specified as anything other than text.
- isDeclared(Class) - Method in class org.simpleframework.xml.core.GroupExtractor
-
This is used to determine if a type has been declared by the annotation associated with the group.
- isDefault() - Method in class org.simpleframework.xml.core.ClassInstantiator
-
This is used to determine if this
Creatorhas a default constructor. - isDefault() - Method in interface org.simpleframework.xml.core.Instantiator
-
This is used to determine if this
Instantiatorhas a default constructor. - isDigit(char) - Method in class org.simpleframework.xml.core.PathParser
-
This is used to determine if the provided character is a digit.
- isDigit(char) - Method in class org.simpleframework.xml.stream.Splitter
-
This is used to determine if the provided string evaluates to a digit character.
- isElement() - Method in class org.simpleframework.xml.stream.InputAttribute
-
This is used to determine if this node is an element.
- isElement() - Method in class org.simpleframework.xml.stream.InputElement
-
This is used to determine if this node is an element.
- isElement() - Method in interface org.simpleframework.xml.stream.InputNode
-
This is used to determine if this node is an element.
- isElement(String) - Method in interface org.simpleframework.xml.core.Model
-
This is used to determine if the provided name represents an element.
- isElement(String) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to determine if the specified XPath expression represents an element within the root model.
- isElement(String) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to determine if the provided name represents an element.
- isEmpty() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This is used to determine whether the scanned class represents a primitive type.
- isEmpty() - Method in class org.simpleframework.xml.core.EmptyExpression
-
This method is used to determine if this expression is an empty path.
- isEmpty() - Method in interface org.simpleframework.xml.core.Expression
-
This method is used to determine if this expression is an empty path.
- isEmpty() - Method in interface org.simpleframework.xml.core.Model
-
Used to determine if a model is empty.
- isEmpty() - Method in class org.simpleframework.xml.core.ModelList
-
This is used to determine if the model list is empty.
- isEmpty() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This is used to determine whether the scanned class represents a primitive type.
- isEmpty() - Method in class org.simpleframework.xml.core.PathParser
-
This method is used to determine if this expression is an empty path.
- isEmpty() - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
This method is used to determine if this expression is an empty path.
- isEmpty() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This is used to determine whether the scanned class represents a primitive type.
- isEmpty() - Method in interface org.simpleframework.xml.core.Scanner
-
This is used to determine whether the scanned class represents a primitive type.
- isEmpty() - Method in class org.simpleframework.xml.core.Session
-
This method is used to determine whether the session has any pairs available.
- isEmpty() - Method in class org.simpleframework.xml.core.Signature
-
This is used to determine if there are any parameters in the signature.
- isEmpty() - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to determine if the structure is empty.
- isEmpty() - Method in class org.simpleframework.xml.core.TreeModel
-
Used to determine if a model is empty.
- isEmpty() - Method in class org.simpleframework.xml.stream.InputAttribute
-
This is used to determine if this input node is empty.
- isEmpty() - Method in class org.simpleframework.xml.stream.InputElement
-
This is used to determine if this input node is empty.
- isEmpty() - Method in interface org.simpleframework.xml.stream.InputNode
-
This is used to determine if this input node is empty.
- isEmpty() - Method in interface org.simpleframework.xml.util.Cache
-
This method is used to determine if the cache is empty.
- isEmpty() - Method in class org.simpleframework.xml.util.WeakCache
- isEmpty(String) - Method in class org.simpleframework.xml.core.DetailScanner
-
This method is used to determine if a root annotation value is an empty value.
- isEmpty(String) - Method in class org.simpleframework.xml.core.Entry
-
This method is used to determine if a root annotation value is an empty value.
- isEmpty(String) - Method in class org.simpleframework.xml.core.Introspector
-
This method is used to determine if a root annotation value is an empty value.
- isEmpty(String) - Method in class org.simpleframework.xml.core.PathParser
-
This is used to determine if a string is empty.
- isEmpty(String) - Method in class org.simpleframework.xml.stream.Formatter
-
This method is used to determine if a root annotation value is an empty value.
- isEmpty(InputNode) - Method in class org.simpleframework.xml.stream.NodeReader
-
This is used to determine if this input node is empty.
- isEnd() - Method in class org.simpleframework.xml.stream.DocumentReader.End
-
This is true as this event represents an element end.
- isEnd() - Method in class org.simpleframework.xml.stream.EventElement
-
This is true when the node represents an element close.
- isEnd() - Method in interface org.simpleframework.xml.stream.EventNode
-
This is true when the node represents an element close.
- isEnd() - Method in class org.simpleframework.xml.stream.EventToken
-
This is true when the node represents an element close.
- isEnd() - Method in class org.simpleframework.xml.stream.PullReader.End
-
This is true as this event represents an element end.
- isEnd() - Method in class org.simpleframework.xml.stream.StreamReader.End
-
This is true as this event represents an element end.
- isEqual() - Method in class org.simpleframework.xml.core.Revision
-
This returns the cached comparision of the revisions.
- isFinal() - Method in class org.simpleframework.xml.core.FieldContact
-
This is used to identify annotated methods are fields that can not be modified.
- isFloat(Class) - Method in interface org.simpleframework.xml.core.Context
-
This is used to determine if the type specified is a floating point type.
- isFloat(Class) - Method in class org.simpleframework.xml.core.Source
-
This is used to determine if the type specified is a floating point type.
- isFloat(Class) - Static method in class org.simpleframework.xml.core.Support
-
This is used to determine if the type specified is a floating point type.
- isFloat(Type) - Method in interface org.simpleframework.xml.core.Context
-
This is used to determine if the type specified is a floating point type.
- isFloat(Type) - Method in class org.simpleframework.xml.core.Source
-
This is used to determine if the type specified is a floating point type.
- isIgnore(Method) - Method in class org.simpleframework.xml.core.Comparer
-
This is used to determine if the method for an attribute is to be ignore.
- isInline() - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to determine whether the label represents an inline XML entity.
- isInline() - Method in class org.simpleframework.xml.core.ElementListLabel
-
This is used to determine whether the list has been specified as inline.
- isInline() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to determine whether the label represents an inline XML entity.
- isInline() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to determine whether the list has been specified as inline.
- isInline() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is used to determine whether the label represents an inline XML entity.
- isInline() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This is used to determine whether the label represents an inline XML entity.
- isInline() - Method in class org.simpleframework.xml.core.Entry
-
Represents whether the value is to be written as an inline text value within the element.
- isInline() - Method in interface org.simpleframework.xml.core.Group
-
This is used to determine if the group is inline.
- isInline() - Method in class org.simpleframework.xml.core.GroupExtractor
-
This is used to determine if the group is inline.
- isInline() - Method in interface org.simpleframework.xml.core.Label
-
This is used to determine whether the label represents an inline XML entity.
- isInline() - Method in class org.simpleframework.xml.core.TemplateLabel
-
This is used to determine whether the label represents an inline XML entity.
- isInline() - Method in class org.simpleframework.xml.core.TextLabel
-
This method is used by the deserialization process to check to see if an annotation is inline or not.
- isInline() - Method in class org.simpleframework.xml.core.TextListLabel
-
This is used to determine whether the label represents an inline XML entity.
- isInline() - Method in class org.simpleframework.xml.core.Variable
-
This is used to determine whether the label represents an inline XML entity.
- isInstantiable() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This is used to determine if the class is an inner class.
- isInstantiable() - Method in interface org.simpleframework.xml.core.Detail
-
This is used to determine if the class is an inner class.
- isInstantiable() - Method in class org.simpleframework.xml.core.DetailScanner
-
This is used to determine if the class is an inner class.
- isInstantiable(Class) - Static method in class org.simpleframework.xml.core.Factory
-
This is used to determine whether the type given is instantiable, that is, this determines if an instance of that type can be created.
- isLetter(char) - Method in class org.simpleframework.xml.core.PathParser
-
This is used to determine if the provided character is an alpha numeric character.
- isLetter(char) - Method in class org.simpleframework.xml.stream.Splitter
-
This is used to determine if the provided string evaluates to a letter character.
- isMap(Class) - Method in class org.simpleframework.xml.core.MapFactory
-
This determines whether the type provided is a object map type.
- isModel(String) - Method in interface org.simpleframework.xml.core.Model
-
This is used to determine if the provided name represents a model.
- isModel(String) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to determine if the provided name represents a model.
- isName(EventNode, String) - Method in class org.simpleframework.xml.stream.NodeReader
-
This is used to determine the name of the node specified.
- isOverridden(OutputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveArray
-
This is used to determine whether the specified value has been overridden by the strategy.
- isOverridden(OutputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveInlineList
-
This is used to determine whether the specified value has been overridden by the strategy.
- isOverridden(OutputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveKey
-
This is used to determine whether the specified value has been overridden by the strategy.
- isOverridden(OutputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveList
-
This is used to determine whether the specified value has been overridden by the strategy.
- isOverridden(OutputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveValue
-
This is used to determine whether the specified value has been overridden by the strategy.
- isOverridden(OutputNode, Object, Type) - Method in class org.simpleframework.xml.core.Composite
-
This is used to determine whether the specified value has been overridden by the strategy.
- isPath() - Method in class org.simpleframework.xml.core.EmptyExpression
-
This is used to determine if the expression is a path.
- isPath() - Method in interface org.simpleframework.xml.core.Expression
-
This is used to determine if the expression is a path.
- isPath() - Method in class org.simpleframework.xml.core.PathParser
-
This is used to determine if the expression is a path.
- isPath() - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
This is used to determine if the expression is a path.
- isPrimitive() - Method in class org.simpleframework.xml.core.AttributeParameter
-
This is used to determine if the parameter is primitive.
- isPrimitive() - Method in class org.simpleframework.xml.core.CacheParameter
-
This is used to determine if the parameter is primitive.
- isPrimitive() - Method in class org.simpleframework.xml.core.ClassSchema
-
This is used to determine whether the scanned class represents a primitive type.
- isPrimitive() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This is used to determine whether this detail represents a primitive type.
- isPrimitive() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This is used to determine whether the scanned class represents a primitive type.
- isPrimitive() - Method in interface org.simpleframework.xml.core.Detail
-
This is used to determine whether this detail represents a primitive type.
- isPrimitive() - Method in class org.simpleframework.xml.core.DetailScanner
-
This is used to determine whether this detail represents a primitive type.
- isPrimitive() - Method in class org.simpleframework.xml.core.ElementArrayParameter
-
This is used to determine if the parameter is primitive.
- isPrimitive() - Method in class org.simpleframework.xml.core.ElementListParameter
-
This is used to determine if the parameter is primitive.
- isPrimitive() - Method in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is used to determine if the parameter is primitive.
- isPrimitive() - Method in class org.simpleframework.xml.core.ElementMapParameter
-
This is used to determine if the parameter is primitive.
- isPrimitive() - Method in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is used to determine if the parameter is primitive.
- isPrimitive() - Method in class org.simpleframework.xml.core.ElementParameter
-
This is used to determine if the parameter is primitive.
- isPrimitive() - Method in class org.simpleframework.xml.core.ElementUnionParameter
-
This is used to determine if the parameter is primitive.
- isPrimitive() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This is used to determine whether the scanned class represents a primitive type.
- isPrimitive() - Method in interface org.simpleframework.xml.core.Parameter
-
This is used to determine if the parameter is primitive.
- isPrimitive() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This is used to determine whether the scanned class represents a primitive type.
- isPrimitive() - Method in interface org.simpleframework.xml.core.Scanner
-
This is used to determine whether the scanned class represents a primitive type.
- isPrimitive() - Method in interface org.simpleframework.xml.core.Schema
-
This is used to determine whether the scanned class represents a primitive type.
- isPrimitive() - Method in class org.simpleframework.xml.core.Structure
-
This is used to determine whether the schema class represents a primitive type.
- isPrimitive() - Method in class org.simpleframework.xml.core.TextParameter
-
This is used to determine if the parameter is primitive.
- isPrimitive(Class) - Method in class org.simpleframework.xml.core.AnnotationFactory
-
This is used to determine if the type specified is primitive.
- isPrimitive(Class) - Method in interface org.simpleframework.xml.core.Context
-
This is used to determine whether the scanned class represents a primitive type.
- isPrimitive(Class) - Method in class org.simpleframework.xml.core.Source
-
This is used to determine whether the scanned class represents a primitive type.
- isPrimitive(Class) - Method in class org.simpleframework.xml.core.Support
-
This is used to determine whether the scanned class represents a primitive type.
- isPrimitive(Type) - Method in interface org.simpleframework.xml.core.Context
-
This is used to determine whether the scanned type represents a primitive type.
- isPrimitive(Type) - Method in class org.simpleframework.xml.core.Source
-
This is used to determine whether the scanned type represents a primitive type.
- isPrimitiveKey(Class[]) - Method in class org.simpleframework.xml.core.AnnotationFactory
-
This is used to determine if a map contains a primitive key.
- isReadOnly() - Method in interface org.simpleframework.xml.core.Contact
-
This is used to determine if the annotated contact is for a read only variable.
- isReadOnly() - Method in class org.simpleframework.xml.core.FieldContact
-
This is used to determine if the annotated contact is for a read only variable.
- isReadOnly() - Method in class org.simpleframework.xml.core.MethodContact
-
This is used to determine if the annotated contact is for a read only variable.
- isReadOnly() - Method in class org.simpleframework.xml.core.ParameterContact
-
This is used to determine if the annotated contact is for a read only variable.
- isReference() - Method in class org.simpleframework.xml.convert.Reference
-
This will always return true as this
Valueobject will always contain an object instance. - isReference() - Method in class org.simpleframework.xml.core.ArrayInstance
-
This is used to determine if the type is a reference type.
- isReference() - Method in class org.simpleframework.xml.core.ConversionInstance
-
This will return true if the
Valueobject provided is a reference type. - isReference() - Method in interface org.simpleframework.xml.core.Instance
-
This is used to determine if the type is a reference type.
- isReference() - Method in class org.simpleframework.xml.core.InstanceFactory.ClassInstance
-
This is used to determine if the type is a reference type.
- isReference() - Method in class org.simpleframework.xml.core.InstanceFactory.ValueInstance
-
This is used to determine if the type is a reference type.
- isReference() - Method in class org.simpleframework.xml.core.ObjectInstance
-
This is used to determine if the type is a reference type.
- isReference() - Method in class org.simpleframework.xml.core.OverrideValue
-
This will return true if the object represents a reference.
- isReference() - Method in class org.simpleframework.xml.strategy.Allocate
-
This method always returns false for the default type.
- isReference() - Method in class org.simpleframework.xml.strategy.ArrayValue
-
This will return false for the array value because the array is not a reference type.
- isReference() - Method in class org.simpleframework.xml.strategy.ObjectValue
-
This method always returns false for the default type.
- isReference() - Method in class org.simpleframework.xml.strategy.Reference
-
This always returns true for this object.
- isReference() - Method in interface org.simpleframework.xml.strategy.Value
-
This will return true if the object represents a reference.
- isReference(Value) - Method in class org.simpleframework.xml.convert.AnnotationStrategy
-
This is used to determine if the
Valueprovided represents a reference. - isReference(Value) - Method in class org.simpleframework.xml.convert.RegistryStrategy
-
This is used to determine if the
Valueprovided represents a reference. - isRelevant(InputNode) - Method in class org.simpleframework.xml.stream.InputStack
-
This is used to determine if the specified node is relevant with respect to the state of the input stack.
- isRequired() - Method in class org.simpleframework.xml.core.AttributeLabel
-
This is used to determine whether the attribute is required.
- isRequired() - Method in class org.simpleframework.xml.core.AttributeParameter
-
This is used to determine if the parameter is required.
- isRequired() - Method in class org.simpleframework.xml.core.CacheLabel
-
Determines whether the XML attribute or element is required.
- isRequired() - Method in class org.simpleframework.xml.core.CacheParameter
-
This is used to determine if the parameter is required.
- isRequired() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This is used to determine if the generated annotations are required or not.
- isRequired() - Method in interface org.simpleframework.xml.core.Detail
-
This is used to determine if the generated annotations are required or not.
- isRequired() - Method in class org.simpleframework.xml.core.DetailScanner
-
This is used to determine if the generated annotations are required or not.
- isRequired() - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This is used to determine whether the XML element is required.
- isRequired() - Method in class org.simpleframework.xml.core.ElementArrayParameter
-
This is used to determine if the parameter is required.
- isRequired() - Method in class org.simpleframework.xml.core.ElementLabel
-
This is used to determine whether the XML element is required.
- isRequired() - Method in class org.simpleframework.xml.core.ElementListLabel
-
This is used to determine whether the XML element is required.
- isRequired() - Method in class org.simpleframework.xml.core.ElementListParameter
-
This is used to determine if the parameter is required.
- isRequired() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
Determines whether the XML attribute or element is required.
- isRequired() - Method in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is used to determine if the parameter is required.
- isRequired() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to determine whether the XML element is required.
- isRequired() - Method in class org.simpleframework.xml.core.ElementMapParameter
-
This is used to determine if the parameter is required.
- isRequired() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
Determines whether the XML attribute or element is required.
- isRequired() - Method in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is used to determine if the parameter is required.
- isRequired() - Method in class org.simpleframework.xml.core.ElementParameter
-
This is used to determine if the parameter is required.
- isRequired() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
Determines whether the XML attribute or element is required.
- isRequired() - Method in class org.simpleframework.xml.core.ElementUnionParameter
-
This is used to determine if the parameter is required.
- isRequired() - Method in interface org.simpleframework.xml.core.Label
-
Determines whether the XML attribute or element is required.
- isRequired() - Method in interface org.simpleframework.xml.core.Parameter
-
This is used to determine if the parameter is required.
- isRequired() - Method in class org.simpleframework.xml.core.TextLabel
-
This is used to determine whether the XML element is required.
- isRequired() - Method in class org.simpleframework.xml.core.TextListLabel
-
Determines whether the XML attribute or element is required.
- isRequired() - Method in class org.simpleframework.xml.core.TextParameter
-
This is used to determine if the parameter is required.
- isRequired() - Method in class org.simpleframework.xml.core.Variable
-
Determines whether the XML attribute or element is required.
- isRequired() - Method in class org.simpleframework.xml.core.VersionLabel
-
This is used to determine whether the attribute is required.
- isReserved() - Method in interface org.simpleframework.xml.stream.Attribute
-
This returns true if the attribute is reserved.
- isReserved() - Method in class org.simpleframework.xml.stream.DocumentReader.Entry
-
This returns true if the attribute is reserved.
- isReserved() - Method in class org.simpleframework.xml.stream.EventAttribute
-
This returns true if the attribute is reserved.
- isReserved() - Method in class org.simpleframework.xml.stream.PullReader.Entry
-
This returns true if the attribute is reserved.
- isReserved() - Method in class org.simpleframework.xml.stream.StreamReader.Entry
-
This returns true if the attribute is reserved.
- isRoot() - Method in class org.simpleframework.xml.stream.InputAttribute
-
This method is used to determine if this node is the root node for the XML document.
- isRoot() - Method in class org.simpleframework.xml.stream.InputElement
-
This method is used to determine if this node is the root node for the XML document.
- isRoot() - Method in interface org.simpleframework.xml.stream.InputNode
-
This method is used to determine if this node is the root node for the XML document.
- isRoot() - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This method is used to determine if this node is the root node for the XML document.
- isRoot() - Method in class org.simpleframework.xml.stream.OutputDocument
-
This method is used to determine if this node is the root node for the XML document.
- isRoot() - Method in class org.simpleframework.xml.stream.OutputElement
-
This method is used to determine if this node is the root node for the XML document.
- isRoot() - Method in interface org.simpleframework.xml.stream.OutputNode
-
This method is used to determine if this node is the root node for the XML document.
- isRoot(InputNode) - Method in class org.simpleframework.xml.stream.NodeReader
-
This method is used to determine if this node is the root node for the XML document.
- isRoot(OutputNode) - Method in class org.simpleframework.xml.stream.NodeWriter
-
This method is used to determine if the node is the root node for the XML document.
- isSection(String) - Method in class org.simpleframework.xml.core.ModelSection
-
To differentiate between a section and an element this can be used.
- isSection(String) - Method in class org.simpleframework.xml.core.PrimitiveScanner.EmptySection
-
To differentiate between a section and an element this can be used.
- isSection(String) - Method in interface org.simpleframework.xml.core.Section
-
To differentiate between a section and an element this can be used.
- isSpecial(char) - Method in class org.simpleframework.xml.core.PathParser
-
This is used to determine if the provided character is a legal XML element character.
- isSpecial(char) - Method in class org.simpleframework.xml.stream.Splitter
-
This is used to determine if the provided string evaluates to a symbol character.
- isStart() - Method in class org.simpleframework.xml.stream.EventElement
-
This is true when the node represents a new element.
- isStart() - Method in interface org.simpleframework.xml.stream.EventNode
-
This is true when the node represents a new element.
- isStart() - Method in class org.simpleframework.xml.stream.EventToken
-
This is true when the node represents a new element.
- isStatic() - Method in class org.simpleframework.xml.core.FieldContact
-
This is used to determine if the annotated contact is for a static field or method.
- isStatic(Field) - Method in class org.simpleframework.xml.core.FieldScanner
-
This is used to determine if a field is static.
- isStrict() - Method in interface org.simpleframework.xml.core.Context
-
This is used to determine if the deserialization mode is strict or not.
- isStrict() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This method is used to determine whether strict mappings are required.
- isStrict() - Method in class org.simpleframework.xml.core.DefaultScanner
-
This method is used to determine whether strict mappings are required.
- isStrict() - Method in interface org.simpleframework.xml.core.Detail
-
This method is used to determine whether strict mappings are required.
- isStrict() - Method in class org.simpleframework.xml.core.DetailScanner
-
This method is used to determine whether strict mappings are required.
- isStrict() - Method in class org.simpleframework.xml.core.ObjectScanner
-
This method is used to determine whether strict mappings are required.
- isStrict() - Method in interface org.simpleframework.xml.core.Policy
-
This method is used to determine whether strict mappings are required.
- isStrict() - Method in class org.simpleframework.xml.core.PrimitiveScanner
-
This method is used to determine whether strict mappings are required.
- isStrict() - Method in interface org.simpleframework.xml.core.Scanner
-
This method is used to determine whether strict mappings are required.
- isStrict() - Method in class org.simpleframework.xml.core.Session
-
This is used to determine if the deserialization mode is strict or not.
- isStrict() - Method in class org.simpleframework.xml.core.Source
-
This is used to determine if the deserialization mode is strict or not.
- isStrict(Context) - Method in class org.simpleframework.xml.core.LabelMap
-
This method is used to determine whether strict mappings are required.
- isText() - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to determine if the label represents text.
- isText() - Method in class org.simpleframework.xml.core.CacheParameter
-
This is used to determine if the parameter represents text.
- isText() - Method in class org.simpleframework.xml.core.GroupExtractor.Registry
-
This is used to determine if an annotated list is a text list.
- isText() - Method in interface org.simpleframework.xml.core.Label
-
This is used to determine if the label represents text.
- isText() - Method in interface org.simpleframework.xml.core.Parameter
-
This is used to determine if the parameter represents text.
- isText() - Method in class org.simpleframework.xml.core.TemplateLabel
-
This is used to determine if the label represents text.
- isText() - Method in class org.simpleframework.xml.core.TemplateParameter
-
This is used to determine if the parameter represents text.
- isText() - Method in class org.simpleframework.xml.core.TextLabel
-
This is used to determine if the label represents text.
- isText() - Method in class org.simpleframework.xml.core.TextParameter
-
This is used to determine if the parameter represents text.
- isText() - Method in class org.simpleframework.xml.core.Variable
-
This is used to determine if the label represents text.
- isText() - Method in class org.simpleframework.xml.stream.DocumentReader.Text
-
This is true as this event represents a text token.
- isText() - Method in class org.simpleframework.xml.stream.EventElement
-
This is true when the node represents a text token.
- isText() - Method in interface org.simpleframework.xml.stream.EventNode
-
This is true when the node represents a text token.
- isText() - Method in class org.simpleframework.xml.stream.EventToken
-
This is true when the node represents a text token.
- isText() - Method in class org.simpleframework.xml.stream.PullReader.Text
-
This is true as this event represents a text token.
- isText() - Method in class org.simpleframework.xml.stream.StreamReader.Text
-
This is true as this event represents a text token.
- isText(char) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to determine if the specified character is a text character.
- isText(Contact) - Method in class org.simpleframework.xml.core.FieldScanner
-
This is used to determine if the
Textannotation has been declared on the field. - isText(MethodPart) - Method in class org.simpleframework.xml.core.MethodScanner
-
This is used to determine if the
Textannotation has been declared on the method. - isTextList() - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to determine if an annotated list is a text list.
- isTextList() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to determine if an annotated list is a text list.
- isTextList() - Method in interface org.simpleframework.xml.core.Group
-
This is used to determine if an annotated list is a text list.
- isTextList() - Method in class org.simpleframework.xml.core.GroupExtractor
-
This is used to determine if an annotated list is a text list.
- isTextList() - Method in interface org.simpleframework.xml.core.Label
-
This is used to determine if an annotated list is a text list.
- isTextList() - Method in class org.simpleframework.xml.core.TemplateLabel
-
This is used to determine if an annotated list is a text list.
- isTextList() - Method in class org.simpleframework.xml.core.TextListLabel
-
This is used to determine if an annotated list is a text list.
- isTextList() - Method in class org.simpleframework.xml.core.Variable
-
This is used to determine if an annotated list is a text list.
- isTransient(Field) - Method in class org.simpleframework.xml.core.FieldScanner
-
This is used to determine if a field is transient.
- isUnion() - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to determine if this label is a union.
- isUnion() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to determine if this label is a union.
- isUnion() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is used to determine if this label is a union.
- isUnion() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This is used to determine if this label is a union.
- isUnion() - Method in interface org.simpleframework.xml.core.Label
-
This is used to determine if this label is a union.
- isUnion() - Method in class org.simpleframework.xml.core.TemplateLabel
-
This is used to determine if this label is a union.
- isUnion() - Method in class org.simpleframework.xml.core.Variable
-
This is used to determine if this label is a union.
- isUpper(char) - Method in class org.simpleframework.xml.stream.Splitter
-
This is used to determine if the provided string evaluates to an upper case letter.
- isUpperCase(char) - Static method in class org.simpleframework.xml.core.Reflector
-
This is used to determine if the provided character is an upper case character.
- isValid() - Method in class org.simpleframework.xml.core.SignatureBuilder
-
This validates the builder by checking that the width of the table is the same as the count of parameters in the constructor.
- isValid() - Method in class org.simpleframework.xml.core.SignatureScanner
-
This is used to determine if this scanner is valid.
- isValid(char) - Method in class org.simpleframework.xml.core.PathParser
-
This is used to determine if the provided character is a legal XML element character.
- isValid(Class) - Method in class org.simpleframework.xml.core.GroupExtractor
-
This is used to determine if the associated type represents a label defined within the union group.
- item - Variable in class org.simpleframework.xml.core.ElementListLabel
-
Represents the type of objects this list will hold.
- item - Variable in class org.simpleframework.xml.core.MethodContact
-
This is the dependent type as taken from the get method.
- items - Variable in class org.simpleframework.xml.core.ElementMapLabel
-
Represents the type of objects this map object will hold.
- items - Variable in class org.simpleframework.xml.core.MethodContact
-
This is the dependent types as taken from the get method.
- iterator() - Method in class org.simpleframework.xml.core.Collector
-
This is used to acquire an iterator over the named variables.
- iterator() - Method in class org.simpleframework.xml.core.Collector.Registry
-
This is used to iterate over the names of the variables in the registry.
- iterator() - Method in class org.simpleframework.xml.core.ContactMap
-
This is used to iterate over the
Contactobjects in a for each loop. - iterator() - Method in class org.simpleframework.xml.core.EmptyExpression
-
This is used to iterate over the path segments that have been extracted from the source XPath expression.
- iterator() - Method in class org.simpleframework.xml.core.GroupExtractor.Registry
-
This is used so that all the
Labelobjects that have been added to the registry can be iterated over. - iterator() - Method in class org.simpleframework.xml.core.LabelMap
-
This allows the
Labelobjects within the label map to be iterated within for each loops. - iterator() - Method in class org.simpleframework.xml.core.MethodScanner.PartMap
-
This returns an iterator for the Java Bean method names for the
MethodPartobjects that are stored in the map. - iterator() - Method in class org.simpleframework.xml.core.ModelMap
-
This allows the
ModelListobjects within the model map to be iterated within for each loops. - iterator() - Method in class org.simpleframework.xml.core.ModelSection
-
This will return the names of all elements contained within the model.
- iterator() - Method in class org.simpleframework.xml.core.ParameterMap
-
This is used to iterate over
Parameterobjects. - iterator() - Method in class org.simpleframework.xml.core.PathParser
-
This is used to iterate over the path segments that have been extracted from the source XPath expression.
- iterator() - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
This is used to iterate over the path segments that have been extracted from the source XPath expression.
- iterator() - Method in class org.simpleframework.xml.core.PrimitiveScanner.EmptySection
-
This will produce an interator with no elements.
- iterator() - Method in class org.simpleframework.xml.core.Signature
-
This is used to iterate over
Parameterobjects. - iterator() - Method in class org.simpleframework.xml.core.TreeModel
-
This will return the names of all elements contained within the model.
- iterator() - Method in class org.simpleframework.xml.stream.EventToken
-
This is used to acquire the
Attributeobjects that are associated with this event. - iterator() - Method in class org.simpleframework.xml.stream.InputNodeMap
-
This returns an iterator for the names of all the nodes in this
NodeMap. - iterator() - Method in interface org.simpleframework.xml.stream.NamespaceMap
-
This returns an iterator for the namespace of all the nodes in this
NamespaceMap. - iterator() - Method in interface org.simpleframework.xml.stream.NodeMap
-
This returns an iterator for the names of all the nodes in this
NodeMap. - iterator() - Method in class org.simpleframework.xml.stream.OutputNodeMap
-
This returns an iterator for the names of all the nodes in this
OutputNodeMap. - iterator() - Method in class org.simpleframework.xml.stream.OutputStack
-
This is returns an
Iteratorthat is used to loop through the ouptut nodes from the top down. - iterator() - Method in class org.simpleframework.xml.stream.PrefixResolver
-
This returns an iterator for the namespace of all the nodes in this
NamespaceMap. - iterator() - Method in class org.simpleframework.xml.util.Dictionary
-
Returns an iterator of
Entryobjects which can be used to remove items from this set. - iterator() - Method in class org.simpleframework.xml.util.Resolver
-
This returns an
Iteratorthat iterates over the matches in insertion order. - iterator() - Method in class org.simpleframework.xml.util.WeakCache.SegmentList
K
- key - Variable in class org.simpleframework.xml.core.AttributeParameter
-
This is the key used to represent this parameter object.
- key - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is the key is used to represent this label object.
- key - Variable in class org.simpleframework.xml.core.CacheParameter
-
This is the key that uniquely identifies this parameter.
- key - Variable in class org.simpleframework.xml.core.CompositeInlineMap
-
This is the name of the entry wrapping the key and value.
- key - Variable in class org.simpleframework.xml.core.CompositeMap
-
This is the name of the entry wrapping the key and value.
- key - Variable in class org.simpleframework.xml.core.ElementArrayParameter
-
This is the key used to represent this parameter object.
- key - Variable in class org.simpleframework.xml.core.ElementListParameter
-
This is the key that uniquely identifies this parameter.
- key - Variable in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is the key used to represent this parameter object.
- key - Variable in class org.simpleframework.xml.core.ElementMapParameter
-
This is the key used to represent this parameter object.
- key - Variable in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is the key used to represent this parameter object.
- key - Variable in class org.simpleframework.xml.core.ElementParameter
-
This is the key used to represent this parameter object.
- key - Variable in class org.simpleframework.xml.core.ElementUnionParameter
-
This is the key used to represent this parameter object.
- key - Variable in class org.simpleframework.xml.core.Entry
-
Specifies the name of the XML key node used by the map.
- key - Variable in class org.simpleframework.xml.core.TextParameter
-
This is the key used to represent this parameter object.
- key - Variable in class org.simpleframework.xml.strategy.Allocate
-
This is the unique key that is used to store the value.
- key() - Method in annotation type org.simpleframework.xml.ElementMap
-
This is used to provide a key XML element for each of the keys within the map.
- Key(KeyBuilder.KeyType, String) - Constructor for class org.simpleframework.xml.core.KeyBuilder.Key
-
Constructor for the
Keyobject. - KeyBuilder - Class in org.simpleframework.xml.core
-
The
KeyBuilderis used build unique keys for labels using the paths defined in those labels. - KeyBuilder(Label) - Constructor for class org.simpleframework.xml.core.KeyBuilder
-
Constructor for the
KeyBuilderobject. - KeyBuilder.Key - Class in org.simpleframework.xml.core
-
The
Keyobject represents an object that can be used in a hash container. - KeyBuilder.KeyType - Enum in org.simpleframework.xml.core
-
The
KeyTypeenumeration is used to differentiate keys created for attributes from those created from elements. - keySet() - Method in class org.simpleframework.xml.core.Session
-
This is used to acquire the names for all the pairs that have currently been collected by this session.
- keyType - Variable in class org.simpleframework.xml.core.Entry
-
Provides the class XML schema used for the key objects.
- keyType() - Method in annotation type org.simpleframework.xml.ElementMap
-
Represents the type of key the element map contains.
- KeyType() - Constructor for enum org.simpleframework.xml.core.KeyBuilder.KeyType
L
- label - Variable in class org.simpleframework.xml.core.AttributeLabel
-
Represents the annotation used to label the field.
- label - Variable in class org.simpleframework.xml.core.AttributeParameter
-
This is the label that will create the parameter name.
- label - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is the label the this cache is wrapping the values for.
- label - Variable in class org.simpleframework.xml.core.ElementArrayLabel
-
This references the annotation that the field uses.
- label - Variable in class org.simpleframework.xml.core.ElementArrayParameter
-
This is the label that will create the parameter name.
- label - Variable in class org.simpleframework.xml.core.ElementLabel
-
References the annotation that was used by the field.
- label - Variable in class org.simpleframework.xml.core.ElementListLabel
-
This references the annotation that the field uses.
- label - Variable in class org.simpleframework.xml.core.ElementListParameter
-
This is the label that will create the parameter name.
- label - Variable in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is the label that this acts as an adapter to.
- label - Variable in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is the label that will create the parameter name.
- label - Variable in class org.simpleframework.xml.core.ElementMapLabel
-
This references the annotation that the field uses.
- label - Variable in class org.simpleframework.xml.core.ElementMapParameter
-
This is the label that will create the parameter name.
- label - Variable in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is the label that this acts as an adapter to.
- label - Variable in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is the label that will create the parameter name.
- label - Variable in class org.simpleframework.xml.core.ElementParameter
-
This is the label that will create the parameter name.
- label - Variable in class org.simpleframework.xml.core.ElementUnionLabel
-
This is the label that this acts as an adapter to.
- label - Variable in class org.simpleframework.xml.core.ElementUnionParameter
-
This is the label that will create the parameter name.
- label - Variable in class org.simpleframework.xml.core.Entry
-
Represents the annotation that the map object is labeled with.
- label - Variable in class org.simpleframework.xml.core.ExtractorFactory.ExtractorBuilder
-
This is the union annotation to build the extractor for.
- label - Variable in class org.simpleframework.xml.core.ExtractorFactory
-
This is the union annotation this creates extractors for.
- label - Variable in class org.simpleframework.xml.core.FieldContact
-
This is the label that marks the field within the object.
- label - Variable in class org.simpleframework.xml.core.GetPart
-
This is the annotation for the get method provided.
- label - Variable in class org.simpleframework.xml.core.GroupExtractor
-
This represents the union label to be used for this group.
- label - Variable in class org.simpleframework.xml.core.Introspector
-
This is the label used to expose the annotation details.
- label - Variable in class org.simpleframework.xml.core.KeyBuilder
-
This is the label that the keys should be built with.
- label - Variable in class org.simpleframework.xml.core.LabelExtractor.LabelBuilder
-
This is the XML annotation type within the constructor.
- label - Variable in class org.simpleframework.xml.core.LabelKey
-
This is the annotation type that this is represented in the key.
- label - Variable in class org.simpleframework.xml.core.MethodContact
-
This is the label that marks both the set and get methods.
- label - Variable in class org.simpleframework.xml.core.ParameterContact
-
This is the annotation used to label the parameter.
- label - Variable in class org.simpleframework.xml.core.ParameterFactory.ParameterBuilder
-
This is the XML annotation type within the constructor.
- label - Variable in class org.simpleframework.xml.core.SetPart
-
This is the annotation for the set method provided.
- label - Variable in class org.simpleframework.xml.core.TextLabel
-
References the annotation that was used by the contact.
- label - Variable in class org.simpleframework.xml.core.TextListLabel
-
This is the element list union label that is declared with this.
- label - Variable in class org.simpleframework.xml.core.TextParameter
-
This is the label that will create the parameter name.
- label - Variable in class org.simpleframework.xml.core.Variable.Adapter
-
This contains the details for the annotated field or method.
- label - Variable in class org.simpleframework.xml.core.Variable
-
This contains the details for the annotated field or method.
- label - Variable in class org.simpleframework.xml.core.VersionLabel
-
Represents the annotation used to label the field.
- label - Variable in class org.simpleframework.xml.strategy.Contract
-
This is the label used to mark the type of an object.
- label - Variable in class org.simpleframework.xml.strategy.ReadGraph
-
This is the label used to mark the type of an object.
- label - Variable in class org.simpleframework.xml.strategy.TreeStrategy
-
This is the attribute that is used to determine the real type.
- label - Variable in class org.simpleframework.xml.strategy.WriteGraph
-
This is the label used to mark the type of an object.
- Label - Interface in org.simpleframework.xml.core
-
The
Labelinterface is used to describe an reference to a field annotated with an XML schema annotation. - LABEL - Static variable in interface org.simpleframework.xml.strategy.Name
-
The default name of the attribute used to specify the class.
- LabelBuilder(Class, Class) - Constructor for class org.simpleframework.xml.core.LabelExtractor.LabelBuilder
-
Constructor for the
LabelBuilderobject. - LabelBuilder(Class, Class, Class) - Constructor for class org.simpleframework.xml.core.LabelExtractor.LabelBuilder
-
Constructor for the
LabelBuilderobject. - LabelExtractor - Class in org.simpleframework.xml.core
-
The
LabelExtractorobject is used to create instances of theLabelobject that can be used to convert an XML node into a Java object. - LabelExtractor(Format) - Constructor for class org.simpleframework.xml.core.LabelExtractor
-
Constructor for the
LabelExtractorobject. - LabelExtractor.LabelBuilder - Class in org.simpleframework.xml.core
-
The
LabelBuilderobject will create a constructor that can be used to instantiate the correct label for the XML annotation specified. - LabelGroup - Class in org.simpleframework.xml.core
-
The
LabelListcontains a group of labels associated with a specific contact. - LabelGroup(List<Label>) - Constructor for class org.simpleframework.xml.core.LabelGroup
-
Constructor for the
LabelListobject. - LabelGroup(Label) - Constructor for class org.simpleframework.xml.core.LabelGroup
-
Constructor for the
LabelListobject. - LabelKey - Class in org.simpleframework.xml.core
-
The
LabelKeyobject is used to create a key that will uniquely identify an annotated method within a class. - LabelKey(Contact, Annotation) - Constructor for class org.simpleframework.xml.core.LabelKey
-
Constructor for the
LabelKeyobject. - LabelMap - Class in org.simpleframework.xml.core
-
The
LabelMapobject represents a map that contains string label mappings. - LabelMap() - Constructor for class org.simpleframework.xml.core.LabelMap
-
Constructor for the
LabelMapobject is used to create an empty map. - LabelMap(Policy) - Constructor for class org.simpleframework.xml.core.LabelMap
-
Constructor for the
LabelMapobject is used to create an empty map. - labels - Variable in class org.simpleframework.xml.core.DetailScanner
-
This represents all the annotations declared for the type.
- labels - Variable in class org.simpleframework.xml.core.ParameterContact
-
This is used to hold the annotations for this parameter.
- labels - Variable in class org.simpleframework.xml.core.Support
-
This is used to extract the labels for a specific contact.
- last - Variable in class org.simpleframework.xml.stream.Formatter
-
Represents the last type of content that was written.
- length - Variable in class org.simpleframework.xml.core.ArrayInstance
-
This is the length of the array to be instantiated.
- length - Variable in class org.simpleframework.xml.strategy.Contract
-
This is used to specify the length of array instances.
- length - Variable in class org.simpleframework.xml.strategy.ReadGraph
-
This is used to represent the length of array object values.
- length - Variable in class org.simpleframework.xml.strategy.TreeStrategy
-
This is the attribute that is used to determine an array size.
- length - Variable in class org.simpleframework.xml.strategy.WriteGraph
-
This is used to specify the length of array instances.
- length() - Method in class org.simpleframework.xml.core.Template
-
This will return the number of bytes that have been appended to the
Template. - LENGTH - Static variable in interface org.simpleframework.xml.strategy.Name
-
The default name of the attribute used to specify the length.
- LESS - Static variable in class org.simpleframework.xml.stream.Formatter
-
Represents the XML escape sequence for the less than sign.
- LimitedCache<T> - Class in org.simpleframework.xml.util
-
The
LimitedCacheinterface is used to represent a cache that will store key value pairs. - LimitedCache() - Constructor for class org.simpleframework.xml.util.LimitedCache
-
Constructor of the
LimitedCacheobject. - LimitedCache(int) - Constructor for class org.simpleframework.xml.util.LimitedCache
-
Constructor of the
LimitedCacheobject. - line - Variable in class org.simpleframework.xml.stream.PullReader.Start
-
This is the line number where this element was read.
- list - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is used to determine if the label represents a text list.
- list - Variable in class org.simpleframework.xml.core.EmptyExpression
-
This is a list that is used to create an empty iterator.
- list - Variable in class org.simpleframework.xml.core.FieldContact
-
This is the list of annotations associated with the field.
- list - Variable in class org.simpleframework.xml.core.FieldDetail
-
This contains all the annotations declared on the field.
- list - Variable in class org.simpleframework.xml.core.GetPart
-
This is the list of annotations associated with the method.
- list - Variable in class org.simpleframework.xml.core.LabelGroup
-
This contains the list of labels associated with a contact.
- list - Variable in class org.simpleframework.xml.core.MethodDetail
-
This contains all the annotations declared on the method.
- list - Variable in class org.simpleframework.xml.core.PrimitiveScanner.EmptySection
-
This is an empty list used to create empty iterators.
- list - Variable in class org.simpleframework.xml.core.SetPart
-
This is the list of annotations associated with the method.
- list - Variable in class org.simpleframework.xml.core.SignatureCreator
-
This is the list of parameters in the order of declaration.
- list - Variable in class org.simpleframework.xml.core.TreeModel
-
This is an optional text label used for this model.
- list - Variable in class org.simpleframework.xml.stream.Indenter.Cache
-
This is used to track indent strings within the cache.
- list - Variable in class org.simpleframework.xml.util.WeakCache
-
This is used to store a list of segments for the cache.
- list - Variable in class org.simpleframework.xml.util.WeakCache.SegmentList
-
The list of segment objects maintained by this object.
- load(String) - Method in class org.simpleframework.xml.strategy.Loader
-
This method is used to acquire the class of the specified name.
- loader - Variable in class org.simpleframework.xml.strategy.ReadGraph
-
This is the class loader that is used to load the types used.
- loader - Variable in class org.simpleframework.xml.strategy.ReadState
-
This is the loader used to load the classes for this.
- loader - Variable in class org.simpleframework.xml.strategy.TreeStrategy
-
This is the loader that is used to load the specified class.
- Loader - Class in org.simpleframework.xml.strategy
-
The
Loaderobject is used to provide class loading for the strategies. - Loader() - Constructor for class org.simpleframework.xml.strategy.Loader
- local - Variable in class org.simpleframework.xml.core.SessionManager
-
This is the thread local used to store the sessions objects.
- LocaleTransform - Class in org.simpleframework.xml.transform
-
The
LocaleTransformis used to transform locale values to and from string representations, which will be inserted in the generated XML document as the value place holder. - LocaleTransform() - Constructor for class org.simpleframework.xml.transform.LocaleTransform
-
Constructor for the
LocaleTransformobject. - location - Variable in class org.simpleframework.xml.core.PathParser
-
This is the fully qualified path expression for this.
- location - Variable in class org.simpleframework.xml.stream.StreamReader.Start
-
This is the element location used to detmine line numbers.
- LONG - org.simpleframework.xml.transform.DateType
-
This is the date type without millisecond resolution.
- LONG - Static variable in class org.simpleframework.xml.transform.ClassTransform
-
This is the string that represents the class for a long.
- LongTransform - Class in org.simpleframework.xml.transform
-
The
LongTransformobject is used to transform long values to and from string representations, which will be inserted in the generated XML document as the value place holder. - LongTransform() - Constructor for class org.simpleframework.xml.transform.LongTransform
- lookup(int) - Method in class org.simpleframework.xml.core.ModelList
-
This is used to find a model based on its index.
- lookup(Class) - Method in class org.simpleframework.xml.convert.Registry
-
This is used to acquire a
Converterinstance from the registry. - lookup(Class) - Method in class org.simpleframework.xml.convert.RegistryBinder
-
This is used to acquire a
Converterinstance from this binder. - lookup(Class) - Method in class org.simpleframework.xml.transform.Transformer
-
This method is used to acquire a
Transformfor the the specified type. - lookup(String, int) - Method in interface org.simpleframework.xml.core.Model
-
This method is used to look for a
Modelthat matches the specified element name. - lookup(String, int) - Method in class org.simpleframework.xml.core.ModelMap
-
This method is used to look for a
Modelthat matches the specified element name. - lookup(String, int) - Method in class org.simpleframework.xml.core.TreeModel
-
This method is used to look for a
Modelthat matches the specified element name. - lookup(Expression) - Method in interface org.simpleframework.xml.core.Model
-
This method is used to look for a
Modelthat matches the specified expression. - lookup(Expression) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This method is used to look for a
Modelthat matches the specified expression. - lookup(Expression) - Method in class org.simpleframework.xml.core.TreeModel
-
This method is used to look for a
Modelthat matches the specified expression. - lookup(Type, Object) - Method in class org.simpleframework.xml.convert.RegistryStrategy
-
This is used to acquire a
Converterinstance for the provided object instance. - lookup(Type, Value) - Method in class org.simpleframework.xml.convert.RegistryStrategy
-
This is used to acquire a
Converterinstance for the provided value object. - LOW - org.simpleframework.xml.stream.Verbosity
-
This specifies a preference for attributes over elements.
M
- manager - Variable in class org.simpleframework.xml.core.Persister
-
This is used to manage the serialization sessions created/
- map - Variable in class org.simpleframework.xml.core.Session
-
This is the internal map that provides storage for pairs.
- map - Variable in class org.simpleframework.xml.filter.MapFilter
-
This contains a collection of user specified mappings.
- map - Variable in class org.simpleframework.xml.strategy.Allocate
-
This is used to store each instance in the object graph.
- map - Variable in class org.simpleframework.xml.stream.InputElement
-
This contains all the attributes associated with the element.
- map - Variable in class org.simpleframework.xml.util.Dictionary
-
Used to map the entries to their configured names.
- map(Object) - Method in class org.simpleframework.xml.util.WeakCache
-
This method is used to acquire a
Segmentusing the keys has code. - MapFactory - Class in org.simpleframework.xml.core
-
The
MapFactoryis used to create map instances that are compatible with the field type. - MapFactory(Context, Type) - Constructor for class org.simpleframework.xml.core.MapFactory
-
Constructor for the
MapFactoryobject. - MapFilter - Class in org.simpleframework.xml.filter
-
The
MapFilterobject is a filter that can make use of user specified mappings for replacement. - MapFilter(Map) - Constructor for class org.simpleframework.xml.filter.MapFilter
-
Constructor for the
MapFilterobject. - MapFilter(Map, Filter) - Constructor for class org.simpleframework.xml.filter.MapFilter
-
Constructor for the
MapFilterobject. - mark - Variable in class org.simpleframework.xml.strategy.Contract
-
This is the attribute used to mark the identity of an object.
- mark - Variable in class org.simpleframework.xml.strategy.ReadGraph
-
This is the attribute used to mark the identity of an object.
- mark - Variable in class org.simpleframework.xml.strategy.WriteGraph
-
This is the attribute used to mark the identity of an object.
- MARK - Static variable in interface org.simpleframework.xml.strategy.Name
-
The default name of the attribute used to identify an object.
- marker - Variable in class org.simpleframework.xml.core.Introspector
-
This is the actual annotation from the specified contact.
- match(char[], char[]) - Method in class org.simpleframework.xml.util.Resolver
-
This acts as a driver to the
matchmethod so that the offsets can be used as zeros for the start of matching for thematch(char[],int,char[],int). - match(char[], int, char[], int) - Method in class org.simpleframework.xml.util.Resolver
-
This will be used to check to see if a certain buffer matches the pattern if it does then it returns
true. - match(Class) - Method in class org.simpleframework.xml.core.EmptyMatcher
-
This method is used to return a null value for the transform.
- match(Class) - Method in class org.simpleframework.xml.transform.ArrayMatcher
-
This is used to match a
Transformbased on the array component type of an object to be transformed. - match(Class) - Method in class org.simpleframework.xml.transform.DefaultMatcher
-
This is used to match a
Transformfor the given type. - match(Class) - Method in class org.simpleframework.xml.transform.EmptyMatcher
-
This method is used to return a null value for the transform.
- match(Class) - Method in interface org.simpleframework.xml.transform.Matcher
-
This is used to match a
Transformusing the type specified. - match(Class) - Method in class org.simpleframework.xml.transform.PackageMatcher
-
This method attempts to perform a resolution of the transform based on its package prefix.
- match(Class) - Method in class org.simpleframework.xml.transform.PrimitiveMatcher
-
This method is used to match the specified type to primitive transform implementations.
- match(Class) - Method in class org.simpleframework.xml.transform.RegistryMatcher
-
This is used to match a
Transformusing the type specified. - match(Class) - Method in class org.simpleframework.xml.transform.Transformer
-
This method is used to acquire a
Transformfor the the specified type. - Match - Interface in org.simpleframework.xml.util
-
This object is stored within a
Resolverso that it can be retrieved using a string that matches its pattern. - matchArray(Class) - Method in class org.simpleframework.xml.transform.ArrayMatcher
-
This is used to match a
Transformbased on the array component type of an object to be transformed. - matchEnum(Class) - Method in class org.simpleframework.xml.transform.PackageMatcher
-
This is used to resolve
Transformimplementations that areEnumimplementations. - matcher - Variable in class org.simpleframework.xml.core.Support
-
This is the matcher used to acquire the transform objects.
- matcher - Variable in class org.simpleframework.xml.transform.DefaultMatcher
-
Matcher used to resolve user specified transform overrides.
- matcher - Variable in class org.simpleframework.xml.transform.Transformer
-
This is used to perform the matching of types to transforms.
- Matcher - Interface in org.simpleframework.xml.transform
-
The
Matcheris used to match a type with a transform such that a string value can be read or written as that type. - matchFile(Class) - Method in class org.simpleframework.xml.transform.PackageMatcher
-
This is used to resolve
Transformimplementations that relate to thejava.iopackage. - matchLanguage(Class) - Method in class org.simpleframework.xml.transform.PackageMatcher
-
This is used to resolve
Transformimplementations that relate to thejava.langpackage. - matchMath(Class) - Method in class org.simpleframework.xml.transform.PackageMatcher
-
This is used to resolve
Transformimplementations that relate to thejava.mathpackage. - matchSQL(Class) - Method in class org.simpleframework.xml.transform.PackageMatcher
-
This is used to resolve
Transformimplementations that relate to thejava.sqlpackage. - matchType(Class) - Method in class org.simpleframework.xml.transform.DefaultMatcher
-
This is used to match a
Transformfor the given type. - matchURL(Class) - Method in class org.simpleframework.xml.transform.PackageMatcher
-
This is used to resolve
Transformimplementations that relate to thejava.netpackage. - matchUtility(Class) - Method in class org.simpleframework.xml.transform.PackageMatcher
-
This is used to resolve
Transformimplementations that relate to thejava.utilpackage. - method - Variable in class org.simpleframework.xml.core.Function
-
This is the method that is to be invoked by the function.
- method - Variable in class org.simpleframework.xml.core.GetPart
-
This method is used to get the value during serialization.
- method - Variable in class org.simpleframework.xml.core.MethodDetail
-
This is the method that this instance is representing.
- method - Variable in class org.simpleframework.xml.core.MethodName
-
This is the actual method that this method name represents.
- method - Variable in class org.simpleframework.xml.core.SetPart
-
This method is used to set the value during deserialization.
- method(Detail) - Method in class org.simpleframework.xml.core.ClassScanner
-
This is used to scan the specified class for methods so that the persister callback annotations can be collected.
- method(Detail) - Method in class org.simpleframework.xml.core.ObjectScanner
-
This is used to acquire the contacts for the annotated fields within the specified class.
- method(MethodDetail) - Method in class org.simpleframework.xml.core.ClassScanner
-
Scans the provided method for a persister callback method.
- MethodContact - Class in org.simpleframework.xml.core
-
The
MethodContactobject is acts as a contact that can set and get data to and from an object using methods. - MethodContact(MethodPart) - Constructor for class org.simpleframework.xml.core.MethodContact
-
Constructor for the
MethodContactobject. - MethodContact(MethodPart, MethodPart) - Constructor for class org.simpleframework.xml.core.MethodContact
-
Constructor for the
MethodContactobject. - MethodDetail - Class in org.simpleframework.xml.core
-
The
MethodDetailrepresents a method and acts as a means to cache all of the details associated with the method. - MethodDetail(Method) - Constructor for class org.simpleframework.xml.core.MethodDetail
-
Constructor for the
MethodDetailobject. - MethodException - Exception in org.simpleframework.xml.core
-
The
MethodExceptionis used to represent conditions where a Java Bean property has been annotated incorrectly. - MethodException(String, Object...) - Constructor for exception org.simpleframework.xml.core.MethodException
-
Constructor for the
MethodExceptionobject. - MethodException(Throwable, String, Object...) - Constructor for exception org.simpleframework.xml.core.MethodException
-
Constructor for the
MethodExceptionobject. - MethodName - Class in org.simpleframework.xml.core
-
The
MethodNameobject is used to represent the name of a Java Bean method. - MethodName(Method, MethodType, String) - Constructor for class org.simpleframework.xml.core.MethodName
-
Constructor for the
MethodNameobjects. - MethodPart - Interface in org.simpleframework.xml.core
-
The
MethodPartinterface is used to provide a point of contact with an object. - MethodPartFactory - Class in org.simpleframework.xml.core
-
The
MethodPartFactoryis used to create method parts based on the method signature and the XML annotation. - MethodPartFactory(Detail, Support) - Constructor for class org.simpleframework.xml.core.MethodPartFactory
-
Constructor for the
MethodPartFactoryobject. - methods - Variable in class org.simpleframework.xml.core.DetailExtractor
-
This is the cache of methods for specific classes scanned.
- methods - Variable in class org.simpleframework.xml.core.DetailScanner
-
This contains a list of methods that are extracted for this.
- methods(Class) - Method in class org.simpleframework.xml.core.DetailScanner
-
This is used to scan the type for its declared methods.
- MethodScanner - Class in org.simpleframework.xml.core
-
The
MethodScannerobject is used to scan an object for matching get and set methods for an XML annotation. - MethodScanner(Detail, Support) - Constructor for class org.simpleframework.xml.core.MethodScanner
-
Constructor for the
MethodScannerobject. - MethodScanner.PartMap - Class in org.simpleframework.xml.core
-
The
PartMapis used to contain method parts using the Java Bean method name for the part. - MethodType - Enum in org.simpleframework.xml.core
-
The
MethodTypeenumeration is used to specify a set of types that can be used to classify Java Beans methods. - MethodType(int) - Constructor for enum org.simpleframework.xml.core.MethodType
-
Constructor for the
MethodTypeobject. - mode - Variable in class org.simpleframework.xml.stream.OutputDocument
-
This is the output mode of this output document object.
- mode - Variable in class org.simpleframework.xml.stream.OutputElement
-
This is the output mode that this element object is using.
- Mode - Enum in org.simpleframework.xml.stream
-
The
Modeenumeration is used to specify the output mode for XML text. - Mode() - Constructor for enum org.simpleframework.xml.stream.Mode
- model - Variable in class org.simpleframework.xml.core.ModelSection
-
This is the model that contains the elements and attributes.
- model - Variable in class org.simpleframework.xml.core.Structure
-
This contains the tree of XML elements and attributes used.
- Model - Interface in org.simpleframework.xml.core
-
The
Modelinterface represents the core data structure used for representing an XML schema. - ModelAssembler - Class in org.simpleframework.xml.core
-
The
ModelAssembleris used to assemble the model using registrations based on the specified order. - ModelAssembler(ExpressionBuilder, Detail, Support) - Constructor for class org.simpleframework.xml.core.ModelAssembler
-
Constructor for the
ModelAssemblerobject. - ModelList - Class in org.simpleframework.xml.core
-
The
ModelListobject is used to maintain an ordered list of models. - ModelList() - Constructor for class org.simpleframework.xml.core.ModelList
-
Constructor for the
ModelListobject. - ModelMap - Class in org.simpleframework.xml.core
-
The
ModelMapobject represents a map that contains string model mappings. - ModelMap(Detail) - Constructor for class org.simpleframework.xml.core.ModelMap
-
Constructor for the
ModelMapobject is used to create an empty map. - models - Variable in class org.simpleframework.xml.core.ModelSection
-
Represents a mapping between styled names and models.
- models - Variable in class org.simpleframework.xml.core.TreeModel
-
This holds the mappings for the models within this instance.
- ModelSection - Class in org.simpleframework.xml.core
-
The
ModelSectionrepresents a section that is backed by aModelinstance. - ModelSection(Model) - Constructor for class org.simpleframework.xml.core.ModelSection
-
Constructor for the
ModelSectionobject. - modifier - Variable in class org.simpleframework.xml.core.FieldContact
-
This is the modifiers for the field that this represents.
N
- name - Variable in class org.simpleframework.xml.core.AttributeLabel
-
This is the name of the element for this label instance.
- name - Variable in class org.simpleframework.xml.core.AttributeParameter
-
This is the actual name that has been determined.
- name - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is used to represent the name of the annotated element.
- name - Variable in class org.simpleframework.xml.core.CacheParameter
-
This is the name of the element or attribute for the parameter.
- name - Variable in class org.simpleframework.xml.core.CompositeInlineList
-
This represents the name of the entry elements to write.
- name - Variable in class org.simpleframework.xml.core.CompositeList
-
This represents the name of the entry elements to write.
- name - Variable in class org.simpleframework.xml.core.DetailScanner
-
This represents the name of the type used for XML elements.
- name - Variable in class org.simpleframework.xml.core.ElementArrayLabel
-
This is the name of the element for this label instance.
- name - Variable in class org.simpleframework.xml.core.ElementArrayParameter
-
This is the actual name that has been determined.
- name - Variable in class org.simpleframework.xml.core.ElementLabel
-
This is the name of the XML element from the annotation.
- name - Variable in class org.simpleframework.xml.core.ElementListLabel
-
This is the name of the XML element from the annotation.
- name - Variable in class org.simpleframework.xml.core.ElementListParameter
-
This is the actual name that has been determined.
- name - Variable in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is the actual name that has been determined.
- name - Variable in class org.simpleframework.xml.core.ElementMapLabel
-
This is the name of the element for this label instance.
- name - Variable in class org.simpleframework.xml.core.ElementMapParameter
-
This is the actual name that has been determined.
- name - Variable in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is the actual name that has been determined.
- name - Variable in class org.simpleframework.xml.core.ElementParameter
-
This is the actual name that has been determined.
- name - Variable in class org.simpleframework.xml.core.ElementUnionParameter
-
This is the actual name that has been determined.
- name - Variable in class org.simpleframework.xml.core.FieldContact
-
This is the name for this contact as taken from the field.
- name - Variable in class org.simpleframework.xml.core.FieldDetail
-
This contains the name of the field that is represented.
- name - Variable in class org.simpleframework.xml.core.FieldScanner.FieldKey
-
This is the name of the field that this represents.
- name - Variable in class org.simpleframework.xml.core.GetPart
-
This is the Java Bean name representation of the method.
- name - Variable in class org.simpleframework.xml.core.LabelKey
-
This is the name of the field or method that is represented.
- name - Variable in class org.simpleframework.xml.core.MethodContact
-
This represents the name of the method for this contact.
- name - Variable in class org.simpleframework.xml.core.MethodDetail
-
This contains the name of the method that is represented.
- name - Variable in class org.simpleframework.xml.core.MethodName
-
This is the Java Bean method name that is represented.
- name - Variable in class org.simpleframework.xml.core.SetPart
-
This represents the name of this set part instance.
- name - Variable in class org.simpleframework.xml.core.TemplateEngine
-
This is used to accumulate the bytes for the variable name.
- name - Variable in class org.simpleframework.xml.core.TextParameter
-
This is the actual name that has been determined.
- name - Variable in class org.simpleframework.xml.core.TreeModel
-
This must be a valid XML element representing the name.
- name - Variable in class org.simpleframework.xml.core.VersionLabel
-
This is the name of the element for this label instance.
- name - Variable in class org.simpleframework.xml.stream.InputAttribute
-
Represents the name of this input attribute instance.
- name - Variable in class org.simpleframework.xml.stream.OutputAttribute
-
Represents the name of this node object instance.
- name - Variable in class org.simpleframework.xml.stream.OutputDocument
-
This is the name of this output document node instance.
- name - Variable in class org.simpleframework.xml.stream.OutputElement
-
Represents the name of the element for this output node.
- name - Variable in class org.simpleframework.xml.stream.PullReader.Entry
-
This is the name that is used by this attribute.
- name - Variable in class org.simpleframework.xml.stream.PullReader.Start
-
This is the name that is used by this attribute.
- name() - Method in annotation type org.simpleframework.xml.Attribute
-
This represents the name of the XML attribute.
- name() - Method in class org.simpleframework.xml.core.TemplateEngine
-
This method is used to extract text from the property value that matches the pattern "${ *TEXT }".
- name() - Method in annotation type org.simpleframework.xml.Element
-
This represents the name of the XML element.
- name() - Method in annotation type org.simpleframework.xml.ElementArray
-
This represents the name of the XML element.
- name() - Method in annotation type org.simpleframework.xml.ElementList
-
This represents the name of the XML element.
- name() - Method in annotation type org.simpleframework.xml.ElementMap
-
This represents the name of the XML element.
- name() - Method in annotation type org.simpleframework.xml.Root
-
This represents the name of the XML element.
- name() - Method in annotation type org.simpleframework.xml.Version
-
This represents the name of the XML attribute.
- name(StringBuilder) - Method in class org.simpleframework.xml.core.AnnotationHandler
-
This is used to build a string from the annotation.
- Name - Interface in org.simpleframework.xml.strategy
-
This contains the default attribute names to use to populate the XML elements with data relating to the object to be serialized.
- NAME - Static variable in class org.simpleframework.xml.core.Comparer
-
This is the default attribute to ignore for the comparer.
- names - Variable in class org.simpleframework.xml.core.CacheLabel
-
This represents the names that identify this label instance.
- names - Variable in class org.simpleframework.xml.core.PathParser
-
This contains a list of the path segments that were parsed.
- namespace - Variable in class org.simpleframework.xml.core.DetailScanner
-
This represents the namespace annotation declared on the type.
- namespace(Annotation) - Method in class org.simpleframework.xml.core.DetailScanner
-
This is use to scan for
Namespaceannotations on the class. - namespace(Contact) - Method in class org.simpleframework.xml.core.Qualifier
-
This is use to scan for
Namespaceannotations on the contact. - namespace(Detail) - Method in class org.simpleframework.xml.core.ClassScanner
-
This is used to acquire the namespace annotations that apply to the scanned class.
- namespace(OutputNode) - Method in class org.simpleframework.xml.core.NamespaceDecorator
-
This is use to apply the
Namespaceannotations on the node. - Namespace - Annotation Type in org.simpleframework.xml
-
The
Namespaceannotation is used to set a namespace on an element or attribute. - NAMESPACE - Static variable in class org.simpleframework.xml.stream.Formatter
-
Represents the prefix used when declaring an XML namespace.
- NamespaceDecorator - Class in org.simpleframework.xml.core
-
The
NamespaceDecoratorobject is used to decorate any output node with namespaces. - NamespaceDecorator() - Constructor for class org.simpleframework.xml.core.NamespaceDecorator
-
Constructor for the
NamespaceDecoratorobject. - NamespaceList - Annotation Type in org.simpleframework.xml
-
The
NamespaceListannotation that is used to declare namespaces that can be added to an element. - NamespaceMap - Interface in org.simpleframework.xml.stream
-
The
NamespaceMapobject is used store the namespaces for an element. - next() - Method in class org.simpleframework.xml.stream.DocumentReader
-
This is used to take the next node from the document.
- next() - Method in interface org.simpleframework.xml.stream.EventReader
-
This is used to take the next node from the document.
- next() - Method in class org.simpleframework.xml.stream.OutputStack.Sequence
-
Returns the
OutputNodeobject at the cursor position. - next() - Method in class org.simpleframework.xml.stream.PullReader
-
This is used to take the next node from the document.
- next() - Method in class org.simpleframework.xml.stream.StreamReader
-
This is used to take the next node from the document.
- next() - Method in class org.simpleframework.xml.util.Resolver.Stack.Sequence
-
This returns the
Matchobject at the cursor position. - node - Variable in class org.simpleframework.xml.stream.DocumentReader.Entry
-
This is the node that is to be represented as an attribute.
- node - Variable in class org.simpleframework.xml.stream.DocumentReader.Text
-
This is the node that is used to represent the text value.
- node - Variable in class org.simpleframework.xml.stream.InputElement
-
This is the XML element that this node provides access to.
- Node - Interface in org.simpleframework.xml.stream
-
The
Nodeis used to represent a name value pair and acts as the base form of data used within the framework. - NodeBuilder - Class in org.simpleframework.xml.stream
-
The
NodeBuilderobject is used to create either an input node or an output node for a given source or destination. - NodeBuilder() - Constructor for class org.simpleframework.xml.stream.NodeBuilder
- NodeException - Exception in org.simpleframework.xml.stream
-
The
NodeExceptionis thrown to indicate the state of either the input node or output node being invalid. - NodeException(String) - Constructor for exception org.simpleframework.xml.stream.NodeException
-
Constructor for the
NodeExceptionobject. - NodeExtractor - Class in org.simpleframework.xml.stream
-
The
NodeExtractorobject is used to extract nodes from a provided DOM document. - NodeExtractor(Document) - Constructor for class org.simpleframework.xml.stream.NodeExtractor
-
Constructor for the
NodeExtractorobject. - NodeMap<T extends Node> - Interface in org.simpleframework.xml.stream
-
The
NodeMapobject represents a map of nodes that can be set as name value pairs. - NodeReader - Class in org.simpleframework.xml.stream
-
The
NodeReaderobject is used to read elements from the specified XML event reader. - NodeReader(EventReader) - Constructor for class org.simpleframework.xml.stream.NodeReader
-
Constructor for the
NodeReaderobject. - NodeStack - Class in org.simpleframework.xml.stream
-
The
NodeStackobject is used to represent a stack of DOM nodes. - NodeStack() - Constructor for class org.simpleframework.xml.stream.NodeStack
-
Constructor for the
NodeStackobject. - NodeWriter - Class in org.simpleframework.xml.stream
-
The
NodeWriterobject is used to create a writer that will write well formed indented XML for a given output node. - NodeWriter(Writer) - Constructor for class org.simpleframework.xml.stream.NodeWriter
-
Constructor for the
NodeWriterobject. - NodeWriter(Writer, Format) - Constructor for class org.simpleframework.xml.stream.NodeWriter
-
Constructor for the
NodeWriterobject. - NodeWriter(Writer, Format, boolean) - Constructor for class org.simpleframework.xml.stream.NodeWriter
-
Constructor for the
NodeWriterobject. - NONE - org.simpleframework.xml.core.MethodType
-
This is used to represent a a normal method to be ignored.
- NORMAL - org.simpleframework.xml.transform.DateType
-
This date type enables only the specific date to be used.
- number() - Method in class org.simpleframework.xml.stream.Splitter
-
This is used to extract a number from the source string.
O
- ObjectFactory - Class in org.simpleframework.xml.core
-
The
ObjectFactoryis the most basic factory. - ObjectFactory(Context, Type, Class) - Constructor for class org.simpleframework.xml.core.ObjectFactory
-
Constructor for the
ObjectFactoryclass. - ObjectInstance - Class in org.simpleframework.xml.core
-
The
ObjectInstanceis used to instantiate an object from the criteria provided in the givenValue. - ObjectInstance(Context, Value) - Constructor for class org.simpleframework.xml.core.ObjectInstance
-
Constructor for the
ObjectInstanceobject. - ObjectScanner - Class in org.simpleframework.xml.core
-
The
ObjectScannerperforms the reflective inspection of a class and builds a map of attributes and elements for each annotated field. - ObjectScanner(Detail, Support) - Constructor for class org.simpleframework.xml.core.ObjectScanner
-
Constructor for the
ObjectScannerobject. - ObjectValue - Class in org.simpleframework.xml.strategy
-
The
ObjectValueis an implementation of a value that represents a object other than an array. - ObjectValue(Class) - Constructor for class org.simpleframework.xml.strategy.ObjectValue
-
Constructor for the
ObjectValueobject. - off - Variable in class org.simpleframework.xml.core.PathParser
-
This is the current seek position for the parser.
- off - Variable in class org.simpleframework.xml.core.TemplateEngine
-
This is used to keep track of the buffer seek offset.
- off - Variable in class org.simpleframework.xml.stream.Splitter
-
This is the current read offset of the text string.
- open() - Method in class org.simpleframework.xml.core.SessionManager
-
This is used to open a new
Sessionobject. - open(boolean) - Method in class org.simpleframework.xml.core.SessionManager
-
This is used to open a new
Sessionobject. - OPEN - Static variable in class org.simpleframework.xml.stream.Formatter
-
This is used to open a comment section within the document.
- options - Variable in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is the list of creators representing an object constructor.
- order - Variable in class org.simpleframework.xml.core.ClassScanner
-
This is the order annotation that has been scanned from the type.
- order - Variable in class org.simpleframework.xml.core.DetailScanner
-
This is the order annotation that is declared for the type.
- order - Variable in class org.simpleframework.xml.core.TreeModel
-
This is used to provide the order of the model elements.
- order(Annotation) - Method in class org.simpleframework.xml.core.DetailScanner
-
This is used to set the optional
Orderannotation for the class. - order(Detail) - Method in class org.simpleframework.xml.core.ObjectScanner
-
This is used to acquire the optional order annotation to provide order to the elements and attributes for the generated XML.
- Order - Annotation Type in org.simpleframework.xml
-
The
Orderannotation is used to specify the order of appearance of XML elements and attributes. - OrderList() - Constructor for class org.simpleframework.xml.core.TreeModel.OrderList
-
Constructor for the
OrderListobject. - org.simpleframework.xml - package org.simpleframework.xml
- org.simpleframework.xml.convert - package org.simpleframework.xml.convert
- org.simpleframework.xml.core - package org.simpleframework.xml.core
- org.simpleframework.xml.filter - package org.simpleframework.xml.filter
- org.simpleframework.xml.strategy - package org.simpleframework.xml.strategy
- org.simpleframework.xml.stream - package org.simpleframework.xml.stream
- org.simpleframework.xml.transform - package org.simpleframework.xml.transform
- org.simpleframework.xml.util - package org.simpleframework.xml.util
- OutputAttribute - Class in org.simpleframework.xml.stream
-
The
OutputAttributeobject is used to represent a node added to the output node map. - OutputAttribute(OutputNode, String, String) - Constructor for class org.simpleframework.xml.stream.OutputAttribute
-
Constructor for the
OutputAttributeobject. - OutputBuffer - Class in org.simpleframework.xml.stream
-
This is primarily used to replace the
StringBufferclass, as a way for theFormatterto store the start tag for an XML element. - OutputBuffer() - Constructor for class org.simpleframework.xml.stream.OutputBuffer
-
Constructor for
OutputBuffer. - OutputDocument - Class in org.simpleframework.xml.stream
-
The
OutputDocumentobject is used to represent the root of an XML document. - OutputDocument(NodeWriter, OutputStack) - Constructor for class org.simpleframework.xml.stream.OutputDocument
-
Constructor for the
OutputDocumentobject. - OutputElement - Class in org.simpleframework.xml.stream
-
The
OutputElementobject represents an XML element. - OutputElement(OutputNode, NodeWriter, String) - Constructor for class org.simpleframework.xml.stream.OutputElement
-
Constructor for the
OutputElementobject. - OutputNode - Interface in org.simpleframework.xml.stream
-
The
OutputNodeobject is used to represent a cursor which can be used to write XML elements and attributes. - OutputNodeMap - Class in org.simpleframework.xml.stream
-
The
OutputNodeMapis used to collect attribute nodes for an output node. - OutputNodeMap(OutputNode) - Constructor for class org.simpleframework.xml.stream.OutputNodeMap
-
Constructor for the
OutputNodeMapobject. - OutputStack - Class in org.simpleframework.xml.stream
-
The
OutputStackis used to keep track of the nodes that have been written to the document. - OutputStack(Set) - Constructor for class org.simpleframework.xml.stream.OutputStack
-
Constructor for the
OutputStackobject. - OutputStack.Sequence - Class in org.simpleframework.xml.stream
-
The is used to order the
OutputNodeobjects from the top down. - override - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is used to represent the name override for the annotation.
- override - Variable in class org.simpleframework.xml.core.DetailExtractor
-
This is an optional access type for the details created.
- override - Variable in class org.simpleframework.xml.core.DetailScanner
-
This represents the access type override declared or the type.
- override - Variable in class org.simpleframework.xml.core.ElementLabel
-
This is the name of the element for this label instance.
- override - Variable in class org.simpleframework.xml.core.ElementListLabel
-
This is the name of the element for this label instance.
- override - Variable in class org.simpleframework.xml.core.ElementMapLabel
-
This is the name of the element for this label instance.
- override - Variable in class org.simpleframework.xml.core.Factory
-
This is the class override to used when instantiating objects.
- override - Variable in class org.simpleframework.xml.core.OverrideType
-
This is the override that is used to represent the type.
- OverrideType - Class in org.simpleframework.xml.core
-
The
OverrideTypeis used to represent a type as class other than that defined in a containing type. - OverrideType(Type, Class) - Constructor for class org.simpleframework.xml.core.OverrideType
-
Constructor for the
OverrideTypeobject. - OverrideValue - Class in org.simpleframework.xml.core
-
The
OverrideValueis used to represent a value that contains an override type. - OverrideValue(Value, Class) - Constructor for class org.simpleframework.xml.core.OverrideValue
-
Constructor for the
OverrideValueobject. - owner - Variable in class org.simpleframework.xml.core.LabelKey
-
This is the declaring class where the method or field is defined.
- owner - Variable in class org.simpleframework.xml.core.MethodContact
-
This represents the declaring class for this method.
- owner - Variable in class org.simpleframework.xml.core.ParameterContact
-
This represents the class that this parameter was declared in.
P
- PackageMatcher - Class in org.simpleframework.xml.transform
-
The
PackageMatcherobject is used to match the stock transforms to Java packages. - PackageMatcher() - Constructor for class org.simpleframework.xml.transform.PackageMatcher
-
Constructor for the
PackageMatcherobject. - Parameter - Interface in org.simpleframework.xml.core
-
The
Parameteris used to represent a constructor parameter. - ParameterBuilder(Class, Class) - Constructor for class org.simpleframework.xml.core.ParameterFactory.ParameterBuilder
-
Constructor for the
PameterBuilderobject. - ParameterBuilder(Class, Class, Class) - Constructor for class org.simpleframework.xml.core.ParameterFactory.ParameterBuilder
-
Constructor for the
PameterBuilderobject. - ParameterContact<T extends java.lang.annotation.Annotation> - Class in org.simpleframework.xml.core
-
The
ParameterContactobject is used to represent a contact that is provided so that aLabelcan be used to determine a consistent name for the parameter. - ParameterContact(T, Constructor, int) - Constructor for class org.simpleframework.xml.core.ParameterContact
-
Constructor for the
ParameterContactobject. - ParameterFactory - Class in org.simpleframework.xml.core
-
The
ParameterFactoryobject is used to create instances of theParameterobject. - ParameterFactory(Support) - Constructor for class org.simpleframework.xml.core.ParameterFactory
-
Constructor for the
ParameterFactoryobject. - ParameterFactory.ParameterBuilder - Class in org.simpleframework.xml.core
-
The
ParameterBuilderis used to create a constructor that can be used to instantiate the correct parameter for the XML annotation specified. - ParameterList() - Constructor for class org.simpleframework.xml.core.SignatureBuilder.ParameterList
-
Constructor for the
ParameterListobject. - ParameterList(SignatureBuilder.ParameterList) - Constructor for class org.simpleframework.xml.core.SignatureBuilder.ParameterList
-
Constructor for the
ParameterListobject. - ParameterMap - Class in org.simpleframework.xml.core
-
The
ParameterMapobject represents of parameters that are present within an objects constructors. - ParameterMap() - Constructor for class org.simpleframework.xml.core.ParameterMap
-
Constructor for the
ParameterMapobject. - parameters - Variable in class org.simpleframework.xml.core.Signature
-
This is the map of parameters that this signature uses.
- ParameterTable() - Constructor for class org.simpleframework.xml.core.SignatureBuilder.ParameterTable
-
Constructor for the
ParameterTableobject. - parent - Variable in class org.simpleframework.xml.core.CompositeArray
-
This is the name to wrap each entry that is represented.
- parent - Variable in class org.simpleframework.xml.core.ElementMapLabel
-
This is the name of the XML entry from the annotation.
- parent - Variable in class org.simpleframework.xml.core.PrimitiveArray
-
This is the name that each array element is wrapped with.
- parent - Variable in class org.simpleframework.xml.core.PrimitiveInlineList
-
This is the name that each list element is wrapped with.
- parent - Variable in class org.simpleframework.xml.core.PrimitiveList
-
This is the name that each array element is wrapped with.
- parent - Variable in class org.simpleframework.xml.stream.InputAttribute
-
This is the parent node to this attribute instance.
- parent - Variable in class org.simpleframework.xml.stream.InputElement
-
This is the parent node for this XML input element node.
- parent - Variable in class org.simpleframework.xml.stream.OutputElement
-
This is the parent XML element to this output node.
- parse() - Method in class org.simpleframework.xml.core.TemplateEngine
-
This extracts the value from the Java properties text.
- parse(char[], int, int) - Method in class org.simpleframework.xml.stream.CamelCaseBuilder.Attribute
-
This is used to parse the provided text in to the style that is required.
- parse(char[], int, int) - Method in class org.simpleframework.xml.stream.CamelCaseBuilder.Element
-
This is used to parse the provided text in to the style that is required.
- parse(char[], int, int) - Method in class org.simpleframework.xml.stream.HyphenBuilder.Parser
-
This is used to parse the provided text in to the style that is required.
- parse(char[], int, int) - Method in class org.simpleframework.xml.stream.Splitter
-
This is used to parse the provided text in to the style that is required.
- parse(String) - Method in class org.simpleframework.xml.core.PathParser
-
This method is used to parse the provided XPath expression.
- parser - Variable in class org.simpleframework.xml.stream.PullReader
-
This is the XML pull parser that is used to create events.
- Parser(String) - Constructor for class org.simpleframework.xml.stream.HyphenBuilder.Parser
-
Constructor for the
Parserobject. - PartMap() - Constructor for class org.simpleframework.xml.core.MethodScanner.PartMap
- path - Variable in class org.simpleframework.xml.core.AttributeLabel
-
This is the path that is used to represent this attribute.
- path - Variable in class org.simpleframework.xml.core.AttributeParameter
-
This is the fully qualified path used for this parameter.
- path - Variable in class org.simpleframework.xml.core.CacheLabel
-
This represents the path location within the XML for this.
- path - Variable in class org.simpleframework.xml.core.CacheParameter
-
This is the path of the element or attribute for the parameter.
- path - Variable in class org.simpleframework.xml.core.CompositeListUnion
-
This is the path expression used to represent this union.
- path - Variable in class org.simpleframework.xml.core.CompositeMapUnion
-
This is the path expression used to represent this union.
- path - Variable in class org.simpleframework.xml.core.CompositeUnion
-
This is the path expression used to represent this union.
- path - Variable in class org.simpleframework.xml.core.ElementArrayLabel
-
This is the path that is used to represent this attribute.
- path - Variable in class org.simpleframework.xml.core.ElementArrayParameter
-
This is the fully qualified path used for this parameter.
- path - Variable in class org.simpleframework.xml.core.ElementLabel
-
This is the path of the XML element from the annotation.
- path - Variable in class org.simpleframework.xml.core.ElementListLabel
-
This is the path of the XML entry from the annotation.
- path - Variable in class org.simpleframework.xml.core.ElementListParameter
-
This is the fully qualified path used for this parameter.
- path - Variable in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is the expression that is associated with this label.
- path - Variable in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is the fully qualified path used for this parameter.
- path - Variable in class org.simpleframework.xml.core.ElementMapLabel
-
This is the path of the element for this label instance.
- path - Variable in class org.simpleframework.xml.core.ElementMapParameter
-
This is the fully qualified path used for this parameter.
- path - Variable in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is the expression that is associated with this label.
- path - Variable in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is the fully qualified path used for this parameter.
- path - Variable in class org.simpleframework.xml.core.ElementParameter
-
This is the fully qualified path used for this parameter.
- path - Variable in class org.simpleframework.xml.core.ElementUnionLabel
-
This is the expression that is associated with this label.
- path - Variable in class org.simpleframework.xml.core.ElementUnionParameter
-
This is the fully qualified path used for this parameter.
- path - Variable in class org.simpleframework.xml.core.PathParser
-
This is a cache of the canonical path representation.
- path - Variable in class org.simpleframework.xml.core.PathParser.PathSection
-
This contains a cache of the canonical path representation.
- path - Variable in class org.simpleframework.xml.core.TextLabel
-
This is the path that is used to represent this text.
- path - Variable in class org.simpleframework.xml.core.TextParameter
-
This is the fully qualified path used for this parameter.
- path - Variable in class org.simpleframework.xml.core.VersionLabel
-
This is the path that is used to represent this version.
- path() - Method in class org.simpleframework.xml.core.PathParser
-
This method is used to parse the provided XPath expression.
- Path - Annotation Type in org.simpleframework.xml
-
The
Pathannotation is used to specify an XML path where an XML element or attribute is located. - PathException - Exception in org.simpleframework.xml.core
-
The
PathExceptionis thrown when there is a problem with the syntax of an XPath expression. - PathException(String, Object...) - Constructor for exception org.simpleframework.xml.core.PathException
-
Constructor for the
PathExceptionobject. - PathParser - Class in org.simpleframework.xml.core
-
The
PathParserobject is used to parse XPath paths. - PathParser(String, Type, Format) - Constructor for class org.simpleframework.xml.core.PathParser
-
Constructor for the
PathParserobject. - PathParser.PathSection - Class in org.simpleframework.xml.core
-
The
PathSectionrepresents a section of a path that is extracted. - paths - Variable in class org.simpleframework.xml.core.CacheLabel
-
This represents the paths that identify this label instance.
- PathSection(int, int) - Constructor for class org.simpleframework.xml.core.PathParser.PathSection
-
Constructor for the
PathSectionobject. - pattern - Variable in class org.simpleframework.xml.transform.LocaleTransform
-
This is the pattern used to split the parts of the locale.
- pattern - Variable in class org.simpleframework.xml.transform.StringArrayTransform
-
Represents the pattern used to split the string values.
- peek - Variable in class org.simpleframework.xml.stream.DocumentReader
-
This is used to keep track of any events that were peeked.
- peek - Variable in class org.simpleframework.xml.stream.PullReader
-
This is the previous node that has been read by a peek.
- peek - Variable in class org.simpleframework.xml.stream.StreamReader
-
This is used to keep track of any events that were peeked.
- peek() - Method in class org.simpleframework.xml.stream.DocumentReader
-
This is used to peek at the node from the document.
- peek() - Method in interface org.simpleframework.xml.stream.EventReader
-
This is used to peek at the node from the document.
- peek() - Method in class org.simpleframework.xml.stream.PullReader
-
This is used to peek at the node from the document.
- peek() - Method in class org.simpleframework.xml.stream.StreamReader
-
This is used to peek at the node from the document.
- persist - Variable in class org.simpleframework.xml.core.Caller
-
This is the pointer to the schema class persist function.
- persist - Variable in class org.simpleframework.xml.core.ClassScanner
-
This function acts as a pointer to the types persist process.
- persist(Object) - Method in class org.simpleframework.xml.core.Caller
-
This method is used to invoke the provided objects persistence function.
- persist(Method) - Method in class org.simpleframework.xml.core.ClassScanner
-
This method is used to check the provided method to determine if it contains the
Persistannotation. - Persist - Annotation Type in org.simpleframework.xml.core
-
The
Persistannotation is used to mark a method that requires a callback from the persister before serialization of an object begins. - PersistenceException - Exception in org.simpleframework.xml.core
-
The
PersistenceExceptionis thrown when there is a persistance exception. - PersistenceException(String, Object...) - Constructor for exception org.simpleframework.xml.core.PersistenceException
-
Constructor for the
PersistenceExceptionobject. - PersistenceException(Throwable, String, Object...) - Constructor for exception org.simpleframework.xml.core.PersistenceException
-
Constructor for the
PersistenceExceptionobject. - Persister - Class in org.simpleframework.xml.core
-
The
Persisterobject is used to provide an implementation of a serializer. - Persister() - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Map) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Map, Format) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Filter) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Filter, Format) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Filter, Matcher) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Filter, Matcher, Format) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Strategy) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Strategy, Map) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Strategy, Map, Format) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Strategy, Filter) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Strategy, Filter, Format) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Strategy, Filter, Matcher) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Strategy, Filter, Matcher, Format) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Strategy, Format) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Strategy, Matcher) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Strategy, Matcher, Format) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Format) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Matcher) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - Persister(Matcher, Format) - Constructor for class org.simpleframework.xml.core.Persister
-
Constructor for the
Persisterobject. - PlatformFilter - Class in org.simpleframework.xml.filter
-
The
PlatformFilterobject makes use of all filter types this resolves user specified properties first, followed by system properties, and finally environment variables. - PlatformFilter() - Constructor for class org.simpleframework.xml.filter.PlatformFilter
-
Constructor for the
PlatformFilterobject. - PlatformFilter(Map) - Constructor for class org.simpleframework.xml.filter.PlatformFilter
-
Constructor for the
PlatformFilterobject. - policy - Variable in class org.simpleframework.xml.core.LabelMap
-
This is policy used to determine the type of mappings used.
- policy - Variable in class org.simpleframework.xml.core.TreeModel
-
This is the serialization policy enforced on this model.
- Policy - Interface in org.simpleframework.xml.core
-
The
Policyinterface is used to represent the XML mapping policy used by the current serialization schema. - pop() - Method in class org.simpleframework.xml.stream.Indenter
-
This is used to pop an indent from the cache.
- pop() - Method in class org.simpleframework.xml.stream.OutputStack
-
This is used to remove the
OutputNodefrom the top of the output stack. - pop() - Method in class org.simpleframework.xml.stream.Stack
-
This is used to remove the element from the top of this stack.
- populate(Detail) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This used to populate replace the parameters extracted from the scanning process with ones matched with registered labels.
- populate(Signature) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This used to populate replace the parameters extracted from the scanning process with ones matched with registered labels.
- populate(SignatureBuilder.ParameterTable, SignatureBuilder.ParameterList, int) - Method in class org.simpleframework.xml.core.SignatureBuilder
-
This is the final leg of building a permutation where a signature is given to permutate on the last column.
- populate(InputNode, Object) - Method in class org.simpleframework.xml.core.CompositeList
-
This
populatemethod wll read the XML element list from the provided node and deserialize its children as entry types. - populate(InputNode, Object) - Method in class org.simpleframework.xml.core.CompositeMap
-
This
populatemethod will read the XML element map from the provided node and deserialize its children as entry types. - populate(InputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveList
-
This
populatemethod wll read the XML element list from the provided node and deserialize its children as entry types. - Position - Interface in org.simpleframework.xml.stream
-
The
Positionobject is used to acquire the position of the read cursor within the XML file. - prefix - Variable in enum org.simpleframework.xml.core.MethodType
-
This is the length of the prefix the method type uses.
- prefix - Variable in class org.simpleframework.xml.core.TreeModel
-
This is used to represent the prefix for this model.
- prefix - Variable in class org.simpleframework.xml.stream.InputAttribute
-
This is the prefix associated with this attribute node.
- prefix - Variable in class org.simpleframework.xml.stream.PullReader.Entry
-
This is the XML namespace prefix used by the attribute.
- prefix - Variable in class org.simpleframework.xml.stream.PullReader.Start
-
This is the XML namespace prefix used by the attribute.
- prefix() - Method in annotation type org.simpleframework.xml.Namespace
-
This is used to specify the prefix used for the namespace.
- prefixes - Variable in class org.simpleframework.xml.core.PathParser
-
This is used to store the path prefixes for the parsed path.
- PrefixResolver - Class in org.simpleframework.xml.stream
-
The
PrefixResolverobject will store the namespaces for an element. - PrefixResolver(OutputNode) - Constructor for class org.simpleframework.xml.stream.PrefixResolver
-
Constructor for the
PrefixResolverobject. - primary - Variable in class org.simpleframework.xml.core.ClassInstantiator
-
This represents the default no argument constructor used.
- primary - Variable in class org.simpleframework.xml.core.ConstructorScanner
-
This represents the default no argument constructor.
- primary - Variable in class org.simpleframework.xml.core.NamespaceDecorator
-
This is used to set the primary namespace reference used.
- primary - Variable in class org.simpleframework.xml.transform.ArrayMatcher
-
This is the primary matcher that can resolve transforms.
- primitive - Variable in class org.simpleframework.xml.core.CacheParameter
-
Determines if this parameter represents a primitive value.
- primitive - Variable in class org.simpleframework.xml.core.ClassSchema
-
This is used to specify whether the type is a primitive class.
- primitive - Variable in class org.simpleframework.xml.core.Composite
-
This is used to convert any primitive values that are needed.
- primitive - Variable in class org.simpleframework.xml.core.Structure
-
This is used to determine if the structure is a primitive.
- primitive - Variable in class org.simpleframework.xml.core.StructureBuilder
-
This is used to determine if the scanned class is primitive.
- primitive - Variable in class org.simpleframework.xml.core.TextList
-
This is the primitive object used to read the free text.
- primitive - Variable in class org.simpleframework.xml.transform.DefaultMatcher
-
Matcher used to resolve stock transforms for primitive types.
- Primitive - Class in org.simpleframework.xml.core
-
The
Primitiveobject is used to provide serialization for primitive objects. - Primitive(Context, Type) - Constructor for class org.simpleframework.xml.core.Primitive
-
Constructor for the
Primitiveobject. - Primitive(Context, Type, String) - Constructor for class org.simpleframework.xml.core.Primitive
-
Constructor for the
Primitiveobject. - PrimitiveArray - Class in org.simpleframework.xml.core
-
The
PrimitiveArrayobject is used to convert a list of elements to an array of object entries. - PrimitiveArray(Context, Type, Type, String) - Constructor for class org.simpleframework.xml.core.PrimitiveArray
-
Constructor for the
PrimitiveArrayobject. - PrimitiveFactory - Class in org.simpleframework.xml.core
-
The
PrimitiveFactoryobject is used to create objects that are primitive types. - PrimitiveFactory(Context, Type) - Constructor for class org.simpleframework.xml.core.PrimitiveFactory
-
Constructor for the
PrimitiveFactoryobject. - PrimitiveFactory(Context, Type, Class) - Constructor for class org.simpleframework.xml.core.PrimitiveFactory
-
Constructor for the
PrimitiveFactoryobject. - PrimitiveInlineList - Class in org.simpleframework.xml.core
-
The
PrimitiveInlineListobject is used to convert a group of elements in to a collection of element entries. - PrimitiveInlineList(Context, Type, Type, String) - Constructor for class org.simpleframework.xml.core.PrimitiveInlineList
-
Constructor for the
PrimitiveInlineListobject. - PrimitiveKey - Class in org.simpleframework.xml.core
-
The
PrimitiveKeyis used to serialize a primitive key to and from a node. - PrimitiveKey(Context, Entry, Type) - Constructor for class org.simpleframework.xml.core.PrimitiveKey
-
Constructor for the
PrimitiveKeyobject. - PrimitiveList - Class in org.simpleframework.xml.core
-
The
PrimitiveListobject is used to convert an element list to a collection of element entries. - PrimitiveList(Context, Type, Type, String) - Constructor for class org.simpleframework.xml.core.PrimitiveList
-
Constructor for the
PrimitiveListobject. - PrimitiveMatcher - Class in org.simpleframework.xml.transform
-
The
PrimitiveMatcherobject is used to resolve the primitive types to a stock transform. - PrimitiveMatcher() - Constructor for class org.simpleframework.xml.transform.PrimitiveMatcher
-
Constructor for the
PrimitiveMatcherobject. - PrimitiveScanner - Class in org.simpleframework.xml.core
-
The
PrimitiveScannerperforms the reflective inspection of a class and builds a map of attributes and elements for each annotated field. - PrimitiveScanner(Detail) - Constructor for class org.simpleframework.xml.core.PrimitiveScanner
-
Constructor for the
PrimitiveScannerobject. - PrimitiveScanner.EmptySection - Class in org.simpleframework.xml.core
-
The
EmptySectionobject creates a section for used with primitives that has no values. - PrimitiveValue - Class in org.simpleframework.xml.core
-
The
PrimitiveValueis used to serialize a primitive value to and from a node. - PrimitiveValue(Context, Entry, Type) - Constructor for class org.simpleframework.xml.core.PrimitiveValue
-
Constructor for the
PrimitiveValueobject. - process() - Method in class org.simpleframework.xml.stream.Splitter
-
This is used to process the internal string and convert it in to a styled string.
- process(Annotation, int) - Method in class org.simpleframework.xml.core.SignatureScanner
-
This is used to create
Parameterobjects which are used to represent the parameters in a constructor. - process(Field, Annotation, Annotation[]) - Method in class org.simpleframework.xml.core.FieldScanner
-
This method is used to process the field an annotation given.
- process(Field, Class, Annotation[]) - Method in class org.simpleframework.xml.core.FieldScanner
-
This method is used to process the field an annotation given.
- process(Method, Annotation[]) - Method in class org.simpleframework.xml.core.MethodScanner
-
This is used to classify the specified method into either a get or set method.
- process(Method, Annotation, Annotation[]) - Method in class org.simpleframework.xml.core.MethodScanner
-
This is used to classify the specified method into either a get or set method.
- process(String) - Method in class org.simpleframework.xml.core.TemplateEngine
-
This method is used to append the provided text and then it converts the buffered text to return the corrosponding text.
- process(Contact, Annotation) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This reflectively checks the annotation to determine the type of annotation it represents.
- process(Contact, Annotation, LabelMap) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used when all details from a field have been gathered and a
Labelimplementation needs to be created. - process(Contact, Label, LabelMap) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used when all details from a field have been gathered and a
Labelimplementation needs to be created. - process(MethodContact) - Method in class org.simpleframework.xml.core.MethodScanner
-
This is used to process a method from a super class.
- process(MethodPart, MethodScanner.PartMap) - Method in class org.simpleframework.xml.core.MethodScanner
-
This is used to determine whether the specified method can be inserted into the given
PartMap. - prolog - Variable in class org.simpleframework.xml.stream.Format
-
Represents the prolog that appears in the generated XML.
- prolog - Variable in class org.simpleframework.xml.stream.Formatter
-
Represents the prolog to insert at the start of the document.
- PROPERTY - org.simpleframework.xml.DefaultType
-
This tells the serializer to default all property methods.
- provide(InputStream) - Method in class org.simpleframework.xml.stream.DocumentProvider
-
This provides an
EventReaderthat will read from the specified input stream. - provide(InputStream) - Method in interface org.simpleframework.xml.stream.Provider
-
This provides an
EventReaderthat will read from the specified input stream. - provide(InputStream) - Method in class org.simpleframework.xml.stream.PullProvider
-
This provides an
EventReaderthat will read from the specified input stream. - provide(InputStream) - Method in class org.simpleframework.xml.stream.StreamProvider
-
This provides an
EventReaderthat will read from the specified input stream. - provide(Reader) - Method in class org.simpleframework.xml.stream.DocumentProvider
-
This provides an
EventReaderthat will read from the specified reader. - provide(Reader) - Method in interface org.simpleframework.xml.stream.Provider
-
This provides an
EventReaderthat will read from the specified reader. - provide(Reader) - Method in class org.simpleframework.xml.stream.PullProvider
-
This provides an
EventReaderthat will read from the specified reader. - provide(Reader) - Method in class org.simpleframework.xml.stream.StreamProvider
-
This provides an
EventReaderthat will read from the specified reader. - provide(XMLEventReader) - Method in class org.simpleframework.xml.stream.StreamProvider
-
This provides an
EventReaderthat will read from the specified reader. - provide(InputSource) - Method in class org.simpleframework.xml.stream.DocumentProvider
-
This provides an
EventReaderthat will read from the specified source. - Provider - Interface in org.simpleframework.xml.stream
-
The
Providerobject is used to represent the provider of an XML parser. - PROVIDER - Static variable in class org.simpleframework.xml.stream.NodeBuilder
-
This is the XML provider implementation that creates readers.
- ProviderFactory - Class in org.simpleframework.xml.stream
-
The
ProviderFactoryobject is used to instantiate a provider of XML parsing to the framework. - ProviderFactory() - Constructor for class org.simpleframework.xml.stream.ProviderFactory
- PullProvider - Class in org.simpleframework.xml.stream
-
The
PullProviderclass is used to provide an event reader that uses the XML pull API available on Google Android. - PullProvider() - Constructor for class org.simpleframework.xml.stream.PullProvider
-
Constructor for the
PullProviderobject. - PullReader - Class in org.simpleframework.xml.stream
-
The
PullReaderis used to provide an event reader thats makes use of the XML pull API. - PullReader(XmlPullParser) - Constructor for class org.simpleframework.xml.stream.PullReader
-
Constructor for the
PullReaderobject. - PullReader.End - Class in org.simpleframework.xml.stream
-
The
Endobject is used to represent the end of an element. - PullReader.Entry - Class in org.simpleframework.xml.stream
-
The
Entryobject is used to represent an attribute within a start element. - PullReader.Start - Class in org.simpleframework.xml.stream
-
The
Startobject is used to represent the start of an XML element. - PullReader.Text - Class in org.simpleframework.xml.stream
-
The
Textobject is used to represent a text event. - purge(int) - Method in class org.simpleframework.xml.stream.OutputStack
-
The
purgemethod is used to purge a match from the provided position. - purge(int) - Method in class org.simpleframework.xml.util.Resolver.Stack
-
The
purgemethod is used to purge a match from the provided position. - push() - Method in class org.simpleframework.xml.stream.Indenter
-
This is used to push an indent on to the cache.
- push(M) - Method in class org.simpleframework.xml.util.Resolver.Stack
-
The
pushmethod is used to push the match to the top of the stack. - push(Filter) - Method in class org.simpleframework.xml.filter.StackFilter
-
This pushes the the provided
Filteron to the top of the stack. - push(OutputNode) - Method in class org.simpleframework.xml.stream.OutputStack
-
This method is used to add an
OutputNodeto the top of the stack. - push(T) - Method in class org.simpleframework.xml.stream.Stack
-
This method is used to add an element to the top of the stack.
- put(Object, Object) - Method in class org.simpleframework.xml.core.Session
-
The
putmethod is used to insert the name and value provided into the internal session map. - put(String, String) - Method in class org.simpleframework.xml.stream.InputNodeMap
-
This is used to add a new
InputAttributenode to the map. - put(String, String) - Method in interface org.simpleframework.xml.stream.NodeMap
-
This is used to add a new
Nodeto the map. - put(String, String) - Method in class org.simpleframework.xml.stream.OutputNodeMap
-
This is used to add a new
Nodeto the map. - putAll(Map) - Method in class org.simpleframework.xml.core.Session
-
This method is used to insert a collection of mappings into the session map.
Q
- Qualifier - Class in org.simpleframework.xml.core
-
The
Qualifierobject is used to provide decorations to an output node for namespaces. - Qualifier(Contact) - Constructor for class org.simpleframework.xml.core.Qualifier
-
Constructor for the
Qualifierobject. - queue - Variable in class org.simpleframework.xml.stream.DocumentReader
-
This is used to extract the nodes from the provided document.
R
- read - Variable in class org.simpleframework.xml.core.MethodScanner
-
This is used to collect all the get methods from the object.
- read - Variable in class org.simpleframework.xml.strategy.CycleStrategy
-
This is used to maintain session state for reading the graph.
- read() - Method in class org.simpleframework.xml.stream.DocumentReader
-
This is used to read the next node from the document.
- read() - Method in class org.simpleframework.xml.stream.PullReader
-
This is used to read the next node from the document.
- read() - Method in class org.simpleframework.xml.stream.StreamReader
-
This is used to read the next node from the document.
- read(char[], int) - Method in class org.simpleframework.xml.transform.CharacterArrayTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(InputStream) - Static method in class org.simpleframework.xml.stream.NodeBuilder
-
This is used to create an
InputNodethat can be used to read XML from the specified stream. - read(Reader) - Static method in class org.simpleframework.xml.stream.NodeBuilder
-
This is used to create an
InputNodethat can be used to read XML from the specified reader. - read(Class<? extends T>, File) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, File) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, File, boolean) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, File, boolean) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, InputStream) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, InputStream) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, InputStream, boolean) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, InputStream, boolean) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, Reader) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, Reader) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, Reader, boolean) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, Reader, boolean) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, String) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, String) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, String, boolean) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, String, boolean) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, InputNode) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, InputNode) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, InputNode, boolean) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, InputNode, boolean) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and convert it into an object of the specified type. - read(Class<? extends T>, InputNode, Context) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document provided and convert it to an object of the specified type. - read(Class<? extends T>, InputNode, Session) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document provided and convert it to an object of the specified type. - read(String) - Method in class org.simpleframework.xml.transform.ArrayTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.AtomicIntegerTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.AtomicLongTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.BigDecimalTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.BigIntegerTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.BooleanTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.ByteTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.CharacterArrayTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.CharacterTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.ClassTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.CurrencyTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.DateTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.DoubleTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.EnumTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.FileTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.FloatTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.GregorianCalendarTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.IntegerTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.LocaleTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.LongTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.ShortTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.StringArrayTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.StringTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.TimeZoneTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in interface org.simpleframework.xml.transform.Transform
-
This method is used to convert the string value given to an appropriate representation.
- read(String) - Method in class org.simpleframework.xml.transform.URLTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String[]) - Method in class org.simpleframework.xml.transform.LocaleTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String[], int) - Method in class org.simpleframework.xml.transform.ArrayTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(String, Class) - Method in class org.simpleframework.xml.core.Support
-
This method is used to convert the string value given to an appropriate representation.
- read(String, Class) - Method in class org.simpleframework.xml.transform.Transformer
-
This method is used to convert the string value given to an appropriate representation.
- read(String, String) - Method in class org.simpleframework.xml.transform.StringArrayTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(Date) - Method in class org.simpleframework.xml.transform.GregorianCalendarTransform
-
This method is used to convert the string value given to an appropriate representation.
- read(Schema, Instance) - Method in class org.simpleframework.xml.core.Composite
-
This
readmethod performs deserialization of the XML schema class type by traversing the contacts and instantiating them using details from the provided XML element. - read(Type, NodeMap) - Method in class org.simpleframework.xml.strategy.ReadGraph
-
This is used to recover the object references from the document using the special attributes specified.
- read(Type, NodeMap<InputNode>) - Method in interface org.simpleframework.xml.strategy.Visitor
-
This is used to intercept an XML element before it is read by the underlying
Strategyimplementation. - read(Type, NodeMap<InputNode>, Map) - Method in class org.simpleframework.xml.convert.AnnotationStrategy
-
This is used to read the
Valuewhich will be used to represent the deserialized object. - read(Type, NodeMap<InputNode>, Map) - Method in class org.simpleframework.xml.convert.RegistryStrategy
-
This is used to read the
Valuewhich will be used to represent the deserialized object. - read(Type, NodeMap<InputNode>, Map) - Method in interface org.simpleframework.xml.strategy.Strategy
-
This is used to resolve and load a class for the given element.
- read(Type, NodeMap<InputNode>, Map) - Method in class org.simpleframework.xml.strategy.VisitorStrategy
-
This method will read with an internal strategy after it has been intercepted by the visitor.
- read(Type, NodeMap<InputNode>, Value) - Method in class org.simpleframework.xml.convert.AnnotationStrategy
-
This is used to read the
Valuewhich will be used to represent the deserialized object. - read(Type, NodeMap<InputNode>, Value) - Method in class org.simpleframework.xml.convert.RegistryStrategy
-
This is used to read the
Valuewhich will be used to represent the deserialized object. - read(Type, NodeMap, Map) - Method in class org.simpleframework.xml.strategy.CycleStrategy
-
This method is used to read an object from the specified node.
- read(Type, NodeMap, Map) - Method in class org.simpleframework.xml.strategy.TreeStrategy
-
This is used to resolve and load a class for the given element.
- read(EventReader) - Static method in class org.simpleframework.xml.stream.NodeBuilder
-
This is used to create an
InputNodethat can be used to read XML from the specified reader. - read(InputNode) - Method in interface org.simpleframework.xml.convert.Converter
-
This
readmethod is used to deserialize an object from the source XML. - read(InputNode) - Method in class org.simpleframework.xml.core.Composite.Builder
-
This
readmethod performs deserialization of the XML schema class type by traversing the contacts and using details from the provided XML element. - read(InputNode) - Method in class org.simpleframework.xml.core.Composite.Injector
-
This
readmethod performs deserialization of the XML schema class type by traversing the contacts and using details from the provided XML element. - read(InputNode) - Method in class org.simpleframework.xml.core.Composite
-
This
readmethod performs deserialization of the XML schema class type by traversing the contacts and instantiating them using details from the provided XML element. - read(InputNode) - Method in class org.simpleframework.xml.core.CompositeArray
-
This
readmethod will read the XML element list from the provided node and deserialize its children as entry types. - read(InputNode) - Method in class org.simpleframework.xml.core.CompositeInlineList
-
This
readmethod wll read the XML element list from the provided node and deserialize its children as entry types. - read(InputNode) - Method in class org.simpleframework.xml.core.CompositeInlineMap
-
This
readmethod will read the XML element map from the provided node and deserialize its children as entry types. - read(InputNode) - Method in class org.simpleframework.xml.core.CompositeKey
-
This method is used to read the key value from the node.
- read(InputNode) - Method in class org.simpleframework.xml.core.CompositeList
-
This
readmethod will read the XML element list from the provided node and deserialize its children as entry types. - read(InputNode) - Method in class org.simpleframework.xml.core.CompositeListUnion
-
The
readmethod uses the name of the XML element to select a converter to be used to read the instance. - read(InputNode) - Method in class org.simpleframework.xml.core.CompositeMap
-
This
readmethod will read the XML element map from the provided node and deserialize its children as entry types. - read(InputNode) - Method in class org.simpleframework.xml.core.CompositeMapUnion
-
The
readmethod uses the name of the XML element to select a converter to be used to read the instance. - read(InputNode) - Method in class org.simpleframework.xml.core.CompositeUnion
-
The
readmethod uses the name of the XML element to select a converter to be used to read the instance. - read(InputNode) - Method in class org.simpleframework.xml.core.CompositeValue
-
This method is used to read the value object from the node.
- read(InputNode) - Method in interface org.simpleframework.xml.core.Converter
-
The
readmethod reads an object to a specific type from the provided node. - read(InputNode) - Method in class org.simpleframework.xml.core.Primitive
-
This
readmethod will extract the text value from the node and replace any template variables before converting it to a primitive value. - read(InputNode) - Method in class org.simpleframework.xml.core.PrimitiveArray
-
This
readmethod will read the XML element list from the provided node and deserialize its children as entry types. - read(InputNode) - Method in class org.simpleframework.xml.core.PrimitiveInlineList
-
This
readmethod wll read the XML element list from the provided node and deserialize its children as entry types. - read(InputNode) - Method in class org.simpleframework.xml.core.PrimitiveKey
-
This method is used to read the key value from the node.
- read(InputNode) - Method in class org.simpleframework.xml.core.PrimitiveList
-
This
readmethod will read the XML element list from the provided node and deserialize its children as entry types. - read(InputNode) - Method in class org.simpleframework.xml.core.PrimitiveValue
-
This method is used to read the value value from the node.
- read(InputNode) - Method in class org.simpleframework.xml.core.TextList
-
The
readmethod reads an object to a specific type from the provided node. - read(InputNode) - Method in class org.simpleframework.xml.core.Variable.Adapter
-
This
readmethod will perform a read using the provided object with the repeater. - read(InputNode, Class) - Method in class org.simpleframework.xml.core.CompositeInlineList
-
This
readmethod will read the XML element from the provided node. - read(InputNode, Class) - Method in class org.simpleframework.xml.core.Primitive
-
This
readmethod will extract the text value from the node and replace any template variables before converting it to a primitive value. - read(InputNode, Class) - Method in class org.simpleframework.xml.core.Traverser
-
This
readmethod is used to deserialize an object from the provided XML element. - read(InputNode, Class, Object) - Method in class org.simpleframework.xml.core.Traverser
-
This
readmethod is used to deserialize an object from the provided XML element. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.Composite
-
This
readmethod performs deserialization of the XML schema class type by traversing the contacts and instantiating them using details from the provided XML element. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.CompositeArray
-
This
readmethod will read the XML element list from the provided node and deserialize its children as entry types. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.CompositeInlineList
-
This
readmethod will read the XML element list from the provided node and deserialize its children as entry types. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.CompositeInlineMap
-
This
readmethod will read the XML element map from the provided node and deserialize its children as entry types. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.CompositeKey
-
This method is used to read the key value from the node.
- read(InputNode, Object) - Method in class org.simpleframework.xml.core.CompositeList
-
This
readmethod will read the XML element map from the provided node and deserialize its children as entry types. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.CompositeListUnion
-
The
readmethod uses the name of the XML element to select a converter to be used to read the instance. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.CompositeMap
-
This
readmethod will read the XML element map from the provided node and deserialize its children as entry types. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.CompositeMapUnion
-
The
readmethod uses the name of the XML element to select a converter to be used to read the instance. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.CompositeUnion
-
The
readmethod uses the name of the XML element to select a converter to be used to read the instance. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.CompositeValue
-
This method is used to read the value object from the node.
- read(InputNode, Object) - Method in interface org.simpleframework.xml.core.Converter
-
The
readmethod reads an object to a specific type from the provided node. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.Primitive
-
This
readmethod will extract the text value from the node and replace any template variables before converting it to a primitive value. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveArray
-
This
readmethod will read the XML element list from the provided node and deserialize its children as entry types. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveInlineList
-
This
readmethod wll read the XML element list from the provided node and deserialize its children as entry types. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveKey
-
This method is used to read the key value from the node.
- read(InputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveList
-
This
readmethod will read the XML element map from the provided node and deserialize its children as entry types. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveValue
-
This method is used to read the value value from the node.
- read(InputNode, Object) - Method in interface org.simpleframework.xml.core.Repeater
-
The
readmethod reads an object to a specific type from the provided node. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.TextList
-
The
readmethod reads an object to a specific type from the provided node. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.Traverser
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(InputNode, Object) - Method in class org.simpleframework.xml.core.Variable.Adapter
-
This
readmethod will perform a read using the provided object with the repeater. - read(InputNode, Object, int) - Method in class org.simpleframework.xml.core.CompositeArray
-
This is used to read the specified node from in to the list.
- read(InputNode, Object, Schema) - Method in class org.simpleframework.xml.core.Composite
-
This
readmethod performs deserialization of the XML schema class type by traversing the contacts and instantiating them using details from the provided XML element. - read(InputNode, String) - Method in class org.simpleframework.xml.core.CompositeKey
-
This method is used to read the key value from the node.
- read(InputNode, Collection) - Method in class org.simpleframework.xml.core.CompositeInlineList
-
This
readmethod wll read the XML element list from the provided node and deserialize its children as entry types. - read(InputNode, Collection) - Method in class org.simpleframework.xml.core.PrimitiveInlineList
-
This
readmethod wll read the XML element list from the provided node and deserialize its children as entry types. - read(InputNode, Map) - Method in class org.simpleframework.xml.core.CompositeInlineMap
-
This
readmethod will read the XML element map from the provided node and deserialize its children as entry types. - read(InputNode, Instance, Class) - Method in class org.simpleframework.xml.core.Composite
-
This
readmethod performs deserialization of the XML schema class type by traversing the contacts and instantiating them using details from the provided XML element. - read(Node) - Method in class org.simpleframework.xml.stream.DocumentReader
-
This is used to read the next node from the document.
- read(T, File) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, File) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, File, boolean) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, File, boolean) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, InputStream) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, InputStream) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, InputStream, boolean) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, InputStream, boolean) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, Reader) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, Reader) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, Reader, boolean) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, Reader, boolean) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, String) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, String) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, String, boolean) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, String, boolean) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, InputNode) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, InputNode) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, InputNode, boolean) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, InputNode, boolean) - Method in interface org.simpleframework.xml.Serializer
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, InputNode, Context) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - read(T, InputNode, Session) - Method in class org.simpleframework.xml.core.Persister
-
This
readmethod will read the contents of the XML document from the provided source and populate the object with the values deserialized. - readArray(Class, NodeMap) - Method in class org.simpleframework.xml.strategy.TreeStrategy
-
This is used to resolve and load a class for the given element.
- readArray(Type, Class, NodeMap) - Method in class org.simpleframework.xml.strategy.ReadGraph
-
This is used to acquire the
Valuewhich can be used to represent the deserialized value. - readAttribute(InputNode, Object, Section, LabelMap) - Method in class org.simpleframework.xml.core.Composite
-
This
readAttributemethod is used for deserialization of the provided node object using a delegate converter. - readAttribute(InputNode, String) - Method in class org.simpleframework.xml.core.PrimitiveKey
-
This method is used to read the key value from the node.
- readAttribute(InputNode, String) - Method in class org.simpleframework.xml.core.PrimitiveValue
-
This method is used to read the text value from the node.
- readAttributes(InputNode, Object, Section) - Method in class org.simpleframework.xml.core.Composite
-
This
readAttributesmethod reads the attributes from the provided XML element. - readBuffer(InputNode) - Method in class org.simpleframework.xml.stream.NodeReader
-
This is used to read the text between element tags.
- readElement(InputNode) - Method in class org.simpleframework.xml.core.CompositeListUnion
-
The
readElementmethod uses the name of the element to select a converter to be used to read the instance. - readElement(InputNode) - Method in class org.simpleframework.xml.core.Primitive
-
This
readmethod will extract the text value from the node and replace any template variables before converting it to a primitive value. - readElement(InputNode) - Method in class org.simpleframework.xml.stream.NodeReader
-
Returns the next input node from the XML document, if it is a child element of the specified input node.
- readElement(InputNode, Object) - Method in class org.simpleframework.xml.core.CompositeListUnion
-
The
readElementmethod uses the name of the element to select a converter to be used to read the instance. - readElement(InputNode, Object, Section, LabelMap) - Method in class org.simpleframework.xml.core.Composite
-
This
readElementmethod is used for deserialization of the provided node object using a delegate converter. - readElement(InputNode, String) - Method in class org.simpleframework.xml.core.PrimitiveKey
-
This method is used to read the key value from the node.
- readElement(InputNode, String) - Method in class org.simpleframework.xml.core.PrimitiveValue
-
This method is used to read the element value from the node.
- readElement(InputNode, String) - Method in class org.simpleframework.xml.stream.NodeReader
-
Returns the next input node from the XML document, if it is a child element of the specified input node.
- readElement(InputNode, Instance) - Method in class org.simpleframework.xml.core.Primitive
-
This
readmethod will extract the text value from the node and replace any template variables before converting it to a primitive value. - readElements(InputNode, Object, Section) - Method in class org.simpleframework.xml.core.Composite
-
This
readElementsmethod reads the elements from the provided XML element. - reader - Variable in class org.simpleframework.xml.core.Variable.Adapter
-
This is the converter object used to perform a repeat read.
- reader - Variable in class org.simpleframework.xml.stream.InputElement
-
This is the node reader that reads from the XML document.
- reader - Variable in class org.simpleframework.xml.stream.NodeReader
-
Represents the XML event reader used to read all elements.
- reader - Variable in class org.simpleframework.xml.stream.StreamReader
-
This is the reader that is used to parse the XML document.
- ReadGraph - Class in org.simpleframework.xml.strategy
-
The
ReadGraphobject is used to build a graph of the objects that have been deserialized from the XML document. - ReadGraph(Contract, Loader) - Constructor for class org.simpleframework.xml.strategy.ReadGraph
-
Constructor for the
ReadGraphobject. - readInject(InputNode) - Method in class org.simpleframework.xml.core.Composite.Injector
-
This
readInjectmethod performs deserialization of the XML schema class type by traversing the contacts and creating them using details from the provided XML element. - readInstance(Type, Class, NodeMap) - Method in class org.simpleframework.xml.strategy.ReadGraph
-
This is used to recover the object references from the document using the special attributes specified.
- readInstance(InputNode, Object, Label) - Method in class org.simpleframework.xml.core.Composite
-
This
readmethod is used to perform deserialization of the provided node object using a delegate converter. - readPrimitive(String) - Method in class org.simpleframework.xml.transform.ClassTransform
-
This method is used to convert the string value given to an appropriate representation.
- readPrimitive(InputNode, Instance) - Method in class org.simpleframework.xml.core.Composite
-
This
readPrimitivemethod will extract the text value from the node and replace any template variables before converting it to a primitive value. - readReference(Type, Class, NodeMap) - Method in class org.simpleframework.xml.strategy.ReadGraph
-
This is used to recover the object references from the document using the special attributes specified.
- readResolve(InputNode, Object, Caller) - Method in class org.simpleframework.xml.core.Composite
-
The
readResolvemethod is used to determine if there is a resolution method which can be used to substitute the object deserialized. - readRoot() - Method in class org.simpleframework.xml.stream.NodeReader
-
Returns the root input node for the document.
- readSection(InputNode, Object, Section) - Method in class org.simpleframework.xml.core.Composite
-
This
readSectionmethod performs deserialization of a schema class type by traversing the contacts and instantiating them using details from the provided XML element. - readStart(InputNode, EventNode) - Method in class org.simpleframework.xml.stream.NodeReader
-
This is used to convert the start element to an input node.
- ReadState - Class in org.simpleframework.xml.strategy
-
The
ReadStateobject is used to store all graphs that are currently been read with a given cycle strategy. - ReadState(Contract) - Constructor for class org.simpleframework.xml.strategy.ReadState
-
Constructor for the
ReadStateobject. - readTemplate(String, Class) - Method in class org.simpleframework.xml.core.Primitive
-
This
readmethod will extract the text value from the node and replace any template variables before converting it to a primitive value. - readText(InputNode) - Method in class org.simpleframework.xml.core.CompositeListUnion
-
The
readTextmethod is used to read free text from between the declared elements and add them to a list. - readText(InputNode) - Method in class org.simpleframework.xml.stream.NodeReader
-
Read the contents of the characters between the specified XML element tags, if the read is currently at that element.
- readText(InputNode, Object) - Method in class org.simpleframework.xml.core.CompositeListUnion
-
The
readTextmethod is used to read free text from between the declared elements and add them to a list. - readText(InputNode, Object, Section) - Method in class org.simpleframework.xml.core.Composite
-
This
readTextmethod is used to read the text value from the XML element node specified. - readUnion(InputNode, Object, LabelMap, Label) - Method in class org.simpleframework.xml.core.Composite
-
The
readUnionmethod is determine the unions for a particular label and set the value of that union to the same value as the label. - readValue(Type, Class, NodeMap) - Method in class org.simpleframework.xml.strategy.ReadGraph
-
This is used to acquire the
Valuewhich can be used to represent the deserialized value. - readValue(Type, Class, NodeMap, String) - Method in class org.simpleframework.xml.strategy.ReadGraph
-
This is used to acquire the
Valuewhich can be used to represent the deserialized value. - readValue(Type, NodeMap) - Method in class org.simpleframework.xml.strategy.TreeStrategy
-
This is used to resolve and load a class for the given element.
- readValue(InputNode) - Method in class org.simpleframework.xml.stream.NodeReader
-
Read the contents of the characters between the specified XML element tags, if the read is currently at that element.
- readVariable(InputNode, Object, Label) - Method in class org.simpleframework.xml.core.Composite
-
This
readObjectmethod is used to perform the deserialization of the XML in to any original value. - readVersion(InputNode, Object, Label) - Method in class org.simpleframework.xml.core.Composite
-
This method is used to read the version from the provided input node.
- readVersion(InputNode, Object, Schema) - Method in class org.simpleframework.xml.core.Composite
-
This method is used to read the version from the provided input node.
- refer - Variable in class org.simpleframework.xml.strategy.Contract
-
This is the attribute used to refer to an existing instance.
- refer - Variable in class org.simpleframework.xml.strategy.ReadGraph
-
This is the attribute used to refer to an existing instance.
- refer - Variable in class org.simpleframework.xml.strategy.WriteGraph
-
This is the attribute used to refer to an existing instance.
- REFER - Static variable in interface org.simpleframework.xml.strategy.Name
-
The default name of the attribute used for circular references.
- reference - Variable in class org.simpleframework.xml.stream.InputAttribute
-
This is the reference associated with this attribute node.
- reference - Variable in class org.simpleframework.xml.stream.OutputAttribute
-
Represents the namespace reference for this node.
- reference - Variable in class org.simpleframework.xml.stream.OutputDocument
-
This represents the namespace reference used by this.
- reference - Variable in class org.simpleframework.xml.stream.OutputElement
-
This is the namespace reference URI associated with this.
- reference - Variable in class org.simpleframework.xml.stream.PullReader.Entry
-
This is the XML namespace reference used by the attribute.
- reference - Variable in class org.simpleframework.xml.stream.PullReader.Start
-
This is the XML namespace reference used by the attribute.
- reference() - Method in annotation type org.simpleframework.xml.Namespace
-
This is used to specify the unique reference URI that is used to define the namespace within the document.
- Reference - Class in org.simpleframework.xml.convert
-
The
Referenceobject represents a value that holds an object instance. - Reference - Class in org.simpleframework.xml.strategy
-
The
Referenceobject represents an object that is used to provide a reference to an already instantiated value. - Reference(boolean) - Constructor for class org.simpleframework.xml.core.SessionManager.Reference
-
Constructor for the
Referenceobject. - Reference(Object, Class) - Constructor for class org.simpleframework.xml.strategy.Reference
-
Constructor for the
Referenceobject. - Reference(Value, Object, Class) - Constructor for class org.simpleframework.xml.convert.Reference
-
Constructor for a
Referenceobject. - Reflector - Class in org.simpleframework.xml.core
-
The
Reflectorobject is used to determine the type of a generic type. - Reflector() - Constructor for class org.simpleframework.xml.core.Reflector
- register(Class, Label) - Method in class org.simpleframework.xml.core.GroupExtractor.Registry
-
This is used to register a label based on the name.
- register(String, String, int) - Method in interface org.simpleframework.xml.core.Model
-
This is used to register a
Modelwithin this model. - register(String, String, int) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to register a
Modelwithin this model. - register(String, Model) - Method in class org.simpleframework.xml.core.ModelMap
-
This is used to register a
Modelwithin this map. - register(Expression) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to register a
Modelfor this builder. - register(Label) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This
registermethod is used to register a label based on its name and path. - register(Label) - Method in interface org.simpleframework.xml.core.Model
-
This is used to register an XML entity within the model.
- register(Label) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to register an XML entity within the model.
- register(Label, LabelMap) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This
registermethod is used to register a label based on its name and path. - register(Model) - Method in class org.simpleframework.xml.core.ModelList
-
This is used to register the model within the list.
- register(Parameter) - Method in class org.simpleframework.xml.core.SignatureScanner
-
This is used to register the provided parameter using the given path.
- registerAttribute(String) - Method in interface org.simpleframework.xml.core.Model
-
This is used to register an XML entity within the model.
- registerAttribute(String) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to register an XML entity within the model.
- registerAttribute(Label) - Method in interface org.simpleframework.xml.core.Model
-
This is used to register an XML entity within the model.
- registerAttribute(Label) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to register an XML entity within the model.
- registerAttribute(Model, Expression) - Method in class org.simpleframework.xml.core.ModelAssembler
-
This will register the attribute specified in the path within the provided model.
- registerAttributes(Model, Expression) - Method in class org.simpleframework.xml.core.ModelAssembler
-
This is used to perform registrations using an expression.
- registerElement(Class, Label) - Method in class org.simpleframework.xml.core.GroupExtractor.Registry
-
This is used to register a label based on the name.
- registerElement(String) - Method in interface org.simpleframework.xml.core.Model
-
This is used to register an XML entity within the model.
- registerElement(String) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to register an XML entity within the model.
- registerElement(Label) - Method in interface org.simpleframework.xml.core.Model
-
This is used to register an XML entity within the model.
- registerElement(Label) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to register an XML entity within the model.
- registerElement(Model, Expression) - Method in class org.simpleframework.xml.core.ModelAssembler
-
This is used to register the element within the specified model.
- registerElements(Model, Expression) - Method in class org.simpleframework.xml.core.ModelAssembler
-
This is used to perform registrations using an expression.
- registerText(Label) - Method in class org.simpleframework.xml.core.GroupExtractor.Registry
-
This is used to register the provided label is a text label.
- registerText(Label) - Method in interface org.simpleframework.xml.core.Model
-
This is used to register an XML entity within the model.
- registerText(Label) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to register an XML entity within the model.
- registry - Variable in class org.simpleframework.xml.convert.RegistryStrategy
-
This is the registry that is used to resolve bindings.
- registry - Variable in class org.simpleframework.xml.core.ClassInstantiator
-
This is used to acquire a parameter by the parameter name.
- registry - Variable in class org.simpleframework.xml.core.Collector
-
This is the registry containing all the variables collected.
- registry - Variable in class org.simpleframework.xml.core.ConstructorScanner
-
This is used to acquire a parameter by the parameter name.
- registry - Variable in class org.simpleframework.xml.core.GroupExtractor
-
This contains each label registered by name and by type.
- registry - Variable in class org.simpleframework.xml.core.SignatureScanner
-
This is used to collect all the parameters that are extracted.
- Registry - Class in org.simpleframework.xml.convert
-
The
Registryrepresents an object that is used to register bindings between a class and a converter implementation. - Registry() - Constructor for class org.simpleframework.xml.convert.Registry
-
Constructor for the
Registryobject. - Registry() - Constructor for class org.simpleframework.xml.core.Collector.Registry
- Registry(LabelMap) - Constructor for class org.simpleframework.xml.core.GroupExtractor.Registry
-
Constructor for the
Registryobject. - RegistryBinder - Class in org.simpleframework.xml.convert
-
The
RegistryBinderobject is used acquire converters using a binding between a type and its converter. - RegistryBinder() - Constructor for class org.simpleframework.xml.convert.RegistryBinder
-
Constructor for the
RegistryBinderobject. - RegistryMatcher - Class in org.simpleframework.xml.transform
-
The
RegistryMatcherprovides a simple matcher backed by a registry. - RegistryMatcher() - Constructor for class org.simpleframework.xml.transform.RegistryMatcher
-
Constructor for the
RegistryMatcher. - RegistryStrategy - Class in org.simpleframework.xml.convert
-
The
RegistryStrategyobject is used to intercept the serialization process and delegate to custom converters. - RegistryStrategy(Registry) - Constructor for class org.simpleframework.xml.convert.RegistryStrategy
-
Constructor for the
RegistryStrategyobject. - RegistryStrategy(Registry, Strategy) - Constructor for class org.simpleframework.xml.convert.RegistryStrategy
-
Constructor for the
RegistryStrategyobject. - remove() - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This is used to remove any uncommitted changes.
- remove() - Method in class org.simpleframework.xml.stream.OutputDocument
-
This is used to remove any uncommitted changes.
- remove() - Method in class org.simpleframework.xml.stream.OutputElement
-
This is used to remove any uncommitted changes.
- remove() - Method in interface org.simpleframework.xml.stream.OutputNode
-
This is used to remove any uncommitted changes.
- remove() - Method in class org.simpleframework.xml.stream.OutputStack.Sequence
-
Removes the match from the cursor position.
- remove() - Method in class org.simpleframework.xml.util.Resolver.Stack.Sequence
-
Removes the match from the cursor position.
- remove(Object) - Method in class org.simpleframework.xml.core.Collector
-
This is used to remove the
Variablefrom this criteria object. - remove(Object) - Method in interface org.simpleframework.xml.core.Criteria
-
This is used to remove the
Variablefrom this criteria object. - remove(Object) - Method in class org.simpleframework.xml.core.Session
-
The
removemethod is used to remove the named mapping from the internal session map. - remove(Object) - Method in class org.simpleframework.xml.core.Signature
-
This is used to remove a parameter from the signature.
- remove(Field, Annotation) - Method in class org.simpleframework.xml.core.FieldScanner
-
This is used to remove a field from the map of processed fields.
- remove(Method, Annotation, Annotation[]) - Method in class org.simpleframework.xml.core.MethodScanner
-
This method is used to remove a particular method from the list of contacts.
- remove(String) - Method in class org.simpleframework.xml.stream.InputNodeMap
-
This is used to remove the
Nodemapped to the given name. - remove(String) - Method in interface org.simpleframework.xml.stream.NodeMap
-
This is used to remove the
Nodemapped to the given name. - remove(String) - Method in class org.simpleframework.xml.stream.OutputNodeMap
-
This is used to remove the
Nodemapped to the given name. - remove(String) - Method in class org.simpleframework.xml.util.Dictionary
-
This is used to remove an
Entryfrom the set by its name. - remove(M) - Method in class org.simpleframework.xml.util.Resolver
-
This is used to remove the
Matchimplementation from the resolver. - remove(MethodPart, MethodScanner.PartMap) - Method in class org.simpleframework.xml.core.MethodScanner
-
This is used to remove the method part from the specified map.
- remove(OutputNode) - Method in class org.simpleframework.xml.stream.NodeWriter
-
This method is used to remove the output node from the output buffer if that node has not yet been committed.
- removeEldestEntry(Map.Entry<Object, T>) - Method in class org.simpleframework.xml.util.LimitedCache
-
This is used to remove the eldest entry from the cache.
- Repeater - Interface in org.simpleframework.xml.core
-
The
Repeaterinterface is used to for converters that can repeat a read on a given element. - replace - Variable in class org.simpleframework.xml.core.Caller
-
This is the pointer to the schema class replace function.
- replace - Variable in class org.simpleframework.xml.core.ClassScanner
-
This function is used as a pointer to the replacement method.
- replace() - Method in class org.simpleframework.xml.core.TemplateEngine
-
This will replace the accumulated for an system variable name with the value of that system variable.
- replace(Object) - Method in class org.simpleframework.xml.core.Caller
-
This is used to replace the deserialized object with another instance, perhaps of a different type.
- replace(Method) - Method in class org.simpleframework.xml.core.ClassScanner
-
This method is used to check the provided method to determine if it contains the
Replaceannotation. - replace(String) - Method in class org.simpleframework.xml.core.Support
-
Replaces the text provided with some property.
- replace(String) - Method in class org.simpleframework.xml.core.TemplateEngine
-
This will replace the accumulated for an system variable name with the value of that system variable.
- replace(String) - Method in class org.simpleframework.xml.core.TemplateFilter
-
This will acquire the named variable value if it exists.
- replace(String) - Method in class org.simpleframework.xml.filter.EnvironmentFilter
-
Replaces the text provided with the value resolved from the environment variables.
- replace(String) - Method in interface org.simpleframework.xml.filter.Filter
-
Replaces the text provided with some property.
- replace(String) - Method in class org.simpleframework.xml.filter.MapFilter
-
Replaces the text provided with the value resolved from the specified
Map. - replace(String) - Method in class org.simpleframework.xml.filter.StackFilter
-
Replaces the text provided with the value resolved from the stacked filters.
- replace(String) - Method in class org.simpleframework.xml.filter.SystemFilter
-
Replaces the text provided with the value resolved from the system properties.
- replace(Template) - Method in class org.simpleframework.xml.core.TemplateEngine
-
This will replace the accumulated for an system variable name with the value of that system variable.
- Replace - Annotation Type in org.simpleframework.xml.core
-
The
Replacemethod is used to replace an object that is about to be serialized to an XML document. - required - Variable in class org.simpleframework.xml.core.AnnotationFactory
-
This is used to determine if the defaults are required.
- required - Variable in class org.simpleframework.xml.core.AnnotationHandler
-
This is used to determine if the annotation is required.
- required - Variable in class org.simpleframework.xml.core.AttributeLabel
-
This is used to determine if the attribute is required.
- required - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is used to represent whether the entity is required or not.
- required - Variable in class org.simpleframework.xml.core.CacheParameter
-
This is true if this parameter is required to exist.
- required - Variable in class org.simpleframework.xml.core.DetailScanner
-
This is used to determine if the default type is required.
- required - Variable in class org.simpleframework.xml.core.ElementArrayLabel
-
This is used to determine if the element is required.
- required - Variable in class org.simpleframework.xml.core.ElementLabel
-
This is used to determine if the element is required.
- required - Variable in class org.simpleframework.xml.core.ElementListLabel
-
This is used to determine if the attribute is required.
- required - Variable in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to determine if the attribute is required.
- required - Variable in class org.simpleframework.xml.core.TextLabel
-
This is used to determine if the attribute is required.
- required - Variable in class org.simpleframework.xml.core.VersionLabel
-
This is used to determine if the attribute is required.
- required() - Method in annotation type org.simpleframework.xml.Attribute
-
Determines whether the attribute is required within an XML element.
- required() - Method in annotation type org.simpleframework.xml.Default
-
This is used to determine if the generated annotations are required or not.
- required() - Method in annotation type org.simpleframework.xml.Element
-
Determines whether the element is required within the XML document.
- required() - Method in annotation type org.simpleframework.xml.ElementArray
-
Determines whether the element is required within the XML document.
- required() - Method in annotation type org.simpleframework.xml.ElementList
-
Determines whether the element is required within the XML document.
- required() - Method in annotation type org.simpleframework.xml.ElementMap
-
Determines whether the element is required within the XML document.
- required() - Method in annotation type org.simpleframework.xml.Text
-
Determines whether the text value is required within the XML document.
- required() - Method in annotation type org.simpleframework.xml.Version
-
Determines whether the version is required within an XML element.
- REQUIRED - Static variable in class org.simpleframework.xml.core.AnnotationHandler
-
This is used to determine if annotations are optional.
- RESERVED - Static variable in class org.simpleframework.xml.stream.DocumentReader
-
Any attribute beginning with this string has been reserved.
- resize(int) - Method in class org.simpleframework.xml.stream.Indenter.Cache
-
Should the number of indents to be cache grows larger than the default initial size then this will increase the size of the cache.
- resolve - Variable in class org.simpleframework.xml.core.Caller
-
This is the pointer to the schema class resolve function.
- resolve - Variable in class org.simpleframework.xml.core.ClassScanner
-
This function is used as a pointer to the resolution method.
- resolve(Class) - Method in class org.simpleframework.xml.core.GroupExtractor.Registry
-
Here we resolve the
Labelthe type is matched with by checking if the type is directly mapped or if any of the super classes of the type are mapped. - resolve(Object) - Method in class org.simpleframework.xml.core.Caller
-
This is used to replace the deserialized object with another instance, perhaps of a different type.
- resolve(Method) - Method in class org.simpleframework.xml.core.ClassScanner
-
This method is used to check the provided method to determine if it contains the
Resolveannotation. - resolve(String) - Method in class org.simpleframework.xml.core.Collector
-
This is used to resolve the
Variableby using the union names of a label. - resolve(String) - Method in interface org.simpleframework.xml.core.Criteria
-
This is used to resolve the
Variableby using the union names of a label. - resolve(String) - Method in class org.simpleframework.xml.util.Resolver
-
This will search the patterns in this
Resolverto see if there is a pattern in it that matches the string given. - resolve(Parameter) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This
resolvemethod is used to find a label based on the name and path of the provided parameter. - resolve(Parameter, LabelMap) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This
resolvemethod is used to find a label based on the name and path of the provided parameter. - Resolve - Annotation Type in org.simpleframework.xml.core
-
The
Resolvemethod is used to resolve an object that has been deserialized from the XML document. - resolveAll(String) - Method in class org.simpleframework.xml.util.Resolver
-
This will search the patterns in this
Resolverto see if there is a pattern in it that matches the string given. - resolveAll(String, char[]) - Method in class org.simpleframework.xml.util.Resolver
-
This will search the patterns in this
Resolverto see if there is a pattern in it that matches the string given. - resolveElement(Class) - Method in class org.simpleframework.xml.core.GroupExtractor.Registry
-
Here we resolve the
Labelthe type is matched with by checking if the type is directly mapped or if any of the super classes of the type are mapped. - resolvePrefix(String) - Method in class org.simpleframework.xml.stream.PrefixResolver
-
This method will resolve the prefix or the specified reference by searching the parent nodes in order.
- resolver - Variable in class org.simpleframework.xml.core.StructureBuilder
-
This is used to build an instantiator for creating objects.
- Resolver<M extends Match> - Class in org.simpleframework.xml.util
-
This is used to store
Matchobjects, which can then be retrieved using a string by comparing that string to the pattern of theMatchobjects. - Resolver() - Constructor for class org.simpleframework.xml.util.Resolver
-
The default constructor will create a
Resolverwithout a large cache size. - Resolver.Cache - Class in org.simpleframework.xml.util
-
This is used to cache resolutions made so that the matches can be acquired the next time without performing the resolution.
- Resolver.Stack - Class in org.simpleframework.xml.util
-
This is used to store the
Matchimplementations in resolution order. - Resolver.Stack.Sequence - Class in org.simpleframework.xml.util
-
The is used to order the
Matchobjects in the insertion order. - resolveReference(String) - Method in class org.simpleframework.xml.stream.PrefixResolver
-
This method will resolve the reference or the specified prefix by searching the parent nodes in order.
- resolveText() - Method in class org.simpleframework.xml.core.GroupExtractor.Registry
-
This is used to resolve the text for this registry.
- resolveText(Class) - Method in class org.simpleframework.xml.core.GroupExtractor.Registry
-
This is used to resolve the text for this registry.
- result - Variable in class org.simpleframework.xml.stream.Formatter
-
This is the writer that is used to write the XML document.
- revision - Variable in class org.simpleframework.xml.core.ClassSchema
-
This is the version annotation for the XML class schema.
- revision - Variable in class org.simpleframework.xml.core.Composite
-
This is the current revision of this composite converter.
- revision() - Method in annotation type org.simpleframework.xml.Version
-
This represents the revision of the class.
- Revision - Class in org.simpleframework.xml.core
-
The
Revisionobject is used represent the revision of a class as read from a version attribute. - Revision() - Constructor for class org.simpleframework.xml.core.Revision
-
Constructor of the
Revisionobject. - root - Variable in class org.simpleframework.xml.convert.ScannerBuilder.Entry
-
This class is the subject for all annotation scans performed.
- root - Variable in class org.simpleframework.xml.core.ClassScanner
-
This is the root annotation that has been scanned from the type.
- root - Variable in class org.simpleframework.xml.core.CompositeArray
-
This performs the traversal used for object serialization.
- root - Variable in class org.simpleframework.xml.core.CompositeInlineList
-
This performs the traversal used for object serialization.
- root - Variable in class org.simpleframework.xml.core.CompositeKey
-
This is the traverser used to read and write the composite key.
- root - Variable in class org.simpleframework.xml.core.CompositeList
-
This performs the traversal used for object serialization.
- root - Variable in class org.simpleframework.xml.core.CompositeValue
-
This is the traverser used to read and write the value with.
- root - Variable in class org.simpleframework.xml.core.DetailScanner
-
This is the root annotation that is declared for the type.
- root - Variable in class org.simpleframework.xml.core.PrimitiveArray
-
This performs the serialization of the primitive element.
- root - Variable in class org.simpleframework.xml.core.PrimitiveInlineList
-
This performs the traversal used for object serialization.
- root - Variable in class org.simpleframework.xml.core.PrimitiveKey
-
The primitive converter used to read the key from the node.
- root - Variable in class org.simpleframework.xml.core.PrimitiveList
-
This performs the serialization of the primitive element.
- root - Variable in class org.simpleframework.xml.core.PrimitiveValue
-
The primitive converter used to read the value from the node.
- root - Variable in class org.simpleframework.xml.core.StructureBuilder
-
This the core model used to represent the XML structure.
- root(Annotation) - Method in class org.simpleframework.xml.core.DetailScanner
-
This is used to set the optional
Rootannotation for the class. - Root - Annotation Type in org.simpleframework.xml
-
This
Rootannotation is used to annotate classes that need to be serialized. - RootException - Exception in org.simpleframework.xml.core
-
The
RootExceptionis thrown if theRootannotation is missing from a root object that is to be serialized or deserialized. - RootException(String, Object...) - Constructor for exception org.simpleframework.xml.core.RootException
-
Constructor for the
RootExceptionexception. - RootException(Throwable, String, Object...) - Constructor for exception org.simpleframework.xml.core.RootException
-
Constructor for the
RootExceptionexception.
S
- scan(Class) - Method in class org.simpleframework.xml.core.DetailScanner
-
This method is used to scan the type for all of its annotations as well as its methods and fields.
- scan(Class) - Method in class org.simpleframework.xml.core.SignatureScanner
-
This is used to scan the specified constructor for annotations that it contains.
- scan(Class<T>) - Method in interface org.simpleframework.xml.convert.Scanner
-
This method will scan a class for the specified annotation.
- scan(Class<T>) - Method in class org.simpleframework.xml.convert.ScannerBuilder.Entry
-
This method will scan a class for the specified annotation.
- scan(Class, int) - Method in class org.simpleframework.xml.core.SignatureScanner
-
This is used to scan the specified constructor for annotations that it contains.
- scan(Constructor) - Method in class org.simpleframework.xml.core.ConstructorScanner
-
This is used to scan the parameters within a constructor to determine the signature of the constructor.
- scan(Field, Annotation, Annotation[]) - Method in class org.simpleframework.xml.core.FieldScanner
-
This reflectively checks the annotation to determine the type of annotation it represents.
- scan(Method, Annotation, Annotation[]) - Method in class org.simpleframework.xml.core.MethodScanner
-
This reflectively checks the annotation to determine the type of annotation it represents.
- scan(Contact) - Method in class org.simpleframework.xml.core.Qualifier
-
This method is used to scan the
Contactprovided to determine if there are any namespace annotations. - scan(Detail) - Method in class org.simpleframework.xml.core.ClassScanner
-
Scan the fields and methods such that the given class is scanned first then all super classes up to the root
Object. - scan(Detail) - Method in class org.simpleframework.xml.core.ConstructorScanner
-
This is used to scan the specified class for constructors that can be used to instantiate the class.
- scan(Detail) - Method in class org.simpleframework.xml.core.FieldScanner
-
This method is used to scan the class hierarchy for each class in order to extract fields that contain XML annotations.
- scan(Detail) - Method in class org.simpleframework.xml.core.MethodScanner
-
This method is used to scan the class hierarchy for each class in order to extract methods that contain XML annotations.
- scan(Detail) - Method in class org.simpleframework.xml.core.ObjectScanner
-
This is used to scan the specified object to extract the fields and methods that are to be used in the serialization process.
- scanner - Variable in class org.simpleframework.xml.convert.AnnotationStrategy
-
This is used to scan for an annotation and create a converter.
- scanner - Variable in class org.simpleframework.xml.core.ClassScanner
-
This is the scanner that is used to acquire the constructors.
- scanner - Variable in class org.simpleframework.xml.core.DefaultScanner
-
This object contains various support functions for the class.
- scanner - Variable in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to acquire the signatures created for the type.
- scanner - Variable in class org.simpleframework.xml.core.ObjectScanner
-
This method acts as a pointer to the types commit process.
- scanner - Variable in class org.simpleframework.xml.core.PrimitiveScanner.EmptySection
-
This is the source scanner object this is created for.
- scanner - Variable in class org.simpleframework.xml.core.StructureBuilder
-
This is the source scanner that is used to scan the class.
- Scanner - Interface in org.simpleframework.xml.convert
-
The
Scannerinterface is used to scan a class for a given annotation. - Scanner - Interface in org.simpleframework.xml.core
-
The
Scannerobject performs the reflective inspection of a class and builds a map of attributes and elements for each annotated field. - ScannerBuilder - Class in org.simpleframework.xml.convert
-
The
ScannerBuilderis used to build and cache each scanner requested. - ScannerBuilder() - Constructor for class org.simpleframework.xml.convert.ScannerBuilder
-
Constructor for the
ScannerBuilderobject. - ScannerBuilder.Entry - Class in org.simpleframework.xml.convert
-
The
Entryobject represents a scanner that is used to scan a specified type for annotations. - ScannerFactory - Class in org.simpleframework.xml.core
-
The
ScannerFactoryis used to create scanner objects that will scan a class for its XML class schema. - ScannerFactory(Support) - Constructor for class org.simpleframework.xml.core.ScannerFactory
-
Constructor for the
ScannerFactoryobject. - scanners - Variable in class org.simpleframework.xml.core.Support
-
This will perform the scanning of types are provide scanners.
- schema - Variable in class org.simpleframework.xml.core.Composite.Builder
-
This is the schema object that contains the XML definition.
- Schema - Interface in org.simpleframework.xml.core
-
The
Schemaobject is used to track which fields within an object have been visited by a converter. - scope - Variable in class org.simpleframework.xml.core.NamespaceDecorator
-
This is used to contain the namespaces used for scoping.
- scope - Variable in class org.simpleframework.xml.stream.OutputAttribute
-
This contains the namespaces for the parent element.
- scope - Variable in class org.simpleframework.xml.stream.OutputElement
-
This is the namespace map that contains the namespaces.
- scope(Annotation) - Method in class org.simpleframework.xml.core.DetailScanner
-
This is use to scan for
NamespaceListannotations on the class. - scope(Contact) - Method in class org.simpleframework.xml.core.Qualifier
-
This is use to scan for
NamespaceListannotations on the contact. - scope(OutputNode) - Method in class org.simpleframework.xml.core.NamespaceDecorator
-
This is use to apply for
NamespaceListannotations on the node. - section - Variable in class org.simpleframework.xml.core.ClassSchema
-
This represents the XML section defined for the class schema.
- section - Variable in class org.simpleframework.xml.core.PathParser.PathSection
-
This is the fragment of the original path this section uses.
- section - Variable in class org.simpleframework.xml.core.PrimitiveScanner
-
This is an empty section that is used by every scanner object.
- Section - Interface in org.simpleframework.xml.core
-
The
Sectioninterface is used to represent a section of XML that is to be generated. - segment() - Method in class org.simpleframework.xml.core.PathParser
-
This method is used to extract a path segment from the source expression.
- segment(Object) - Method in class org.simpleframework.xml.util.WeakCache.SegmentList
-
This method performs the translation of the key hash code to the segment index within the list.
- Segment() - Constructor for class org.simpleframework.xml.util.WeakCache.Segment
- SegmentList(int) - Constructor for class org.simpleframework.xml.util.WeakCache.SegmentList
-
Constructor for the
SegmentListobject. - sequence() - Method in class org.simpleframework.xml.util.Resolver.Stack
-
This is returned from the
Resolver.iteratorso that matches can be iterated in insertion order. - Sequence() - Constructor for class org.simpleframework.xml.stream.OutputStack.Sequence
-
Constructor for the
Sequenceobject. - Sequence() - Constructor for class org.simpleframework.xml.util.Resolver.Stack.Sequence
-
Constructor for the
Sequenceobject. - Serializer - Interface in org.simpleframework.xml
-
The
Serializerinterface is used to represent objects that can serialize and deserialize objects to an from XML. - session - Variable in class org.simpleframework.xml.core.SessionManager.Reference
-
This is the session object that is maintained by this.
- session - Variable in class org.simpleframework.xml.core.Source
-
This is used to store the source context attribute values.
- Session - Class in org.simpleframework.xml.core
-
The
Sessionobject represents a session with name value pairs. - Session() - Constructor for class org.simpleframework.xml.core.Session
-
Constructor for the
Sessionobject. - Session(boolean) - Constructor for class org.simpleframework.xml.core.Session
-
Constructor for the
Sessionobject. - SessionManager - Class in org.simpleframework.xml.core
-
The
SessionManageris used to manage the sessions that are used during the serialization process. - SessionManager() - Constructor for class org.simpleframework.xml.core.SessionManager
-
Constructor for the
SessionManagerobject. - SessionManager.Reference - Class in org.simpleframework.xml.core
-
The
Referenceobject is used to store sessions and count references to them. - set - Variable in class org.simpleframework.xml.core.MethodContact
-
This is the set method which is used to set the value.
- set(int, String) - Method in class org.simpleframework.xml.stream.Indenter.Cache
-
This method is used to add the specified indent on to the cache.
- set(Object, Object) - Method in interface org.simpleframework.xml.core.Contact
-
This is used to set the value on the specified object through this contact.
- set(Object, Object) - Method in class org.simpleframework.xml.core.FieldContact
-
This is used to set the specified value on the provided object.
- set(Object, Object) - Method in class org.simpleframework.xml.core.MethodContact
-
This is used to set the specified value on the provided object.
- set(Object, Object) - Method in class org.simpleframework.xml.core.ParameterContact
-
This is used to set the value on the specified object through this contact.
- set(Object, Parameter) - Method in class org.simpleframework.xml.core.Signature
-
This will add a new mapping to the signature based on the provided key.
- set(Label, Object) - Method in class org.simpleframework.xml.core.Collector
-
This is used to create a
Variableand set it for this criteria. - set(Label, Object) - Method in interface org.simpleframework.xml.core.Criteria
-
This is used to create a
Variableand set it for this criteria. - set(Namespace) - Method in class org.simpleframework.xml.core.NamespaceDecorator
-
This is used to set the primary namespace for nodes that will be decorated by the namespace decorator.
- SET - org.simpleframework.xml.core.MethodType
-
This is used to represent a method that acts as a setter.
- setAttribute(String, String) - Method in class org.simpleframework.xml.stream.Builder
-
This is used to set the attribute values within this builder.
- setAttribute(String, String) - Method in class org.simpleframework.xml.stream.CamelCaseStyle
-
This is used to set the attribute values within this builder.
- setAttribute(String, String) - Method in class org.simpleframework.xml.stream.HyphenStyle
-
This is used to set the attribute values within this builder.
- setAttribute(String, String) - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This method is used for convinience to add an attribute node to the attribute
NodeMap. - setAttribute(String, String) - Method in class org.simpleframework.xml.stream.OutputDocument
-
This method is used for convenience to add an attribute node to the attribute
NodeMap. - setAttribute(String, String) - Method in class org.simpleframework.xml.stream.OutputElement
-
This method is used for convinience to add an attribute node to the attribute
NodeMap. - setAttribute(String, String) - Method in interface org.simpleframework.xml.stream.OutputNode
-
This method is used for convenience to add an attribute node to the attribute
NodeMap. - setComment(String) - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This is used to set a text comment to the element.
- setComment(String) - Method in class org.simpleframework.xml.stream.OutputDocument
-
This is used to set a text comment to the element.
- setComment(String) - Method in class org.simpleframework.xml.stream.OutputElement
-
This is used to set a text comment to the element.
- setComment(String) - Method in interface org.simpleframework.xml.stream.OutputNode
-
This is used to set a text comment to the element.
- setData(boolean) - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This is used to set the output mode of this node to either be CDATA or escaped.
- setData(boolean) - Method in class org.simpleframework.xml.stream.OutputDocument
-
This is used to set the output mode of this node to either be CDATA or escaped.
- setData(boolean) - Method in class org.simpleframework.xml.stream.OutputElement
-
This is used to set the output mode of this node to either be CDATA or escaped.
- setData(boolean) - Method in interface org.simpleframework.xml.stream.OutputNode
-
This is used to set the output mode of this node to either be CDATA or escaped.
- setElement(String, String) - Method in class org.simpleframework.xml.stream.Builder
-
This is used to set the element values within this builder.
- setElement(String, String) - Method in class org.simpleframework.xml.stream.CamelCaseStyle
-
This is used to set the element values within this builder.
- setElement(String, String) - Method in class org.simpleframework.xml.stream.HyphenStyle
-
This is used to set the element values within this builder.
- setInstance(Object) - Method in class org.simpleframework.xml.core.ArrayInstance
-
This method is used acquire the value from the type and if possible replace the value for the type.
- setInstance(Object) - Method in class org.simpleframework.xml.core.ConversionInstance
-
This method is used acquire the value from the type and if possible replace the value for the type.
- setInstance(Object) - Method in interface org.simpleframework.xml.core.Instance
-
This method is used acquire the value from the type and if possible replace the value for the type.
- setInstance(Object) - Method in class org.simpleframework.xml.core.InstanceFactory.ClassInstance
-
This method is used acquire the value from the type and if possible replace the value for the type.
- setInstance(Object) - Method in class org.simpleframework.xml.core.InstanceFactory.ValueInstance
-
This method is used acquire the value from the type and if possible replace the value for the type.
- setInstance(Object) - Method in class org.simpleframework.xml.core.ObjectInstance
-
This method is used acquire the value from the type and if possible replace the value for the type.
- setMode(Mode) - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This is used to set the output mode of this node to either be CDATA, escaped, or inherited.
- setMode(Mode) - Method in class org.simpleframework.xml.stream.OutputDocument
-
This is used to set the output mode of this node to either be CDATA, escaped, or inherited.
- setMode(Mode) - Method in class org.simpleframework.xml.stream.OutputElement
-
This is used to set the output mode of this node to either be CDATA, escaped, or inherited.
- setMode(Mode) - Method in interface org.simpleframework.xml.stream.OutputNode
-
This is used to set the output mode of this node to either be CDATA, escaped, or inherited.
- setName(String) - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This is used to change the name of an output node.
- setName(String) - Method in class org.simpleframework.xml.stream.OutputDocument
-
This is used to change the name of an output node.
- setName(String) - Method in class org.simpleframework.xml.stream.OutputElement
-
This is used to change the name of an output node.
- setName(String) - Method in interface org.simpleframework.xml.stream.OutputNode
-
This is used to change the name of an output node.
- setOverride(Type, Object, OutputNode) - Method in interface org.simpleframework.xml.core.Context
-
This is used to attach elements or attributes to the given element during the serialization process.
- setOverride(Type, Object, OutputNode) - Method in class org.simpleframework.xml.core.Factory
-
This method is used to set the override class within an element.
- setOverride(Type, Object, OutputNode) - Method in class org.simpleframework.xml.core.Source
-
This is used to attach elements or attributes to the given element during the serialization process.
- SetPart - Class in org.simpleframework.xml.core
-
The
SetPartobject represents the setter method for a Java Bean property. - SetPart(MethodName, Annotation, Annotation[]) - Constructor for class org.simpleframework.xml.core.SetPart
-
Constructor for the
SetPartobject. - setReference(String) - Method in interface org.simpleframework.xml.stream.NamespaceMap
-
This is used to add the namespace reference to the namespace map.
- setReference(String) - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This is used to set the reference for the node.
- setReference(String) - Method in class org.simpleframework.xml.stream.OutputDocument
-
This is used to set the namespace reference for the document.
- setReference(String) - Method in class org.simpleframework.xml.stream.OutputElement
-
This is used to set the reference for the node.
- setReference(String) - Method in interface org.simpleframework.xml.stream.OutputNode
-
This is used to set the reference for the node.
- setReference(String) - Method in class org.simpleframework.xml.stream.PrefixResolver
-
This is used to add the namespace reference to the namespace map.
- setReference(String, String) - Method in interface org.simpleframework.xml.stream.NamespaceMap
-
This is used to add the namespace reference to the namespace map.
- setReference(String, String) - Method in class org.simpleframework.xml.stream.PrefixResolver
-
This is used to add the namespace reference to the namespace map.
- setValue(Object) - Method in class org.simpleframework.xml.convert.Reference
-
This is used to set the value of the object.
- setValue(Object) - Method in class org.simpleframework.xml.core.OverrideValue
-
This method is used set the value within this object.
- setValue(Object) - Method in class org.simpleframework.xml.strategy.Allocate
-
This method is used to set the provided object in to the graph so that it can later be retrieved.
- setValue(Object) - Method in class org.simpleframework.xml.strategy.ArrayValue
-
This method is set the value so that future calls provide the value that was provided.
- setValue(Object) - Method in class org.simpleframework.xml.strategy.ObjectValue
-
This method is used set the value within this object.
- setValue(Object) - Method in class org.simpleframework.xml.strategy.Reference
-
This method is used set the value within this object.
- setValue(Object) - Method in interface org.simpleframework.xml.strategy.Value
-
This method is used set the value within this object.
- setValue(String) - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This is used to set a text value to the attribute.
- setValue(String) - Method in class org.simpleframework.xml.stream.OutputDocument
-
This is used to set a text value to the element.
- setValue(String) - Method in class org.simpleframework.xml.stream.OutputElement
-
This is used to set a text value to the element.
- setValue(String) - Method in interface org.simpleframework.xml.stream.OutputNode
-
This is used to set a text value to the element.
- SHORT - org.simpleframework.xml.transform.DateType
-
This is the shortest format that relies on the date locale.
- SHORT - Static variable in class org.simpleframework.xml.transform.ClassTransform
-
This is the string that represents the class for a short.
- ShortTransform - Class in org.simpleframework.xml.transform
-
The
ShortTransformobject is used to transform short values to and from string representations, which will be inserted in the generated XML document as the value place holder. - ShortTransform() - Constructor for class org.simpleframework.xml.transform.ShortTransform
- signature - Variable in class org.simpleframework.xml.core.SignatureCreator
-
This is the map that contains the parameters to be used.
- Signature - Class in org.simpleframework.xml.core
-
The
Signatureobject represents a constructor of parameters iterable in declaration order. - Signature(Constructor) - Constructor for class org.simpleframework.xml.core.Signature
-
Constructor for the
Signatureobject. - Signature(Constructor, Class) - Constructor for class org.simpleframework.xml.core.Signature
-
Constructor for the
Signatureobject. - Signature(Signature) - Constructor for class org.simpleframework.xml.core.Signature
-
Constructor for the
Signatureobject. - SignatureBuilder - Class in org.simpleframework.xml.core
-
The
SignatureBuilderis used to build all permutations of signatures a constructor contains. - SignatureBuilder(Constructor) - Constructor for class org.simpleframework.xml.core.SignatureBuilder
-
Constructor for the
SignatureBuilderobject. - SignatureBuilder.ParameterList - Class in org.simpleframework.xml.core
-
The
ParameterListobject is used to represent a column of parameters within a table. - SignatureBuilder.ParameterTable - Class in org.simpleframework.xml.core
-
The
ParameterTableis used to build a table of parameters to represent a constructor. - SignatureCreator - Class in org.simpleframework.xml.core
-
The
Instantiatorobject is used to represent an single constructor within an object. - SignatureCreator(Signature) - Constructor for class org.simpleframework.xml.core.SignatureCreator
-
Constructor for the
Instantiatorobject. - signatures - Variable in class org.simpleframework.xml.core.ConstructorScanner
-
This is a list of all the signatures represented by the type.
- SignatureScanner - Class in org.simpleframework.xml.core
-
The
SignatureScannerobject is used to scan each of the parameters within a constructor for annotations. - SignatureScanner(Constructor, ParameterMap, Support) - Constructor for class org.simpleframework.xml.core.SignatureScanner
-
Constructor for the
SignatureScannerobject. - SINGLE - Static variable in class org.simpleframework.xml.stream.Formatter
-
Represents the XML escape sequence for the single quote.
- size - Variable in class org.simpleframework.xml.core.LabelGroup
-
This contains the number of labels this list contains.
- size - Variable in class org.simpleframework.xml.strategy.ArrayValue
-
This is used to determine the size of the array to be created.
- size - Variable in class org.simpleframework.xml.util.WeakCache.SegmentList
-
Represents the number of segments this object maintains.
- size() - Method in class org.simpleframework.xml.core.Session
-
This obviously enough provides the number of pairs that have been inserted into the internal map.
- size() - Method in class org.simpleframework.xml.core.Signature
-
This represents the number of parameters this signature has.
- size() - Method in class org.simpleframework.xml.stream.Indenter.Cache
-
This method is used to retrieve the number of indents that have been added to the cache.
- size() - Method in class org.simpleframework.xml.util.Dictionary
-
This returns the number of
Entryobjects within the dictionary. - size() - Method in class org.simpleframework.xml.util.Resolver
-
Returns the number of matches that have been inserted into the
Resolver. - skip() - Method in class org.simpleframework.xml.core.PathParser
-
This is used to skip any root prefix for the path.
- skip() - Method in class org.simpleframework.xml.stream.InputAttribute
-
This method is used to skip all child elements from this element.
- skip() - Method in class org.simpleframework.xml.stream.InputElement
-
This method is used to skip all child elements from this element.
- skip() - Method in interface org.simpleframework.xml.stream.InputNode
-
This method is used to skip all child elements from this element.
- skipElement(InputNode) - Method in class org.simpleframework.xml.stream.NodeReader
-
This method is used to skip an element within the XML document.
- source - Variable in class org.simpleframework.xml.core.TemplateEngine
-
This is used to store the text that are to be processed.
- source - Variable in class org.simpleframework.xml.stream.InputAttribute
-
This is the source associated with this input attribute.
- source - Variable in class org.simpleframework.xml.stream.InputNodeMap
-
This is the source node that this node map belongs to.
- source - Variable in class org.simpleframework.xml.stream.InputPosition
-
This is the XML event that the position is acquired for.
- source - Variable in class org.simpleframework.xml.stream.OutputAttribute
-
Represents the output node that this node requires.
- source - Variable in class org.simpleframework.xml.stream.OutputNodeMap
-
This is the source node that this node map belongs to.
- source - Variable in class org.simpleframework.xml.stream.PrefixResolver
-
Represents the actual XML element this is associated with.
- source - Variable in class org.simpleframework.xml.stream.PullReader.Entry
-
This is the XML pull parser source that is used for this.
- source - Variable in class org.simpleframework.xml.stream.PullReader.Start
-
This is the XML pull parser source that is used for this.
- source - Variable in class org.simpleframework.xml.stream.PullReader.Text
-
This is the XML pull parser used to extract this text event.
- Source - Class in org.simpleframework.xml.core
-
The
Sourceobject acts as a contextual object that is used to store all information regarding an instance of serialization or deserialization. - Source(Strategy, Support, Session) - Constructor for class org.simpleframework.xml.core.Source
-
Constructor for the
Sourceobject. - split - Variable in class org.simpleframework.xml.transform.ArrayTransform
-
This transform is used to split the comma separated values.
- Splitter - Class in org.simpleframework.xml.stream
-
The
Splitterobject is used split up a string in to tokens that can be used to create a camel case or hyphenated text representation of the string. - Splitter(String) - Constructor for class org.simpleframework.xml.stream.Splitter
-
Constructor of the
Splitterobject. - stack - Variable in class org.simpleframework.xml.filter.StackFilter
-
This is used to store the filters that are used.
- stack - Variable in class org.simpleframework.xml.stream.DocumentReader
-
This is used to keep track of which elements are in context.
- stack - Variable in class org.simpleframework.xml.stream.NodeReader
-
This stack enables the reader to keep track of elements.
- stack - Variable in class org.simpleframework.xml.stream.NodeWriter
-
Represents the stack of output nodes that are not yet ended.
- stack - Variable in class org.simpleframework.xml.stream.OutputDocument
-
This is the output stack used by the node writer object.
- stack - Variable in class org.simpleframework.xml.util.Resolver
-
Stores the matches added to the resolver in resolution order.
- Stack<T> - Class in org.simpleframework.xml.stream
-
The
Stackobject is used to provide a lightweight stack implementation. - Stack() - Constructor for class org.simpleframework.xml.util.Resolver.Stack
- Stack(int) - Constructor for class org.simpleframework.xml.stream.Stack
-
Constructor for the
Stackobject. - StackFilter - Class in org.simpleframework.xml.filter
-
The
StackFilterobject provides a filter that can be given a collection of filters which can be used to resolve a replacement. - StackFilter() - Constructor for class org.simpleframework.xml.filter.StackFilter
-
Constructor for the
StackFilterobject. - start - Variable in class org.simpleframework.xml.core.PathParser
-
This is the start offset that skips any root references.
- start() - Method in class org.simpleframework.xml.stream.PullReader
-
This is used to convert the next event to a start event.
- start(XMLEvent) - Method in class org.simpleframework.xml.stream.StreamReader
-
This is used to convert the provided event to a start event.
- start(Node) - Method in class org.simpleframework.xml.stream.DocumentReader
-
This is used to convert the provided node to a start event.
- Start(XMLEvent) - Constructor for class org.simpleframework.xml.stream.StreamReader.Start
-
Constructor for the
Startobject. - Start(Node) - Constructor for class org.simpleframework.xml.stream.DocumentReader.Start
-
Constructor for the
Startobject. - Start(XmlPullParser) - Constructor for class org.simpleframework.xml.stream.PullReader.Start
-
Constructor for the
Startobject. - START - org.simpleframework.xml.stream.Formatter.Tag
- stock - Variable in class org.simpleframework.xml.transform.DefaultMatcher
-
Matcher used to resolve all the core Java object transforms.
- strategy - Variable in class org.simpleframework.xml.convert.AnnotationStrategy
-
This is the strategy that is delegated to for serialization.
- strategy - Variable in class org.simpleframework.xml.convert.RegistryStrategy
-
This is the strategy used if there is no bindings.
- strategy - Variable in class org.simpleframework.xml.core.Persister
-
This is the strategy object used to load and resolve classes.
- strategy - Variable in class org.simpleframework.xml.core.Source
-
This is the strategy used to resolve the element classes.
- strategy - Variable in class org.simpleframework.xml.strategy.VisitorStrategy
-
This is the strategy that is delegated to by this strategy.
- Strategy - Interface in org.simpleframework.xml.strategy
-
The
Strategyinterface represents a strategy that can be used to resolve and load theClassobjects that compose a serializable object. - StreamProvider - Class in org.simpleframework.xml.stream
-
The
StreamProviderobject is used to provide event reader implementations for StAX. - StreamProvider() - Constructor for class org.simpleframework.xml.stream.StreamProvider
-
Constructor for the
StreamProviderobject. - StreamReader - Class in org.simpleframework.xml.stream
-
The
StreamReaderobject provides an implementation for reading XML events using StAX. - StreamReader(XMLEventReader) - Constructor for class org.simpleframework.xml.stream.StreamReader
-
Constructor for the
StreamReaderobject. - StreamReader.End - Class in org.simpleframework.xml.stream
-
The
Endobject is used to represent the end of an element. - StreamReader.Entry - Class in org.simpleframework.xml.stream
-
The
Entryobject is used to represent an attribute within a start element. - StreamReader.Start - Class in org.simpleframework.xml.stream
-
The
Startobject is used to represent the start of an XML element. - StreamReader.Text - Class in org.simpleframework.xml.stream
-
The
Textobject is used to represent a text event. - strict - Variable in class org.simpleframework.xml.core.DetailScanner
-
This is used to determine if strict XML parsing is done.
- strict - Variable in class org.simpleframework.xml.core.Session
-
This is used to determine if this session is a strict one.
- strict() - Method in annotation type org.simpleframework.xml.Root
-
This is used to determine whether the object represented should be parsed in a strict manner.
- string - Variable in class org.simpleframework.xml.core.CacheParameter
-
This is the string representation of this parameter object.
- STRING - Static variable in class org.simpleframework.xml.core.AnnotationHandler
-
This is used to acquire a string value for the annotation.
- StringArrayTransform - Class in org.simpleframework.xml.transform
-
The
StringArrayTransformis used to transform string arrays to and from string representations, which will be inserted in the generated XML document as the value place holder. - StringArrayTransform() - Constructor for class org.simpleframework.xml.transform.StringArrayTransform
-
Constructor for the
StringArrayTransformobject. - StringArrayTransform(String) - Constructor for class org.simpleframework.xml.transform.StringArrayTransform
-
Constructor for the
StringArrayTransformobject. - StringTransform - Class in org.simpleframework.xml.transform
-
The
StringTransformis used to transform strings values to and from string representations, which will be inserted in the generated XML document as the value place holder. - StringTransform() - Constructor for class org.simpleframework.xml.transform.StringTransform
- structure - Variable in class org.simpleframework.xml.core.ObjectScanner
-
This defines the structure build from the class annotations.
- Structure - Class in org.simpleframework.xml.core
-
The
Structureobject represents the XML structure of an annotated class schema. - Structure(Instantiator, Model, Label, Label, boolean) - Constructor for class org.simpleframework.xml.core.Structure
-
Constructor for the
Structureobject. - StructureBuilder - Class in org.simpleframework.xml.core
-
The
StructureBuilderobject is used to build the XML structure of an annotated class. - StructureBuilder(Scanner, Detail, Support) - Constructor for class org.simpleframework.xml.core.StructureBuilder
-
Constructor for the
StructureBuilderobject. - style - Variable in class org.simpleframework.xml.core.CompositeInlineMap
-
This is the style used to style the names used for the XML.
- style - Variable in class org.simpleframework.xml.core.CompositeKey
-
This is the style used to style the names used for the XML.
- style - Variable in class org.simpleframework.xml.core.CompositeListUnion
-
This is this style associated with the serialization context.
- style - Variable in class org.simpleframework.xml.core.CompositeMap
-
This is the style used to style the names used for the XML.
- style - Variable in class org.simpleframework.xml.core.CompositeMapUnion
-
This is this style associated with the serialization context.
- style - Variable in class org.simpleframework.xml.core.CompositeValue
-
This is the style used to style the names used for the XML.
- style - Variable in class org.simpleframework.xml.core.EmptyExpression
-
This is the style that is used to style any paths created.
- style - Variable in class org.simpleframework.xml.core.PathParser
-
This is the format used to style the path segments.
- style - Variable in class org.simpleframework.xml.core.PrimitiveKey
-
This is the style used to style the XML elements for the key.
- style - Variable in class org.simpleframework.xml.core.PrimitiveValue
-
This is the style used to style the XML names for the value.
- style - Variable in class org.simpleframework.xml.core.Traverser
-
This is the style that is used to style the XML roots.
- style - Variable in class org.simpleframework.xml.stream.Builder
-
This is the style object used to create the values used.
- style - Variable in class org.simpleframework.xml.stream.CamelCaseStyle
-
This is the strategy used to generate the style tokens.
- style - Variable in class org.simpleframework.xml.stream.Format
-
This is the style that is used internally by the format.
- style - Variable in class org.simpleframework.xml.stream.HyphenStyle
-
This is the strategy used to generate the style tokens.
- Style - Interface in org.simpleframework.xml.stream
-
The
Styleinterface is used to represent an XML style that can be applied to a serialized object. - support - Variable in class org.simpleframework.xml.core.ClassScanner
-
This object contains various support functions for the class.
- support - Variable in class org.simpleframework.xml.core.ConstructorScanner
-
This object contains various support functions for the class.
- support - Variable in class org.simpleframework.xml.core.DetailExtractor
-
This contains various support functions for the details.
- support - Variable in class org.simpleframework.xml.core.Factory
-
This is used to translate all of the primitive type strings.
- support - Variable in class org.simpleframework.xml.core.FieldScanner
-
This object contains various support functions for the class.
- support - Variable in class org.simpleframework.xml.core.MethodScanner
-
This object contains various support functions for the class.
- support - Variable in class org.simpleframework.xml.core.ObjectScanner
-
This object contains various support functions for the class.
- support - Variable in class org.simpleframework.xml.core.Persister
-
This support is used to convert the strings encountered.
- support - Variable in class org.simpleframework.xml.core.ScannerFactory
-
This is used to determine which objects are primitives.
- support - Variable in class org.simpleframework.xml.core.Source
-
This support is used to convert the strings encountered.
- support - Variable in class org.simpleframework.xml.core.StructureBuilder
-
This object contains various support functions for the class.
- Support - Class in org.simpleframework.xml.core
-
The
Supportobject is used to provide support to the serialization engine for processing and transforming strings. - Support() - Constructor for class org.simpleframework.xml.core.Support
-
Constructor for the
Supportobject. - Support(Filter) - Constructor for class org.simpleframework.xml.core.Support
-
Constructor for the
Supportobject. - Support(Filter, Matcher) - Constructor for class org.simpleframework.xml.core.Support
-
Constructor for the
Supportobject. - Support(Filter, Matcher, Format) - Constructor for class org.simpleframework.xml.core.Support
-
Constructor for the
Supportobject. - symbol(char) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to convert the specified character to an XML text symbol if the specified character can be converted.
- SystemFilter - Class in org.simpleframework.xml.filter
-
The
SystemFilterobject is used to provide a filter that will replace the specified values with system properties. - SystemFilter() - Constructor for class org.simpleframework.xml.filter.SystemFilter
-
Constructor for the
SystemFilterobject. - SystemFilter(Filter) - Constructor for class org.simpleframework.xml.filter.SystemFilter
-
Constructor for the
SystemFilterobject.
T
- table - Variable in class org.simpleframework.xml.core.SignatureBuilder
-
This contains each parameter and annotation pair found.
- table - Variable in class org.simpleframework.xml.stream.OutputDocument
-
Represents a dummy output node map for the attributes.
- table - Variable in class org.simpleframework.xml.stream.OutputElement
-
Represents the attributes that have been set for the element.
- Table() - Constructor for class org.simpleframework.xml.util.Dictionary.Table
-
Constructor for the
Tableobject. - Tag() - Constructor for enum org.simpleframework.xml.stream.Formatter.Tag
- take() - Method in class org.simpleframework.xml.core.ModelList
-
This is used to take the models from the model list at the first index.
- take(Object) - Method in interface org.simpleframework.xml.util.Cache
-
This is used to exclusively take the value mapped to the specified key from the cache.
- take(Object) - Method in class org.simpleframework.xml.util.ConcurrentCache
-
This is used to exclusively take the value mapped to the specified key from the cache.
- take(Object) - Method in class org.simpleframework.xml.util.LimitedCache
-
This is used to exclusively take the value mapped to the specified key from the cache.
- take(Object) - Method in class org.simpleframework.xml.util.WeakCache.Segment
-
This is used to exclusively take the value mapped to the specified key from the cache.
- take(Object) - Method in class org.simpleframework.xml.util.WeakCache
-
This is used to exclusively take the value mapped to the specified key from the cache.
- take(String) - Method in class org.simpleframework.xml.core.MethodScanner.PartMap
-
This is used to acquire the method part for the specified method name.
- Template - Class in org.simpleframework.xml.core
-
This is primarily used to replace the
StringBufferclass, as a way for theTemplateEngineto store the data for a specific region within the parse data that constitutes a desired value. - Template() - Constructor for class org.simpleframework.xml.core.Template
-
Constructor for
Template. - Template(int) - Constructor for class org.simpleframework.xml.core.Template
-
This creates a
Templatewith a specific default size. - TemplateEngine - Class in org.simpleframework.xml.core
-
The
TemplateEngineobject is used to create strings which have system variable names replaced with their values. - TemplateEngine(Filter) - Constructor for class org.simpleframework.xml.core.TemplateEngine
-
Constructor for the
TemplateEngineobject. - TemplateFilter - Class in org.simpleframework.xml.core
-
The
TemplateFilterclass is used to provide variables to the template engine. - TemplateFilter(Context, Filter) - Constructor for class org.simpleframework.xml.core.TemplateFilter
-
Constructor for the
TemplateFilterobject. - TemplateLabel - Class in org.simpleframework.xml.core
-
The
TemplateLabelobject is used to provide stock functions that can be used by all implementations. - TemplateLabel() - Constructor for class org.simpleframework.xml.core.TemplateLabel
-
Constructor for the
TemplateLabelis used to create a template for other labels. - TemplateParameter - Class in org.simpleframework.xml.core
-
The
TemplateParameterobject is used to provide stock functions that can be used by all implementations. - TemplateParameter() - Constructor for class org.simpleframework.xml.core.TemplateParameter
-
Constructor for the
TemplateParameteris used to create a template for other parameters. - text - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is used to determine if this label represents text.
- text - Variable in class org.simpleframework.xml.core.CacheParameter
-
This is true if this parameter represents a text value.
- text - Variable in class org.simpleframework.xml.core.ClassSchema
-
This is used to represent a text value within the schema.
- text - Variable in class org.simpleframework.xml.core.GroupExtractor.Registry
-
This label represents the free text between elements.
- text - Variable in class org.simpleframework.xml.core.Structure
-
This is contains any text field or method in the class.
- text - Variable in class org.simpleframework.xml.core.StructureBuilder
-
This represents a text annotation extracted from the class.
- text - Variable in class org.simpleframework.xml.core.TemplateEngine
-
This is used to accumulate the transformed text value.
- text - Variable in class org.simpleframework.xml.core.TextListLabel
-
This is the text annotation declaration on the element list.
- text - Variable in class org.simpleframework.xml.core.TreeModel
-
This is an optional text label used for this model.
- text - Variable in class org.simpleframework.xml.stream.NodeReader
-
This is used to collect the text between the element tags.
- text - Variable in class org.simpleframework.xml.stream.OutputBuffer
-
The characters that this buffer has accumulated.
- text - Variable in class org.simpleframework.xml.stream.PullReader.Text
-
This is the text value that has been extracted from the XML.
- text - Variable in class org.simpleframework.xml.stream.Splitter
-
This is the original text that is to be split in to words.
- text - Variable in class org.simpleframework.xml.stream.StreamReader.Text
-
This is the event that is used to represent the text value.
- text() - Method in class org.simpleframework.xml.stream.PullReader
-
This is used to convert the next event to a text event.
- text(XMLEvent) - Method in class org.simpleframework.xml.stream.StreamReader
-
This is used to convert the provided event to a text event.
- text(Contact, Annotation) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to process the
Textannotations that are present in the scanned class. - text(Node) - Method in class org.simpleframework.xml.stream.DocumentReader
-
This is used to convert the provided node to a text event.
- Text - Annotation Type in org.simpleframework.xml
-
The
Textannotation is used to represent a field or method that appears as text within an XML element. - Text(XMLEvent) - Constructor for class org.simpleframework.xml.stream.StreamReader.Text
-
Constructor for the
Textobject. - Text(Node) - Constructor for class org.simpleframework.xml.stream.DocumentReader.Text
-
Constructor for the
Textobject. - Text(XmlPullParser) - Constructor for class org.simpleframework.xml.stream.PullReader.Text
-
Constructor for the
Textobject. - TEXT - org.simpleframework.xml.core.KeyBuilder.KeyType
- TEXT - org.simpleframework.xml.stream.Formatter.Tag
- TextException - Exception in org.simpleframework.xml.core
-
The
TextExceptionis used to represent conditions when an XML element text value is in an invalid state. - TextException(String, Object...) - Constructor for exception org.simpleframework.xml.core.TextException
-
Constructor for the
TextExceptionobject. - TextException(Throwable, String, Object...) - Constructor for exception org.simpleframework.xml.core.TextException
-
Constructor for the
TextExceptionobject. - TextLabel - Class in org.simpleframework.xml.core
-
The
TextLabelrepresents a label that is used to get a converter for a text entry within an XML element. - TextLabel(Contact, Text, Format) - Constructor for class org.simpleframework.xml.core.TextLabel
-
Constructor for the
TextLabelobject. - TextList - Class in org.simpleframework.xml.core
-
This
TextListobject is a converter that is used to read free text and insert that text in to a list. - TextList(Context, Type, Label) - Constructor for class org.simpleframework.xml.core.TextList
-
Constructor for the
TextListobject. - TextListLabel - Class in org.simpleframework.xml.core
-
The
TextListLabelobject is used to create a label that will create a converter used to read free text. - TextListLabel(Label, Text) - Constructor for class org.simpleframework.xml.core.TextListLabel
-
Constructor for the
TextListLabelobject. - TextParameter - Class in org.simpleframework.xml.core
-
The
TextParameterrepresents a constructor parameter. - TextParameter(Constructor, Text, Format, int) - Constructor for class org.simpleframework.xml.core.TextParameter
-
Constructor for the
TextParameterobject. - TextParameter.Contact - Class in org.simpleframework.xml.core
-
The
Contactrepresents a contact object that is to be used for a label in order to extract a parameter name. - texts - Variable in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to maintain the mappings for the text labels.
- texts - Variable in class org.simpleframework.xml.core.StructureBuilder
-
This is used to maintain the text labels for the class.
- TimeZoneTransform - Class in org.simpleframework.xml.transform
-
The
TimeZoneTransformis used to transform time zone values to and from string representations, which will be inserted in the generated XML document as the value place holder. - TimeZoneTransform() - Constructor for class org.simpleframework.xml.transform.TimeZoneTransform
- token - Variable in class org.simpleframework.xml.transform.StringArrayTransform
-
This is the token used to split the string into an array.
- token() - Method in class org.simpleframework.xml.stream.Splitter
-
This is used to extract a token from the source string.
- toLower(char) - Method in class org.simpleframework.xml.stream.Splitter
-
This is used to convert the provided character to a lower case character.
- toLowerCase(char) - Static method in class org.simpleframework.xml.core.Reflector
-
This is used to convert the provided character to lower case.
- top() - Method in class org.simpleframework.xml.stream.Indenter
-
This returns the current indent for this indenter.
- top() - Method in class org.simpleframework.xml.stream.OutputStack
-
This is used to acquire the
OutputNodefrom the top of the output stack. - top() - Method in class org.simpleframework.xml.stream.Stack
-
This is used to peek at the element from the top of this stack.
- toString() - Method in class org.simpleframework.xml.core.AnnotationHandler
-
This is used to build a string from the annotation.
- toString() - Method in class org.simpleframework.xml.core.AttributeLabel
-
This is used to describe the annotation and method or field that this label represents.
- toString() - Method in class org.simpleframework.xml.core.AttributeParameter
-
This is used to provide a textual representation of the parameter.
- toString() - Method in class org.simpleframework.xml.core.CacheLabel
-
This is used to describe the annotation and method or field that this label represents.
- toString() - Method in class org.simpleframework.xml.core.CacheParameter
-
This is used to provide a textual representation of the parameter.
- toString() - Method in class org.simpleframework.xml.core.ClassInstantiator
-
This is used to acquire a description of the creator.
- toString() - Method in class org.simpleframework.xml.core.ClassSchema
-
This is used to acquire a description of the schema.
- toString() - Method in class org.simpleframework.xml.core.ClassType
-
This is used to describe the type as it exists within the owning class.
- toString() - Method in interface org.simpleframework.xml.core.Contact
-
This is used to describe the contact as it exists within the owning class.
- toString() - Method in class org.simpleframework.xml.core.DefaultDetail
-
This is used to return a string representation of the detail.
- toString() - Method in class org.simpleframework.xml.core.DetailScanner
-
This is used to return a string representation of the detail.
- toString() - Method in class org.simpleframework.xml.core.ElementArrayLabel
-
This is used to describe the annotation and method or field that this label represents.
- toString() - Method in class org.simpleframework.xml.core.ElementArrayParameter
-
This is used to provide a textual representation of the parameter.
- toString() - Method in class org.simpleframework.xml.core.ElementLabel
-
This is used to describe the annotation and method or field that this label represents.
- toString() - Method in class org.simpleframework.xml.core.ElementListLabel
-
This is used to describe the annotation and method or field that this label represents.
- toString() - Method in class org.simpleframework.xml.core.ElementListParameter
-
This is used to provide a textual representation of the parameter.
- toString() - Method in class org.simpleframework.xml.core.ElementListUnionLabel
-
This is used to describe the annotation and method or field that this label represents.
- toString() - Method in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is used to provide a textual representation of the parameter.
- toString() - Method in class org.simpleframework.xml.core.ElementMapLabel
-
This is used to describe the annotation and method or field that this label represents.
- toString() - Method in class org.simpleframework.xml.core.ElementMapParameter
-
This is used to provide a textual representation of the parameter.
- toString() - Method in class org.simpleframework.xml.core.ElementMapUnionLabel
-
This is used to describe the annotation and method or field that this label represents.
- toString() - Method in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is used to provide a textual representation of the parameter.
- toString() - Method in class org.simpleframework.xml.core.ElementParameter
-
This is used to provide a textual representation of the parameter.
- toString() - Method in class org.simpleframework.xml.core.ElementUnionLabel
-
This is used to describe the annotation and method or field that this label represents.
- toString() - Method in class org.simpleframework.xml.core.ElementUnionParameter
-
This is used to provide a textual representation of the parameter.
- toString() - Method in class org.simpleframework.xml.core.Entry
-
This provides a textual representation of the annotated field or method for the map.
- toString() - Method in interface org.simpleframework.xml.core.Expression
-
Provides a canonical XPath expression.
- toString() - Method in class org.simpleframework.xml.core.FieldContact
-
This is used to describe the contact as it exists within the owning class.
- toString() - Method in class org.simpleframework.xml.core.GetPart
-
This is used to describe the method as it exists within the owning class.
- toString() - Method in interface org.simpleframework.xml.core.Group
-
This returns a string representation of the union group.
- toString() - Method in class org.simpleframework.xml.core.GroupExtractor
-
This returns a string representation of the union group.
- toString() - Method in class org.simpleframework.xml.core.Introspector
-
This method is used to construct a string that describes the signature of an XML annotated field or method.
- toString() - Method in class org.simpleframework.xml.core.KeyBuilder.Key
-
This returns the string representation of the key.
- toString() - Method in interface org.simpleframework.xml.core.Label
-
This is used to describe the annotation and method or field that this label represents.
- toString() - Method in class org.simpleframework.xml.core.LabelKey
-
This returns a string representation of this key.
- toString() - Method in class org.simpleframework.xml.core.MethodContact
-
This is used to describe the contact as it exists within the owning class.
- toString() - Method in interface org.simpleframework.xml.core.MethodPart
-
This is used to describe the method as it exists within the owning class.
- toString() - Method in class org.simpleframework.xml.core.OverrideType
-
This is used to describe the type as it exists within the owning class.
- toString() - Method in interface org.simpleframework.xml.core.Parameter
-
This is used to provide a textual representation of the parameter.
- toString() - Method in class org.simpleframework.xml.core.ParameterContact
-
This is used to provide a textual representation of the parameter.
- toString() - Method in class org.simpleframework.xml.core.PathParser.PathSection
-
Provides a canonical XPath expression.
- toString() - Method in class org.simpleframework.xml.core.PathParser
-
Provides a canonical XPath expression.
- toString() - Method in class org.simpleframework.xml.core.SetPart
-
This is used to describe the method as it exists within the owning class.
- toString() - Method in class org.simpleframework.xml.core.Signature
-
This is used to acquire a descriptive name for the instantiator.
- toString() - Method in class org.simpleframework.xml.core.SignatureCreator
-
This is used to acquire a descriptive name for the instantiator.
- toString() - Method in class org.simpleframework.xml.core.Template
-
This will return the characters that have been appended to the
Templateas aStringobject. - toString() - Method in class org.simpleframework.xml.core.TextLabel
-
This is used to describe the annotation and method or field that this label represents.
- toString() - Method in class org.simpleframework.xml.core.TextListLabel
-
This is used to create a string used to represent this text list label.
- toString() - Method in class org.simpleframework.xml.core.TextParameter
-
This is used to provide a textual representation of the parameter.
- toString() - Method in class org.simpleframework.xml.core.TreeModel
-
For the purposes of debugging we provide a representation of the model in a string format.
- toString() - Method in class org.simpleframework.xml.core.Variable
-
This is used to describe the annotation and method or field that this label represents.
- toString() - Method in class org.simpleframework.xml.core.VersionLabel
-
This is used to describe the annotation and method or field that this label represents.
- toString() - Method in interface org.simpleframework.xml.strategy.Type
-
This is used to describe the type as it exists within the owning class.
- toString() - Method in class org.simpleframework.xml.stream.InputAttribute
-
This is the string representation of the attribute.
- toString() - Method in class org.simpleframework.xml.stream.InputElement
-
This is the string representation of the element.
- toString() - Method in class org.simpleframework.xml.stream.InputPosition
-
This provides a textual description of the position the read cursor is at within the XML document.
- toString() - Method in class org.simpleframework.xml.stream.OutputAttribute
-
This is used to acquire the name and value of the attribute.
- toString() - Method in class org.simpleframework.xml.stream.OutputElement
-
This is the string representation of the element.
- toString() - Method in interface org.simpleframework.xml.stream.Position
-
This provides a textual description of the position the read cursor is at within the XML document.
- toUpper(char) - Method in class org.simpleframework.xml.stream.Splitter
-
This is used to convert the provided character to an upper case character.
- transform - Variable in class org.simpleframework.xml.core.Support
-
This is the transformer used to transform objects to text.
- transform - Variable in class org.simpleframework.xml.transform.GregorianCalendarTransform
-
This is the date transform used to parse and format dates.
- Transform<T> - Interface in org.simpleframework.xml.transform
-
A
Transformrepresents a an object used to transform an object to and from a string value. - Transformer - Class in org.simpleframework.xml.transform
-
The
Transformerobject is used to convert strings to and from object instances. - Transformer(Matcher) - Constructor for class org.simpleframework.xml.transform.Transformer
-
Constructor for the
Transformerobject. - TransformException - Exception in org.simpleframework.xml.transform
-
The
TransformExceptionis thrown if a problem occurs during the transformation of an object. - TransformException(String, Object...) - Constructor for exception org.simpleframework.xml.transform.TransformException
-
Constructor for the
TransformExceptionobject. - TransformException(Throwable, String, Object...) - Constructor for exception org.simpleframework.xml.transform.TransformException
-
Constructor for the
TransformExceptionobject. - transforms - Variable in class org.simpleframework.xml.transform.RegistryMatcher
-
This is used to fetch transform instances by type.
- Transient - Annotation Type in org.simpleframework.xml
-
The
Transientannotation is an optional annotation that can be used within an XML class schema to mark a method or field as being transient, which indicates that it does not take part in serialization or deserialization. - Traverser - Class in org.simpleframework.xml.core
-
The
Traverserobject is used to traverse the XML class schema and either serialize or deserialize an object. - Traverser(Context) - Constructor for class org.simpleframework.xml.core.Traverser
-
Constructor for the
Traverserobject. - TreeModel - Class in org.simpleframework.xml.core
-
The
TreeModelobject is used to build a tree like structure to represent the XML schema for an annotated class. - TreeModel(Policy, Detail) - Constructor for class org.simpleframework.xml.core.TreeModel
-
Constructor for the
TreeModelobject. - TreeModel(Policy, Detail, String, String, int) - Constructor for class org.simpleframework.xml.core.TreeModel
-
Constructor for the
TreeModelobject. - TreeModel.OrderList - Class in org.simpleframework.xml.core
-
The
OrderListobject is used to maintain the order of the XML elements within the model. - TreeStrategy - Class in org.simpleframework.xml.strategy
-
The
TreeStrategyobject is used to provide a simple strategy for handling object graphs in a tree structure. - TreeStrategy() - Constructor for class org.simpleframework.xml.strategy.TreeStrategy
-
Constructor for the
TreeStrategyobject. - TreeStrategy(String, String) - Constructor for class org.simpleframework.xml.strategy.TreeStrategy
-
Constructor for the
TreeStrategyobject. - truncate() - Method in class org.simpleframework.xml.core.PathParser
-
This method is used to trim any trailing characters at the end of the path.
- type - Variable in class org.simpleframework.xml.core.AnnotationHandler
-
This is annotation type associated with this handler.
- type - Variable in class org.simpleframework.xml.core.ArrayInstance
-
This is the array component type for the created array.
- type - Variable in class org.simpleframework.xml.core.AttributeLabel
-
This is the type that the field object references.
- type - Variable in class org.simpleframework.xml.core.AttributeParameter
-
This is the type of the label represented by this.
- type - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is used to represent the label class that this will use.
- type - Variable in class org.simpleframework.xml.core.CacheParameter
-
This is the type within the constructor of this parameter.
- type - Variable in class org.simpleframework.xml.core.ClassSchema
-
This is the type that this class schema is representing.
- type - Variable in class org.simpleframework.xml.core.ClassType
-
This is the type that is represented by this instance.
- type - Variable in class org.simpleframework.xml.core.Composite
-
This is the type that this composite produces instances of.
- type - Variable in class org.simpleframework.xml.core.CompositeArray
-
This represents the actual field or method for the array.
- type - Variable in class org.simpleframework.xml.core.CompositeInlineList
-
This represents the actual method or field for the list.
- type - Variable in class org.simpleframework.xml.core.CompositeKey
-
This represents the type of object the key is written as.
- type - Variable in class org.simpleframework.xml.core.CompositeList
-
This is the field or method that has been annotated.
- type - Variable in class org.simpleframework.xml.core.CompositeListUnion
-
This is the type field or method annotated as a union.
- type - Variable in class org.simpleframework.xml.core.CompositeMapUnion
-
This is the type field or method annotated as a union.
- type - Variable in class org.simpleframework.xml.core.CompositeUnion
-
This is the type field or method annotated as a union.
- type - Variable in class org.simpleframework.xml.core.CompositeValue
-
This represents the type of object the value is written as.
- type - Variable in class org.simpleframework.xml.core.DetailScanner
-
This is the type that is represented by this instance.
- type - Variable in class org.simpleframework.xml.core.ElementArrayLabel
-
This is the type of array this label will represent.
- type - Variable in class org.simpleframework.xml.core.ElementArrayParameter
-
This is the type of the label represented by this.
- type - Variable in class org.simpleframework.xml.core.ElementLabel
-
This is the type of the class that the field references.
- type - Variable in class org.simpleframework.xml.core.ElementListLabel
-
This is the type of collection this list will instantiate.
- type - Variable in class org.simpleframework.xml.core.ElementListParameter
-
This is the type of the label represented by this.
- type - Variable in class org.simpleframework.xml.core.ElementListUnionParameter
-
This is the type of the label represented by this.
- type - Variable in class org.simpleframework.xml.core.ElementMapLabel
-
This is the type of map object this list will instantiate.
- type - Variable in class org.simpleframework.xml.core.ElementMapParameter
-
This is the type of the label represented by this.
- type - Variable in class org.simpleframework.xml.core.ElementMapUnionParameter
-
This is the type of the label represented by this.
- type - Variable in class org.simpleframework.xml.core.ElementParameter
-
This is the type of the label represented by this.
- type - Variable in class org.simpleframework.xml.core.ElementUnionParameter
-
This is the type of the label represented by this.
- type - Variable in class org.simpleframework.xml.core.ExpressionBuilder
-
This is the type the expressions are being built for.
- type - Variable in class org.simpleframework.xml.core.ExtractorFactory.ExtractorBuilder
-
This is the actual extractor that is to be instantianted.
- type - Variable in class org.simpleframework.xml.core.Factory
-
This is the field type that the class must be assignable to.
- type - Variable in class org.simpleframework.xml.core.FieldScanner.FieldKey
-
This is the class that the field has been declared on.
- type - Variable in class org.simpleframework.xml.core.GetPart
-
This represents the method type for the get part method.
- type - Variable in class org.simpleframework.xml.core.InstanceFactory.ClassInstance
-
This is the type of the instance that is to be created.
- type - Variable in class org.simpleframework.xml.core.InstanceFactory.ValueInstance
-
This is the type that is to be instantiated by this.
- type - Variable in class org.simpleframework.xml.core.KeyBuilder.Key
-
This is the type of key that this represents.
- type - Variable in class org.simpleframework.xml.core.LabelExtractor.LabelBuilder
-
This is the label type that is to be instantiated.
- type - Variable in class org.simpleframework.xml.core.LabelKey
-
This is the type that is represented by the annotated contact.
- type - Variable in class org.simpleframework.xml.core.MethodContact
-
This is the type associated with this point of contact.
- type - Variable in class org.simpleframework.xml.core.MethodName
-
This is the type of method this method name represents.
- type - Variable in class org.simpleframework.xml.core.ObjectInstance
-
This is the new class that is used for the instantiation.
- type - Variable in class org.simpleframework.xml.core.OverrideType
-
This is the type associated with this override type.
- type - Variable in class org.simpleframework.xml.core.OverrideValue
-
This is the type that is used to represent the value.
- type - Variable in class org.simpleframework.xml.core.ParameterFactory.ParameterBuilder
-
This is the parameter type that is to be instantiated.
- type - Variable in class org.simpleframework.xml.core.PathParser
-
This is the type the expressions are to be parsed for.
- type - Variable in class org.simpleframework.xml.core.Primitive
-
This is the actual method or field that has been annotated.
- type - Variable in class org.simpleframework.xml.core.PrimitiveArray
-
This represents the actual field or method for the array.
- type - Variable in class org.simpleframework.xml.core.PrimitiveKey
-
Represents the primitive type the key is serialized to and from.
- type - Variable in class org.simpleframework.xml.core.PrimitiveValue
-
Represents the primitive type the value is serialized to and from.
- type - Variable in class org.simpleframework.xml.core.SetPart
-
This represents the method type for the set part method.
- type - Variable in class org.simpleframework.xml.core.Signature
-
This is the type that the signature was created for.
- type - Variable in class org.simpleframework.xml.core.SignatureCreator
-
This is the type represented by the creator instance.
- type - Variable in class org.simpleframework.xml.core.SignatureScanner
-
This is the declaring class for the constructor scanned.
- type - Variable in class org.simpleframework.xml.core.TextLabel
-
This is the type of the class that the field references.
- type - Variable in class org.simpleframework.xml.core.TextList
-
This is a string type which is used for all free text data.
- type - Variable in class org.simpleframework.xml.core.TextParameter
-
This is the type of the label represented by this.
- type - Variable in class org.simpleframework.xml.core.VersionLabel
-
This is the type that the field object references.
- type - Variable in class org.simpleframework.xml.strategy.ArrayValue
-
This is the optional field type for the array to be created.
- type - Variable in class org.simpleframework.xml.strategy.ObjectValue
-
This is the type that this object is used to represent.
- type - Variable in class org.simpleframework.xml.strategy.Reference
-
This is the type of the object that this references.
- type - Variable in class org.simpleframework.xml.transform.EnumTransform
-
This is the specific enumeration that this transforms.
- type() - Method in annotation type org.simpleframework.xml.Element
-
This represents an explicit type that should be used for the annotated field or method.
- type() - Method in annotation type org.simpleframework.xml.ElementList
-
Represents the type of object the element list contains.
- Type - Interface in org.simpleframework.xml.strategy
-
The
Typeinterface is used to represent a method or field that has been annotated for serialization. - types - Variable in class org.simpleframework.xml.transform.RegistryMatcher
-
This is used to determine the transform for a type.
U
- unicode(char) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to convert the the specified character to unicode.
- union - Variable in class org.simpleframework.xml.core.CacheLabel
-
This is used to determine if the label represents a union.
- union - Variable in class org.simpleframework.xml.core.ElementUnionLabel
-
This is the union associated with this label instance.
- union - Variable in class org.simpleframework.xml.core.ExtractorFactory.ElementExtractor
-
This is the union annotation to extract the labels for.
- union - Variable in class org.simpleframework.xml.core.ExtractorFactory.ElementListExtractor
-
This is the union annotation to extract the labels for.
- union - Variable in class org.simpleframework.xml.core.ExtractorFactory.ElementMapExtractor
-
This is the union annotation to extract the labels for.
- union(Annotation, int) - Method in class org.simpleframework.xml.core.SignatureScanner
-
This is used to create a
Parameterobject which is used to represent a parameter to a constructor. - union(Contact, Annotation, LabelMap) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used when all details from a field have been gathered and a
Labelimplementation needs to be created. - UnionException - Exception in org.simpleframework.xml.core
-
The
UnionExceptionis thrown when there is an error associated with unions. - UnionException(String, Object...) - Constructor for exception org.simpleframework.xml.core.UnionException
-
Constructor for the
UnionExceptionobject. - URLTransform - Class in org.simpleframework.xml.transform
-
The
URLTransformobject is used to transform URL values to and from string representations, which will be inserted in the generated XML document as the value place holder. - URLTransform() - Constructor for class org.simpleframework.xml.transform.URLTransform
V
- valid(Class) - Method in class org.simpleframework.xml.core.Support
-
This method is used to determine if the type specified can be transformed.
- valid(Class) - Method in class org.simpleframework.xml.transform.Transformer
-
This method is used to determine if the type specified can be transformed.
- validate - Variable in class org.simpleframework.xml.core.Caller
-
This is the pointer to the schema class validation function.
- validate - Variable in class org.simpleframework.xml.core.ClassScanner
-
This function acts as a pointer to the types validate process.
- validate() - Method in class org.simpleframework.xml.core.MethodScanner
-
This is used to validate the object once all the get methods have been matched with a set method.
- validate(Class) - Method in interface org.simpleframework.xml.core.Model
-
This is used to validate the model to ensure all elements and attributes are valid.
- validate(Class) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to validate the configuration of the scanned class.
- validate(Class) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to validate the model to ensure all elements and attributes are valid.
- validate(Class, File) - Method in class org.simpleframework.xml.core.Persister
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, File) - Method in interface org.simpleframework.xml.Serializer
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, File, boolean) - Method in class org.simpleframework.xml.core.Persister
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, File, boolean) - Method in interface org.simpleframework.xml.Serializer
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, InputStream) - Method in class org.simpleframework.xml.core.Persister
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, InputStream) - Method in interface org.simpleframework.xml.Serializer
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, InputStream, boolean) - Method in class org.simpleframework.xml.core.Persister
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, InputStream, boolean) - Method in interface org.simpleframework.xml.Serializer
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, Reader) - Method in class org.simpleframework.xml.core.Persister
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, Reader) - Method in interface org.simpleframework.xml.Serializer
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, Reader, boolean) - Method in class org.simpleframework.xml.core.Persister
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, Reader, boolean) - Method in interface org.simpleframework.xml.Serializer
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, String) - Method in class org.simpleframework.xml.core.Persister
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, String) - Method in interface org.simpleframework.xml.Serializer
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, String, boolean) - Method in class org.simpleframework.xml.core.Persister
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, String, boolean) - Method in interface org.simpleframework.xml.Serializer
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, InputNode) - Method in class org.simpleframework.xml.core.Persister
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, InputNode) - Method in interface org.simpleframework.xml.Serializer
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, InputNode, boolean) - Method in class org.simpleframework.xml.core.Persister
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, InputNode, boolean) - Method in interface org.simpleframework.xml.Serializer
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, InputNode, Context) - Method in class org.simpleframework.xml.core.Persister
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Class, InputNode, Session) - Method in class org.simpleframework.xml.core.Persister
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(Object) - Method in class org.simpleframework.xml.core.Caller
-
This method is used to invoke the provided objects validation function during the deserialization process.
- validate(Method) - Method in class org.simpleframework.xml.core.ClassScanner
-
This method is used to check the provided method to determine if it contains the
Validateannotation. - validate(Detail) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to ensure that for each parameter in the builder there is a matching method or field.
- validate(Detail) - Method in class org.simpleframework.xml.core.ObjectScanner
-
This is used to validate the configuration of the scanned class.
- validate(MethodPart, String) - Method in class org.simpleframework.xml.core.MethodScanner
-
This is used to validate the object once all the get methods have been matched with a set method.
- validate(Parameter, Object) - Method in class org.simpleframework.xml.core.SignatureScanner
-
This is used to validate the parameter against all the other parameters for the class.
- validate(InputNode) - Method in class org.simpleframework.xml.core.Composite
-
This
validatemethod performs validation of the XML schema class type by traversing the contacts and validating them using details from the provided XML element. - validate(InputNode) - Method in class org.simpleframework.xml.core.CompositeArray
-
This
validatemethod will validate the XML element list against the provided node and validate its children as entry types. - validate(InputNode) - Method in class org.simpleframework.xml.core.CompositeInlineList
-
This
readmethod will read the XML element list from the provided node and deserialize its children as entry types. - validate(InputNode) - Method in class org.simpleframework.xml.core.CompositeInlineMap
-
This
readmethod will read the XML element map from the provided node and deserialize its children as entry types. - validate(InputNode) - Method in class org.simpleframework.xml.core.CompositeKey
-
This method is used to read the key value from the node.
- validate(InputNode) - Method in class org.simpleframework.xml.core.CompositeList
-
This
validatemethod will validate the XML element list from the provided node and deserialize its children as entry types. - validate(InputNode) - Method in class org.simpleframework.xml.core.CompositeListUnion
-
The
validatemethod is used to validate the XML element provided using an associated class schema. - validate(InputNode) - Method in class org.simpleframework.xml.core.CompositeMap
-
This
validatemethod will validate the XML element map from the provided node and validate its children as entry types. - validate(InputNode) - Method in class org.simpleframework.xml.core.CompositeMapUnion
-
The
validatemethod is used to validate the XML element provided using an associated class schema. - validate(InputNode) - Method in class org.simpleframework.xml.core.CompositeUnion
-
The
validatemethod is used to validate the XML element provided using an associated class schema. - validate(InputNode) - Method in class org.simpleframework.xml.core.CompositeValue
-
This method is used to read the value object from the node.
- validate(InputNode) - Method in interface org.simpleframework.xml.core.Converter
-
The
validatemethod is used to validate the class XML schema against an input source. - validate(InputNode) - Method in class org.simpleframework.xml.core.Primitive
-
This
validatemethod will validate the primitive by checking the node text. - validate(InputNode) - Method in class org.simpleframework.xml.core.PrimitiveArray
-
This
validatemethod will validate the XML element list from the provided node and validate its children as entry types. - validate(InputNode) - Method in class org.simpleframework.xml.core.PrimitiveInlineList
-
This
readmethod wll read the XML element list from the provided node and deserialize its children as entry types. - validate(InputNode) - Method in class org.simpleframework.xml.core.PrimitiveKey
-
This method is used to read the key value from the node.
- validate(InputNode) - Method in class org.simpleframework.xml.core.PrimitiveList
-
This
validatemethod wll validate the XML element list from the provided node and validate its children as entry types. - validate(InputNode) - Method in class org.simpleframework.xml.core.PrimitiveValue
-
This method is used to validate the value from the node.
- validate(InputNode) - Method in class org.simpleframework.xml.core.TextList
-
The
validatemethod is used to validate the class XML schema against an input source. - validate(InputNode) - Method in class org.simpleframework.xml.core.Variable.Adapter
-
This
readmethod will perform a read using the provided object with the repeater. - validate(InputNode, Class) - Method in class org.simpleframework.xml.core.Composite
-
This
validatemethod performs validation of the XML schema class type by traversing the contacts and validating them using details from the provided XML element. - validate(InputNode, Class) - Method in class org.simpleframework.xml.core.CompositeArray
-
This
validatemethod wll validate the XML element list against the provided node and validate its children as entry types. - validate(InputNode, Class) - Method in class org.simpleframework.xml.core.CompositeList
-
This
validatemethod will validate the XML element list from the provided node and deserialize its children as entry types. - validate(InputNode, Class) - Method in class org.simpleframework.xml.core.CompositeMap
-
This
validatemethod will validate the XML element map from the provided node and validate its children as entry types. - validate(InputNode, Class) - Method in class org.simpleframework.xml.core.PrimitiveArray
-
This
validatemethod will validate the XML element list from the provided node and validate its children as entry types. - validate(InputNode, Class) - Method in class org.simpleframework.xml.core.PrimitiveList
-
This
validatemethod will validate the XML element list from the provided node and validate its children as entry types. - validate(InputNode, Class) - Method in class org.simpleframework.xml.core.Traverser
-
This
validatemethod will validate the contents of the XML document against the specified XML class schema. - validate(InputNode, String) - Method in class org.simpleframework.xml.core.CompositeKey
-
This method is used to read the key value from the node.
- validate(InputNode, String) - Method in class org.simpleframework.xml.core.CompositeValue
-
This method is used to read the value object from the node.
- validate(InputNode, Label) - Method in class org.simpleframework.xml.core.Composite
-
This
validatemethod is used to perform validation of the provided node object using a delegate converter. - validate(InputNode, LabelMap) - Method in class org.simpleframework.xml.core.Composite
-
This method checks to see if there are any
Labelobjects remaining in the provided map that are required. - validate(InputNode, LabelMap, Object) - Method in class org.simpleframework.xml.core.Composite
-
This method checks to see if there are any
Labelobjects remaining in the provided map that are required. - Validate - Annotation Type in org.simpleframework.xml.core
-
The
Validateannotation is used to mark a method in a serializable object that requires a callback from the persister once the deserialization completes. - validateAnnotations(Label, Parameter) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to validate the annotations associated with a field and a matching constructor parameter.
- validateAttribute(InputNode, String) - Method in class org.simpleframework.xml.core.PrimitiveKey
-
This method is used to read the key value from the node.
- validateAttribute(InputNode, String) - Method in class org.simpleframework.xml.core.PrimitiveValue
-
This method is used to validate the value from the node.
- validateAttribute(InputNode, Section, LabelMap) - Method in class org.simpleframework.xml.core.Composite
-
This
validateAttributemethod performs a validation of the provided node object using a delegate converter. - validateAttributes(Class) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to validate the individual attributes within the model.
- validateAttributes(Class, Order) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to validate the configuration of the scanned class.
- validateAttributes(InputNode, Section) - Method in class org.simpleframework.xml.core.Composite
-
This
validateAttributesmethod validates the attributes from the provided XML element. - validateConstructor(Label, List<Creator>) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to ensure that final methods and fields have a constructor parameter that allows the value to be injected in to.
- validateConstructors() - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to ensure that final methods and fields have a constructor parameter that allows the value to be injected in to.
- validateConstructors(LabelMap) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used when there are only default constructors.
- validateConstructors(LabelMap, List<Creator>) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to ensure that final methods and fields have a constructor parameter that allows the value to be injected in to.
- validateElement(InputNode) - Method in class org.simpleframework.xml.core.Primitive
-
This
validateElementmethod validates a primitive by checking the node text. - validateElement(InputNode, String) - Method in class org.simpleframework.xml.core.PrimitiveKey
-
This method is used to read the key value from the node.
- validateElement(InputNode, String) - Method in class org.simpleframework.xml.core.PrimitiveValue
-
This method is used to validate the value from the node.
- validateElement(InputNode, Section, LabelMap) - Method in class org.simpleframework.xml.core.Composite
-
This
validateElementmethod performs a validation of the provided node object using a delegate converter. - validateElements(Class) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to validate the individual elements within the model.
- validateElements(Class, Order) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to validate the configuration of the scanned class.
- validateElements(InputNode, Section) - Method in class org.simpleframework.xml.core.Composite
-
This
validateElementsmethod validates the elements from the provided XML element. - validateExpression(Label) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to validate the expressions used for a label that this model represents.
- validateExpressions(Class) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to validate the expressions used for each label that this model represents.
- validateModel(Class) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to validate the model to ensure all elements and attributes are valid.
- validateModels(Class) - Method in class org.simpleframework.xml.core.TreeModel
-
This is used to validate the models within the instance.
- validateNames(Label, Parameter) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to validate the names associated with the parameters.
- validateParameter(Label, Parameter) - Method in class org.simpleframework.xml.core.InstantiatorBuilder
-
This is used to validate the
Parameterobject that exist in the constructors. - validateSection(InputNode, Section) - Method in class org.simpleframework.xml.core.Composite
-
This
validateSectionmethod performs validation of a schema class type by traversing the contacts and validating them using details from the provided XML element. - validateText(Class) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to validate the configuration of the scanned class.
- validateText(Class) - Method in class org.simpleframework.xml.core.TreeModel
-
This method is used to validate the model based on whether it has a text annotation.
- validateText(InputNode, Schema) - Method in class org.simpleframework.xml.core.Composite
-
This
validateTextmethod validates the text value from the XML element node specified. - validateTextList(Class) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to validate the configuration of the scanned class.
- validateUnion(InputNode, LabelMap, Label) - Method in class org.simpleframework.xml.core.Composite
-
The
validateUnionmethod is determine the unions for a particular label and set the value of that union to the same value as the label. - validateUnions(Class) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to validate the unions that have been defined within the type.
- value - Variable in class org.simpleframework.xml.convert.Reference
-
This represents the original value returned from a strategy.
- value - Variable in class org.simpleframework.xml.core.ArrayInstance
-
This is the value object that contains the criteria.
- value - Variable in class org.simpleframework.xml.core.Composite.Builder
-
This is the object instance created by the strategy object.
- value - Variable in class org.simpleframework.xml.core.CompositeInlineMap
-
This is the type that the value objects are instances of.
- value - Variable in class org.simpleframework.xml.core.CompositeMap
-
This is the type that the value objects are instances of.
- value - Variable in class org.simpleframework.xml.core.ConversionInstance
-
This is the value object that will be wrapped by this.
- value - Variable in class org.simpleframework.xml.core.Entry
-
Specifies the name of the XML value element used by the map.
- value - Variable in class org.simpleframework.xml.core.InstanceFactory.ClassInstance
-
This represents the value of the instance if it is set.
- value - Variable in class org.simpleframework.xml.core.InstanceFactory.ValueInstance
-
This is the internal value that contains the criteria.
- value - Variable in class org.simpleframework.xml.core.KeyBuilder.Key
-
This is the value that is used to provide the hash code.
- value - Variable in class org.simpleframework.xml.core.ObjectInstance
-
This is the value object that will be wrapped by this.
- value - Variable in class org.simpleframework.xml.core.OverrideValue
-
This is the value that is used internally for this value.
- value - Variable in class org.simpleframework.xml.core.Variable.Adapter
-
This is the originally deserialized object value to use.
- value - Variable in class org.simpleframework.xml.core.Variable
-
This is the object that has been deserialized from the XML.
- value - Variable in class org.simpleframework.xml.strategy.Allocate
-
This is used to create an instance of the specified type.
- value - Variable in class org.simpleframework.xml.strategy.ArrayValue
-
This is the value that has been set within this value object.
- value - Variable in class org.simpleframework.xml.strategy.ObjectValue
-
This is the value that has been set for this instance.
- value - Variable in class org.simpleframework.xml.strategy.Reference
-
This is the object instance that has already be created.
- value - Variable in class org.simpleframework.xml.stream.InputAttribute
-
Represents the value for this input attribute instance.
- value - Variable in class org.simpleframework.xml.stream.OutputAttribute
-
Represents the value of this node object instance.
- value - Variable in class org.simpleframework.xml.stream.OutputDocument
-
Represents the value that has been set on this document.
- value - Variable in class org.simpleframework.xml.stream.OutputElement
-
Represents the value that has been set for the element.
- value - Variable in class org.simpleframework.xml.stream.PullReader.Entry
-
This is the value that is used by this attribute.
- value() - Method in annotation type org.simpleframework.xml.convert.Convert
-
Specifies the
Converterimplementation to be used to convert the annotated object. - value() - Method in annotation type org.simpleframework.xml.Default
-
This method is used to return the type of default that is to be applied to the class.
- value() - Method in annotation type org.simpleframework.xml.ElementListUnion
-
This provides the
ElementListannotations that have been defined for this union. - value() - Method in annotation type org.simpleframework.xml.ElementMap
-
This is used to provide a value XML element for each of the values within the map.
- value() - Method in annotation type org.simpleframework.xml.ElementMapUnion
-
This provides the
ElementMapannotations that have been defined for this union. - value() - Method in annotation type org.simpleframework.xml.ElementUnion
-
This provides the
Elementannotations that have been defined for this union. - value() - Method in annotation type org.simpleframework.xml.NamespaceList
-
This is used to acquire the namespaces that are declared on the class.
- value() - Method in annotation type org.simpleframework.xml.Path
-
This method is used to provide the XPath expression for the annotation.
- value(Method) - Method in class org.simpleframework.xml.core.AnnotationHandler
-
This is used to extract the default value used for the provided annotation attribute.
- Value - Interface in org.simpleframework.xml.strategy
-
The
Valueobject describes a type that is represented by an XML element. - ValueInstance(Value) - Constructor for class org.simpleframework.xml.core.InstanceFactory.ValueInstance
-
Constructor for the
ValueInstanceobject. - valueOf(String) - Static method in enum org.simpleframework.xml.core.KeyBuilder.KeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.simpleframework.xml.core.MethodType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.simpleframework.xml.DefaultType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.simpleframework.xml.stream.Formatter.Tag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.simpleframework.xml.stream.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.simpleframework.xml.stream.Verbosity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.simpleframework.xml.transform.DateType
-
Returns the enum constant of this type with the specified name.
- ValueRequiredException - Exception in org.simpleframework.xml.core
-
The
ValueRequiredExceptionis thrown when an attribute or element is missing from the XML document. - ValueRequiredException(String, Object...) - Constructor for exception org.simpleframework.xml.core.ValueRequiredException
-
Constructor for the
ValueRequiredExceptionobject. - ValueRequiredException(Throwable, String, Object...) - Constructor for exception org.simpleframework.xml.core.ValueRequiredException
-
Constructor for the
ValueRequiredExceptionobject. - values() - Static method in enum org.simpleframework.xml.core.KeyBuilder.KeyType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.simpleframework.xml.core.MethodType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.simpleframework.xml.core.Session
-
This method is used to acquire the value for all pairs that have currently been collected by this session.
- values() - Static method in enum org.simpleframework.xml.DefaultType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.simpleframework.xml.stream.Formatter.Tag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.simpleframework.xml.stream.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.simpleframework.xml.stream.Verbosity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.simpleframework.xml.transform.DateType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valueType - Variable in class org.simpleframework.xml.core.Entry
-
Provides the class XML schema used for the value objects.
- valueType() - Method in annotation type org.simpleframework.xml.ElementMap
-
Represents the type of value the element map contains.
- Variable - Class in org.simpleframework.xml.core
-
The
Variableobject is used to represent a variable for a method or field of a deserialized object. - Variable(Label, Object) - Constructor for class org.simpleframework.xml.core.Variable
-
Constructor for the
Variableobject. - Variable.Adapter - Class in org.simpleframework.xml.core
-
The
Adapterobject is used to call the repeater with the original deserialized object. - verbose - Variable in class org.simpleframework.xml.stream.NodeWriter
-
This determines if we expand the namespace prefixes.
- verbosity - Variable in class org.simpleframework.xml.stream.Format
-
This is used to determine the verbosity preference of XML.
- Verbosity - Enum in org.simpleframework.xml.stream
-
The
Verbosityenumeration is used to specify a verbosity preference for the resulting XML. - Verbosity() - Constructor for enum org.simpleframework.xml.stream.Verbosity
- version - Variable in class org.simpleframework.xml.core.ClassSchema
-
This is the version label used to read the version attribute.
- version - Variable in class org.simpleframework.xml.core.Structure
-
This is the label representing the version of the class.
- version - Variable in class org.simpleframework.xml.core.StructureBuilder
-
This is the version annotation extracted from the class.
- version(Contact, Annotation) - Method in class org.simpleframework.xml.core.StructureBuilder
-
This is used to process the
Textannotations that are present in the scanned class. - Version - Annotation Type in org.simpleframework.xml
-
The
Versionannotation is used to specify an attribute that is used to represent a revision of the class XML schema. - VersionLabel - Class in org.simpleframework.xml.core
-
The
VersionLabelobject is used convert any double retrieved from an XML attribute to a version revision. - VersionLabel(Contact, Version, Format) - Constructor for class org.simpleframework.xml.core.VersionLabel
-
Constructor for the
VersionLabelobject. - visitor - Variable in class org.simpleframework.xml.strategy.VisitorStrategy
-
This is the visitor that is used to intercept serialization.
- Visitor - Interface in org.simpleframework.xml.strategy
-
The
Visitorinterface represents an object that is used to visit each XML element during serialization. - VisitorStrategy - Class in org.simpleframework.xml.strategy
-
The
VisitorStrategyobject is a simplification of a strategy, which allows manipulation of the serialization process. - VisitorStrategy(Visitor) - Constructor for class org.simpleframework.xml.strategy.VisitorStrategy
-
Constructor for the
VisitorStrategyobject. - VisitorStrategy(Visitor, Strategy) - Constructor for class org.simpleframework.xml.strategy.VisitorStrategy
-
Constructor for the
VisitorStrategyobject. - VOID - Static variable in class org.simpleframework.xml.transform.ClassTransform
-
This is the string that represents the class for a void.
W
- WeakCache<T> - Class in org.simpleframework.xml.util
-
The
WeakCacheobject is an implementation of a cache that holds on to cached items only if the key remains in memory. - WeakCache() - Constructor for class org.simpleframework.xml.util.WeakCache
-
Constructor for the
WeakCacheobject. - WeakCache(int) - Constructor for class org.simpleframework.xml.util.WeakCache
-
Constructor for the
WeakCacheobject. - WeakCache.Segment - Class in org.simpleframework.xml.util
-
The segment is effectively a synchronized weak hash map.
- WeakCache.SegmentList - Class in org.simpleframework.xml.util
-
This is used to maintain a list of segments.
- width() - Method in class org.simpleframework.xml.core.SignatureBuilder.ParameterTable
-
This is used to determine the width of this table.
- write - Variable in class org.simpleframework.xml.core.MethodScanner
-
This is used to collect all the set methods from the object.
- write - Variable in class org.simpleframework.xml.strategy.CycleStrategy
-
This is used to maintain session state for writing the graph.
- write(char) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to write a character to the output stream without any translation.
- write(char[]) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to write plain text to the output stream without any translation.
- write(File) - Method in class org.simpleframework.xml.transform.FileTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Writer) - Static method in class org.simpleframework.xml.stream.NodeBuilder
-
This is used to create an
OutputNodethat can be used to write a well formed XML document. - write(Writer) - Method in class org.simpleframework.xml.stream.OutputBuffer
-
This method is used to write the contents of the buffer to the specified
Writerobject. - write(Writer, Format) - Static method in class org.simpleframework.xml.stream.NodeBuilder
-
This is used to create an
OutputNodethat can be used to write a well formed XML document. - write(Boolean) - Method in class org.simpleframework.xml.transform.BooleanTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Byte) - Method in class org.simpleframework.xml.transform.ByteTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Character) - Method in class org.simpleframework.xml.transform.CharacterTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Class) - Method in class org.simpleframework.xml.transform.ClassTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Double) - Method in class org.simpleframework.xml.transform.DoubleTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Enum) - Method in class org.simpleframework.xml.transform.EnumTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Float) - Method in class org.simpleframework.xml.transform.FloatTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Integer) - Method in class org.simpleframework.xml.transform.IntegerTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Long) - Method in class org.simpleframework.xml.transform.LongTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Object) - Method in class org.simpleframework.xml.transform.ArrayTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Object) - Method in class org.simpleframework.xml.transform.CharacterArrayTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Object, int) - Method in class org.simpleframework.xml.transform.ArrayTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Object, int) - Method in class org.simpleframework.xml.transform.CharacterArrayTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Object, File) - Method in class org.simpleframework.xml.core.Persister
-
This
writemethod will traverse the provided object checking for field annotations in order to compose the XML data. - write(Object, File) - Method in interface org.simpleframework.xml.Serializer
-
This
writemethod will traverse the provided object checking for field annotations in order to compose the XML data. - write(Object, OutputStream) - Method in class org.simpleframework.xml.core.Persister
-
This
writemethod will traverse the provided object checking for field annotations in order to compose the XML data. - write(Object, OutputStream) - Method in interface org.simpleframework.xml.Serializer
-
This
writemethod will traverse the provided object checking for field annotations in order to compose the XML data. - write(Object, OutputStream, String) - Method in class org.simpleframework.xml.core.Persister
-
This
writemethod will traverse the provided object checking for field annotations in order to compose the XML data. - write(Object, Writer) - Method in class org.simpleframework.xml.core.Persister
-
This
writemethod will traverse the provided object checking for field annotations in order to compose the XML data. - write(Object, Writer) - Method in interface org.simpleframework.xml.Serializer
-
This
writemethod will traverse the provided object checking for field annotations in order to compose the XML data. - write(Object, Class) - Method in class org.simpleframework.xml.core.Support
-
This method is used to convert the provided value into an XML usable format.
- write(Object, Class) - Method in class org.simpleframework.xml.transform.Transformer
-
This method is used to convert the provided value into an XML usable format.
- write(Object, OutputNode) - Method in class org.simpleframework.xml.core.Persister
-
This
writemethod will traverse the provided object checking for field annotations in order to compose the XML data. - write(Object, OutputNode) - Method in interface org.simpleframework.xml.Serializer
-
This
writemethod will traverse the provided object checking for field annotations in order to compose the XML data. - write(Object, OutputNode, Context) - Method in class org.simpleframework.xml.core.Persister
-
This
writemethod will traverse the provided object checking for field annotations in order to compose the XML data. - write(Object, OutputNode, Session) - Method in class org.simpleframework.xml.core.Persister
-
This
writemethod will traverse the provided object checking for field annotations in order to compose the XML data. - write(Short) - Method in class org.simpleframework.xml.transform.ShortTransform
-
This method is used to convert the provided value into an XML usable format.
- write(String) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to write plain text to the output stream without any translation.
- write(String) - Method in class org.simpleframework.xml.transform.StringTransform
-
This method is used to convert the provided value into an XML usable format.
- write(String[]) - Method in class org.simpleframework.xml.transform.StringArrayTransform
-
This method is used to convert the provided value into an XML usable format.
- write(String[], String) - Method in class org.simpleframework.xml.transform.StringArrayTransform
-
This method is used to convert the provided value into an XML usable format.
- write(String, String) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to write plain text to the output stream without any translation.
- write(BigDecimal) - Method in class org.simpleframework.xml.transform.BigDecimalTransform
-
This method is used to convert the provided value into an XML usable format.
- write(BigInteger) - Method in class org.simpleframework.xml.transform.BigIntegerTransform
-
This method is used to convert the provided value into an XML usable format.
- write(URL) - Method in class org.simpleframework.xml.transform.URLTransform
-
This method is used to convert the provided value into an XML usable format.
- write(AtomicInteger) - Method in class org.simpleframework.xml.transform.AtomicIntegerTransform
-
This method is used to convert the provided value into an XML usable format.
- write(AtomicLong) - Method in class org.simpleframework.xml.transform.AtomicLongTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Currency) - Method in class org.simpleframework.xml.transform.CurrencyTransform
-
This method is used to convert the provided value into an XML usable format.
- write(GregorianCalendar) - Method in class org.simpleframework.xml.transform.GregorianCalendarTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Locale) - Method in class org.simpleframework.xml.transform.LocaleTransform
-
This method is used to convert the provided value into an XML usable format.
- write(TimeZone) - Method in class org.simpleframework.xml.transform.TimeZoneTransform
-
This method is used to convert the provided value into an XML usable format.
- write(Type, Object, NodeMap) - Method in class org.simpleframework.xml.strategy.WriteGraph
-
This is used to write the XML element attributes representing the serialized object instance.
- write(Type, Object, NodeMap<OutputNode>) - Method in class org.simpleframework.xml.convert.AnnotationStrategy
-
This is used to serialize a representation of the object value provided.
- write(Type, Object, NodeMap<OutputNode>) - Method in class org.simpleframework.xml.convert.RegistryStrategy
-
This is used to serialize a representation of the object value provided.
- write(Type, Object, NodeMap<OutputNode>, Map) - Method in class org.simpleframework.xml.convert.AnnotationStrategy
-
This is used to serialize a representation of the object value provided.
- write(Type, Object, NodeMap<OutputNode>, Map) - Method in class org.simpleframework.xml.convert.RegistryStrategy
-
This is used to serialize a representation of the object value provided.
- write(Type, Object, NodeMap<OutputNode>, Map) - Method in interface org.simpleframework.xml.strategy.Strategy
-
This is used to attach attribute values to the given node map during the serialization process.
- write(Type, Object, NodeMap<OutputNode>, Map) - Method in class org.simpleframework.xml.strategy.VisitorStrategy
-
This method will write with an internal strategy before it has been intercepted by the visitor.
- write(Type, Object, NodeMap, Map) - Method in class org.simpleframework.xml.strategy.CycleStrategy
-
This is used to write the reference in to the XML element that is to be written.
- write(Type, Object, NodeMap, Map) - Method in class org.simpleframework.xml.strategy.TreeStrategy
-
This is used to attach a attribute to the provided element that is used to identify the class.
- write(Type, NodeMap<OutputNode>) - Method in interface org.simpleframework.xml.strategy.Visitor
-
This is used to intercept an XML element after it is written by the underlying
Strategyimplementation. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.Composite
-
This
writemethod is used to perform serialization of the given source object. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.CompositeArray
-
This
writemethod will write the specified object to the given XML element as as array entries. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.CompositeInlineList
-
This
writemethod will write the specified object to the given XML element as as list entries. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.CompositeInlineMap
-
This
writemethod will write the key value pairs within the provided map to the specified XML node. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.CompositeKey
-
This method is used to write the value to the specified node.
- write(OutputNode, Object) - Method in class org.simpleframework.xml.core.CompositeList
-
This
writemethod will write the specified object to the given XML element as as list entries. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.CompositeListUnion
-
The
writemethod uses the name of the XML element to select a converter to be used to write the instance. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.CompositeMap
-
This
writemethod will write the key value pairs within the provided map to the specified XML node. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.CompositeMapUnion
-
The
writemethod uses the name of the XML element to select a converter to be used to write the instance. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.CompositeUnion
-
The
writemethod uses the name of the XML element to select a converter to be used to write the instance. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.CompositeValue
-
This method is used to write the value to the specified node.
- write(OutputNode, Object) - Method in interface org.simpleframework.xml.core.Converter
-
The
writemethod writes the fields from the given object to the XML element. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.Primitive
-
This
writemethod will serialize the contents of the provided object to the given XML element. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveArray
-
This
writemethod will write the specified object to the given XML element as as array entries. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveInlineList
-
This
writemethod will write the specified object to the given XML element as as list entries. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveKey
-
This method is used to write the value to the specified node.
- write(OutputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveList
-
This
writemethod will write the specified object to the given XML element as as list entries. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveValue
-
This method is used to write the value to the specified node.
- write(OutputNode, Object) - Method in class org.simpleframework.xml.core.TextList
-
The
writemethod writes the fields from the given object to the XML element. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.Traverser
-
This
writemethod is used to convert the provided object to an XML element. - write(OutputNode, Object) - Method in class org.simpleframework.xml.core.Variable.Adapter
-
This
writemethod acts like any other write in that it passes on the node and source object to write. - write(OutputNode, Object, int) - Method in class org.simpleframework.xml.core.PrimitiveArray
-
This
writemethod will write the specified object to the given XML element as as array entries. - write(OutputNode, Object, Class) - Method in class org.simpleframework.xml.core.Traverser
-
This
writemethod is used to convert the provided object to an XML element. - write(OutputNode, Object, Class, String) - Method in class org.simpleframework.xml.core.Traverser
-
This
writemethod is used to convert the provided object to an XML element. - write(OutputNode, Object, Object, Label) - Method in class org.simpleframework.xml.core.CompositeMapUnion
-
The
writemethod uses the name of the XML element to select a converter to be used to write the instance. - write(OutputNode, Object, Label) - Method in class org.simpleframework.xml.core.CompositeListUnion
-
The
writemethod uses the name of the XML element to select a converter to be used to write the instance. - write(OutputNode, Object, Label) - Method in class org.simpleframework.xml.core.CompositeUnion
-
The
writemethod uses the name of the XML element to select a converter to be used to write the instance. - write(OutputNode, Object, Schema) - Method in class org.simpleframework.xml.core.Composite
-
This
writemethod is used to perform serialization of the given source object. - write(OutputNode, Object, Mode) - Method in class org.simpleframework.xml.core.PrimitiveInlineList
-
This
writemethod will write the specified object to the given XML element as as list entries. - write(OutputNode, Collection) - Method in class org.simpleframework.xml.core.CompositeInlineList
-
This
writemethod will write the specified object to the given XML element as as list entries. - write(OutputNode, Collection) - Method in class org.simpleframework.xml.core.CompositeListUnion
-
The
writemethod uses the name of the XML element to select a converter to be used to write the instance. - write(OutputNode, Map) - Method in class org.simpleframework.xml.core.CompositeMapUnion
-
The
writemethod uses the name of the XML element to select a converter to be used to write the instance. - write(OutputNode, Map, Mode) - Method in class org.simpleframework.xml.core.CompositeInlineMap
-
This
writemethod will write the key value pairs within the provided map to the specified XML node. - write(OutputNode, T) - Method in interface org.simpleframework.xml.convert.Converter
-
This
writemethod is used to serialize an object to XML. - write(T) - Method in class org.simpleframework.xml.transform.DateTransform
-
This method is used to convert the provided value into an XML usable format.
- write(T) - Method in interface org.simpleframework.xml.transform.Transform
-
This method is used to convert the provided value into an XML usable format.
- writeArray(Class, Object, NodeMap) - Method in class org.simpleframework.xml.strategy.TreeStrategy
-
This is used to add a length attribute to the element due to the fact that the serialized value is an array.
- writeArray(Class, Object, NodeMap) - Method in class org.simpleframework.xml.strategy.WriteGraph
-
This is used to add a length attribute to the element due to the fact that the serialized value is an array.
- writeAttribute(String, String, String) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to write a name value attribute pair.
- writeAttribute(OutputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveKey
-
This method is used to write the value to the specified node.
- writeAttribute(OutputNode, Object, String) - Method in class org.simpleframework.xml.core.PrimitiveValue
-
This method is used to write the value to the specified node.
- writeAttribute(OutputNode, Object, Label) - Method in class org.simpleframework.xml.core.Composite
-
This write method is used to set the value of the provided object as an attribute to the XML element.
- writeAttributes(OutputNode) - Method in class org.simpleframework.xml.stream.NodeWriter
-
This is used to write the attributes of the specified node to the output.
- writeAttributes(OutputNode, Object, Section) - Method in class org.simpleframework.xml.core.Composite
-
This write method is used to write all the attribute contacts from the provided source object to the XML element.
- writeComment(String) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to write any comments that have been set.
- writeComment(OutputNode) - Method in class org.simpleframework.xml.stream.NodeWriter
-
This is used to write a comment to the document.
- writeElement(OutputNode, Object) - Method in class org.simpleframework.xml.core.PrimitiveKey
-
This method is used to write the value to the specified node.
- writeElement(OutputNode, Object, String) - Method in class org.simpleframework.xml.core.PrimitiveValue
-
This method is used to write the value to the specified node.
- writeElement(OutputNode, Object, Converter) - Method in class org.simpleframework.xml.core.Composite
-
This is used write the element specified using the specified converter.
- writeElement(OutputNode, Object, Label) - Method in class org.simpleframework.xml.core.Composite
-
This write method is used to append the provided object as an element to the given XML element object.
- writeElement(OutputNode, String) - Method in class org.simpleframework.xml.stream.NodeWriter
-
This is used to create a new element under the specified node.
- writeElements(OutputNode, Object, Section) - Method in class org.simpleframework.xml.core.Composite
-
This write method is used to write all the element contacts from the provided source object to the XML element.
- writeEnd(String, String) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to write an end element tag to the writer.
- writeEnd(OutputNode) - Method in class org.simpleframework.xml.stream.NodeWriter
-
This is used to write a new end element to the resulting XML document.
- WriteGraph - Class in org.simpleframework.xml.strategy
-
The
WriteGraphobject is used to build the graph that is used to represent the serialized object and its references. - WriteGraph(Contract) - Constructor for class org.simpleframework.xml.strategy.WriteGraph
-
Constructor for the
WriteGraphobject. - writeName(OutputNode) - Method in class org.simpleframework.xml.stream.NodeWriter
-
This is used to write a new start element to the resulting XML document.
- writeNamespace(String, String) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to write the namespace to the element.
- writeNamespaces(OutputNode) - Method in class org.simpleframework.xml.stream.NodeWriter
-
This is used to write the namespaces of the specified node to the output.
- writeNamespaces(OutputNode, Type, Label) - Method in class org.simpleframework.xml.core.Composite
-
This is used to apply
Decoratorobjects to the provided node before it is written. - writeProlog() - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to write a prolog to the specified output.
- writer - Variable in class org.simpleframework.xml.stream.NodeWriter
-
Formatter used to indent the XML elements and escape text.
- writer - Variable in class org.simpleframework.xml.stream.OutputDocument
-
Represents the writer that is used to create the element.
- writer - Variable in class org.simpleframework.xml.stream.OutputElement
-
Used to write the start tag and attributes for the document.
- writeReference(Object, NodeMap) - Method in class org.simpleframework.xml.strategy.WriteGraph
-
This is used to write the XML element attributes representing the serialized object instance.
- writeReplace(Object) - Method in class org.simpleframework.xml.core.Composite
-
The
writeReplacemethod is used to replace an object before it is serialized. - writeRoot() - Method in class org.simpleframework.xml.stream.NodeWriter
-
This is used to acquire the root output node for the document.
- writeSection(OutputNode, Object, Section) - Method in class org.simpleframework.xml.core.Composite
-
This
writeSectionmethod is used to perform serialization of the given source object. - writeStart(String, String) - Method in class org.simpleframework.xml.stream.Formatter
-
This method is used to write a start tag for an element.
- writeStart(OutputNode) - Method in class org.simpleframework.xml.stream.NodeWriter
-
This is used to write the XML element to the underlying buffer.
- writeStart(OutputNode, String) - Method in class org.simpleframework.xml.stream.NodeWriter
-
This is used to begin writing on a new XML element.
- WriteState - Class in org.simpleframework.xml.strategy
-
The
WriteStateobject is used to store all graphs that are currently been written with a given cycle strategy. - WriteState(Contract) - Constructor for class org.simpleframework.xml.strategy.WriteState
-
Constructor for the
WriteStateobject. - writeText(String) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to write the specified text value to the writer.
- writeText(String, Mode) - Method in class org.simpleframework.xml.stream.Formatter
-
This is used to write the specified text value to the writer.
- writeText(OutputNode, Object, Label) - Method in class org.simpleframework.xml.core.Composite
-
This write method is used to set the value of the provided object as the text for the XML element.
- writeText(OutputNode, Object, Section) - Method in class org.simpleframework.xml.core.Composite
-
This write method is used to write the text contact from the provided source object to the XML element.
- writeUnion(OutputNode, Object, Section, Label) - Method in class org.simpleframework.xml.core.Composite
-
The
writeUnionmethod is determine the unions for a particular label and set the value of that union to the same value as the label. - writeValue(OutputNode) - Method in class org.simpleframework.xml.stream.NodeWriter
-
This is used to write an element value to the resulting XML document.
- writeVersion(OutputNode, Object, Schema) - Method in class org.simpleframework.xml.core.Composite
-
This method is used to write the version attribute.
All Classes All Packages