|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.lang.SerializableObject
|
+--com.jdc.xml.Document
Document represents an XML document.
Declaration,
DocumentType,
Serialized Form| Field Summary |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
Document()
Constructs a new Document object. |
|
| Method Summary | |
String |
create()
Creates and returns an XML document. |
Declaration |
getDeclaration()
Returns the XML document declaration. |
String |
getProlog()
Returns the XML prolog. |
DocumentType |
getType()
Returns the XML document type definition. |
Document |
setDeclaration(Declaration declaration)
Set the XML document declaration. |
Document |
setType(DocumentType documentType)
Set the XML document type definition. |
String |
toString()
Returns an XML document. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Document()
Document object.
| Method Detail |
public String create()
String.public Declaration getDeclaration()
public String getProlog()
String.public DocumentType getType()
public Document setDeclaration(Declaration declaration)
public Document setType(DocumentType documentType)
public String toString()
toString in class ObjectString.
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||