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

    Modifier and Type
    Method
    Description
    void
    dump(Writer writer)
     
    void
    send(ContentHandler contentHandler)