org.neuroph.contrib.graphml
Class XMLElement
- java.lang.Object
-
- org.neuroph.contrib.graphml.XMLElement
-
-
Constructor Summary
Constructors Constructor and Description XMLElement()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description voidaddAttribute(XMLAttribute attribute)Add attribute.voidappendChild(XMLElement child)Append child element.java.util.ArrayList<XMLAttribute>getAttributes()java.util.ArrayList<XMLElement>getChildElements()abstract java.lang.StringgetTag()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.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