public class XNode extends Object
Constructor and Description |
---|
XNode(XPathParser xpathParser,
Node node,
Properties variables) |
public XNode(XPathParser xpathParser, Node node, Properties variables)
public XNode getParent()
public String getPath()
public String getValueBasedIdentifier()
public Node getNode()
public String getName()
public String getStringBody()
public Boolean getBooleanBody()
public Integer getIntBody()
public Long getLongBody()
public Double getDoubleBody()
public Float getFloatBody()
public <T extends Enum<T>> T getEnumAttribute(Class<T> enumType, String name, T def)
public Properties getChildrenAsProperties()
Copyright © 2010–2015 MyBatis.org. All rights reserved.