public class XmlElementNameAndContents extends Object
Modifier and Type | Field and Description |
---|---|
List<XmlAttribute> |
attributes
List of XmlAttribute objects each holding name and value of an attribute.
|
String |
contents |
XmlElementName |
name |
Constructor and Description |
---|
XmlElementNameAndContents(XmlElementName name,
String contents) |
XmlElementNameAndContents(XmlElementName name,
String contents,
List<XmlAttribute> attributes) |
public XmlElementName name
public List<XmlAttribute> attributes
public String contents
public XmlElementNameAndContents(XmlElementName name, String contents)
public XmlElementNameAndContents(XmlElementName name, String contents, List<XmlAttribute> attributes)
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.