com.googlecode.jpattern.core.xml
Class XmlElement
java.lang.Object
com.googlecode.jpattern.core.xml.XmlElement
- All Implemented Interfaces:
- IXmlElement, java.io.Serializable
public class XmlElement
- extends java.lang.Object
- implements IXmlElement
- Author:
- Francesco Cina'
16/giu/2010
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlElement
public XmlElement()
getName
public java.lang.String getName()
- Specified by:
getName in interface IXmlElement
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface IXmlElement
getValue
public java.lang.String getValue()
- Specified by:
getValue in interface IXmlElement
setValue
public void setValue(java.lang.String value)
- Specified by:
setValue in interface IXmlElement
getSubElementsName
public java.util.List<java.lang.String> getSubElementsName()
- Specified by:
getSubElementsName in interface IXmlElement
getSubElement
public IXmlElement getSubElement(java.lang.String name)
- Specified by:
getSubElement in interface IXmlElement
getSubElements
public java.util.List<IXmlElement> getSubElements(java.lang.String name)
- Specified by:
getSubElements in interface IXmlElement
addSubElement
public IXmlElement addSubElement()
- Specified by:
addSubElement in interface IXmlElement
getAttributesName
public java.util.List<java.lang.String> getAttributesName()
- Specified by:
getAttributesName in interface IXmlElement
getAttribute
public IXmlAttribute getAttribute(java.lang.String name)
- Specified by:
getAttribute in interface IXmlElement
addAttribute
public IXmlAttribute addAttribute()
- Specified by:
addAttribute in interface IXmlElement
Copyright © 2011. All Rights Reserved.