Interface NodeVisitor


  • public interface NodeVisitor
    • Method Detail

      • visit

        void visit​(org.w3c.dom.Node node)
        Visits a node. The call should be expected to occur in a synchronized block. The lock will be node-dependent.
        Parameters:
        node -