Class Node


  • public class Node
    extends java.lang.Object
    This class converts the NanoXML's XMLElement nodes into the regular XML Node interface (for the methods used by Parser).
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object