| java.lang.Object com.sun.xml.xsom.impl.parser.DelayedRef
DelayedRef | abstract public class DelayedRef implements Patch(Code) | | Reference by name.
UName will be later resolved to a target object,
after all the schemas are parsed.
|
getErrorProperty | abstract protected String getErrorProperty()(Code) | | |
redefine | public void redefine(XSDeclaration d)(Code) | | If this reference refers to the given declaration,
resolve the reference now. This is used to implement redefinition.
|
run | public void run() throws SAXException(Code) | | Patch implementation. Makes sure that the name resolves
to a schema component.
|
|
|