oracle.syndication.ice.payload
Class Ice_text
java.lang.Object
|
+--oracle.xml.classgen.CGNode
|
+--oracle.syndication.ice.payload.Ice_text
- public class Ice_text
- extends oracle.xml.classgen.CGNode
- implements Printable
The Node Class representing the ice-text element within an ice-notify
element in an ICE payload
- Since:
- release specific (what release of product did this appear in)
Type | Method |
void |
addData(java.lang.String theData)
Add a text node to ice-text |
Ice_payload |
getDocument()
Get Document Class Ice_payload |
oracle.xml.parser.v2.DTD |
getDTDNode()
Returns the Ice_payload DTD. |
java.lang.String |
getTextValue()
Get the content of the current text node |
java.lang.String |
getXMLLang()
The language attribute |
void |
print(java.lang.String szSpace,
java.io.Writer wrt)
Prints the ice-text node with a specific prefix into
the specified writer. |
Methods inherited from class oracle.xml.classgen.CGNode |
setDocument |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
addData
public void addData(java.lang.String theData)
throws oracle.xml.classgen.InvalidContentException
- Add a text node to
ice-text
- Parameters:
theData
- value of the text node- Throws:
- oracle.xml.classgen.InvalidContentException - if the value of the text node is invalid
getTextValue
public java.lang.String getTextValue()
- Get the content of the current text node
getXMLLang
public java.lang.String getXMLLang()
- The language attribute
getDTDNode
public oracle.xml.parser.v2.DTD getDTDNode()
- Returns the Ice_payload DTD.
- Returns:
- the DTD
- See Also:
DTD
getDocument
public Ice_payload getDocument()
- Get Document Class
Ice_payload
- Returns:
Ice_payload
class
print
public void print(java.lang.String szSpace,
java.io.Writer wrt)
throws java.io.IOException
- Prints the ice-text node with a specific prefix into
the specified writer.
- Specified by:
- print in interface Printable