Package org.apache.xmlbeans.impl.schema
Class StscResolver
- java.lang.Object
-
- org.apache.xmlbeans.impl.schema.StscResolver
-
public class StscResolver extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StscResolver()
-
Method Summary
All Methods Static Methods Concrete Methods 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)
-
-
-
Method Detail
-
resolveAll
public static void resolveAll()
Does a topo walk of all the types to resolve them.
-
resolveType
public static boolean resolveType(SchemaTypeImpl sImpl)
-
resolveSubstitutionGroup
public static boolean resolveSubstitutionGroup(SchemaTypeImpl sImpl)
-
resolveDocumentType
public static void resolveDocumentType(SchemaTypeImpl sImpl)
-
resolveAttributeType
public static void resolveAttributeType(SchemaTypeImpl sImpl)
-
resolveIdentityConstraints
public static void resolveIdentityConstraints()
-
-