|
BEA Systems, Inc. | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XNumber | |
| weblogic.apache.xalan.xpath | Infrastructure for processing XPATH expressions |
| weblogic.apache.xalan.xslt | |
| Uses of XNumber in weblogic.apache.xalan.xpath |
| Methods in weblogic.apache.xalan.xpath that return XNumber | |
protected XNumber |
XPath.plus(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Give the sum of two arguments. |
protected XNumber |
XPath.minus(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Give the difference of two arguments. |
protected XNumber |
XPath.mult(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Multiply two arguments. |
protected XNumber |
XPath.div(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Divide a number. |
protected XNumber |
XPath.mod(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Return the remainder from a truncating division. |
protected XNumber |
XPath.quo(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Return the remainder from a truncating division. |
protected XNumber |
XPath.neg(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Return the negation of a number. |
protected XNumber |
XPath.number(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Cast an expression to a number. |
protected XNumber |
XPath.numberlit(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Get a literal value. |
protected XNumber |
XPath.locationPathPattern(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Execute a location path. |
| Uses of XNumber in weblogic.apache.xalan.xslt |
| Methods in weblogic.apache.xalan.xslt that return XNumber | |
XNumber |
XSLTEngineImpl.createXNumber(double d)
Convenience function to create an XNumber. |
XNumber |
XSLTProcessor.createXNumber(double d)
Convenience function to create an XNumber. |
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||