Package com.sun.xml.xsom.impl.parser
Interface Patch
- All Known Implementing Classes:
BaseContentRef
,DelayedRef
,DelayedRef.AttGroup
,DelayedRef.Attribute
,DelayedRef.ComplexType
,DelayedRef.Element
,DelayedRef.IdentityConstraint
,DelayedRef.ModelGroup
,DelayedRef.SimpleType
,DelayedRef.Type
public interface Patch
Patch program that runs later to "fix" references among components.
The only difference from the Runnable interface is that this interface
allows the program to throw a SAXException.
-
Method Summary
-
Method Details
-
run
- Throws:
SAXException
-