java.lang.Object
io.sf.carte.doc.xml.dtd.DocumentTypeDeclaration
Document Type Declaration.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDocumentTypeDeclaration
(String publicId) DocumentTypeDeclaration
(String name, String publicId, String systemId) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
static DocumentTypeDeclaration
Parses an XML document type declaration.void
void
setPublicId
(String publicId) void
setSystemId
(String systemId) toString()
-
Field Details
-
XHTML1_TRA_DTDECL
XHTML 1.1 transitional DTD.- See Also:
-
XHTML1_TRA_PUBLICID
XHTML 1.1 transitional public ID.- See Also:
-
-
Constructor Details
-
DocumentTypeDeclaration
-
DocumentTypeDeclaration
-
-
Method Details
-
getPublicId
-
setPublicId
-
getSystemId
-
setSystemId
-
getName
-
setName
-
parse
Parses an XML document type declaration.- Parameters:
documentTypeDeclaration
- the document type declaration.- Returns:
- the corresponding DocumentTypeDeclaration object.
- Throws:
SAXException
- if the document type declaration could not be parsed.
-
toString
-