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
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
-
Field Summary
-
Method Summary
-
Field Details
-
schema
-
-
Method Details
-
run
Patch implementation. Makes sure that the name resolves to a schema component.- Specified by:
run
in 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.
-