|
BEA Systems, Inc. | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XBoolean | |
| weblogic.apache.xalan.xpath | Infrastructure for processing XPATH expressions |
| weblogic.apache.xalan.xslt | |
| Uses of XBoolean in weblogic.apache.xalan.xpath |
| Subclasses of XBoolean in weblogic.apache.xalan.xpath | |
class |
XBooleanStatic
This class doesn't have any XPathSupport, so override whatever to ensure it works OK. |
| Methods in weblogic.apache.xalan.xpath that return XBoolean | |
protected XBoolean |
XPath.or(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
OR two expressions and return the boolean result. |
protected XBoolean |
XPath.and(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
OR two expressions and return the boolean result. |
protected XBoolean |
XPath.notequals(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Tell if two expressions are functionally not equal. |
protected XBoolean |
XPath.equals(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Tell if two expressions are functionally equal. |
protected XBoolean |
XPath.lte(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Tell if one argument is less than or equal to the other argument. |
protected XBoolean |
XPath.lt(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Tell if one argument is less than the other argument. |
protected XBoolean |
XPath.gte(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Tell if one argument is greater than or equal to the other argument. |
protected XBoolean |
XPath.gt(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Tell if one argument is greater than the other argument. |
protected XBoolean |
XPath.bool(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Cast an expression to a boolean. |
| Uses of XBoolean in weblogic.apache.xalan.xslt |
| Methods in weblogic.apache.xalan.xslt that return XBoolean | |
XBoolean |
XSLTEngineImpl.createXBoolean(boolean b)
Convenience function to create an XBoolean. |
XBoolean |
XSLTProcessor.createXBoolean(boolean b)
Convenience function to create an XBoolean. |
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs60 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||