Uses of Interface
org.jboss.xb.binding.metadata.unmarshalling.NamespaceBinding

Packages that use NamespaceBinding
org.jboss.xb.binding.metadata.unmarshalling   
org.jboss.xb.binding.metadata.unmarshalling.impl   
 

Uses of NamespaceBinding in org.jboss.xb.binding.metadata.unmarshalling
 

Methods in org.jboss.xb.binding.metadata.unmarshalling that return NamespaceBinding
abstract  NamespaceBinding DocumentBindingFactory.bindNamespace(DocumentBinding doc, String namespaceUri, String javaPackage)
           
 NamespaceBinding DocumentBinding.getNamespace(String namespaceUri)
           
 

Methods in org.jboss.xb.binding.metadata.unmarshalling with parameters of type NamespaceBinding
abstract  TopElementBinding DocumentBindingFactory.bindTopElement(NamespaceBinding ns, String elementName, Class javaClass)
           
 

Uses of NamespaceBinding in org.jboss.xb.binding.metadata.unmarshalling.impl
 

Classes in org.jboss.xb.binding.metadata.unmarshalling.impl that implement NamespaceBinding
static class DocumentBindingFactoryImpl.AbstractNamespaceBinding
           
 

Fields in org.jboss.xb.binding.metadata.unmarshalling.impl declared as NamespaceBinding
protected  NamespaceBinding DocumentBindingFactoryImpl.AbstractTopElementBinding.ns
           
 

Methods in org.jboss.xb.binding.metadata.unmarshalling.impl that return NamespaceBinding
 NamespaceBinding DocumentBindingFactoryImpl.bindNamespace(DocumentBinding doc, String namespaceUri, String javaPackage)
           
 NamespaceBinding DocumentBindingFactoryImpl.AbstractDocumentBinding.getNamespace(String namespaceUri)
           
protected  NamespaceBinding XsdBinder.DocumentBindingImpl.getNamespaceLocal(String namespaceUri)
           
protected  NamespaceBinding RuntimeDocumentBinding.getNamespaceLocal(String namespaceUri)
           
protected abstract  NamespaceBinding DocumentBindingFactoryImpl.AbstractDocumentBinding.getNamespaceLocal(String namespaceUri)
           
 

Methods in org.jboss.xb.binding.metadata.unmarshalling.impl with parameters of type NamespaceBinding
 TopElementBinding DocumentBindingFactoryImpl.bindTopElement(NamespaceBinding ns, String elementName, Class javaClass)
           
 

Constructors in org.jboss.xb.binding.metadata.unmarshalling.impl with parameters of type NamespaceBinding
DocumentBindingFactoryImpl.AbstractTopElementBinding(NamespaceBinding ns, String elementName)
           
 



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