org.apache.ws.jaxme.xs
Interface XSDocumentation
- XSObject
- XSDocumentationImpl
public interface XSDocumentation
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
getChilds()
into a single String.
|
getChilds
public Object[] getChilds()
Returns the documentations content. The objects in the
array are either of:
- A String, indicating character data, or
- A DOM document containing a single child element.
getLanguage
public XmlLang getLanguage()
Returns the documentations xml:lang attribute or null,
if no such attribute is defined.
getSource
public XsAnyURI getSource()
Returns the documentations 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.