|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.base.NullValue
public class NullValue
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 |
---|
public NullValue()
Method Detail |
---|
public org.w3c.dom.Document toDocument()
XMLObject
toDocument
in interface XMLObject
Document un oggetto di tipo Document.
public org.w3c.dom.Document toDocument(XMLSerializer serializer)
XMLObject
toDocument
in interface XMLObject
Document un oggetto di tipo Document.
public org.w3c.dom.Element toElement(org.w3c.dom.Document document)
XMLObject
toElement
in interface XMLObject
Document un oggetto di tipo Document.
public org.w3c.dom.Element toElement(org.w3c.dom.Document document, XMLSerializer serializer)
XMLObject
toElement
in interface XMLObject
Document un oggetto di tipo Document.
public java.lang.String toXML()
XMLObject
toXML
in interface XMLObject
public java.lang.String toXML(boolean inlineEntity)
XMLObject
toXML
in interface XMLObject
inlineEntity
- boolean indica se la stringa XML generata deve contenere la sezione del doc type Entity.
String la rappresentazione XML dell'oggetto.
public java.lang.String toXML(int level)
XMLObject
toXML
in interface XMLObject
String la rappresentazione XML dell'oggetto.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |