net.sf.saxon.type
Class VoidValidationContext

java.lang.Object
  extended bynet.sf.saxon.type.VoidValidationContext
All Implemented Interfaces:
ValidationContext

public class VoidValidationContext
extends Object
implements ValidationContext

This object represents validation context in which nothing will validate. For example, this validation context is used if the containing element has a simple type.


Method Summary
static VoidValidationContext 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 VoidValidationContext getInstance()
Get the singleton instance of this class

Returns:
the singleton instance