Package org.apache.ibatis.parsing
Class XPathParser
- java.lang.Object
-
- org.apache.ibatis.parsing.XPathParser
-
public class XPathParser extends Object
- Author:
- Clinton Begin, Kazuki Shimizu
-
-
Constructor Summary
Constructors Constructor Description XPathParser(InputStream inputStream)XPathParser(InputStream inputStream, boolean validation)XPathParser(InputStream inputStream, boolean validation, Properties variables)XPathParser(InputStream inputStream, boolean validation, Properties variables, EntityResolver entityResolver)XPathParser(Reader reader)XPathParser(Reader reader, boolean validation)XPathParser(Reader reader, boolean validation, Properties variables)XPathParser(Reader reader, boolean validation, Properties variables, EntityResolver entityResolver)XPathParser(String xml)XPathParser(String xml, boolean validation)XPathParser(String xml, boolean validation, Properties variables)XPathParser(String xml, boolean validation, Properties variables, EntityResolver entityResolver)XPathParser(Document document)XPathParser(Document document, boolean validation)XPathParser(Document document, boolean validation, Properties variables)XPathParser(Document document, boolean validation, Properties variables, EntityResolver entityResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanevalBoolean(Object root, String expression)BooleanevalBoolean(String expression)DoubleevalDouble(Object root, String expression)DoubleevalDouble(String expression)FloatevalFloat(Object root, String expression)FloatevalFloat(String expression)IntegerevalInteger(Object root, String expression)IntegerevalInteger(String expression)LongevalLong(Object root, String expression)LongevalLong(String expression)XNodeevalNode(Object root, String expression)XNodeevalNode(String expression)List<XNode>evalNodes(Object root, String expression)List<XNode>evalNodes(String expression)ShortevalShort(Object root, String expression)ShortevalShort(String expression)StringevalString(Object root, String expression)StringevalString(String expression)voidsetVariables(Properties variables)
-
-
-
Constructor Detail
-
XPathParser
public XPathParser(String xml)
-
XPathParser
public XPathParser(Reader reader)
-
XPathParser
public XPathParser(InputStream inputStream)
-
XPathParser
public XPathParser(Document document)
-
XPathParser
public XPathParser(String xml, boolean validation)
-
XPathParser
public XPathParser(Reader reader, boolean validation)
-
XPathParser
public XPathParser(InputStream inputStream, boolean validation)
-
XPathParser
public XPathParser(Document document, boolean validation)
-
XPathParser
public XPathParser(String xml, boolean validation, Properties variables)
-
XPathParser
public XPathParser(Reader reader, boolean validation, Properties variables)
-
XPathParser
public XPathParser(InputStream inputStream, boolean validation, Properties variables)
-
XPathParser
public XPathParser(Document document, boolean validation, Properties variables)
-
XPathParser
public XPathParser(String xml, boolean validation, Properties variables, EntityResolver entityResolver)
-
XPathParser
public XPathParser(Reader reader, boolean validation, Properties variables, EntityResolver entityResolver)
-
XPathParser
public XPathParser(InputStream inputStream, boolean validation, Properties variables, EntityResolver entityResolver)
-
XPathParser
public XPathParser(Document document, boolean validation, Properties variables, EntityResolver entityResolver)
-
-
Method Detail
-
setVariables
public void setVariables(Properties variables)
-
-