|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.xml.impl.BindingFactoryImpl
public class BindingFactoryImpl
Constructor Summary | |
---|---|
BindingFactoryImpl(BindingLoader loader)
|
Method Summary | |
---|---|
Binding |
createBinding(javax.xml.namespace.QName name)
Creates the binding from a qualified name. |
void |
setContext(org.picocontainer.MutablePicoContainer context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BindingFactoryImpl(BindingLoader loader)
Method Detail |
---|
public Binding createBinding(javax.xml.namespace.QName name)
BindingFactory
Example usage.
//Load the binding for xs int QName name = new QName( "http://www.w3.org/2001/XMLSchema", "int" ); Binding binding = bindingFactory.createBinding( name );
createBinding
in interface BindingFactory
name
- The qualified name of a schema type, element, or attribute.
name
, or null
.public void setContext(org.picocontainer.MutablePicoContainer context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |