Project JXTA

net.jxta.impl.document
Class XMLElementCommon

java.lang.Object
  extended bynet.jxta.impl.document.TextElementCommon
      extended bynet.jxta.impl.document.XMLElementCommon
All Implemented Interfaces:
Attributable, Element, TextElement, XMLElement
Direct Known Subclasses:
DOMXMLElement, LiteXMLElement

public abstract class XMLElementCommon
extends TextElementCommon
implements XMLElement

Common definition of XML Elements. Appropriate for advertisements and messages.


Constructor Summary
XMLElementCommon()
           
 
Methods inherited from class net.jxta.impl.document.TextElementCommon
appendChild, getChildren, getKey, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.jxta.document.TextElement
appendChild, getChildren, getName, getTextValue
 
Methods inherited from interface net.jxta.document.Element
appendChild, getChildren, getChildren, getKey, getParent, getRoot, getValue
 
Methods inherited from interface net.jxta.document.Attributable
addAttribute, addAttribute, getAttribute, getAttributes
 

Constructor Detail

XMLElementCommon

public XMLElementCommon()

JXTA J2SE