Uses of Class
org.codehaus.jettison.Node
Packages that use Node
Package
Description
-
Uses of Node in org.codehaus.jettison
Fields in org.codehaus.jettison declared as NodeModifier and TypeFieldDescriptionprotected Node
AbstractXMLStreamReader.node
(package private) Node
Node.parent
Methods in org.codehaus.jettison with parameters of type NodeModifier and TypeMethodDescriptionConvention.createQName
(String name, Node node) void
Convention.processAttributesAndNamespaces
(Node n, JSONObject object) Constructors in org.codehaus.jettison with parameters of type Node -
Uses of Node in org.codehaus.jettison.badgerfish
Methods in org.codehaus.jettison.badgerfish with parameters of type NodeModifier and TypeMethodDescriptionBadgerFishConvention.createQName
(String rootName, Node node) void
BadgerFishConvention.processAttributesAndNamespaces
(Node n, JSONObject object) -
Uses of Node in org.codehaus.jettison.mapped
Methods in org.codehaus.jettison.mapped with parameters of type NodeModifier and TypeMethodDescriptionMappedNamespaceConvention.createQName
(String rootName, Node node) void
MappedNamespaceConvention.processAttributesAndNamespaces
(Node n, JSONObject object) private void
MappedNamespaceConvention.readAttribute
(Node n, String name, String value) private void
MappedNamespaceConvention.readAttribute
(Node n, String k, JSONArray array)