src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/TeeXMLDocumentFilterImpl.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    34 import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource;
    34 import com.sun.org.apache.xerces.internal.xni.parser.XMLDocumentSource;
    35 
    35 
    36 /**
    36 /**
    37  * <p>XMLDocumentHandler which forks the pipeline to two other components.</p>
    37  * <p>XMLDocumentHandler which forks the pipeline to two other components.</p>
    38  *
    38  *
    39  * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    39  * @author Kohsuke Kawaguchi
    40  */
    40  */
    41 class TeeXMLDocumentFilterImpl implements XMLDocumentFilter {
    41 class TeeXMLDocumentFilterImpl implements XMLDocumentFilter {
    42 
    42 
    43     /**
    43     /**
    44      * The next component in the pipeline who receives the event.
    44      * The next component in the pipeline who receives the event.