public class XSAppinfoImpl extends XSObjectImpl implements XSAppinfo
| Modifier | Constructor and Description |
|---|---|
protected |
XSAppinfoImpl(XSObject pParent,
XsEAppinfo pBaseObject)
Creates a new instance of XSAppinfoImpl.
|
| Modifier and Type | Method and Description |
|---|---|
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
XSAppinfo.getChilds()
into a single String. |
getLocator, getParentObject, getXsObject, getXSSchema, isTopLevelObject, validate, validateAllInclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocator, getParentObject, getXSSchema, isTopLevelObject, validateprotected XSAppinfoImpl(XSObject pParent, XsEAppinfo pBaseObject)
Creates a new instance of XSAppinfoImpl.
public XsAnyURI getSource()
XSAppinfoReturns the appinfos source element or null, if no such attribute is defined.
public java.lang.Object[] getChilds()
XSAppinfoReturns the appinfos content. The objects in the array are either of:
getChilds in interface XSAppinfoXSAppinfo.getText()public java.lang.String getText()
XSAppinfoMerges the String elements returned by XSAppinfo.getChilds()
into a single String.
getText in interface XSAppinfoXSAppinfo.getChilds()