org.jboss.xb.binding.metadata.unmarshalling.impl
Class DocumentBindingFactoryImpl.AbstractTopElementBinding

java.lang.Object
  extended by org.jboss.xb.binding.metadata.unmarshalling.impl.DocumentBindingFactoryImpl.AbstractXmlValueContainer
      extended by org.jboss.xb.binding.metadata.unmarshalling.impl.DocumentBindingFactoryImpl.AbstractBasicElementBinding
          extended by org.jboss.xb.binding.metadata.unmarshalling.impl.DocumentBindingFactoryImpl.AbstractTopElementBinding
All Implemented Interfaces:
BasicElementBinding, TopElementBinding, XmlValueContainer
Enclosing class:
DocumentBindingFactoryImpl

public abstract static class DocumentBindingFactoryImpl.AbstractTopElementBinding
extends DocumentBindingFactoryImpl.AbstractBasicElementBinding
implements TopElementBinding


Field Summary
protected  NamespaceBinding ns
           
 
Fields inherited from class org.jboss.xb.binding.metadata.unmarshalling.impl.DocumentBindingFactoryImpl.AbstractXmlValueContainer
name
 
Constructor Summary
protected DocumentBindingFactoryImpl.AbstractTopElementBinding(NamespaceBinding ns, String elementName)
           
 
Method Summary
protected  BasicElementBinding getStackReference()
           
 
Methods inherited from class org.jboss.xb.binding.metadata.unmarshalling.impl.DocumentBindingFactoryImpl.AbstractBasicElementBinding
getAttribute, getAttributeLocal, getDocument, getElement, getElementLocal, getJavaTypeLocal, getValue, getValueLocal, getValueStackReference
 
Methods inherited from class org.jboss.xb.binding.metadata.unmarshalling.impl.DocumentBindingFactoryImpl.AbstractXmlValueContainer
getJavaType, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.xb.binding.metadata.unmarshalling.BasicElementBinding
getAttribute, getDocument, getElement
 
Methods inherited from interface org.jboss.xb.binding.metadata.unmarshalling.XmlValueContainer
getJavaType, getName, getValue
 

Field Detail

ns

protected final NamespaceBinding ns
Constructor Detail

DocumentBindingFactoryImpl.AbstractTopElementBinding

protected DocumentBindingFactoryImpl.AbstractTopElementBinding(NamespaceBinding ns,
                                                               String elementName)
Method Detail

getStackReference

protected BasicElementBinding getStackReference()
Specified by:
getStackReference in class DocumentBindingFactoryImpl.AbstractBasicElementBinding


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.