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, validateAllIn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate
protected XSAppinfoImpl(XSObject pParent, XsEAppinfo pBaseObject)
Creates a new instance of XSAppinfoImpl.
public XsAnyURI getSource()
XSAppinfo
Returns the appinfos source element or null, if no such attribute is defined.
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()