org.codehaus.jettison
Interface Convention

All Known Implementing Classes:
BadgerFishConvention, MappedNamespaceConvention

public interface Convention


Method Summary
 QName createQName(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

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


Copyright © 2013. All Rights Reserved.