Class XMLDeclarationStructureHandler

  • All Implemented Interfaces:
    IXMLDeclarationStructureHandler

    public final class XMLDeclarationStructureHandler
    extends 
    implements IXMLDeclarationStructureHandler

    Structure handler implementation, internally used by the engine.

    This class should not be directly used from outside the engine.

    Since:
    3.0.0
    Author:
    Daniel Fernández
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void removeXMLDeclaration()
      Instructs the engine to remove the entire event that is being processed.
      void replaceWith​(IModel model, boolean processable)
      Instructs the engine to replace the current event with the specified model (a IModel).
      void reset()
      Resets all actions specified so far for the current processor execution.
      void  keyword,  version,  encoding,  standalone)
      Instructs the engine to set new values into the properties of the XMLDeclaration event being processed.
      • Methods inherited from class java.lang.

        , , , , , , , , , ,