|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.ext.wadl.DocumentationInfo
public class DocumentationInfo
Document WADL description elements.
Constructor Summary | |
---|---|
DocumentationInfo()
Constructor. |
|
DocumentationInfo(org.w3c.dom.Node mixedContent)
Constructor with mixed content. |
|
DocumentationInfo(java.lang.String textContent)
Constructor with text content. |
Method Summary | |
---|---|
Language |
getLanguage()
Returns the language of that documentation element. |
org.w3c.dom.Node |
getMixedContent()
Returns the mixed content of that element. |
java.lang.String |
getTextContent()
Returns the language of that documentation element. |
java.lang.String |
getTitle()
Returns the title of that documentation element. |
void |
setLanguage(Language language)
The language of that documentation element. |
void |
setMixedContent(org.w3c.dom.Node mixedContent)
Sets the mixed content of that element. |
void |
setTextContent(java.lang.String textContent)
Sets the content of that element as text. |
void |
setTitle(java.lang.String title)
Sets the title of that documentation element. |
void |
writeElement(XmlWriter writer)
Writes the current object as an XML element using the given SAX writer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentationInfo()
public DocumentationInfo(java.lang.String textContent)
textContent
- The text content.public DocumentationInfo(org.w3c.dom.Node mixedContent)
mixedContent
- The mixed content.Method Detail |
---|
public Language getLanguage()
public org.w3c.dom.Node getMixedContent()
public java.lang.String getTextContent()
public java.lang.String getTitle()
public void setLanguage(Language language)
language
- The language of that documentation element.public void setMixedContent(org.w3c.dom.Node mixedContent)
mixedContent
- The mixed content of that element.public void setTextContent(java.lang.String textContent)
textContent
- The content of that element as text.public void setTitle(java.lang.String title)
title
- The title of that documentation element.public void writeElement(XmlWriter writer) throws org.xml.sax.SAXException
writer
- The SAX writer.
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |