GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse
Interface Dtd

All Known Subinterfaces:
CurrentDtd
All Known Implementing Classes:
CoroutineDtd

public interface Dtd

DTD instance.


Method Summary
 String getDocTypeName()
           Get the document type name.
 String getPublicId()
           Get the public identifier for the external DTD subset.
 String getSystemId()
           Get the system identifier for the external DTD subset.
 

Method Detail

getDocTypeName

String getDocTypeName()

Get the document type name.

Returns:
the document type name.

getPublicId

String getPublicId()

Get the public identifier for the external DTD subset.

Returns:
the declared public identifier for the external DTD subset, or null if none was declared.

getSystemId

String getSystemId()

Get the system identifier for the external DTD subset.

Returns:
the declared system identifier for the external DTD subset, or null if none was declared.

GXPARSE download

GXPARSE Generic XML Stream Parser API and supporting tools.   Release $Name: gxparse-sf-alpha-2_0 $
Copyright 2003-2004 Ian E. Gorman
Released under GNU Lesser General Public License