public class XNode extends Object
| 构造器和说明 |
|---|
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 © 2023. All rights reserved.