org.apache.ws.jaxme.xs
public interface XSDocumentation extends XSObject
Method Summary | |
---|---|
Object[] | getChilds() Returns the documentations content. |
XmlLang | getLanguage() Returns the documentations xml:lang attribute or null, if no such attribute is defined. |
XsAnyURI | getSource() Returns the documentations source element or null, if no such attribute is defined. |
String | getText() Merges the String elements returned by {@link #getChilds()} into a single String. |
Returns the documentations content. The objects in the array are either of:
See Also: getText
Returns the documentations xml:lang attribute or null, if no such attribute is defined.
Returns the documentations source element or null, if no such attribute is defined.
Merges the String elements returned by {@link #getChilds()} into a single String.
See Also: getChilds