Package com.sun.xml.xsom.impl.parser
Class DelayedRef
java.lang.Object
com.sun.xml.xsom.impl.parser.DelayedRef
- All Implemented Interfaces:
Patch
- Direct Known Subclasses:
DelayedRef.AttGroup,DelayedRef.Attribute,DelayedRef.ComplexType,DelayedRef.Element,DelayedRef.IdentityConstraint,DelayedRef.ModelGroup,DelayedRef.SimpleType,DelayedRef.Type
Reference by name.
UName will be later resolved to a target object,
after all the schemas are parsed.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields -
Method Summary
-
Field Details
-
schema
-
-
Method Details
-
run
Patch implementation. Makes sure that the name resolves to a schema component.- Specified by:
runin interfacePatch- Throws:
SAXException
-
resolveReference
-
getErrorProperty
-
_get
-
redefine
If this reference refers to the given declaration, resolve the reference now. This is used to implement redefinition.
-