|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ObjectFactoryIF | |
|---|---|
| org.sapia.util.xml.confix | |
| Uses of ObjectFactoryIF in org.sapia.util.xml.confix |
|---|
| Classes in org.sapia.util.xml.confix that implement ObjectFactoryIF | |
class |
CompositeObjectFactory
This instance implements an ObjectFactoryIF that internally
maps child object factories to XML namepspace prefixes OR URIs. |
class |
ReflectionFactory
This class instantiates objects based on the name of XML elements, using these names to dynamically find the class of the objects to instantiate. |
| Methods in org.sapia.util.xml.confix that return ObjectFactoryIF | |
ObjectFactoryIF |
CompositeObjectFactory.getFactoryFor(String aNamespaceURIorPrefix)
Returns the child object factory internally mapped to the given namespace or prefix. |
protected ObjectFactoryIF |
AbstractXMLProcessor.getObjectFactory()
Returns the ObjectFactoryIF method held within this
instance. |
| Methods in org.sapia.util.xml.confix with parameters of type ObjectFactoryIF | |
ConfixProcessorIF |
ConfixProcessorFactory.createProcessor(ObjectFactoryIF aFactory)
Factory method that creates a new ConfixProcessorIF instance. |
void |
CompositeObjectFactory.registerFactory(String aNamespaceURIorPrefix,
ObjectFactoryIF aFactory)
Registers the object factory passed in for the namespace URI passed in. |
| Constructors in org.sapia.util.xml.confix with parameters of type ObjectFactoryIF | |
JDOMProcessor(ObjectFactoryIF anObjectFactory)
Creates a new JDOMProcessor instance with the argument passed in. |
|
Dom4jProcessor(ObjectFactoryIF anObjectFactory)
Creates a new JDOMProcessor instance with the argument passed in. |
|
SAXProcessor(ObjectFactoryIF anObjectFactory)
Creates a new SAXProcessor instance with the attribute passed in. |
|
AbstractXMLProcessor(ObjectFactoryIF anObjectFactory)
Creates a new AbstractXMLProcessor instance with the argument passed in. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||