net.sf.saxon.type
Class VoidValidationContext
java.lang.Object
net.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static VoidValidationContext getInstance()
- Get the singleton instance of this class
- Returns:
- the singleton instance