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) voidprocessAttributesAndNamespaces(Node n, JSONObject object)
-
Constructor Details
-
BadgerFishConvention
public BadgerFishConvention()
-
-
Method Details
-
processAttributesAndNamespaces
public void processAttributesAndNamespaces(Node n, JSONObject object) throws JSONException, XMLStreamException - Specified by:
processAttributesAndNamespacesin interfaceConvention- Throws:
JSONExceptionXMLStreamException
-
createQName
- Specified by:
createQNamein interfaceConvention- Throws:
XMLStreamException
-