Uses of Class
org.simpleframework.xml.stream.OutputNodeMap
Packages that use OutputNodeMap
-
Uses of OutputNodeMap in org.simpleframework.xml.stream
Fields in org.simpleframework.xml.stream declared as OutputNodeMapModifier and TypeFieldDescriptionprivate OutputNodeMap
OutputDocument.table
Represents a dummy output node map for the attributes.private OutputNodeMap
OutputElement.table
Represents the attributes that have been set for the element.Methods in org.simpleframework.xml.stream that return OutputNodeMapModifier and TypeMethodDescriptionOutputElement.getAttributes()
This returns aNodeMap
which can be used to add nodes to the element before that element has been committed.