com.xmlcalabash.util
Class TypeUtils

java.lang.Object
  extended by com.xmlcalabash.util.TypeUtils

public class TypeUtils
extends java.lang.Object

Created by IntelliJ IDEA. User: ndw Date: Jul 17, 2008 Time: 9:39:32 AM To change this template use File | Settings | File Templates.


Constructor Summary
TypeUtils()
           
 
Method Summary
static void checkLiteral(java.lang.String value, java.lang.String literals)
           
static void checkType(XProcRuntime runtime, java.lang.String value, net.sf.saxon.s9api.QName type, net.sf.saxon.s9api.XdmNode node)
           
static void checkType(XProcRuntime runtime, java.lang.String value, net.sf.saxon.s9api.QName type, net.sf.saxon.s9api.XdmNode node, net.sf.saxon.s9api.QName error)
           
static net.sf.saxon.s9api.QName generateUniqueType()
           
static net.sf.saxon.s9api.QName generateUniqueType(java.lang.String baseName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeUtils

public TypeUtils()
Method Detail

generateUniqueType

public static net.sf.saxon.s9api.QName generateUniqueType(java.lang.String baseName)

generateUniqueType

public static net.sf.saxon.s9api.QName generateUniqueType()

checkLiteral

public static void checkLiteral(java.lang.String value,
                                java.lang.String literals)

checkType

public static void checkType(XProcRuntime runtime,
                             java.lang.String value,
                             net.sf.saxon.s9api.QName type,
                             net.sf.saxon.s9api.XdmNode node)

checkType

public static void checkType(XProcRuntime runtime,
                             java.lang.String value,
                             net.sf.saxon.s9api.QName type,
                             net.sf.saxon.s9api.XdmNode node,
                             net.sf.saxon.s9api.QName error)