Interface IGatheringModelProcessable

All Superinterfaces:
IEngineProcessable
All Known Implementing Classes:
AbstractGatheringModelProcessable, GatheringModelProcessable, IteratedGatheringModelProcessable

interface IGatheringModelProcessable extends IEngineProcessable
  • Method Details

    • isGatheringFinished

      boolean isGatheringFinished()
    • getInnerModel

      Model getInnerModel()
    • resetGatheredSkipFlags

      void resetGatheredSkipFlags()
    • initializeProcessorExecutionVars

      ProcessorExecutionVars initializeProcessorExecutionVars()
    • gatherText

      void gatherText(IText text)
    • gatherComment

      void gatherComment(IComment comment)
    • gatherCDATASection

      void gatherCDATASection(ICDATASection cdataSection)
    • gatherStandaloneElement

      void gatherStandaloneElement(IStandaloneElementTag standaloneElementTag)
    • 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)