public class XSDocumentationImpl extends XSObjectImpl implements XSDocumentation
| Modifier | Constructor and Description |
|---|---|
protected |
XSDocumentationImpl(XSObject pParent,
XsEDocumentation pBaseDocumentation)
Creates a new instance of XSDocumentationImpl.java.
|
| 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
XSDocumentation.getChilds()
into a single String. |
getLocator, getParentObject, getXsObject, getXSSchema, isTopLevelObject, validate, validateAllInclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocator, getParentObject, getXSSchema, isTopLevelObject, validateprotected XSDocumentationImpl(XSObject pParent, XsEDocumentation pBaseDocumentation)
Creates a new instance of XSDocumentationImpl.java.
public XmlLang getLanguage()
XSDocumentationReturns the documentations xml:lang attribute or null, if no such attribute is defined.
getLanguage in interface XSDocumentationpublic XsAnyURI getSource()
XSDocumentationReturns the documentations source element or null, if no such attribute is defined.
getSource in interface XSDocumentationpublic java.lang.Object[] getChilds()
XSDocumentationReturns the documentations content. The objects in the array are either of:
getChilds in interface XSDocumentationXSDocumentation.getText()public java.lang.String getText()
XSDocumentationMerges the String elements returned by XSDocumentation.getChilds()
into a single String.
getText in interface XSDocumentationXSDocumentation.getChilds()