Package org.codehaus.jettison.badgerfish
Class BadgerFishConvention
- java.lang.Object
-
- org.codehaus.jettison.badgerfish.BadgerFishConvention
-
- All Implemented Interfaces:
Convention
public class BadgerFishConvention extends Object implements Convention
-
-
Constructor Summary
Constructors Constructor Description BadgerFishConvention()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
createQName(String rootName, Node node)
void
processAttributesAndNamespaces(Node n, JSONObject object)
-
-
-
Method Detail
-
processAttributesAndNamespaces
public void processAttributesAndNamespaces(Node n, JSONObject object) throws JSONException, XMLStreamException
- Specified by:
processAttributesAndNamespaces
in interfaceConvention
- Throws:
JSONException
XMLStreamException
-
createQName
public QName createQName(String rootName, Node node) throws XMLStreamException
- Specified by:
createQName
in interfaceConvention
- Throws:
XMLStreamException
-
-