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 theValuewhich will be used to represent the deserialized object.This is used to read theValuewhich will be used to represent the deserialized object.booleanThis is used to serialize a representation of the object value provided.booleanThis 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 resolve and load a class for the given element.This is used to resolve and load a class for the given element.voidThis is used to intercept an XML element before it is read by the underlyingStrategyimplementation.This method will read with an internal strategy after it has been intercepted by the visitor.booleanThis is used to write the reference in to the XML element that is to be written.booleanThis is used to attach attribute values to the given node map during the serialization process.booleanThis is used to attach a attribute to the provided element that is used to identify the class.voidVisitor.write(Type type, NodeMap<OutputNode> node) This is used to intercept an XML element after it is written by the underlyingStrategyimplementation.booleanThis method will write with an internal strategy before it has been intercepted by the visitor. -
Uses of NodeMap in org.simpleframework.xml.stream
Methods in org.simpleframework.xml.stream that return NodeMapModifier and TypeMethodDescriptionInputNode.getAttributes()This returns a map of the attributes contained within the element.OutputNode.getAttributes()This returns aNodeMapwhich can be used to add nodes to the element before that element has been committed.