@Deprecated
public class DocumentationInfo
extends java.lang.Object
| Constructor and Description |
|---|
DocumentationInfo()
Deprecated.
Constructor.
|
DocumentationInfo(org.w3c.dom.Node mixedContent)
Deprecated.
Constructor with mixed content.
|
DocumentationInfo(java.lang.String textContent)
Deprecated.
Constructor with text content.
|
| Modifier and Type | Method and Description |
|---|---|
Language |
getLanguage()
Deprecated.
Returns the language of that documentation element.
|
org.w3c.dom.Node |
getMixedContent()
Deprecated.
Returns the mixed content of that element.
|
java.lang.String |
getTextContent()
Deprecated.
Returns the language of that documentation element.
|
java.lang.String |
getTitle()
Deprecated.
Returns the title of that documentation element.
|
void |
setLanguage(Language language)
Deprecated.
The language of that documentation element.
|
void |
setMixedContent(org.w3c.dom.Node mixedContent)
Deprecated.
Sets the mixed content of that element.
|
void |
setTextContent(java.lang.String textContent)
Deprecated.
Sets the content of that element as text.
|
void |
setTitle(java.lang.String title)
Deprecated.
Sets the title of that documentation element.
|
void |
writeElement(XmlWriter writer)
Deprecated.
Writes the current object as an XML element using the given SAX writer.
|
public DocumentationInfo()
public DocumentationInfo(org.w3c.dom.Node mixedContent)
mixedContent - The mixed content.public DocumentationInfo(java.lang.String textContent)
textContent - The text content.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.SAXExceptionCopyright © 2005-2024 Restlet.