public final class Saxon extends Object
| Modifier and Type | Method and Description |
|---|---|
static net.sf.saxon.s9api.XdmNode |
asDocumentNode(net.sf.saxon.s9api.Processor processor,
Iterable<net.sf.saxon.s9api.XdmNode> nodes) |
static net.sf.saxon.s9api.XdmNode |
asDocumentNode(net.sf.saxon.s9api.XdmNode node,
net.sf.saxon.s9api.Processor processor) |
static Document |
asDomDocument(net.sf.saxon.s9api.XdmNode node,
net.sf.saxon.s9api.Processor processor) |
static Iterable<Source> |
asSources(Iterable<net.sf.saxon.s9api.XdmNode> nodes) |
static net.sf.saxon.s9api.QName |
getAttributeAsQName(net.sf.saxon.s9api.XdmNode node,
net.sf.saxon.s9api.QName attributeName) |
static net.sf.saxon.s9api.XdmNode |
getEmptyDocument(net.sf.saxon.s9api.Processor processor) |
static net.sf.saxon.s9api.XdmItem |
getUntypedXdmItem(String value,
net.sf.saxon.s9api.Processor processor) |
static boolean |
isDocument(net.sf.saxon.s9api.XdmNode node) |
static boolean |
isElement(net.sf.saxon.s9api.XdmNode node) |
static boolean |
isTrue(net.sf.saxon.s9api.XdmValue value)
Returns
true if the specified XDM value represents true. |
static Object |
nodesToString(Iterable<net.sf.saxon.s9api.XdmNode> nodes) |
static Object |
nodesToString(net.sf.saxon.s9api.XdmNode... nodes) |
static net.sf.saxon.s9api.XdmNode |
parse(String xmlContent,
net.sf.saxon.s9api.Processor processor) |
public static net.sf.saxon.s9api.QName getAttributeAsQName(net.sf.saxon.s9api.XdmNode node,
net.sf.saxon.s9api.QName attributeName)
public static Document asDomDocument(net.sf.saxon.s9api.XdmNode node, net.sf.saxon.s9api.Processor processor)
public static net.sf.saxon.s9api.XdmNode asDocumentNode(net.sf.saxon.s9api.XdmNode node,
net.sf.saxon.s9api.Processor processor)
public static net.sf.saxon.s9api.XdmNode asDocumentNode(net.sf.saxon.s9api.Processor processor,
Iterable<net.sf.saxon.s9api.XdmNode> nodes)
public static Object nodesToString(net.sf.saxon.s9api.XdmNode... nodes)
public static net.sf.saxon.s9api.XdmNode parse(String xmlContent, net.sf.saxon.s9api.Processor processor)
public static net.sf.saxon.s9api.XdmNode getEmptyDocument(net.sf.saxon.s9api.Processor processor)
public static net.sf.saxon.s9api.XdmItem getUntypedXdmItem(String value, net.sf.saxon.s9api.Processor processor)
public static boolean isElement(net.sf.saxon.s9api.XdmNode node)
public static boolean isDocument(net.sf.saxon.s9api.XdmNode node)
public static boolean isTrue(net.sf.saxon.s9api.XdmValue value)
true if the specified XDM value represents true.Copyright © 2009-2012 TranceCode. All Rights Reserved.