|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.joda.property.xml.XMLConvertorManager
XMLConvertorManager controls output of XML. The options to control the output are set on XMLMetaData.
Constructor Summary | |
protected |
XMLConvertorManager()
Protected constructor |
Method Summary | |
void |
buildXMLData(XMLConvertorContext context,
XMLData parent,
java.lang.Object object)
Build the XMLData for the object passed in. |
XMLData |
expandXMLData(XMLConvertorContext context,
XMLData data)
Build the XMLData for the object passed in. |
void |
filterInputXMLDataOnEndTag(XMLConvertorContext context,
ModelElement modelElement,
XMLData data)
Filter the XMLData on input using end tags |
void |
filterInputXMLDataOnStartTag(XMLConvertorContext context,
XMLData data)
Filter the XMLData on input. |
static XMLConvertorManager |
getInstance()
Get the singleton instance of the convertor manager |
XMLData |
getXMLData(XMLConvertorContext context,
java.lang.Object object,
java.lang.String rootName)
Build the XMLData for the object passed in. |
XMLData |
getXMLData(XMLConvertorContext context,
java.lang.Object object,
XMLName rootName)
Build the XMLData for the object passed in. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected XMLConvertorManager()
Method Detail |
public static XMLConvertorManager getInstance()
public XMLData getXMLData(XMLConvertorContext context, java.lang.Object object, java.lang.String rootName)
context
- the XML contextobject
- the propertypublic XMLData getXMLData(XMLConvertorContext context, java.lang.Object object, XMLName rootName)
context
- the XML contextobject
- the propertypublic void buildXMLData(XMLConvertorContext context, XMLData parent, java.lang.Object object)
context
- the XML contextparent
- the parent XMLData to add toobject
- the object to get XMLData forpublic XMLData expandXMLData(XMLConvertorContext context, XMLData data)
context
- the XML contextdata
- the bean's XMLData to add topublic void filterInputXMLDataOnStartTag(XMLConvertorContext context, XMLData data)
context
- the XML contextdata
- the XMLData to filterpublic void filterInputXMLDataOnEndTag(XMLConvertorContext context, ModelElement modelElement, XMLData data)
context
- the xml contextmodelElement
- the model element to updatedata
- the xml data to filter
|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |