public class XS11TypeHelper
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| static java.util.Vector | getAssertsFromSimpleType(org.apache.xerces.xs.XSSimpleTypeDefinition simplType) | 
| static java.lang.String | getSchemaTypeName(org.apache.xerces.xs.XSTypeDefinition typeDefn) | 
| static org.eclipse.wst.xml.xpath2.processor.ResultSequence | getXPath2ResultSequence(java.util.List xdmItems) | 
| static boolean | isAtomicStrValueValidForSTUnion(org.apache.xerces.xs.XSObjectList memberTypes,
                               java.lang.String content,
                               ValidatedInfo validatedInfo,
                               short schemaVersion) | 
| static boolean | isComplexTypeDerivedFromSTList(org.apache.xerces.xs.XSComplexTypeDefinition complexTypeDef,
                              short derivationMethod) | 
| static boolean | isListContainsType(java.util.List typeList,
                  org.apache.xerces.xs.XSTypeDefinition targetType) | 
| static boolean | isSchemaTypesIdentical(org.apache.xerces.xs.XSTypeDefinition typeDefn1,
                      org.apache.xerces.xs.XSTypeDefinition typeDefn2) | 
| static boolean | isSpecialSimpleType(XSSimpleType simpleType) | 
| static boolean | isStrValueValidForASimpleType(java.lang.String value,
                             XSSimpleType simplType,
                             short schemaVersion) | 
| static boolean | isTypeTablesComparable(XSTypeAlternativeImpl[] typeTable1,
                      XSTypeAlternativeImpl[] typeTable2) | 
| static boolean | isURIEqual(java.lang.String uri1,
          java.lang.String uri2) | 
| static boolean | simpleTypeHasAsserts(org.apache.xerces.xs.XSSimpleTypeDefinition simpleType) | 
| static void | validateQNameValue(java.lang.String qNameStr,
                  org.apache.xerces.xni.NamespaceContext namespaceContext,
                  XMLErrorReporter errorReporter) | 
public static boolean isSchemaTypesIdentical(org.apache.xerces.xs.XSTypeDefinition typeDefn1,
                             org.apache.xerces.xs.XSTypeDefinition typeDefn2)
public static boolean isURIEqual(java.lang.String uri1,
                 java.lang.String uri2)
public static boolean isAtomicStrValueValidForSTUnion(org.apache.xerces.xs.XSObjectList memberTypes,
                                      java.lang.String content,
                                      ValidatedInfo validatedInfo,
                                      short schemaVersion)
public static boolean isStrValueValidForASimpleType(java.lang.String value,
                                    XSSimpleType simplType,
                                    short schemaVersion)
public static void validateQNameValue(java.lang.String qNameStr,
                      org.apache.xerces.xni.NamespaceContext namespaceContext,
                      XMLErrorReporter errorReporter)
public static java.util.Vector getAssertsFromSimpleType(org.apache.xerces.xs.XSSimpleTypeDefinition simplType)
public static boolean simpleTypeHasAsserts(org.apache.xerces.xs.XSSimpleTypeDefinition simpleType)
public static boolean isListContainsType(java.util.List typeList,
                         org.apache.xerces.xs.XSTypeDefinition targetType)
public static boolean isComplexTypeDerivedFromSTList(org.apache.xerces.xs.XSComplexTypeDefinition complexTypeDef,
                                     short derivationMethod)
public static java.lang.String getSchemaTypeName(org.apache.xerces.xs.XSTypeDefinition typeDefn)
public static boolean isSpecialSimpleType(XSSimpleType simpleType)
public static org.eclipse.wst.xml.xpath2.processor.ResultSequence getXPath2ResultSequence(java.util.List xdmItems)
public static boolean isTypeTablesComparable(XSTypeAlternativeImpl[] typeTable1, XSTypeAlternativeImpl[] typeTable2)
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.