public abstract class DelayedRef extends java.lang.Object implements Patch
Modifier and Type | Class and Description |
---|---|
static class |
DelayedRef.AttGroup |
static class |
DelayedRef.Attribute |
static class |
DelayedRef.ComplexType |
static class |
DelayedRef.Element |
static class |
DelayedRef.IdentityConstraint |
static class |
DelayedRef.ModelGroup |
static class |
DelayedRef.SimpleType |
static class |
DelayedRef.Type |
Modifier and Type | Field and Description |
---|---|
private PatcherManager |
manager |
private UName |
name |
private java.lang.Object |
ref |
protected XSSchemaSet |
schema |
private org.xml.sax.Locator |
source
location in the source file where this reference was made.
|
Constructor and Description |
---|
DelayedRef(PatcherManager _manager,
org.xml.sax.Locator _source,
SchemaImpl _schema,
UName _name) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
_get() |
protected abstract java.lang.String |
getErrorProperty() |
void |
redefine(XSDeclaration d)
If this reference refers to the given declaration,
resolve the reference now.
|
private void |
resolve() |
protected abstract java.lang.Object |
resolveReference(UName name) |
void |
run()
Patch implementation.
|
protected final XSSchemaSet schema
private PatcherManager manager
private UName name
private org.xml.sax.Locator source
private java.lang.Object ref
DelayedRef(PatcherManager _manager, org.xml.sax.Locator _source, SchemaImpl _schema, UName _name)
public void run() throws org.xml.sax.SAXException
protected abstract java.lang.Object resolveReference(UName name)
protected abstract java.lang.String getErrorProperty()
protected final java.lang.Object _get()
private void resolve() throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void redefine(XSDeclaration d)