public class XmlElementNameAndContents
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<XmlAttribute> |
attributes
List of XmlAttribute objects each holding name and value of an attribute.
|
java.lang.String |
contents |
XmlElementName |
name |
Constructor and Description |
---|
XmlElementNameAndContents(XmlElementName name,
java.lang.String contents) |
XmlElementNameAndContents(XmlElementName name,
java.lang.String contents,
java.util.List<XmlAttribute> attributes) |
public XmlElementName name
public java.util.List<XmlAttribute> attributes
public java.lang.String contents
public XmlElementNameAndContents(XmlElementName name, java.lang.String contents)
public XmlElementNameAndContents(XmlElementName name, java.lang.String contents, java.util.List<XmlAttribute> attributes)
Copyright © 2012. All Rights Reserved.