org.jboss.xb.binding.metadata.unmarshalling
Interface BasicElementBinding

All Superinterfaces:
XmlValueContainer
All Known Subinterfaces:
ElementBinding, TopElementBinding
All Known Implementing Classes:
DocumentBindingFactoryImpl.AbstractBasicElementBinding, DocumentBindingFactoryImpl.AbstractElementBinding, DocumentBindingFactoryImpl.AbstractTopElementBinding

public interface BasicElementBinding
extends XmlValueContainer

Version:
$Revision: 1.1.2.2 $
Author:
Alexey Loubyansky

Method Summary
 AttributeBinding getAttribute(javax.xml.namespace.QName attributeName)
           
 DocumentBinding getDocument()
           
 ElementBinding getElement(javax.xml.namespace.QName elementName)
           
 
Methods inherited from interface org.jboss.xb.binding.metadata.unmarshalling.XmlValueContainer
getJavaType, getName, getValue
 

Method Detail

getDocument

DocumentBinding getDocument()

getElement

ElementBinding getElement(javax.xml.namespace.QName elementName)

getAttribute

AttributeBinding getAttribute(javax.xml.namespace.QName attributeName)


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