跳过导航链接
A B C D E F G H I L M N O P R S T U V W 

A

add(T) - 类 中的方法org.simpleframework.xml.util.Dictionary
This method is used to add the provided entry to this set.
add(M) - 类 中的方法org.simpleframework.xml.util.Resolver
This inserts the Match implementation into the set so that it can be used for resolutions.
AnnotationStrategy - org.simpleframework.xml.convert中的类
The AnnotationStrategy object is used to intercept the serialization process and delegate to custom converters.
AnnotationStrategy() - 类 的构造器org.simpleframework.xml.convert.AnnotationStrategy
Constructor for the AnnotationStrategy object.
AnnotationStrategy(Strategy) - 类 的构造器org.simpleframework.xml.convert.AnnotationStrategy
Constructor for the AnnotationStrategy object.
Attribute - org.simpleframework.xml中的注释类型
The Attribute annotation represents a serializable XML attribute within an XML element.
AttributeException - org.simpleframework.xml.core中的异常错误
The AttributeException is used to represent conditions when an XML attribute is in an invalid state.
AttributeException(String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.AttributeException
Constructor for the AttributeException object.
AttributeException(Throwable, String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.AttributeException
Constructor for the AttributeException object.

B

bind(Class, 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, Converter) - 类 中的方法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) - 类 中的方法org.simpleframework.xml.transform.RegistryMatcher
This is used to bind a Transform type.
bind(Class, Transform) - 类 中的方法org.simpleframework.xml.transform.RegistryMatcher
This is used to bind a Transform instance to the specified type.

C

Cache<T> - org.simpleframework.xml.util中的接口
The Cache interface is used to represent a cache that will store key value pairs.
cache(Object, T) - 接口 中的方法org.simpleframework.xml.util.Cache
This method is used to insert a key value mapping in to the cache.
cache(Object, T) - 类 中的方法org.simpleframework.xml.util.ConcurrentCache
This method is used to insert a key value mapping in to the cache.
cache(Object, T) - 类 中的方法org.simpleframework.xml.util.LimitedCache
This method is used to insert a key value mapping in to the cache.
cache - 类 中的变量org.simpleframework.xml.util.Resolver
Caches the text resolutions made to reduce the work required.
cache(Object, T) - 类 中的方法org.simpleframework.xml.util.WeakCache
This method is used to insert a key value mapping in to the cache.
CamelCaseStyle - org.simpleframework.xml.stream中的类
The CamelCaseStyle is used to represent an XML style that can be applied to a serialized object.
CamelCaseStyle() - 类 的构造器org.simpleframework.xml.stream.CamelCaseStyle
Constructor for the CamelCaseStyle object.
CamelCaseStyle(boolean) - 类 的构造器org.simpleframework.xml.stream.CamelCaseStyle
Constructor for the CamelCaseStyle object.
CamelCaseStyle(boolean, boolean) - 类 的构造器org.simpleframework.xml.stream.CamelCaseStyle
Constructor for the CamelCaseStyle object.
clear() - 类 中的方法org.simpleframework.xml.util.Resolver
This is used to clear all matches from the set.
Commit - org.simpleframework.xml.core中的注释类型
The Commit annotation is used to mark a method within a serializable object that requires a callback from the persister once the deserialization completes.
commit() - 接口 中的方法org.simpleframework.xml.stream.OutputNode
The commit method is used flush and commit any child nodes that have been created by this node.
Complete - org.simpleframework.xml.core中的注释类型
The Complete annotation is used to mark a method that requires a callback from the persister once the serialization of the object has completed.
ConcurrentCache<T> - org.simpleframework.xml.util中的类
The ConcurrentCache interface is used to represent a cache that will store key value pairs.
ConcurrentCache() - 类 的构造器org.simpleframework.xml.util.ConcurrentCache
Constructor for the ConcurrentCache object.
ConstructorException - org.simpleframework.xml.core中的异常错误
The ConstructorException is used to represent any errors where an annotated constructor parameter is invalid.
ConstructorException(String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.ConstructorException
Constructor for the ConstructorException object.
ConstructorException(Throwable, String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.ConstructorException
Constructor for the ConstructorException object.
contains(Object) - 接口 中的方法org.simpleframework.xml.util.Cache
This is used to determine whether the specified key exists with in the cache.
contains(Object) - 类 中的方法org.simpleframework.xml.util.ConcurrentCache
This is used to determine whether the specified key exists with in the cache.
contains(Object) - 类 中的方法org.simpleframework.xml.util.LimitedCache
This is used to determine whether the specified key exists with in the cache.
contains(Object) - 类 中的方法org.simpleframework.xml.util.WeakCache
This is used to determine whether the specified key exists with in the cache.
Convert - org.simpleframework.xml.convert中的注释类型
The Convert annotation is used to specify a converter class to use for serialization.
Converter<T> - org.simpleframework.xml.convert中的接口
The Converter object is used to convert an object to XML by intercepting the normal serialization process.
ConvertException - org.simpleframework.xml.convert中的异常错误
The ConvertException is thrown when there is a problem converting an object.
ConvertException(String, Object...) - 异常错误 的构造器org.simpleframework.xml.convert.ConvertException
Constructor for the ConvertException object.
CycleException - org.simpleframework.xml.strategy中的异常错误
The CycleException is thrown when an invalid cycle is found when deserializing an object from an XML document.
CycleException(String, Object...) - 异常错误 的构造器org.simpleframework.xml.strategy.CycleException
Constructor for the CycleException object.
CycleException(Throwable, String, Object...) - 异常错误 的构造器org.simpleframework.xml.strategy.CycleException
Constructor for the CycleException object.
CycleStrategy - org.simpleframework.xml.strategy中的类
The CycleStrategy represents a strategy that is used to augment the deserialization and serialization process such that cycles in an object graph can be supported.
CycleStrategy() - 类 的构造器org.simpleframework.xml.strategy.CycleStrategy
Constructor for the CycleStrategy object.
CycleStrategy(String, String) - 类 的构造器org.simpleframework.xml.strategy.CycleStrategy
Constructor for the CycleStrategy object.
CycleStrategy(String, String, String) - 类 的构造器org.simpleframework.xml.strategy.CycleStrategy
Constructor for the CycleStrategy object.
CycleStrategy(String, String, String, String) - 类 的构造器org.simpleframework.xml.strategy.CycleStrategy
Constructor for the CycleStrategy object.

D

Default - org.simpleframework.xml中的注释类型
The Default annotation is used to specify that all fields or methods should be serialized in a default manner.
DefaultType - org.simpleframework.xml中的枚举
The DefaultType enumeration is used to specify the type of defaults to apply to a class.
Dictionary<T extends Entry> - org.simpleframework.xml.util中的类
The Dictionary object represents a mapped set of entry objects that can be serialized and deserialized.
Dictionary() - 类 的构造器org.simpleframework.xml.util.Dictionary
Constructor for the Dictionary object.

E

Element - org.simpleframework.xml中的注释类型
The Element annotation is used to represent a field or method that appears as an XML element.
ElementArray - org.simpleframework.xml中的注释类型
The ElementArray annotation represents a method or field that is an array of elements.
ElementException - org.simpleframework.xml.core中的异常错误
The ElementException is used to represent conditions when an XML element is in an invalid state.
ElementException(String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.ElementException
Constructor for the ElementException object.
ElementException(Throwable, String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.ElementException
Constructor for the ElementException object.
ElementList - org.simpleframework.xml中的注释类型
The ElementList annotation represents a method or field that is a Collection for storing entries.
ElementListUnion - org.simpleframework.xml中的注释类型
The ElementListUnion annotation is used to describe fields and methods that can dynamically match a schema class.
ElementMap - org.simpleframework.xml中的注释类型
The ElementMap annotation represents a method or field that is a Map for storing key value pairs.
ElementMapUnion - org.simpleframework.xml中的注释类型
The ElementMapUnion annotation is used to describe a field or method that can dynamically match a schema class.
ElementUnion - org.simpleframework.xml中的注释类型
The ElementUnion annotation is used to describe fields and methods that can dynamically match a schema class.
Entry - org.simpleframework.xml.util中的接口
The Entry object represents entries to the dictionary object.
EnvironmentFilter - org.simpleframework.xml.filter中的类
The EnvironmentFilter object is used to provide a filter that will replace the specified values with an environment variable from the OS.
EnvironmentFilter() - 类 的构造器org.simpleframework.xml.filter.EnvironmentFilter
Constructor for the EnvironmentFilter object.
EnvironmentFilter(Filter) - 类 的构造器org.simpleframework.xml.filter.EnvironmentFilter
Constructor for the EnvironmentFilter object.

F

fetch(Object) - 接口 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.simpleframework.xml.util.WeakCache
This method is used to get the value from the cache that is mapped to the specified key.
Filter - org.simpleframework.xml.filter中的接口
The Filter object is used to provide replacement string values for a provided key.
Format - org.simpleframework.xml.stream中的类
The Format object is used to provide information on how a generated XML document should be structured.
Format() - 类 的构造器org.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(int) - 类 的构造器org.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(String) - 类 的构造器org.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(int, String) - 类 的构造器org.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(Verbosity) - 类 的构造器org.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(int, Verbosity) - 类 的构造器org.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(Style) - 类 的构造器org.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(Style, Verbosity) - 类 的构造器org.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(int, Style) - 类 的构造器org.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(int, Style, Verbosity) - 类 的构造器org.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(int, String, Style) - 类 的构造器org.simpleframework.xml.stream.Format
Constructor for the Format object.
Format(int, String, Style, Verbosity) - 类 的构造器org.simpleframework.xml.stream.Format
Constructor for the Format object.

G

get(String) - 接口 中的方法org.simpleframework.xml.stream.NodeMap
This is used to acquire the Node mapped to the given name.
get(String) - 类 中的方法org.simpleframework.xml.util.Dictionary
This is used to acquire an Entry from the set by its name.
getAnnotation(Class<T>) - 接口 中的方法org.simpleframework.xml.strategy.Type
This is the annotation associated with the method or field that has been annotated.
getAttribute(String) - 类 中的方法org.simpleframework.xml.stream.CamelCaseStyle
This is used to generate the XML attribute representation of the specified name.
getAttribute(String) - 类 中的方法org.simpleframework.xml.stream.HyphenStyle
This is used to generate the XML attribute representation of the specified name.
getAttribute(String) - 接口 中的方法org.simpleframework.xml.stream.InputNode
Provides an attribute from the element represented.
getAttribute(String) - 接口 中的方法org.simpleframework.xml.stream.Style
This is used to generate the XML attribute representation of the specified name.
getAttributes() - 接口 中的方法org.simpleframework.xml.stream.InputNode
This returns a map of the attributes contained within the element.
getAttributes() - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This returns a NodeMap which can be used to add nodes to the element before that element has been committed.
getChild(String) - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This is used to create a child element within the element that this object represents.
getComment() - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This is used to get the text comment for the element.
getElement(String) - 类 中的方法org.simpleframework.xml.stream.CamelCaseStyle
This is used to generate the XML element representation of the specified name.
getElement(String) - 类 中的方法org.simpleframework.xml.stream.HyphenStyle
This is used to generate the XML element representation of the specified name.
getElement(String) - 接口 中的方法org.simpleframework.xml.stream.Style
This is used to generate the XML element representation of the specified name.
getIndent() - 类 中的方法org.simpleframework.xml.stream.Format
This method returns the size of the indent to use for the XML generated.
getLength() - 接口 中的方法org.simpleframework.xml.strategy.Value
This returns the length of the array that is to be allocated.
getLine() - 接口 中的方法org.simpleframework.xml.stream.Position
This is the actual line number within the read XML document.
getMode() - 接口 中的方法org.simpleframework.xml.stream.OutputNode
The Mode is used to indicate the output mode of this node.
getName() - 接口 中的方法org.simpleframework.xml.stream.Node
Returns the name of the node that this represents.
getName() - 接口 中的方法org.simpleframework.xml.stream.NodeMap
This is used to get the name of the element that owns the nodes for the specified map.
getName() - 接口 中的方法org.simpleframework.xml.util.Entry
Represents the name of the entry instance used for mappings.
getNamespaces() - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This returns the NamespaceMap for this node.
getNext() - 接口 中的方法org.simpleframework.xml.stream.InputNode
This returns the next child element within this element if one exists.
getNext(String) - 接口 中的方法org.simpleframework.xml.stream.InputNode
This returns the next child in this element if that child has the name provided.
getNode() - 接口 中的方法org.simpleframework.xml.stream.NodeMap
This is used to acquire the actual node this map represents.
getParent() - 接口 中的方法org.simpleframework.xml.stream.InputNode
This is used to acquire the Node that is the parent of this node.
getParent() - 接口 中的方法org.simpleframework.xml.stream.Node
This is used to acquire the Node that is the parent of this node.
getParent() - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This is used to acquire the Node that is the parent of this node.
getPattern() - 接口 中的方法org.simpleframework.xml.util.Match
This is the pattern string that is used by the resolver.
getPosition() - 接口 中的方法org.simpleframework.xml.stream.InputNode
This provides the position of this node within the document.
getPrefix() - 接口 中的方法org.simpleframework.xml.stream.InputNode
This is used to acquire the namespace prefix for the node.
getPrefix() - 接口 中的方法org.simpleframework.xml.stream.NamespaceMap
This is the prefix that is associated with the source element.
getPrefix(String) - 接口 中的方法org.simpleframework.xml.stream.NamespaceMap
This acquires the prefix for the specified namespace reference.
getPrefix() - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This is used to acquire the prefix for this output node.
getPrefix(boolean) - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This is used to acquire the prefix for this output node.
getProlog() - 类 中的方法org.simpleframework.xml.stream.Format
This method returns the prolog that is to be used at the start of the generated XML document.
getReference() - 接口 中的方法org.simpleframework.xml.stream.InputNode
This allows the namespace reference URI to be determined.
getReference(String) - 接口 中的方法org.simpleframework.xml.stream.NamespaceMap
This acquires the namespace reference for the specified prefix.
getReference() - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This is used to acquire the namespace URI reference associated with this node.
getSource() - 接口 中的方法org.simpleframework.xml.stream.InputNode
This is used to return the source object for this node.
getStyle() - 类 中的方法org.simpleframework.xml.stream.Format
This is used to acquire the Style for the format.
getType() - 接口 中的方法org.simpleframework.xml.strategy.Type
This will provide the method or field type.
getType() - 接口 中的方法org.simpleframework.xml.strategy.Value
This is the type of the object instance this represents.
getValue() - 接口 中的方法org.simpleframework.xml.strategy.Value
This method is used to acquire an instance of the type that is defined by this object.
getValue() - 接口 中的方法org.simpleframework.xml.stream.Node
Returns the value for the node that this represents.
getVerbosity() - 类 中的方法org.simpleframework.xml.stream.Format
This method is used to indicate the preference of verbosity for the resulting XML.

H

HyphenStyle - org.simpleframework.xml.stream中的类
The HyphenStyle is used to represent an XML style that can be applied to a serialized object.
HyphenStyle() - 类 的构造器org.simpleframework.xml.stream.HyphenStyle
Constructor for the HyphenStyle object.

I

InputNode - org.simpleframework.xml.stream中的接口
The InputNode object represents an iterator for the elements within an element.
InstantiationException - org.simpleframework.xml.core中的异常错误
The InstantiationException is thrown when an object cannot be instantiated either because it is an abstract class or an interface.
InstantiationException(String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.InstantiationException
Constructor for the InstantiationException object.
InstantiationException(Throwable, String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.InstantiationException
Constructor for the InstantiationException object.
InvalidFormatException - org.simpleframework.xml.transform中的异常错误
The InvalidFormatException is thrown when there is a format exception.
InvalidFormatException(String, Object...) - 异常错误 的构造器org.simpleframework.xml.transform.InvalidFormatException
Constructor for the InvalidFormatException object.
InvalidFormatException(Throwable, String, Object...) - 异常错误 的构造器org.simpleframework.xml.transform.InvalidFormatException
Constructor for the InvalidFormatException object.
isCommitted() - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This is used to determine whether the node has been committed.
isElement() - 接口 中的方法org.simpleframework.xml.stream.InputNode
This is used to determine if this node is an element.
isEmpty() - 接口 中的方法org.simpleframework.xml.stream.InputNode
This is used to determine if this input node is empty.
isEmpty() - 接口 中的方法org.simpleframework.xml.util.Cache
This method is used to determine if the cache is empty.
isEmpty() - 类 中的方法org.simpleframework.xml.util.WeakCache
 
isReference() - 接口 中的方法org.simpleframework.xml.strategy.Value
This will return true if the object represents a reference.
isRoot() - 接口 中的方法org.simpleframework.xml.stream.InputNode
This method is used to determine if this node is the root node for the XML document.
isRoot() - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This method is used to determine if this node is the root node for the XML document.
iterator() - 接口 中的方法org.simpleframework.xml.stream.NamespaceMap
This returns an iterator for the namespace of all the nodes in this NamespaceMap.
iterator() - 接口 中的方法org.simpleframework.xml.stream.NodeMap
This returns an iterator for the names of all the nodes in this NodeMap.
iterator() - 类 中的方法org.simpleframework.xml.util.Dictionary
Returns an iterator of Entry objects which can be used to remove items from this set.
iterator() - 类 中的方法org.simpleframework.xml.util.Resolver
This returns an Iterator that iterates over the matches in insertion order.

L

LimitedCache<T> - org.simpleframework.xml.util中的类
The LimitedCache interface is used to represent a cache that will store key value pairs.
LimitedCache() - 类 的构造器org.simpleframework.xml.util.LimitedCache
Constructor of the LimitedCache object.
LimitedCache(int) - 类 的构造器org.simpleframework.xml.util.LimitedCache
Constructor of the LimitedCache object.
lookup(Class) - 类 中的方法org.simpleframework.xml.convert.Registry
This is used to acquire a Converter instance from the registry.

M

map - 类 中的变量org.simpleframework.xml.util.Dictionary
Used to map the entries to their configured names.
MapFilter - org.simpleframework.xml.filter中的类
The MapFilter object is a filter that can make use of user specified mappings for replacement.
MapFilter(Map) - 类 的构造器org.simpleframework.xml.filter.MapFilter
Constructor for the MapFilter object.
MapFilter(Map, Filter) - 类 的构造器org.simpleframework.xml.filter.MapFilter
Constructor for the MapFilter object.
match(Class) - 接口 中的方法org.simpleframework.xml.transform.Matcher
This is used to match a Transform using the type specified.
match(Class) - 类 中的方法org.simpleframework.xml.transform.RegistryMatcher
This is used to match a Transform using the type specified.
Match - org.simpleframework.xml.util中的接口
This object is stored within a Resolver so that it can be retrieved using a string that matches its pattern.
Matcher - org.simpleframework.xml.transform中的接口
The Matcher is used to match a type with a transform such that a string value can be read or written as that type.
MethodException - org.simpleframework.xml.core中的异常错误
The MethodException is used to represent conditions where a Java Bean property has been annotated incorrectly.
MethodException(String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.MethodException
Constructor for the MethodException object.
MethodException(Throwable, String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.MethodException
Constructor for the MethodException object.
Mode - org.simpleframework.xml.stream中的枚举
The Mode enumeration is used to specify the output mode for XML text.

N

Namespace - org.simpleframework.xml中的注释类型
The Namespace annotation is used to set a namespace on an element or attribute.
NamespaceList - org.simpleframework.xml中的注释类型
The NamespaceList annotation that is used to declare namespaces that can be added to an element.
NamespaceMap - org.simpleframework.xml.stream中的接口
The NamespaceMap object is used store the namespaces for an element.
Node - org.simpleframework.xml.stream中的接口
The Node is used to represent a name value pair and acts as the base form of data used within the framework.
NodeBuilder - org.simpleframework.xml.stream中的类
The NodeBuilder object is used to create either an input node or an output node for a given source or destination.
NodeBuilder() - 类 的构造器org.simpleframework.xml.stream.NodeBuilder
 
NodeException - org.simpleframework.xml.stream中的异常错误
The NodeException is thrown to indicate the state of either the input node or output node being invalid.
NodeException(String) - 异常错误 的构造器org.simpleframework.xml.stream.NodeException
Constructor for the NodeException object.
NodeMap<T extends Node> - org.simpleframework.xml.stream中的接口
The NodeMap object represents a map of nodes that can be set as name value pairs.

O

Order - org.simpleframework.xml中的注释类型
The Order annotation is used to specify the order of appearance of XML elements and attributes.
org.simpleframework.xml - 程序包 org.simpleframework.xml
 
org.simpleframework.xml.convert - 程序包 org.simpleframework.xml.convert
 
org.simpleframework.xml.core - 程序包 org.simpleframework.xml.core
 
org.simpleframework.xml.filter - 程序包 org.simpleframework.xml.filter
 
org.simpleframework.xml.strategy - 程序包 org.simpleframework.xml.strategy
 
org.simpleframework.xml.stream - 程序包 org.simpleframework.xml.stream
 
org.simpleframework.xml.transform - 程序包 org.simpleframework.xml.transform
 
org.simpleframework.xml.util - 程序包 org.simpleframework.xml.util
 
OutputNode - org.simpleframework.xml.stream中的接口
The OutputNode object is used to represent a cursor which can be used to write XML elements and attributes.

P

Path - org.simpleframework.xml中的注释类型
The Path annotation is used to specify an XML path where an XML element or attribute is located.
PathException - org.simpleframework.xml.core中的异常错误
The PathException is thrown when there is a problem with the syntax of an XPath expression.
PathException(String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.PathException
Constructor for the PathException object.
Persist - org.simpleframework.xml.core中的注释类型
The Persist annotation is used to mark a method that requires a callback from the persister before serialization of an object begins.
PersistenceException - org.simpleframework.xml.core中的异常错误
The PersistenceException is thrown when there is a persistance exception.
PersistenceException(String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.PersistenceException
Constructor for the PersistenceException object.
PersistenceException(Throwable, String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.PersistenceException
Constructor for the PersistenceException object.
Persister - org.simpleframework.xml.core中的类
The Persister object is used to provide an implementation of a serializer.
Persister() - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Format) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Map) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Map, Format) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Filter) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Filter, Format) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Matcher) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Matcher, Format) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Format) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Filter, Matcher) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Filter, Matcher, Format) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Map) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Map, Format) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Filter) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Filter, Format) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Matcher) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Matcher, Format) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Filter, Matcher) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
Persister(Strategy, Filter, Matcher, Format) - 类 的构造器org.simpleframework.xml.core.Persister
Constructor for the Persister object.
PlatformFilter - org.simpleframework.xml.filter中的类
The PlatformFilter object makes use of all filter types this resolves user specified properties first, followed by system properties, and finally environment variables.
PlatformFilter() - 类 的构造器org.simpleframework.xml.filter.PlatformFilter
Constructor for the PlatformFilter object.
PlatformFilter(Map) - 类 的构造器org.simpleframework.xml.filter.PlatformFilter
Constructor for the PlatformFilter object.
Position - org.simpleframework.xml.stream中的接口
The Position object is used to acquire the position of the read cursor within the XML file.
push(Filter) - 类 中的方法org.simpleframework.xml.filter.StackFilter
This pushes the the provided Filter on to the top of the stack.
put(String, String) - 接口 中的方法org.simpleframework.xml.stream.NodeMap
This is used to add a new Node to the map.

R

read(Type, NodeMap<InputNode>, Map) - 类 中的方法org.simpleframework.xml.convert.AnnotationStrategy
This is used to read the Value which will be used to represent the deserialized object.
read(InputNode) - 接口 中的方法org.simpleframework.xml.convert.Converter
This read method is used to deserialize an object from the source XML.
read(Type, NodeMap<InputNode>, Map) - 类 中的方法org.simpleframework.xml.convert.RegistryStrategy
This is used to read the Value which will be used to represent the deserialized object.
read(Class<? extends T>, String) - 类 中的方法org.simpleframework.xml.core.Persister
This read method 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) - 类 中的方法org.simpleframework.xml.core.Persister
This read method 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) - 类 中的方法org.simpleframework.xml.core.Persister
This read method 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) - 类 中的方法org.simpleframework.xml.core.Persister
This read method 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) - 类 中的方法org.simpleframework.xml.core.Persister
This read method 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) - 类 中的方法org.simpleframework.xml.core.Persister
This read method 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) - 类 中的方法org.simpleframework.xml.core.Persister
This read method 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) - 类 中的方法org.simpleframework.xml.core.Persister
This read method 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) - 类 中的方法org.simpleframework.xml.core.Persister
This read method 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) - 类 中的方法org.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(T, String) - 类 中的方法org.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, File) - 类 中的方法org.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputStream) - 类 中的方法org.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, Reader) - 类 中的方法org.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputNode) - 类 中的方法org.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, String, boolean) - 类 中的方法org.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, File, boolean) - 类 中的方法org.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputStream, boolean) - 类 中的方法org.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, Reader, boolean) - 类 中的方法org.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputNode, boolean) - 类 中的方法org.simpleframework.xml.core.Persister
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(Class<? extends T>, String) - 接口 中的方法org.simpleframework.xml.Serializer
This read method 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) - 接口 中的方法org.simpleframework.xml.Serializer
This read method 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) - 接口 中的方法org.simpleframework.xml.Serializer
This read method 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) - 接口 中的方法org.simpleframework.xml.Serializer
This read method 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) - 接口 中的方法org.simpleframework.xml.Serializer
This read method 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) - 接口 中的方法org.simpleframework.xml.Serializer
This read method 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) - 接口 中的方法org.simpleframework.xml.Serializer
This read method 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) - 接口 中的方法org.simpleframework.xml.Serializer
This read method 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) - 接口 中的方法org.simpleframework.xml.Serializer
This read method 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) - 接口 中的方法org.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and convert it into an object of the specified type.
read(T, String) - 接口 中的方法org.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, File) - 接口 中的方法org.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputStream) - 接口 中的方法org.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, Reader) - 接口 中的方法org.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputNode) - 接口 中的方法org.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, String, boolean) - 接口 中的方法org.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, File, boolean) - 接口 中的方法org.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputStream, boolean) - 接口 中的方法org.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, Reader, boolean) - 接口 中的方法org.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(T, InputNode, boolean) - 接口 中的方法org.simpleframework.xml.Serializer
This read method will read the contents of the XML document from the provided source and populate the object with the values deserialized.
read(Type, NodeMap, Map) - 类 中的方法org.simpleframework.xml.strategy.CycleStrategy
This method is used to read an object from the specified node.
read(Type, NodeMap<InputNode>, Map) - 接口 中的方法org.simpleframework.xml.strategy.Strategy
This is used to resolve and load a class for the given element.
read(Type, NodeMap, Map) - 类 中的方法org.simpleframework.xml.strategy.TreeStrategy
This is used to resolve and load a class for the given element.
read(Type, NodeMap<InputNode>) - 接口 中的方法org.simpleframework.xml.strategy.Visitor
This is used to intercept an XML element before it is read by the underlying Strategy implementation.
read(Type, NodeMap<InputNode>, Map) - 类 中的方法org.simpleframework.xml.strategy.VisitorStrategy
This method will read with an internal strategy after it has been intercepted by the visitor.
read(InputStream) - 类 中的静态方法org.simpleframework.xml.stream.NodeBuilder
This is used to create an InputNode that can be used to read XML from the specified stream.
read(Reader) - 类 中的静态方法org.simpleframework.xml.stream.NodeBuilder
This is used to create an InputNode that can be used to read XML from the specified reader.
read(String) - 接口 中的方法org.simpleframework.xml.transform.Transform
This method is used to convert the string value given to an appropriate representation.
read(String, Class) - 类 中的方法org.simpleframework.xml.transform.Transformer
This method is used to convert the string value given to an appropriate representation.
Registry - org.simpleframework.xml.convert中的类
The Registry represents an object that is used to register bindings between a class and a converter implementation.
Registry() - 类 的构造器org.simpleframework.xml.convert.Registry
Constructor for the Registry object.
RegistryMatcher - org.simpleframework.xml.transform中的类
The RegistryMatcher provides a simple matcher backed by a registry.
RegistryMatcher() - 类 的构造器org.simpleframework.xml.transform.RegistryMatcher
Constructor for the RegistryMatcher.
RegistryStrategy - org.simpleframework.xml.convert中的类
The RegistryStrategy object is used to intercept the serialization process and delegate to custom converters.
RegistryStrategy(Registry) - 类 的构造器org.simpleframework.xml.convert.RegistryStrategy
Constructor for the RegistryStrategy object.
RegistryStrategy(Registry, Strategy) - 类 的构造器org.simpleframework.xml.convert.RegistryStrategy
Constructor for the RegistryStrategy object.
remove(String) - 接口 中的方法org.simpleframework.xml.stream.NodeMap
This is used to remove the Node mapped to the given name.
remove() - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This is used to remove any uncommitted changes.
remove(String) - 类 中的方法org.simpleframework.xml.util.Dictionary
This is used to remove an Entry from the set by its name.
remove(M) - 类 中的方法org.simpleframework.xml.util.Resolver
This is used to remove the Match implementation from the resolver.
removeEldestEntry(Map.Entry<Object, T>) - 类 中的方法org.simpleframework.xml.util.LimitedCache
This is used to remove the eldest entry from the cache.
Replace - org.simpleframework.xml.core中的注释类型
The Replace method is used to replace an object that is about to be serialized to an XML document.
replace(String) - 类 中的方法org.simpleframework.xml.filter.EnvironmentFilter
Replaces the text provided with the value resolved from the environment variables.
replace(String) - 接口 中的方法org.simpleframework.xml.filter.Filter
Replaces the text provided with some property.
replace(String) - 类 中的方法org.simpleframework.xml.filter.MapFilter
Replaces the text provided with the value resolved from the specified Map.
replace(String) - 类 中的方法org.simpleframework.xml.filter.StackFilter
Replaces the text provided with the value resolved from the stacked filters.
replace(String) - 类 中的方法org.simpleframework.xml.filter.SystemFilter
Replaces the text provided with the value resolved from the system properties.
Resolve - org.simpleframework.xml.core中的注释类型
The Resolve method is used to resolve an object that has been deserialized from the XML document.
resolve(String) - 类 中的方法org.simpleframework.xml.util.Resolver
This will search the patterns in this Resolver to see if there is a pattern in it that matches the string given.
resolveAll(String) - 类 中的方法org.simpleframework.xml.util.Resolver
This will search the patterns in this Resolver to see if there is a pattern in it that matches the string given.
Resolver<M extends Match> - org.simpleframework.xml.util中的类
This is used to store Match objects, which can then be retrieved using a string by comparing that string to the pattern of the Match objects.
Resolver() - 类 的构造器org.simpleframework.xml.util.Resolver
The default constructor will create a Resolver without a large cache size.
Root - org.simpleframework.xml中的注释类型
This Root annotation is used to annotate classes that need to be serialized.
RootException - org.simpleframework.xml.core中的异常错误
The RootException is thrown if the Root annotation is missing from a root object that is to be serialized or deserialized.
RootException(String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.RootException
Constructor for the RootException exception.
RootException(Throwable, String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.RootException
Constructor for the RootException exception.

S

Serializer - org.simpleframework.xml中的接口
The Serializer interface is used to represent objects that can serialize and deserialize objects to an from XML.
setAttribute(String, String) - 类 中的方法org.simpleframework.xml.stream.CamelCaseStyle
This is used to set the attribute values within this builder.
setAttribute(String, String) - 类 中的方法org.simpleframework.xml.stream.HyphenStyle
This is used to set the attribute values within this builder.
setAttribute(String, String) - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This method is used for convenience to add an attribute node to the attribute NodeMap.
setComment(String) - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This is used to set a text comment to the element.
setData(boolean) - 接口 中的方法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) - 类 中的方法org.simpleframework.xml.stream.CamelCaseStyle
This is used to set the element values within this builder.
setElement(String, String) - 类 中的方法org.simpleframework.xml.stream.HyphenStyle
This is used to set the element values within this builder.
setMode(Mode) - 接口 中的方法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) - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This is used to change the name of an output node.
setReference(String) - 接口 中的方法org.simpleframework.xml.stream.NamespaceMap
This is used to add the namespace reference to the namespace map.
setReference(String, String) - 接口 中的方法org.simpleframework.xml.stream.NamespaceMap
This is used to add the namespace reference to the namespace map.
setReference(String) - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This is used to set the reference for the node.
setValue(Object) - 接口 中的方法org.simpleframework.xml.strategy.Value
This method is used set the value within this object.
setValue(String) - 接口 中的方法org.simpleframework.xml.stream.OutputNode
This is used to set a text value to the element.
size() - 类 中的方法org.simpleframework.xml.util.Dictionary
This returns the number of Entry objects within the dictionary.
size() - 类 中的方法org.simpleframework.xml.util.Resolver
Returns the number of matches that have been inserted into the Resolver.
skip() - 接口 中的方法org.simpleframework.xml.stream.InputNode
This method is used to skip all child elements from this element.
stack - 类 中的变量org.simpleframework.xml.util.Resolver
Stores the matches added to the resolver in resolution order.
StackFilter - org.simpleframework.xml.filter中的类
The StackFilter object provides a filter that can be given a collection of filters which can be used to resolve a replacement.
StackFilter() - 类 的构造器org.simpleframework.xml.filter.StackFilter
Constructor for the StackFilter object.
Strategy - org.simpleframework.xml.strategy中的接口
The Strategy interface represents a strategy that can be used to resolve and load the Class objects that compose a serializable object.
Style - org.simpleframework.xml.stream中的接口
The Style interface is used to represent an XML style that can be applied to a serialized object.
SystemFilter - org.simpleframework.xml.filter中的类
The SystemFilter object is used to provide a filter that will replace the specified values with system properties.
SystemFilter() - 类 的构造器org.simpleframework.xml.filter.SystemFilter
Constructor for the SystemFilter object.
SystemFilter(Filter) - 类 的构造器org.simpleframework.xml.filter.SystemFilter
Constructor for the SystemFilter object.

T

take(Object) - 接口 中的方法org.simpleframework.xml.util.Cache
This is used to exclusively take the value mapped to the specified key from the cache.
take(Object) - 类 中的方法org.simpleframework.xml.util.ConcurrentCache
This is used to exclusively take the value mapped to the specified key from the cache.
take(Object) - 类 中的方法org.simpleframework.xml.util.LimitedCache
This is used to exclusively take the value mapped to the specified key from the cache.
take(Object) - 类 中的方法org.simpleframework.xml.util.WeakCache
This is used to exclusively take the value mapped to the specified key from the cache.
Text - org.simpleframework.xml中的注释类型
The Text annotation is used to represent a field or method that appears as text within an XML element.
TextException - org.simpleframework.xml.core中的异常错误
The TextException is used to represent conditions when an XML element text value is in an invalid state.
TextException(String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.TextException
Constructor for the TextException object.
TextException(Throwable, String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.TextException
Constructor for the TextException object.
toString() - 接口 中的方法org.simpleframework.xml.strategy.Type
This is used to describe the type as it exists within the owning class.
toString() - 接口 中的方法org.simpleframework.xml.stream.Position
This provides a textual description of the position the read cursor is at within the XML document.
Transform<T> - org.simpleframework.xml.transform中的接口
A Transform represents a an object used to transform an object to and from a string value.
Transformer - org.simpleframework.xml.transform中的类
The Transformer object is used to convert strings to and from object instances.
Transformer(Matcher) - 类 的构造器org.simpleframework.xml.transform.Transformer
Constructor for the Transformer object.
TransformException - org.simpleframework.xml.transform中的异常错误
The TransformException is thrown if a problem occurs during the transformation of an object.
TransformException(String, Object...) - 异常错误 的构造器org.simpleframework.xml.transform.TransformException
Constructor for the TransformException object.
TransformException(Throwable, String, Object...) - 异常错误 的构造器org.simpleframework.xml.transform.TransformException
Constructor for the TransformException object.
Transient - org.simpleframework.xml中的注释类型
The Transient annotation 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.
TreeStrategy - org.simpleframework.xml.strategy中的类
The TreeStrategy object is used to provide a simple strategy for handling object graphs in a tree structure.
TreeStrategy() - 类 的构造器org.simpleframework.xml.strategy.TreeStrategy
Constructor for the TreeStrategy object.
TreeStrategy(String, String) - 类 的构造器org.simpleframework.xml.strategy.TreeStrategy
Constructor for the TreeStrategy object.
Type - org.simpleframework.xml.strategy中的接口
The Type interface is used to represent a method or field that has been annotated for serialization.

U

UnionException - org.simpleframework.xml.core中的异常错误
The UnionException is thrown when there is an error associated with unions.
UnionException(String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.UnionException
Constructor for the UnionException object.

V

valid(Class) - 类 中的方法org.simpleframework.xml.transform.Transformer
This method is used to determine if the type specified can be transformed.
validate(Class, String) - 类 中的方法org.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, File) - 类 中的方法org.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputStream) - 类 中的方法org.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, Reader) - 类 中的方法org.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputNode) - 类 中的方法org.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, String, boolean) - 类 中的方法org.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, File, boolean) - 类 中的方法org.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputStream, boolean) - 类 中的方法org.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, Reader, boolean) - 类 中的方法org.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputNode, boolean) - 类 中的方法org.simpleframework.xml.core.Persister
This validate method will validate the contents of the XML document against the specified XML class schema.
Validate - org.simpleframework.xml.core中的注释类型
The Validate annotation is used to mark a method in a serializable object that requires a callback from the persister once the deserialization completes.
validate(Class, String) - 接口 中的方法org.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, File) - 接口 中的方法org.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputStream) - 接口 中的方法org.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, Reader) - 接口 中的方法org.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputNode) - 接口 中的方法org.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, String, boolean) - 接口 中的方法org.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, File, boolean) - 接口 中的方法org.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputStream, boolean) - 接口 中的方法org.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, Reader, boolean) - 接口 中的方法org.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
validate(Class, InputNode, boolean) - 接口 中的方法org.simpleframework.xml.Serializer
This validate method will validate the contents of the XML document against the specified XML class schema.
Value - org.simpleframework.xml.strategy中的接口
The Value object describes a type that is represented by an XML element.
valueOf(String) - 枚举 中的静态方法org.simpleframework.xml.DefaultType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.simpleframework.xml.stream.Mode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.simpleframework.xml.stream.Verbosity
返回带有指定名称的该类型的枚举常量。
ValueRequiredException - org.simpleframework.xml.core中的异常错误
The ValueRequiredException is thrown when an attribute or element is missing from the XML document.
ValueRequiredException(String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.ValueRequiredException
Constructor for the ValueRequiredException object.
ValueRequiredException(Throwable, String, Object...) - 异常错误 的构造器org.simpleframework.xml.core.ValueRequiredException
Constructor for the ValueRequiredException object.
values() - 枚举 中的静态方法org.simpleframework.xml.DefaultType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.simpleframework.xml.stream.Mode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.simpleframework.xml.stream.Verbosity
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
Verbosity - org.simpleframework.xml.stream中的枚举
The Verbosity enumeration is used to specify a verbosity preference for the resulting XML.
Version - org.simpleframework.xml中的注释类型
The Version annotation is used to specify an attribute that is used to represent a revision of the class XML schema.
Visitor - org.simpleframework.xml.strategy中的接口
The Visitor interface represents an object that is used to visit each XML element during serialization.
VisitorStrategy - org.simpleframework.xml.strategy中的类
The VisitorStrategy object is a simplification of a strategy, which allows manipulation of the serialization process.
VisitorStrategy(Visitor) - 类 的构造器org.simpleframework.xml.strategy.VisitorStrategy
Constructor for the VisitorStrategy object.
VisitorStrategy(Visitor, Strategy) - 类 的构造器org.simpleframework.xml.strategy.VisitorStrategy
Constructor for the VisitorStrategy object.

W

WeakCache<T> - org.simpleframework.xml.util中的类
The WeakCache object is an implementation of a cache that holds on to cached items only if the key remains in memory.
WeakCache() - 类 的构造器org.simpleframework.xml.util.WeakCache
Constructor for the WeakCache object.
WeakCache(int) - 类 的构造器org.simpleframework.xml.util.WeakCache
Constructor for the WeakCache object.
write(Type, Object, NodeMap<OutputNode>, Map) - 类 中的方法org.simpleframework.xml.convert.AnnotationStrategy
This is used to serialize a representation of the object value provided.
write(OutputNode, T) - 接口 中的方法org.simpleframework.xml.convert.Converter
This write method is used to serialize an object to XML.
write(Type, Object, NodeMap<OutputNode>, Map) - 类 中的方法org.simpleframework.xml.convert.RegistryStrategy
This is used to serialize a representation of the object value provided.
write(Object, OutputNode) - 类 中的方法org.simpleframework.xml.core.Persister
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, File) - 类 中的方法org.simpleframework.xml.core.Persister
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, OutputStream) - 类 中的方法org.simpleframework.xml.core.Persister
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, OutputStream, String) - 类 中的方法org.simpleframework.xml.core.Persister
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, Writer) - 类 中的方法org.simpleframework.xml.core.Persister
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, File) - 接口 中的方法org.simpleframework.xml.Serializer
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, OutputStream) - 接口 中的方法org.simpleframework.xml.Serializer
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, Writer) - 接口 中的方法org.simpleframework.xml.Serializer
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Object, OutputNode) - 接口 中的方法org.simpleframework.xml.Serializer
This write method will traverse the provided object checking for field annotations in order to compose the XML data.
write(Type, Object, NodeMap, Map) - 类 中的方法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<OutputNode>, Map) - 接口 中的方法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, Map) - 类 中的方法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>) - 接口 中的方法org.simpleframework.xml.strategy.Visitor
This is used to intercept an XML element after it is written by the underlying Strategy implementation.
write(Type, Object, NodeMap<OutputNode>, Map) - 类 中的方法org.simpleframework.xml.strategy.VisitorStrategy
This method will write with an internal strategy before it has been intercepted by the visitor.
write(Writer) - 类 中的静态方法org.simpleframework.xml.stream.NodeBuilder
This is used to create an OutputNode that can be used to write a well formed XML document.
write(Writer, Format) - 类 中的静态方法org.simpleframework.xml.stream.NodeBuilder
This is used to create an OutputNode that can be used to write a well formed XML document.
write(T) - 接口 中的方法org.simpleframework.xml.transform.Transform
This method is used to convert the provided value into an XML usable format.
write(Object, Class) - 类 中的方法org.simpleframework.xml.transform.Transformer
This method is used to convert the provided value into an XML usable format.
A B C D E F G H I L M N O P R S T U V W 
跳过导航链接