org.apache.xerces.impl.xs.opti
Class SchemaConditionalIncludeHelper
java.lang.Object
org.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.
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 |
SchemaConditionalIncludeHelper
public SchemaConditionalIncludeHelper()
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.