Package org.apache.xmlbeans
Class SchemaComponent.Ref
- java.lang.Object
-
- org.apache.xmlbeans.SchemaComponent.Ref
-
- Direct Known Subclasses:
SchemaAttributeGroup.Ref
,SchemaGlobalAttribute.Ref
,SchemaGlobalElement.Ref
,SchemaIdentityConstraint.Ref
,SchemaModelGroup.Ref
,SchemaType.Ref
- Enclosing interface:
- SchemaComponent
public abstract static class SchemaComponent.Ref extends java.lang.Object
A lazy reference to a component. Used by SchemaTypeLoaders to avoid loading components until they are actually needed.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
_handle
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description SchemaComponent
getComponent()
abstract int
getComponentType()
SchemaTypeSystem
getTypeSystem()
-
-
-
Method Detail
-
getComponentType
public abstract int getComponentType()
-
getTypeSystem
public final SchemaTypeSystem getTypeSystem()
-
getComponent
public final SchemaComponent getComponent()
-
-