com.ibatis.common.xml
Class NodeletUtils

java.lang.Object
  extended by com.ibatis.common.xml.NodeletUtils

public class NodeletUtils
extends Object


Constructor Summary
NodeletUtils()
           
 
Method Summary
static boolean getBooleanAttribute(Properties attribs, String name, boolean def)
           
static int getIntAttribute(Properties attribs, String name, int def)
           
static Properties parseAttributes(Node n)
           
static Properties parseAttributes(Node n, Properties variables)
           
static String parsePropertyTokens(String string, Properties variables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeletUtils

public NodeletUtils()
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 © 2010. All Rights Reserved.