it.eng.spago.base
Class NullValue

java.lang.Object
  extended by it.eng.spago.base.NullValue
All Implemented Interfaces:
XMLObject

public class NullValue
extends java.lang.Object
implements XMLObject


Constructor Summary
NullValue()
           
 
Method Summary
 org.w3c.dom.Document toDocument()
          Ritorna un oggetto di tipo Document .
 org.w3c.dom.Document toDocument(XMLSerializer serializer)
          Ritorna un oggetto di tipo Document .
 org.w3c.dom.Element toElement(org.w3c.dom.Document document)
          Ritorna un oggetto di tipo Element che verrą utilizzato nella rappresentazione in XML dell'oggetto.
 org.w3c.dom.Element toElement(org.w3c.dom.Document document, XMLSerializer serializer)
          Ritorna un oggetto di tipo Element che verrą utilizzato nella rappresentazione in XML dell'oggetto.
 java.lang.String toXML()
          Ritorna la rappresentazione XML dell'oggetto .
 java.lang.String toXML(boolean inlineEntity)
          Ritorna la rappresentazione XML dell'oggetto in formato stringa.
 java.lang.String toXML(int level)
          Ritorna la rappresentazione XML dell'oggetto in formato stringa.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullValue

public NullValue()
Method Detail

toDocument

public org.w3c.dom.Document toDocument()
Description copied from interface: XMLObject
Ritorna un oggetto di tipo Document .

Specified by:
toDocument in interface XMLObject
Returns:
Document un oggetto di tipo Document.

toDocument

public org.w3c.dom.Document toDocument(XMLSerializer serializer)
Description copied from interface: XMLObject
Ritorna un oggetto di tipo Document .

Specified by:
toDocument in interface XMLObject
Returns:
Document un oggetto di tipo Document.

toElement

public org.w3c.dom.Element toElement(org.w3c.dom.Document document)
Description copied from interface: XMLObject
Ritorna un oggetto di tipo Element che verrą utilizzato nella rappresentazione in XML dell'oggetto.

Specified by:
toElement in interface XMLObject
Returns:
Document un oggetto di tipo Document.

toElement

public org.w3c.dom.Element toElement(org.w3c.dom.Document document,
                                     XMLSerializer serializer)
Description copied from interface: XMLObject
Ritorna un oggetto di tipo Element che verrą utilizzato nella rappresentazione in XML dell'oggetto.

Specified by:
toElement in interface XMLObject
Returns:
Document un oggetto di tipo Document.

toXML

public java.lang.String toXML()
Description copied from interface: XMLObject
Ritorna la rappresentazione XML dell'oggetto . La stringa XML generata contiene la sezione del doc type Entity.

Specified by:
toXML in interface XMLObject

toXML

public java.lang.String toXML(boolean inlineEntity)
Description copied from interface: XMLObject
Ritorna la rappresentazione XML dell'oggetto in formato stringa.

Specified by:
toXML in interface XMLObject
Parameters:
inlineEntity - boolean indica se la stringa XML generata deve contenere la sezione del doc type Entity.
Returns:
String la rappresentazione XML dell'oggetto.

toXML

public java.lang.String toXML(int level)
Description copied from interface: XMLObject
Ritorna la rappresentazione XML dell'oggetto in formato stringa.

Specified by:
toXML in interface XMLObject
Returns:
String la rappresentazione XML dell'oggetto.