Documentation of 'org.neuroph.contrib.graphml.XMLElement' Java class
XMLElement
org.neuroph.contrib.graphml

Class XMLElement

  • Direct Known Subclasses:
    Data, Edge, Graph, Graphml, Key, Node


    public abstract class XMLElement
    extends java.lang.Object
    XML element consisting of i) a tag ii) a list of attributes iii) a list of child elements.
    • Constructor Detail

      • XMLElement

        public XMLElement()
    • Method Detail

      • appendChild

        public void appendChild(XMLElement child)
        Append child element.
        Parameters:
        child -
      • addAttribute

        public void addAttribute(XMLAttribute attribute)
        Add attribute.
        Parameters:
        attribute -
      • toString

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

        public abstract java.lang.String getTag()
      • getAttributes

        public java.util.ArrayList<XMLAttribute> getAttributes()
      • getChildElements

        public java.util.ArrayList<XMLElement> getChildElements()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.