public class XMLResultAdapter extends Object
| Constructor and Description |
|---|
XMLResultAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isBasicType(Object o) |
protected void |
markupAny(StringBuffer buff,
Stack visitedObjects,
Object object,
String propertyName) |
protected void |
markupArray(StringBuffer buff,
Stack visitedObjects,
Object o,
String propertyName) |
protected void |
markupBasicType(StringBuffer buff,
Stack visitedObjects,
Object object,
String propertyName) |
protected void |
markupBean(StringBuffer buff,
Stack visitedObjects,
Object object,
String propertyName) |
protected void |
markupCollection(StringBuffer buff,
Stack visitedObjects,
Collection col,
String propertyName) |
protected void |
markupMap(StringBuffer buff,
Stack visitedObjects,
Map map,
String propertyName) |
protected void |
markupNode(StringBuffer buff,
Stack visitedObjects,
Node node,
String propertyName) |
void |
markupObject(StringBuffer buff,
Object o,
String propertyName) |
protected void |
markupObject(StringBuffer buff,
Stack visitedObjects,
Object o,
String propertyName) |
protected void |
markupProperties(StringBuffer buff,
Stack visitedObjects,
Properties props,
String propertyName) |
protected void |
markupString(StringBuffer buff,
Stack visitedObjects,
String object,
String propertyName) |
protected String |
normalize(String s)
Normalizes the given string.
|
protected Attr[] |
sortAttributes(NamedNodeMap attrs) |
public void markupObject(StringBuffer buff, Object o, String propertyName)
protected void markupObject(StringBuffer buff, Stack visitedObjects, Object o, String propertyName)
protected void markupBean(StringBuffer buff, Stack visitedObjects, Object object, String propertyName)
protected void markupBasicType(StringBuffer buff, Stack visitedObjects, Object object, String propertyName)
protected void markupString(StringBuffer buff, Stack visitedObjects, String object, String propertyName)
protected void markupAny(StringBuffer buff, Stack visitedObjects, Object object, String propertyName)
protected void markupMap(StringBuffer buff, Stack visitedObjects, Map map, String propertyName)
protected void markupProperties(StringBuffer buff, Stack visitedObjects, Properties props, String propertyName)
protected void markupCollection(StringBuffer buff, Stack visitedObjects, Collection col, String propertyName)
protected void markupArray(StringBuffer buff, Stack visitedObjects, Object o, String propertyName)
protected void markupNode(StringBuffer buff, Stack visitedObjects, Node node, String propertyName)
protected Attr[] sortAttributes(NamedNodeMap attrs)
protected boolean isBasicType(Object o)
Copyright © 2013 Atlassian. All Rights Reserved.