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 OutputNodeMapOutputDocument. tableRepresents a dummy output node map for the attributes.private OutputNodeMapOutputElement. tableRepresents the attributes that have been set for the element.Methods in org.simpleframework.xml.stream that return OutputNodeMap Modifier and Type Method Description OutputNodeMapOutputElement. getAttributes()This returns aNodeMapwhich can be used to add nodes to the element before that element has been committed.
-