Interface NodeVisitor

    • Method Detail

      • cdata

        void cdata​(CData cdata)
      • comment

        void comment​(Comment comment)
      • document

        void document​(Document document)
      • documentType

        void documentType​(DocumentType documentType)
      • element

        void element​(Element element)
      • text

        void text​(Text text)
      • xmlDeclaration

        void xmlDeclaration​(XmlDeclaration xmlDeclaration)