org.apache.xerces.impl.dv.xs
Class TypeValidatorHelper

java.lang.Object
  extended byorg.apache.xerces.impl.dv.xs.TypeValidatorHelper

public abstract class TypeValidatorHelper
extends java.lang.Object

Version:
$Id: TypeValidatorHelper.java 1156230 2011-08-10 15:27:50Z knoaman $

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Constructor Summary
protected TypeValidatorHelper()
           
 
Method Summary
abstract  int getAllowedFacets(short validationDV)
           
static TypeValidatorHelper getInstance(short schemaVersion)
           
 boolean isXMLSchema11()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeValidatorHelper

protected TypeValidatorHelper()
Method Detail

getInstance

public static TypeValidatorHelper getInstance(short schemaVersion)

isXMLSchema11

public boolean isXMLSchema11()

getAllowedFacets

public abstract int getAllowedFacets(short validationDV)


Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.