Home
last modified time | relevance | path

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

/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Doutput.cpp1289 DTPublic = outDef -> getValueStr(XSLA_DOCTYPE_PUBLIC); in reportDTDIfMust() local
1298 writeDTD = !DTSystem.isEmpty() || !DTPublic.isEmpty(); in reportDTDIfMust()
1953 DTPublic = outDef -> getValueStr(XSLA_DOCTYPE_PUBLIC); in reportStartTag() local
1954 E( physical -> outputDTD( S, physName, DTPublic, DTSystem) ); in reportStartTag()