Package org.outerj.daisy.diff.helper
Interface SaxBuffer.SaxBit
- All Known Implementing Classes:
SaxBuffer.Characters
,SaxBuffer.Comment
,SaxBuffer.EndCDATA
,SaxBuffer.EndDocument
,SaxBuffer.EndDTD
,SaxBuffer.EndElement
,SaxBuffer.EndEntity
,SaxBuffer.EndPrefixMapping
,SaxBuffer.IgnorableWhitespace
,SaxBuffer.PI
,SaxBuffer.SkippedEntity
,SaxBuffer.StartCDATA
,SaxBuffer.StartDocument
,SaxBuffer.StartDTD
,SaxBuffer.StartElement
,SaxBuffer.StartEntity
,SaxBuffer.StartPrefixMapping
- Enclosing class:
- SaxBuffer
public static interface SaxBuffer.SaxBit
SaxBit is a representation of the SAX event. Every SaxBit is immutable
object.
-
Method Summary
-
Method Details
-
send
- Throws:
SAXException
-
dump
- Throws:
IOException
-