com.ibatis.common.xml

Class NodeletUtils

public class NodeletUtils extends Object

Method Summary
static booleangetBooleanAttribute(Properties attribs, String name, boolean def)
static intgetIntAttribute(Properties attribs, String name, int def)
static PropertiesparseAttributes(Node n)
static PropertiesparseAttributes(Node n, Properties variables)
static StringparsePropertyTokens(String string, Properties variables)

Method Detail

getBooleanAttribute

public static boolean getBooleanAttribute(Properties attribs, String name, boolean def)

getIntAttribute

public static int getIntAttribute(Properties attribs, String name, int def)

parseAttributes

public static Properties parseAttributes(Node n)

parseAttributes

public static Properties parseAttributes(Node n, Properties variables)

parsePropertyTokens

public static String parsePropertyTokens(String string, Properties variables)
Copyright © 2011. All Rights Reserved.