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 PatchPatch 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()
-
-
-
Method Detail
-
run
void run() throws SAXException
- Throws:
SAXException
-
-