|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class for maintaining state information for the output of the XSL result tree
Method Summary | |
---|---|
java.lang.String |
getDoctypePublicId()
Returns the Public Id that should be used for the Doctype |
java.lang.String |
getDoctypeSystemId()
Returns the System Id that should be used in the Doctype |
java.lang.String |
getEncoding()
Returns the specified encoding, or null if no encoding was specified. |
boolean |
getIndent()
Returns whether or not indenting the result is allowed |
java.lang.String |
getMethod()
Returns the output method Predefined output methods are: xml, html, and text |
boolean |
getOmitXMLDeclaration()
Returns whether or not the XML declaration should be supressed when serializing the result |
java.lang.String |
getVersion()
Returns the XML version that should be output during serialization of the result tree |
void |
setDoctypePublicId(java.lang.String publicId)
Sets the Public Id that should be used for the Doctype |
void |
setDoctypeSystemId(java.lang.String systemId)
Sets the System Id that should be used in the Doctype |
void |
setEncoding(java.lang.String encoding)
Sets the character encoding. |
void |
setIndent(boolean allowIndentation)
Returns whether or not indenting the result is allowed |
void |
setMethod(java.lang.String method)
Sets the output method |
void |
setOmitXMLDeclaration(boolean omitDeclaration)
Sets whether or not the XML declaration should be supressed when serializing the result |
void |
setVersion(java.lang.String version)
Sets the version of the XML output (eg "1.0") |
Method Detail |
public java.lang.String getDoctypePublicId()
public java.lang.String getDoctypeSystemId()
public java.lang.String getEncoding()
public boolean getIndent()
public java.lang.String getMethod()
public boolean getOmitXMLDeclaration()
public java.lang.String getVersion()
public void setEncoding(java.lang.String encoding)
encoding
- the character encodinggetEncoding()
public void setIndent(boolean allowIndentation)
public void setMethod(java.lang.String method)
public void setOmitXMLDeclaration(boolean omitDeclaration)
public void setVersion(java.lang.String version)
public void setDoctypePublicId(java.lang.String publicId)
publicId
- the Public Id that should be used for the Doctypepublic void setDoctypeSystemId(java.lang.String systemId)
systemId
- the System Id for the Doctype
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |