|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElementFactory | |
|---|---|
| com.cafesoft.core.xml.dom | Contains classes for manipulating the DOM. |
| Uses of ElementFactory in com.cafesoft.core.xml.dom |
|---|
| Classes in com.cafesoft.core.xml.dom that implement ElementFactory | |
|---|---|
class |
AbstractElementFactory
AbstractElementFactory implements an abstract factory class for
constructing an Object associated with an XML DOM Element. |
| Methods in com.cafesoft.core.xml.dom that return ElementFactory | |
|---|---|
ElementFactory |
ElementFactoryRegistry.get(String nameSpace,
String tagName)
Get an ElementFactory. |
ElementFactory |
StandardElementFactoryRegistry.get(String nameSpace,
String tagName)
Get an ElementFactory. |
ElementFactory[] |
ElementFactoryRegistry.getAll()
Get all ElementFactories. |
ElementFactory[] |
StandardElementFactoryRegistry.getAll()
Get all ElementFactories. |
ElementFactory |
ElementFactoryException.getElementFactory()
Get the ElementFactory. |
| Methods in com.cafesoft.core.xml.dom with parameters of type ElementFactory | |
|---|---|
void |
ElementFactoryRegistry.add(ElementFactory ef)
Add an ElementFactory. |
void |
StandardElementFactoryRegistry.add(ElementFactory ef)
Add an ElementFactory. |
| Constructors in com.cafesoft.core.xml.dom with parameters of type ElementFactory | |
|---|---|
ElementFactoryException(ElementFactory ef)
Construct a new ElementFactoryException with no other information. |
|
ElementFactoryException(String message,
ElementFactory ef)
Construct a new ElementFactoryException for the specified message. |
|
ElementFactoryException(String message,
Throwable cause,
ElementFactory ef)
Construct a new ElementFactoryException for the specified message and throwable. |
|
ElementFactoryException(Throwable cause,
ElementFactory ef)
Construct a new ElementFactoryException for the specified throwable. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||