Package | Description |
---|---|
org.apache.xpath.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XBooleanStatic |
This class doesn't have any XPathContext, so override
whatever to ensure it works OK.
|
Modifier and Type | Field | Description |
---|---|---|
static XBoolean |
XBoolean.S_FALSE |
A true boolean object so we don't have to keep creating them.
|
static XBoolean |
XBoolean.S_TRUE |
A true boolean object so we don't have to keep creating them.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.