Class XMLFragmentReader

  • All Implemented Interfaces:
    XMLReader

    public class XMLFragmentReader
    extends DOMReader
    Internal:

    Purpose: An implementation of XMLReader for parsing XMLFragment Nodes into SAX events.

    Responsibilities:

    • Walk the XMLFragment node's DOM tree and report sax events to the provided content handler
    • Report lexical events to the lexical handler if it's provided