com.github.stephenc.javaisotools.sabre
Interface StructureHandler

All Known Subinterfaces:
StreamHandler
All Known Implementing Classes:
ChainingStreamHandler, CopyingStreamHandler, DebugStreamHandler, DescriptorTagHandler, PaddingHandler, SerializationHandler, SerializingAtomHandler, UDF102Handler, UDF201Handler, UDF260Handler, XMLAtomHandler

public interface StructureHandler


Method Summary
 void endDocument()
           
 void endElement()
           
 void startDocument()
           
 void startElement(Element element)
           
 

Method Detail

startDocument

void startDocument()
                   throws HandlerException
Throws:
HandlerException

startElement

void startElement(Element element)
                  throws HandlerException
Throws:
HandlerException

endElement

void endElement()
                throws HandlerException
Throws:
HandlerException

endDocument

void endDocument()
                 throws HandlerException
Throws:
HandlerException


Copyright © 2013. All Rights Reserved.