com.collabnet.core.ws.dispatcher
Interface DocumentType

All Known Implementing Classes:
SimpleDocumentType

public interface DocumentType

Represents type information about a document.

Author:
sszego

Method Summary
 java.lang.String getRootNamespace()
          Returns the namespace of the root node.
 java.lang.String getRootNodeName()
          Returns the nodename of the root node.
 

Method Detail

getRootNamespace

java.lang.String getRootNamespace()
Returns the namespace of the root node. E.g., "http://dalm.extranet.collab.net"

Returns:
the namespace of the root node.

getRootNodeName

java.lang.String getRootNodeName()
Returns the nodename of the root node. E.g., "

Returns:
the name of the root node