org.apache.uima.internal.util
Class XmlElementNameAndContents

java.lang.Object
  extended by org.apache.uima.internal.util.XmlElementNameAndContents

public class XmlElementNameAndContents
extends java.lang.Object

Data structure used to encapsulate an XML element name (including Namespace URI, local name, and the qname) as well as its attributes and character content.


Field Summary
 java.util.List<XmlAttribute> attributes
          List of XmlAttribute objects each holding name and value of an attribute.
 java.lang.String contents
           
 XmlElementName name
           
 
Constructor Summary
XmlElementNameAndContents(XmlElementName name, java.lang.String contents)
           
XmlElementNameAndContents(XmlElementName name, java.lang.String contents, java.util.List<XmlAttribute> attributes)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public XmlElementName name

attributes

public java.util.List<XmlAttribute> attributes
List of XmlAttribute objects each holding name and value of an attribute.


contents

public java.lang.String contents
Constructor Detail

XmlElementNameAndContents

public XmlElementNameAndContents(XmlElementName name,
                                 java.lang.String contents)

XmlElementNameAndContents

public XmlElementNameAndContents(XmlElementName name,
                                 java.lang.String contents,
                                 java.util.List<XmlAttribute> attributes)


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.