Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.model
Interface XSLTransformer

All Superinterfaces:
ModelObject, Transformer, XMLObject

public interface XSLTransformer
extends Transformer

A XSL transformer is a stylesheet which is expected to handle the transformation from the internal DTD to the device specific ML.


Field Summary
static int TYPEID
          The type id of this class.
static java.lang.String TYPENAME
          The constant class type identifier

 

Method Summary
 java.lang.String getTextStylesheet()
          Gets the stylesheet property value.
 org.w3c.dom.Element getXMLStylesheet()
          Gets the stylesheet property value.
 void setTextStylesheet(java.lang.String stylesheet)
          Sets the stylesheet property value.
 void setXMLStylesheet(org.w3c.dom.Element stylesheet)
          Sets the stylesheet property value.

 

Methods inherited from interface oracle.panama.model.Transformer
addDefaultForDevice, getDefaultForDevices, getDevice, getMarkupLanguage, getMarkupLanguageVersion, getMimeType, getMobileXmlVersion, getPostTransformer, getPostTransformerClassName, getPreTransformer, getPreTransformerClassName, removeDefaultDevice, setDevice, setMarkupLanguage, setMarkupLanguageVersion, setMimeType, setMobileXmlVersion, setPostTransformerClassName, setPreTransformerClassName, transform

 

Methods inherited from interface oracle.panama.model.ModelObject
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId, getTypeName, isSystem, setName, setSystem, undoAll

 

Methods inherited from interface oracle.panama.model.XMLObject
setXML, toXML

 

Field Detail

TYPEID

public static final int TYPEID
The type id of this class.
See Also:
Constant Field Values

TYPENAME

public static final java.lang.String TYPENAME
The constant class type identifier
See Also:
Constant Field Values

Method Detail

getTextStylesheet

public java.lang.String getTextStylesheet()
Gets the stylesheet property value.
Returns:
The stylesheet property value.
See Also:
setTextStylesheet(String)

getXMLStylesheet

public org.w3c.dom.Element getXMLStylesheet()
Gets the stylesheet property value.
Returns:
The stylesheet property value.
See Also:
setXMLStylesheet(Element)

setTextStylesheet

public void setTextStylesheet(java.lang.String stylesheet)
Sets the stylesheet property value.
Parameters:
stylesheet - The new value for the property.
See Also:
getTextStylesheet()

setXMLStylesheet

public void setXMLStylesheet(org.w3c.dom.Element stylesheet)
Sets the stylesheet property value.
Parameters:
stylesheet - The new value for the property.
See Also:
getXMLStylesheet()

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.