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 QNamecreateQName(String rootName, Node node)voidprocessAttributesAndNamespaces(Node n, JSONObject object)
-
-
-
Method Detail
-
processAttributesAndNamespaces
public void processAttributesAndNamespaces(Node n, JSONObject object) throws JSONException, XMLStreamException
- Specified by:
processAttributesAndNamespacesin interfaceConvention- Throws:
JSONExceptionXMLStreamException
-
createQName
public QName createQName(String rootName, Node node) throws XMLStreamException
- Specified by:
createQNamein interfaceConvention- Throws:
XMLStreamException
-
-