org.apache.axis2.om
Interface OMDocType

All Superinterfaces:
OMNode
All Known Implementing Classes:
OMDocTypeImpl

public interface OMDocType
extends OMNode

Interface OMDocType


Field Summary
 
Fields inherited from interface org.apache.axis2.om.OMNode
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE
 
Method Summary
 java.lang.String getValue()
          Returns the value of this DocType
 void setValue(java.lang.String text)
          Sets the content of this DocType to the specified string.
 
Methods inherited from interface org.apache.axis2.om.OMNode
build, detach, discard, getNextSibling, getParent, getPreviousSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serializeWithCache
 

Method Detail

getValue

public java.lang.String getValue()
Returns the value of this DocType

Returns:
string

setValue

public void setValue(java.lang.String text)
Sets the content of this DocType to the specified string.

Parameters:
text -