com.github.stephenc.javaisotools.eltorito.impl
Class ElToritoHandler

java.lang.Object
  extended by com.github.stephenc.javaisotools.sabre.impl.ChainingStreamHandler
      extended by com.github.stephenc.javaisotools.eltorito.impl.ElToritoHandler
All Implemented Interfaces:
ContentHandler, StreamHandler, StructureHandler

public class ElToritoHandler
extends ChainingStreamHandler


Constructor Summary
ElToritoHandler(StreamHandler streamHandler, ElToritoConfig config)
           
 
Method Summary
 void startElement(Element element)
           
 
Methods inherited from class com.github.stephenc.javaisotools.sabre.impl.ChainingStreamHandler
data, endDocument, endElement, fixup, mark, startDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElToritoHandler

public ElToritoHandler(StreamHandler streamHandler,
                       ElToritoConfig config)
Method Detail

startElement

public void startElement(Element element)
                  throws HandlerException
Specified by:
startElement in interface StructureHandler
Overrides:
startElement in class ChainingStreamHandler
Throws:
HandlerException


Copyright © 2013. All Rights Reserved.