|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLString | |
|---|---|
| com.ail.core | |
| com.ail.core.document.generatedocument | |
| com.ail.core.xmlbinding | |
| com.ail.coretest | |
| Uses of XMLString in com.ail.core |
|---|
| Methods in com.ail.core that return XMLString | |
|---|---|
XMLString |
Core.toXML(java.lang.Object obj)
Transform an object into its XML representation. |
XMLString |
CoreProxy.toXML(java.lang.Object obj)
Transform an object into its XML representation. |
| Methods in com.ail.core with parameters of type XMLString | ||
|---|---|---|
boolean |
XMLString.equals(XMLString xml)
|
|
java.lang.String |
XMLString.eval(XMLString xpath)
Apply the specified xpath expression to the current XMLString. |
|
java.lang.String |
XMLString.evalCommand(XMLString xpath)
Apply the specified xpath expression to the current XMLString. |
|
void |
XMLString.evalInline(XMLString xpath)
Apply the specified xpath expression to the current XMLString, and replace the current contents of the XMLString with the result. |
|
java.lang.String |
XMLString.evalToText(XMLString xpath)
Evaluate an xpath expression to a text value. |
|
|
Core.fromXML(java.lang.Class<T> clazz,
XMLString xml)
Transform XML into an object. |
|
|
CoreProxy.fromXML(java.lang.Class<T> clazz,
XMLString xml)
Transform XML into an object. |
|
java.lang.String |
XMLString.transform(XMLString source)
Apply the specified XSLT to the contents of this XMLString. |
|
void |
XMLString.transformInline(XMLString source)
Apply the specified XSLT to the contents of this XMLString, and replace the XMLString with the result of the transformation. |
|
| Uses of XMLString in com.ail.core.document.generatedocument |
|---|
| Methods in com.ail.core.document.generatedocument that return XMLString | |
|---|---|
XMLString |
StyleDocumentCommand.getMergedDataArg()
|
XMLString |
StyleDocumentArgImp.getMergedDataArg()
|
XMLString |
StyleDocumentArg.getMergedDataArg()
Getter for the mergedDataArg property. |
XMLString |
MergeDataCommand.getMergedDataRet()
Getter for the mergedData property. |
XMLString |
MergeDataArgImp.getMergedDataRet()
|
XMLString |
MergeDataArg.getMergedDataRet()
Getter for the mergedData property. |
XMLString |
RenderDocumentCommand.getSourceDataArg()
Get the XML data which the renderer will use as a source. |
XMLString |
RenderDocumentArgImp.getSourceDataArg()
Get the XML data which the renderer will use as a source. |
XMLString |
RenderDocumentArg.getSourceDataArg()
Get the XML data which the renderer will use as a source. |
XMLString |
StyleDocumentCommand.getStyledDocumentRet()
|
XMLString |
StyleDocumentArgImp.getStyledDocumentRet()
|
XMLString |
StyleDocumentArg.getStyledDocumentRet()
Getter for the styledDocumentRet property. |
| Methods in com.ail.core.document.generatedocument with parameters of type XMLString | |
|---|---|
void |
StyleDocumentCommand.setMergedDataArg(XMLString mergedDataArg)
|
void |
StyleDocumentArgImp.setMergedDataArg(XMLString mergedData)
|
void |
StyleDocumentArg.setMergedDataArg(XMLString mergedDataArg)
Setter for the mergedDataArg property. |
void |
MergeDataCommand.setMergedDataRet(XMLString mergedDataRet)
Setter for the mergedData property. |
void |
MergeDataArgImp.setMergedDataRet(XMLString mergedDataRet)
|
void |
MergeDataArg.setMergedDataRet(XMLString mergedDataRet)
Setter for the mergedData property. |
void |
RenderDocumentCommand.setSourceDataArg(XMLString sourceDataArg)
|
void |
RenderDocumentArgImp.setSourceDataArg(XMLString sourceDataArg)
|
void |
RenderDocumentArg.setSourceDataArg(XMLString sourceDataArg)
|
void |
StyleDocumentCommand.setStyledDocumentRet(XMLString styledDocumentRet)
|
void |
StyleDocumentArgImp.setStyledDocumentRet(XMLString styledDocumentRet)
|
void |
StyleDocumentArg.setStyledDocumentRet(XMLString styledDocumentRet)
Setter for the styledDocumentRet property. |
| Uses of XMLString in com.ail.core.xmlbinding |
|---|
| Methods in com.ail.core.xmlbinding that return XMLString | |
|---|---|
XMLString |
FromXMLArgImp.getXmlIn()
Fetch the XMLString that will be unmarshalled by the entry point. |
XMLString |
FromXMLCommand.getXmlIn()
Fetch the XMLString that will be unmarshalled by the entry point. |
XMLString |
FromXMLArg.getXmlIn()
Fetch the XMLString that will be unmarshalled by the entry point. |
XMLString |
ToXMLArgImp.getXmlOut()
Fetch the XmlOut value. |
XMLString |
ToXMLCommand.getXmlOut()
Fetch the XmlOut value. |
XMLString |
ToXMLArg.getXmlOut()
Fetch the XmlOut value. |
XMLString |
XMLBinding.toXML(java.lang.Object type)
Convert a type into its XML representation. |
| Methods in com.ail.core.xmlbinding with parameters of type XMLString | ||
|---|---|---|
|
XMLBinding.fromXML(java.lang.Class<T> clazz,
XMLString xml)
Convert an XMLString into an object of the Type that it represents. |
|
void |
FromXMLArgImp.setXmlIn(XMLString xmlIn)
Set the value of the XmlIn property. |
|
void |
FromXMLCommand.setXmlIn(XMLString xmlIn)
Set the value of the XmlIn property. |
|
void |
FromXMLArg.setXmlIn(XMLString xmIn)
Set the value of the XmlIn property. |
|
void |
ToXMLArgImp.setXmlOut(XMLString xmlOut)
Set the value of the XmlOut property. |
|
void |
ToXMLCommand.setXmlOut(XMLString xmlOut)
Set the value of the XmlOut property. |
|
void |
ToXMLArg.setXmlOut(XMLString xmlOut)
Set the value of the XmlOut property. |
|
| Uses of XMLString in com.ail.coretest |
|---|
| Fields in com.ail.coretest declared as XMLString | |
|---|---|
static XMLString |
TestXMLString.loadedXML
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||