public interface XSDocumentation extends XSObject
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
java.lang.String |
getText()
Merges the String elements returned by
getChilds()
into a single String. |
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate
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.
java.lang.Object[] getChilds()
Returns the documentations content. The objects in the array are either of:
getText()
java.lang.String getText()
Merges the String elements returned by getChilds()
into a single String.
getChilds()