Package org.geotools.xsd.impl
Class BindingFactoryImpl
Object
BindingFactoryImpl
- All Implemented Interfaces:
BindingFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBinding
(QName name) Creates the binding from a qualified name.void
setContext
(MutablePicoContainer context)
-
Constructor Details
-
BindingFactoryImpl
-
-
Method Details
-
createBinding
Description copied from interface:BindingFactory
Creates the binding from a qualified name.Example usage.
//Load the binding for xs int QName name = new QName( "http://www.w3.org/2001/XMLSchema", "int" ); Binding binding = bindingFactory.createBinding( name );
- Specified by:
createBinding
in interfaceBindingFactory
- Parameters:
name
- The qualified name of a schema type, element, or attribute.- Returns:
- The binding for
name
, ornull
.
-
setContext
public void setContext(MutablePicoContainer context)
-