Uses of Class
org.simpleframework.xml.stream.OutputNodeMap
-
Packages that use OutputNodeMap Package Description org.simpleframework.xml.stream -
-
Uses of OutputNodeMap in org.simpleframework.xml.stream
Fields in org.simpleframework.xml.stream declared as OutputNodeMap Modifier and Type Field Description private 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 OutputNodeMap Modifier and Type Method Description OutputNodeMap
OutputElement. getAttributes()
This returns aNodeMap
which can be used to add nodes to the element before that element has been committed.
-