|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.xs.impl.XSObjectImpl net.sf.jaxme.xs.impl.XSAppinfoImpl
Constructor Summary | |
protected |
XSAppinfoImpl(XSObject pParent,
XsEAppinfo pBaseObject)
Creates a new instance of XSAppinfoImpl. |
Method Summary | |
java.lang.Object[] |
getChilds()
Returns the appinfos content. |
XsAnyURI |
getSource()
Returns the appinfos source element or null, if no such attribute is defined. |
java.lang.String |
getText()
Merges the String elements returned by getChilds()
into a single String. |
Methods inherited from class net.sf.jaxme.xs.impl.XSObjectImpl |
getLocator, getParentObject, getXsObject, getXSSchema, isTopLevelObject, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jaxme.xs.XSObject |
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate |
Constructor Detail |
protected XSAppinfoImpl(XSObject pParent, XsEAppinfo pBaseObject)
Creates a new instance of XSAppinfoImpl.
Method Detail |
public XsAnyURI getSource()
XSAppinfo
Returns the appinfos source element or null, if no such attribute is defined.
getSource
in interface XSAppinfo
public java.lang.Object[] getChilds()
XSAppinfo
Returns the appinfos content. The objects in the array are either of:
getChilds
in interface XSAppinfo
XSAppinfo.getText()
public java.lang.String getText()
XSAppinfo
Merges the String elements returned by XSAppinfo.getChilds()
into a single String.
getText
in interface XSAppinfo
XSAppinfo.getChilds()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |