Home | History | Annotate | Download | only in serializer

Lines Matching refs:STANDALONE

168      * The standalone value for the doctype.
173 * True if standalone was specified.
650 * Sets the value coming from the xsl:output standalone stylesheet attribute.
651 * @param standalone a value of "yes" indicates that the
652 * <code>standalone</code> delaration is to be included in the output
656 public void setStandalone(String standalone)
658 setOutputProperty(OutputKeys.STANDALONE, standalone);
661 * Sets the XSL standalone attribute, but does not remember if this is a
663 * @param standalone "yes" | "no"
665 protected void setStandaloneInternal(String standalone)
667 if ("yes".equals(standalone))
675 * Gets the XSL standalone attribute
676 * @return a value of "yes" if the <code>standalone</code> delaration is to