jaxp/src/javax/xml/transform/sax/TemplatesHandler.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    32 /**
    32 /**
    33  * A SAX ContentHandler that may be used to process SAX
    33  * A SAX ContentHandler that may be used to process SAX
    34  * parse events (parsing transformation instructions) into a Templates object.
    34  * parse events (parsing transformation instructions) into a Templates object.
    35  *
    35  *
    36  * <p>Note that TemplatesHandler does not need to implement LexicalHandler.</p>
    36  * <p>Note that TemplatesHandler does not need to implement LexicalHandler.</p>
       
    37  *
       
    38  * @since 1.4
    37  */
    39  */
    38 public interface TemplatesHandler extends ContentHandler {
    40 public interface TemplatesHandler extends ContentHandler {
    39 
    41 
    40     /**
    42     /**
    41      * When a TemplatesHandler object is used as a ContentHandler
    43      * When a TemplatesHandler object is used as a ContentHandler