org.xerial.util.xml
Class XMLElement
java.lang.Object
org.xerial.util.xml.XMLElement
public class XMLElement
- extends Object
An XMLElement represents a tag (element) of XML data with XML attributes
- Author:
- leo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLElement
public XMLElement(String tagName,
XMLAttribute attribute)
getTagName
public String getTagName()
- Gets the tag name of the element
- Returns:
getAttribute
public XMLAttribute getAttribute()
- Gets the
XMLAttribute of the element
- Returns:

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.