oracle.syndication.ice.payload
Class Ice_nop

java.lang.Object
  |
  +--oracle.xml.classgen.CGNode
        |
        +--oracle.syndication.ice.payload.Ice_nop

public class Ice_nop
extends oracle.xml.classgen.CGNode
implements Printable

The Node Class representing the ice-nop element within an ice-request element in an ICE payload

Since:
9.0.0.0.0 Beta

Method Summary
TypeMethod
 Ice_payload getDocument()
          Get Document Class Ice_payload
 oracle.xml.parser.v2.DTD getDTDNode()
          Returns the Ice_payload DTD.
 void print(java.lang.String szSpace, java.io.Writer wrt)
          Printable interface allows this node to be printed.
 
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
 

Method Detail

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
Printable interface allows this node to be printed.
Specified by:
print in interface Printable