|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
ElementFactory defines an interface for constructing an Object
associated with an XML DOM Element.
| Method Summary | |
Object |
create(Element element)
Create the Object associated with an XML Element. |
String |
getLocalName()
Return the Element local name associated with this ElementFactory. |
String |
getNameSpace()
Return the name space associated with this ElementFactory. |
void |
setLocalName(String localName)
Set the Element local name associated with this ElementFactory. |
void |
setNameSpace(String nameSpace)
Set the XML name space associated with this ElementFactory. |
| Method Detail |
public void setNameSpace(String nameSpace)
nameSpace - the name space.public String getNameSpace()
public void setLocalName(String localName)
localName - the local name.public String getLocalName()
public Object create(Element element)
throws ElementFactoryException
element - the XML DOM Element.
ElementFactoryException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||