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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DOutput.java61 private String _doctypeSystem; field in class:Output
221 _doctypeSystem = getAttribute("doctype-system");
222 if (_doctypeSystem.equals(Constants.EMPTYSTRING)) {
223 _doctypeSystem = null;
226 outputProperties.setProperty(OutputKeys.DOCTYPE_SYSTEM, _doctypeSystem);
372 field = cpg.addFieldref(TRANSLET_CLASS,"_doctypeSystem",STRING_SIG);
374 il.append(new PUSH(cpg, _doctypeSystem));
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java166 private String _doctypeSystem; field in class:OutputFormat
527 _doctypeSystem = systemId;
547 return _doctypeSystem;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAbstractTranslet.java74 public String _doctypeSystem = null; field in class:AbstractTranslet
679 if (_doctypeSystem != null) {
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.java968 translet._doctypeSystem = value;

Completed in 55 milliseconds