| Package | Description |
|---|---|
| org.codehaus.jettison | |
| org.codehaus.jettison.badgerfish | |
| org.codehaus.jettison.mapped |
| Modifier and Type | Field and Description |
|---|---|
protected Node |
AbstractXMLStreamReader.node |
(package private) Node |
Node.parent |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
Convention.createQName(java.lang.String name,
Node node) |
void |
Convention.processAttributesAndNamespaces(Node n,
JSONObject object) |
| Constructor and Description |
|---|
Node(Node parent,
java.lang.String name,
JSONObject object,
Convention con) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
BadgerFishConvention.createQName(java.lang.String rootName,
Node node) |
void |
BadgerFishConvention.processAttributesAndNamespaces(Node n,
JSONObject object) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
MappedNamespaceConvention.createQName(java.lang.String rootName,
Node node) |
void |
MappedNamespaceConvention.processAttributesAndNamespaces(Node n,
JSONObject object) |
private void |
MappedNamespaceConvention.readAttribute(Node n,
java.lang.String k,
JSONArray array) |
private void |
MappedNamespaceConvention.readAttribute(Node n,
java.lang.String name,
java.lang.String value) |