|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.xs.impl.XSObjectImpl net.sf.jaxme.xs.impl.XSDocumentationImpl
Constructor Summary | |
protected |
XSDocumentationImpl(XSObject pParent,
XsEDocumentation pBaseDocumentation)
Creates a new instance of XSDocumentationImpl.java. |
Method Summary | |
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. |
Methods inherited from class net.sf.jaxme.xs.impl.XSObjectImpl |
getLocator, getParentObject, getXsObject, getXSSchema, isTopLevelObject, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jaxme.xs.XSObject |
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate |
Constructor Detail |
protected XSDocumentationImpl(XSObject pParent, XsEDocumentation pBaseDocumentation)
Creates a new instance of XSDocumentationImpl.java.
Method Detail |
public XmlLang getLanguage()
XSDocumentation
Returns the documentations xml:lang attribute or null, if no such attribute is defined.
getLanguage
in interface XSDocumentation
public XsAnyURI getSource()
XSDocumentation
Returns the documentations source element or null, if no such attribute is defined.
getSource
in interface XSDocumentation
public java.lang.Object[] getChilds()
XSDocumentation
Returns the documentations content. The objects in the array are either of:
getChilds
in interface XSDocumentation
XSDocumentation.getText()
public java.lang.String getText()
XSDocumentation
Merges the String elements returned by XSDocumentation.getChilds()
into a single String.
getText
in interface XSDocumentation
XSDocumentation.getChilds()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |