Package | Description |
---|---|
org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
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 | Method and Description |
---|---|
boolean |
XPathVisitor.visitStringLiteral(ExpressionOwner owner,
XString str)
Visit a string literal.
|
Modifier and Type | Class and Description |
---|---|
class |
XStringForChars
This class will wrap a FastStringBuffer and allow for
|
class |
XStringForFSB
This class will wrap a FastStringBuffer and allow for
|
Modifier and Type | Field and Description |
---|---|
static XString |
XString.EMPTYSTRING
Empty string XString object
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.