|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.expr.JPConverter
net.sf.saxon.expr.JPConverter.FromQName
public static class JPConverter.FromQName
Nested Class Summary |
---|
Field Summary | |
---|---|
static JPConverter.FromQName |
INSTANCE
|
Constructor Summary | |
---|---|
JPConverter.FromQName()
|
Method Summary | |
---|---|
ValueRepresentation |
convert(java.lang.Object object,
XPathContext context)
Convert a Java object to an equivalent XPath value |
ItemType |
getItemType()
Get the item type of the XPath value that will result from the conversion |
Methods inherited from class net.sf.saxon.expr.JPConverter |
---|
allocate, compile, getCardinality |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static JPConverter.FromQName INSTANCE
Constructor Detail |
---|
public JPConverter.FromQName()
Method Detail |
---|
public ValueRepresentation convert(java.lang.Object object, XPathContext context) throws XPathException
JPConverter
convert
in class JPConverter
object
- the java object to be convertedcontext
- the XPath dynamic evaluation context
XPathException
- if the conversion is not possible or if it failspublic ItemType getItemType()
JPConverter
getItemType
in class JPConverter
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |