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
 void run()
           
 

Method Detail

run

void run()
         throws SAXException
Throws:
SAXException


Copyright © 2012 Oracle. All Rights Reserved.