Package com.sun.xml.xsom.impl.parser
Class DelayedRef.SimpleType
- java.lang.Object
-
- com.sun.xml.xsom.impl.parser.DelayedRef
-
- com.sun.xml.xsom.impl.parser.DelayedRef.SimpleType
-
- All Implemented Interfaces:
Patch
,Ref.SimpleType
,Ref.Type
- Enclosing class:
- DelayedRef
public static class DelayedRef.SimpleType extends DelayedRef implements Ref.SimpleType
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.xml.xsom.impl.parser.DelayedRef
DelayedRef.AttGroup, DelayedRef.Attribute, DelayedRef.ComplexType, DelayedRef.Element, DelayedRef.IdentityConstraint, DelayedRef.ModelGroup, DelayedRef.SimpleType, DelayedRef.Type
-
-
Field Summary
-
Fields inherited from class com.sun.xml.xsom.impl.parser.DelayedRef
schema
-
-
Constructor Summary
Constructors Constructor Description SimpleType(PatcherManager manager, org.xml.sax.Locator loc, SchemaImpl schema, UName name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getErrorProperty()
XSSimpleType
getType()
Obtains a reference as a type.protected java.lang.Object
resolveReference(UName name)
-
Methods inherited from class com.sun.xml.xsom.impl.parser.DelayedRef
_get, redefine, run
-
-
-
-
Constructor Detail
-
SimpleType
public SimpleType(PatcherManager manager, org.xml.sax.Locator loc, SchemaImpl schema, UName name)
-
-
Method Detail
-
getType
public XSSimpleType getType()
Description copied from interface:Ref.Type
Obtains a reference as a type.- Specified by:
getType
in interfaceRef.SimpleType
- Specified by:
getType
in interfaceRef.Type
-
resolveReference
protected java.lang.Object resolveReference(UName name)
- Specified by:
resolveReference
in classDelayedRef
-
getErrorProperty
protected java.lang.String getErrorProperty()
- Specified by:
getErrorProperty
in classDelayedRef
-
-