|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.designer.domino.scripting.api.published.DesignerPublishedObject com.ibm.designer.domino.xsp.api.published.XmlPublishedObject
public class XmlPublishedObject
The default concrete implementation for XML (Schema) based data sources.
Field Summary | |
---|---|
static java.lang.String |
DESIGNID_SCHEMA
|
Fields inherited from class com.ibm.designer.domino.scripting.api.published.DesignerPublishedObject |
---|
PROPERTY_DEFAULTBINDING, PROPERTY_JAVASCRIPT_TYPE, PROPERTY_METHODS, PROPERTY_NODE, PROPERTY_PROJECT, PROPERTY_TAGLOCALNAME, PROPERTY_TAGNAMESPACEURI, PROPERTY_XMLDEFINITION |
Constructor Summary | |
---|---|
XmlPublishedObject(java.lang.String name)
Constructs a new instance of this class. |
Method Summary | |
---|---|
XmlDefinition |
getXmlDefinition()
returns an XmlDefinition object that is the xml representation of this data source. |
Methods inherited from class com.ibm.designer.domino.scripting.api.published.DesignerPublishedObject |
---|
getName, getNode, getProperty, isAdvanced, setName, setNode, setProject, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DESIGNID_SCHEMA
Constructor Detail |
---|
public XmlPublishedObject(java.lang.String name)
name
- the var that is used to reference this data sourceMethod Detail |
---|
public XmlDefinition getXmlDefinition()
DesignerPublishedObject
com.ibm.designer.domino.scripting.api.com.ibm.designer.domino.scripting.api.IScriptData.PublishedObject#getProperty(IScriptData.XML_DOCUMENT)
getXmlDefinition
in class DesignerPublishedObject
XmlDefinition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |