org.apache.ws.jaxme.xs
Interface XSAppinfo
- XSObject
- XSAppinfoImpl
public interface XSAppinfo
Interface of an appinfo element.
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.
|
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()
Merges the String elements returned by
getChilds()
into a single String.