net.sf.saxon.type
Class GlobalValidationContext
java.lang.Object
net.sf.saxon.type.GlobalValidationContext
- All Implemented Interfaces:
- Serializable, ValidationContext
public class GlobalValidationContext
- extends Object
- implements ValidationContext, Serializable
This object represents a global validation context. In XQuery, this is used
whenever the validation context is global. In XSLT, it is used for all validation,
except where a named type is specified.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static GlobalValidationContext getInstance()
- Get the singleton instance of this class
- Returns:
- the singleton instance