| java.lang.Object com.ibatis.common.beans.BaseProbe com.ibatis.common.beans.DomProbe
DomProbe | public class DomProbe extends BaseProbe (Code) | | A Probe implementation for working with DOM objects
|
Method Summary | |
public Object | getObject(Object object, String name) | protected Object | getProperty(Object object, String property) | public Class | getPropertyTypeForGetter(Object object, String name) | public Class | getPropertyTypeForSetter(Object object, String name) | public String[] | getReadablePropertyNames(Object object) | public String[] | getWriteablePropertyNames(Object object) | public boolean | hasReadableProperty(Object object, String propertyName) | public boolean | hasWritableProperty(Object object, String propertyName) | public static String | nodeToString(Node node, String indent) | public void | setObject(Object object, String name, Object value) | protected void | setProperty(Object object, String property, Object value) |
hasReadableProperty | public boolean hasReadableProperty(Object object, String propertyName)(Code) | | |
hasWritableProperty | public boolean hasWritableProperty(Object object, String propertyName)(Code) | | |
nodeToString | public static String nodeToString(Node node, String indent)(Code) | | Converts a DOM node to a complete xml string
Parameters: node - - the node to process Parameters: indent - - how to indent the children of the node The node as a String |
|
|