net.sf.saxon.type
Class GlobalValidationContext

java.lang.Object
  |
  +--net.sf.saxon.type.GlobalValidationContext
All Implemented Interfaces:
java.io.Serializable, ValidationContext

public class GlobalValidationContext
extends java.lang.Object
implements ValidationContext, java.io.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

Method Summary
static GlobalValidationContext getInstance()
          Get the singleton instance of this class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static GlobalValidationContext getInstance()
Get the singleton instance of this class

Returns:
the singleton instance