org.apache.xerces.impl.xs.opti
Class SchemaConditionalIncludeHelper

java.lang.Object
  extended byorg.apache.xerces.impl.xs.opti.SchemaConditionalIncludeHelper

public class SchemaConditionalIncludeHelper
extends java.lang.Object

This class provides supporting functionality for XML Schema conditional include pre-processing (newly introduced in XML Schema 1.1). ref: http://www.w3.org/TR/xmlschema11-1/#cip

Version:
$Id: SchemaConditionalIncludeHelper.java 1059284 2011-01-15 10:26:57Z mukulg $
Author:
Mukul Gandhi, IBM

INTERNAL:

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

Constructor Summary
SchemaConditionalIncludeHelper()
           
 
Method Summary
 boolean isFacetSupported(java.lang.String localName, java.lang.String uri)
           
 boolean isTypeSupported(java.lang.String localName, java.lang.String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaConditionalIncludeHelper

public SchemaConditionalIncludeHelper()
Method Detail

isTypeSupported

public boolean isTypeSupported(java.lang.String localName,
                               java.lang.String uri)

isFacetSupported

public boolean isFacetSupported(java.lang.String localName,
                                java.lang.String uri)


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