Package com.sun.xml.xsom.impl.parser
Class DelayedRef.Attribute
- java.lang.Object
-
- com.sun.xml.xsom.impl.parser.DelayedRef
-
- com.sun.xml.xsom.impl.parser.DelayedRef.Attribute
-
- All Implemented Interfaces:
Patch
,Ref.Attribute
- Enclosing class:
- DelayedRef
public static class DelayedRef.Attribute extends DelayedRef implements Ref.Attribute
-
-
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 Attribute(PatcherManager manager, org.xml.sax.Locator loc, SchemaImpl schema, UName name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XSAttributeDecl
getAttribute()
protected java.lang.String
getErrorProperty()
protected java.lang.Object
resolveReference(UName name)
-
Methods inherited from class com.sun.xml.xsom.impl.parser.DelayedRef
_get, redefine, run
-
-
-
-
Constructor Detail
-
Attribute
public Attribute(PatcherManager manager, org.xml.sax.Locator loc, SchemaImpl schema, UName name)
-
-
Method Detail
-
resolveReference
protected java.lang.Object resolveReference(UName name)
- Specified by:
resolveReference
in classDelayedRef
-
getErrorProperty
protected java.lang.String getErrorProperty()
- Specified by:
getErrorProperty
in classDelayedRef
-
getAttribute
public XSAttributeDecl getAttribute()
- Specified by:
getAttribute
in interfaceRef.Attribute
-
-