Home | History | Annotate | Download | only in transform

Lines Matching defs:METHOD

40      * method = "xml" | "html" | "text" | <var>expanded name</var>.
42 * <p>The value of the method property identifies the overall method that
45 * of such values is implementation defined. If any of the method values
54 public static final String METHOD = "method";
60 * method.</p>
61 * <p>When the output method is "xml", the version value specifies the
63 * value for the xml output method is 1.0. When the output method is
65 * The default value for the xml output method is 4.0, which specifies
67 * Recommendation [HTML]. If the output method is "text", the version
126 * <p>If the doctype-system property is specified, the xml output method
130 * output method should output PUBLIC followed by the public identifier
136 * then the html output method should output a document type declaration
139 * then the output method should output PUBLIC followed by the specified
143 * the doctype-public property is not specified, then the output method
188 * method. </p>