Interface IGatheringModelProcessable

    • Method Detail

      • isGatheringFinished

        boolean isGatheringFinished()
      • getInnerModel

        Model getInnerModel()
      • resetGatheredSkipFlags

        void resetGatheredSkipFlags()
      • gatherText

        void gatherText​(IText text)
      • gatherComment

        void gatherComment​(IComment comment)
      • gatherCDATASection

        void gatherCDATASection​(ICDATASection cdataSection)
      • gatherOpenElement

        void gatherOpenElement​(IOpenElementTag openElementTag)
      • gatherCloseElement

        void gatherCloseElement​(ICloseElementTag closeElementTag)
      • gatherUnmatchedCloseElement

        void gatherUnmatchedCloseElement​(ICloseElementTag closeElementTag)
      • gatherDocType

        void gatherDocType​(IDocType docType)
      • gatherXMLDeclaration

        void gatherXMLDeclaration​(IXMLDeclaration xmlDeclaration)
      • gatherProcessingInstruction

        void gatherProcessingInstruction​(IProcessingInstruction processingInstruction)