Package org.apache.xmlbeans.impl.schema
Class StscResolver
java.lang.Object
org.apache.xmlbeans.impl.schema.StscResolver
public class StscResolver extends Object
-
Constructor Summary
Constructors Constructor Description StscResolver()
-
Method Summary
Modifier and Type Method Description static void
resolveAll()
Does a topo walk of all the types to resolve them.static void
resolveAttributeType(SchemaTypeImpl sImpl)
static void
resolveDocumentType(SchemaTypeImpl sImpl)
static void
resolveIdentityConstraints()
static boolean
resolveSubstitutionGroup(SchemaTypeImpl sImpl)
static boolean
resolveType(SchemaTypeImpl sImpl)
-
Constructor Details
-
StscResolver
public StscResolver()
-
-
Method Details
-
resolveAll
public static void resolveAll()Does a topo walk of all the types to resolve them. -
resolveType
-
resolveSubstitutionGroup
-
resolveDocumentType
-
resolveAttributeType
-
resolveIdentityConstraints
public static void resolveIdentityConstraints()
-