org.deegree.commons.tom.genericxml
Class GenericXMLElement

java.lang.Object
  extended by org.deegree.commons.tom.genericxml.GenericXMLElementContent
      extended by org.deegree.commons.tom.genericxml.GenericXMLElement
All Implemented Interfaces:
TypedObjectNode

public class GenericXMLElement
extends GenericXMLElementContent

TypedObjectNode that represents a generic XML element with associated XML schema type information.

Version:
$Revision: 27703 $, $Date: 2010-11-01 20:10:39 +0100 (Mo, 01. Nov 2010) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Field Summary
 
Fields inherited from class org.deegree.commons.tom.genericxml.GenericXMLElementContent
attrs, children, type
 
Constructor Summary
GenericXMLElement(javax.xml.namespace.QName name, GenericXMLElementContent value)
           
GenericXMLElement(javax.xml.namespace.QName name, org.apache.xerces.xs.XSTypeDefinition type, java.util.Map<javax.xml.namespace.QName,PrimitiveValue> attrs, java.util.List<TypedObjectNode> children)
           
 
Method Summary
 javax.xml.namespace.QName getName()
           
 
Methods inherited from class org.deegree.commons.tom.genericxml.GenericXMLElementContent
addChild, getAttributes, getChildren, getXSType, setAttribute, setChildren, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericXMLElement

public GenericXMLElement(javax.xml.namespace.QName name,
                         GenericXMLElementContent value)

GenericXMLElement

public GenericXMLElement(javax.xml.namespace.QName name,
                         org.apache.xerces.xs.XSTypeDefinition type,
                         java.util.Map<javax.xml.namespace.QName,PrimitiveValue> attrs,
                         java.util.List<TypedObjectNode> children)
Method Detail

getName

public javax.xml.namespace.QName getName()


Copyright © 2011. All Rights Reserved.