Searched refs:_standalone (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DStartDocumentEvent.java38 protected boolean _standalone = true; field in class:StartDocumentEvent
45 _standalone = true;
99 return _standalone;
120 _standalone = standalone;
126 _standalone = true;
130 _standalone = true;
132 _standalone = false;
151 _standalone = true;
161 if(_standalone)
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DOutputSettings.java40 private String _standalone = null; field in class:OutputSettings
H A DTransformerImpl.java974 translet._standalone = value;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DOutput.java59 private String _standalone; field in class:Output
212 _standalone = getAttribute("standalone");
213 if (_standalone.equals(Constants.EMPTYSTRING)) {
214 _standalone = null;
217 outputProperties.setProperty(OutputKeys.STANDALONE, _standalone);
364 if (_standalone != null) {
365 field = cpg.addFieldref(TRANSLET_CLASS, "_standalone", STRING_SIG);
367 il.append(new PUSH(cpg, _standalone));
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java202 private boolean _standalone = false; field in class:OutputFormat
620 return _standalone;
633 _standalone = standalone;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAbstractTranslet.java70 public String _standalone = null; field in class:AbstractTranslet
667 if (_standalone != null) {
668 handler.setStandalone(_standalone);
697 if (_standalone != null) {
698 handler.setStandalone(_standalone);

Completed in 60 milliseconds