Searched refs:_doctypePublic (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DOutput.java60 private String _doctypePublic; field in class:Output
230 _doctypePublic = getAttribute("doctype-public");
231 if (_doctypePublic.equals(Constants.EMPTYSTRING)) {
232 _doctypePublic = null;
235 outputProperties.setProperty(OutputKeys.DOCTYPE_PUBLIC, _doctypePublic);
376 field = cpg.addFieldref(TRANSLET_CLASS,"_doctypePublic",STRING_SIG);
378 il.append(new PUSH(cpg, _doctypePublic));
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java172 private String _doctypePublic; field in class:OutputFormat
526 _doctypePublic = publicId;
537 return _doctypePublic;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAbstractTranslet.java73 public String _doctypePublic = null; field in class:AbstractTranslet
680 handler.setDoctype(_doctypeSystem, _doctypePublic);
686 handler.setDoctype(_doctypeSystem, _doctypePublic);
704 handler.setDoctype(_doctypeSystem, _doctypePublic);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerImpl.java965 translet._doctypePublic = value;

Completed in 38 milliseconds