org.apache.xerces.impl.xs.assertion
Class XSAssertConstants

java.lang.Object
  extended byorg.apache.xerces.impl.xs.assertion.XSAssertConstants

public class XSAssertConstants
extends java.lang.Object

A class containing few constants related to XML Schema 1.1 assertion implementation.

Version:
$Id: XSAssertConstants.java 1429247 2013-01-05 10:43:18Z mukulg $
Author:
Mukul Gandhi, IBM

INTERNAL:

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

Field Summary
static java.lang.String assertList
           
static java.lang.String isAssertProcNeededForUnionAttr
           
static java.lang.String isAssertProcNeededForUnionElem
           
static java.lang.String isAttrHaveAsserts
           
 
Constructor Summary
XSAssertConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

assertList

public static java.lang.String assertList

isAttrHaveAsserts

public static java.lang.String isAttrHaveAsserts

isAssertProcNeededForUnionElem

public static java.lang.String isAssertProcNeededForUnionElem

isAssertProcNeededForUnionAttr

public static java.lang.String isAssertProcNeededForUnionAttr
Constructor Detail

XSAssertConstants

public XSAssertConstants()


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