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