Package org.codehaus.jettison.badgerfish
Class BadgerFishConvention
java.lang.Object
org.codehaus.jettison.badgerfish.BadgerFishConvention
- All Implemented Interfaces:
Convention
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateQName
(String rootName, Node node) void
processAttributesAndNamespaces
(Node n, JSONObject object)
-
Constructor Details
-
BadgerFishConvention
public BadgerFishConvention()
-
-
Method Details
-
processAttributesAndNamespaces
public void processAttributesAndNamespaces(Node n, JSONObject object) throws JSONException, XMLStreamException - Specified by:
processAttributesAndNamespaces
in interfaceConvention
- Throws:
JSONException
XMLStreamException
-
createQName
- Specified by:
createQName
in interfaceConvention
- Throws:
XMLStreamException
-