org.codehaus.jettison
Interface Convention

All Known Implementing Classes:
BadgerFishConvention, MappedNamespaceConvention

public interface Convention


Method Summary
 javax.xml.namespace.QName createQName(java.lang.String name, Node node)
           
 void processAttributesAndNamespaces(Node n, JSONObject object)
           
 

Method Detail

processAttributesAndNamespaces

void processAttributesAndNamespaces(Node n,
                                    JSONObject object)
                                    throws JSONException,
                                           javax.xml.stream.XMLStreamException
Throws:
JSONException
javax.xml.stream.XMLStreamException

createQName

javax.xml.namespace.QName createQName(java.lang.String name,
                                      Node node)
                                      throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException


Copyright © 2010. All Rights Reserved.