org.apache.ws.jaxme.xs

Interface XSAppinfo

All Superinterfaces:
XSObject
Known Implementing Classes:
XSAppinfoImpl

public interface XSAppinfo
extends XSObject

Interface of an appinfo element.
Author:
Jochen Wiedmann

Method Summary

Object[]
getChilds()
Returns the appinfos content.
XsAnyURI
getSource()
Returns the appinfos source element or null, if no such attribute is defined.
String
getText()
Merges the String elements returned by getChilds() into a single String.

Methods inherited from interface org.apache.ws.jaxme.xs.XSObject

getLocator, getParentObject, getXSSchema, isTopLevelObject, validate

Method Details

getChilds

public Object[] getChilds()
Returns the appinfos content. The objects in the array are either of:
  • A String, indicating character data, or
  • A DOM document containing a single child element.

getSource

public XsAnyURI getSource()
Returns the appinfos source element or null, if no such attribute is defined.

getText

public String getText()
See Also:
getChilds()