Package org.codehaus.jettison
Interface Convention
- All Known Implementing Classes:
BadgerFishConvention
,MappedNamespaceConvention
public interface Convention
-
Method Summary
Modifier and TypeMethodDescriptioncreateQName
(String name, Node node) void
processAttributesAndNamespaces
(Node n, JSONObject object)
-
Method Details
-
processAttributesAndNamespaces
void processAttributesAndNamespaces(Node n, JSONObject object) throws JSONException, XMLStreamException - Throws:
JSONException
XMLStreamException
-
createQName
- Throws:
XMLStreamException
-