org.jboss.axis.wsdl.symbolTable
Class Element

java.lang.Object
  extended byorg.jboss.axis.wsdl.symbolTable.SymTabEntry (src) 
      extended byorg.jboss.axis.wsdl.symbolTable.TypeEntry (src) 
          extended byorg.jboss.axis.wsdl.symbolTable.Element
Direct Known Subclasses:
DefinedElement (src) , UndefinedElement (src)

public abstract class Element
extends TypeEntry (src)

This class represents a TypeEntry that is a type (complexType, simpleType, etc.


Field Summary
 
Fields inherited from class org.jboss.axis.wsdl.symbolTable.TypeEntry (src)
dims, isBaseType, isSimpleType, node, onlyLiteralReference, refType, undefined
 
Fields inherited from class org.jboss.axis.wsdl.symbolTable.SymTabEntry (src)
name, qname
 
Constructor Summary
protected Element(QName (src)  pqName, org.w3c.dom.Node pNode)
          Create a Element object for an xml construct that is not a base java type
protected Element(QName (src)  pqName, TypeEntry (src)  refType, org.w3c.dom.Node pNode, java.lang.String dims)
          Create an Element object for an xml construct that references a type that has not been defined yet.
 
Methods inherited from class org.jboss.axis.wsdl.symbolTable.TypeEntry (src)
getBaseType, getDimensions, getNode, getRefType, getUndefinedTypeRef, isBaseType, isOnlyLiteralReferenced, isSimpleType, setOnlyLiteralReference, setRefType, setSimpleType, toString, toString, updateUndefined
 
Methods inherited from class org.jboss.axis.wsdl.symbolTable.SymTabEntry (src)
getDynamicVar, getName, getQName, isReferenced, setDynamicVar, setIsReferenced, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Element

protected Element(QName (src)  pqName,
                  TypeEntry (src)  refType,
                  org.w3c.dom.Node pNode,
                  java.lang.String dims)
Create an Element object for an xml construct that references a type that has not been defined yet. Defer processing until refType is known.


Element

protected Element(QName (src)  pqName,
                  org.w3c.dom.Node pNode)
Create a Element object for an xml construct that is not a base java type