FileDocCategorySizeDatePackage
RootXMLNode.javaAPI DocGlassfish v2 API2839Fri May 04 22:31:38 BST 2007com.sun.enterprise.deployment.node

RootXMLNode

public interface RootXMLNode implements XMLNode
This interface defines all the protocol associated with a root node of an XML file.
author
Jerome Dochez
version

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetDocType()

return
the DOCTYPE that should be written to the XML file

public java.lang.StringgetSpecVersion()

return
the default spec version level this node complies to

public java.lang.StringgetSystemID()

return
the SystemID of the XML file

public java.util.ListgetSystemIDs()

return
the list of SystemID of the XML schema supported

public voidsetDocType(java.lang.String docType)
set the DOCTYPE as read in the input XML File

param
DOCTYPE