Interface INode

    • Method Detail

      • getTextValue

        String getTextValue()
        Исходное текстовое представление узла или whitespaces
        Returns:
      • setTextValue

        void setTextValue​(String textValue)
      • getLocation

        Location getLocation()
        Метод для получения информации о позиции узла
        Specified by:
        getLocation in interface ILocatable
        Returns:
        информация о позиции
        See Also:
        Location
      • getParent

        INode getParent()
      • setParent

        void setParent​(INode parent)
      • hasChildren

        boolean hasChildren()
      • getPreviousSibling

        INode getPreviousSibling()
      • hasPreviousSibling

        boolean hasPreviousSibling()
      • getNextSibling

        INode getNextSibling()
      • hasNextSibling

        boolean hasNextSibling()