org.apache.axiom.om
Interface OMDocType

All Superinterfaces:
OMInformationItem, OMNode, OMSerializable

public interface OMDocType
extends OMNode

Interface OMDocType


Field Summary
 
Fields inherited from interface org.apache.axiom.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.axiom.om.OMNode
buildWithAttachments, detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
 
Methods inherited from interface org.apache.axiom.om.OMSerializable
build, close, isComplete, serialize, serialize, serializeAndConsume
 
Methods inherited from interface org.apache.axiom.om.OMInformationItem
getOMFactory
 

Method Detail

getValue

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

Returns:
Returns String.

setValue

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

Parameters:
text -


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.