Uses of Interface
org.simpleframework.xml.stream.OutputNode
Packages that use OutputNode
Package
Description
-
Uses of OutputNode in org.simpleframework.xml
Methods in org.simpleframework.xml with parameters of type OutputNodeModifier and TypeMethodDescriptionvoidSerializer.write(Object source, OutputNode root) Thiswritemethod will traverse the provided object checking for field annotations in order to compose the XML data. -
Uses of OutputNode in org.simpleframework.xml.convert
Methods in org.simpleframework.xml.convert with parameters of type OutputNodeModifier and TypeMethodDescriptionvoidConverter.write(OutputNode node, T value) Thiswritemethod is used to serialize an object to XML.Method parameters in org.simpleframework.xml.convert with type arguments of type OutputNodeModifier and TypeMethodDescriptionbooleanThis 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 OutputNode in org.simpleframework.xml.core
Methods in org.simpleframework.xml.core with parameters of type OutputNodeModifier and TypeMethodDescriptionvoidPersister.write(Object source, OutputNode root) Thiswritemethod will traverse the provided object checking for field annotations in order to compose the XML data. -
Uses of OutputNode in org.simpleframework.xml.strategy
Method parameters in org.simpleframework.xml.strategy with type arguments of type OutputNodeModifier and TypeMethodDescriptionbooleanThis is used to attach attribute values to the given node map during the serialization process.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 OutputNode in org.simpleframework.xml.stream
Methods in org.simpleframework.xml.stream that return OutputNodeModifier and TypeMethodDescriptionThis is used to create a child element within the element that this object represents.OutputNode.getParent()This is used to acquire theNodethat is the parent of this node.OutputNode.setAttribute(String name, String value) This method is used for convenience to add an attribute node to the attributeNodeMap.static OutputNodeThis is used to create anOutputNodethat can be used to write a well formed XML document.static OutputNodeThis is used to create anOutputNodethat can be used to write a well formed XML document.Methods in org.simpleframework.xml.stream that return types with arguments of type OutputNodeModifier and TypeMethodDescriptionOutputNode.getAttributes()This returns aNodeMapwhich can be used to add nodes to the element before that element has been committed.