Home | History | Annotate | Download | only in serializer

Lines Matching refs:doctype

39  * doctype-public
40 * doctype-system
60 *@return the public identifier to be used in the DOCTYPE declaration in the
67 * @return the system identifier to be used in the DOCTYPE declaration in
127 /** Set the value coming from the xsl:output doctype-public and doctype-system stylesheet properties
128 * @param system the system identifier to be used in the DOCTYPE declaration
130 * @param pub the public identifier to be used in the DOCTYPE declaration in
135 /** Set the value coming from the xsl:output doctype-public stylesheet attribute.
136 * @param doctype the public identifier to be used in the DOCTYPE
139 public void setDoctypePublic(String doctype);
140 /** Set the value coming from the xsl:output doctype-system stylesheet attribute.
141 * @param doctype the system identifier to be used in the DOCTYPE
144 public void setDoctypeSystem(String doctype);