Home
last modified time | relevance | path

Searched refs:getDocumentTypeName (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/xp/com/jclark/xml/parse/
H A DDTD.java15 String getDocumentTypeName(); in getDocumentTypeName() method
H A DEntityParser.java195 public String getDocumentTypeName() { in getDocumentTypeName() method in EntityParser.DTDImpl
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DFullWrtParser.hxx158 std::string getDocumentTypeName(int zId) const;
H A DFullWrtGraph.cxx614 std::string type=m_mainParser->getDocumentTypeName(id); in readGraphicData()
H A DFullWrtParser.cxx366 std::string FullWrtParser::getDocumentTypeName(int id) const in getDocumentTypeName() function in FullWrtParser
/dports/textproc/xp/com/jclark/xml/apps/
H A DDoctype.java53 w.print("<!DOCTYPE " + dtd.getDocumentTypeName() + " "); in startDocumentTypeDeclaration()