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 voidresolveAll()Does a topo walk of all the types to resolve them.static voidresolveAttributeType(SchemaTypeImpl sImpl)static voidresolveDocumentType(SchemaTypeImpl sImpl)static voidresolveIdentityConstraints()static booleanresolveSubstitutionGroup(SchemaTypeImpl sImpl)static booleanresolveType(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()
-