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