Uses of Interface
org.simpleframework.xml.stream.NodeMap
Packages that use NodeMap
Package
Description
-
Uses of NodeMap in org.simpleframework.xml.convert
Methods in org.simpleframework.xml.convert with parameters of type NodeMapModifier and TypeMethodDescriptionThis is used to read theValue
which will be used to represent the deserialized object.private Value
This is used to read theValue
which will be used to represent the deserialized object.This is used to read theValue
which will be used to represent the deserialized object.private Value
This is used to read theValue
which will be used to represent the deserialized object.private boolean
AnnotationStrategy.write
(Type type, Object value, NodeMap<OutputNode> node) This is used to serialize a representation of the object value provided.boolean
This is used to serialize a representation of the object value provided.private boolean
RegistryStrategy.write
(Type type, Object value, NodeMap<OutputNode> node) This is used to serialize a representation of the object value provided.boolean
This is used to serialize a representation of the object value provided. -
Uses of NodeMap in org.simpleframework.xml.strategy
Methods in org.simpleframework.xml.strategy with parameters of type NodeMapModifier and TypeMethodDescriptionThis method is used to read an object from the specified node.This is used to recover the object references from the document using the special attributes specified.This is used to resolve and load a class for the given element.This is used to resolve and load a class for the given element.void
This is used to intercept an XML element before it is read by the underlyingStrategy
implementation.This method will read with an internal strategy after it has been intercepted by the visitor.private Value
This is used to acquire theValue
which can be used to represent the deserialized value.private Value
This is used to resolve and load a class for the given element.private Value
ReadGraph.readInstance
(Type type, Class real, NodeMap node) This is used to recover the object references from the document using the special attributes specified.private Value
ReadGraph.readReference
(Type type, Class real, NodeMap node) This is used to recover the object references from the document using the special attributes specified.private Value
This is used to acquire theValue
which can be used to represent the deserialized value.private Value
This is used to acquire theValue
which can be used to represent the deserialized value.private Class
This is used to resolve and load a class for the given element.boolean
This is used to write the reference in to the XML element that is to be written.boolean
This is used to attach attribute values to the given node map during the serialization process.boolean
This is used to attach a attribute to the provided element that is used to identify the class.void
Visitor.write
(Type type, NodeMap<OutputNode> node) This is used to intercept an XML element after it is written by the underlyingStrategy
implementation.boolean
This method will write with an internal strategy before it has been intercepted by the visitor.boolean
This is used to write the XML element attributes representing the serialized object instance.private Class
TreeStrategy.writeArray
(Class field, Object value, NodeMap node) This is used to add a length attribute to the element due to the fact that the serialized value is an array.private Class
WriteGraph.writeArray
(Class field, Object value, NodeMap node) This is used to add a length attribute to the element due to the fact that the serialized value is an array.private boolean
WriteGraph.writeReference
(Object value, NodeMap node) This is used to write the XML element attributes representing the serialized object instance. -
Uses of NodeMap in org.simpleframework.xml.stream
Classes in org.simpleframework.xml.stream that implement NodeMapModifier and TypeClassDescription(package private) class
TheInputNodeMap
object represents a map to contain attributes used by an input node.(package private) class
TheOutputNodeMap
is used to collect attribute nodes for an output node.Methods in org.simpleframework.xml.stream that return NodeMapModifier and TypeMethodDescriptionInputAttribute.getAttributes()
Because theInputAttribute
object represents an attribute this method will return an empty map.InputElement.getAttributes()
This returns a map of the attributes contained within the element.InputNode.getAttributes()
This returns a map of the attributes contained within the element.OutputAttribute.getAttributes()
This returns aNodeMap
which can be used to add nodes to the element before that element has been committed.OutputDocument.getAttributes()
This returns aNodeMap
which can be used to add nodes to this node.OutputNode.getAttributes()
This returns aNodeMap
which can be used to add nodes to the element before that element has been committed.