org.xerial.util.xml
Class XMLElement

java.lang.Object
  extended by org.xerial.util.xml.XMLElement

public class XMLElement
extends Object

An XMLElement represents a tag (element) of XML data with XML attributes

Author:
leo

Constructor Summary
XMLElement(String tagName, XMLAttribute attribute)
           
 
Method Summary
 XMLAttribute getAttribute()
          Gets the XMLAttribute of the element
 String getTagName()
          Gets the tag name of the element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLElement

public XMLElement(String tagName,
                  XMLAttribute attribute)
Method Detail

getTagName

public String getTagName()
Gets the tag name of the element

Returns:

getAttribute

public XMLAttribute getAttribute()
Gets the XMLAttribute of the element

Returns:


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