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
TypeField
static int TYPEID
          The type id of this class.
static java.lang.String TYPENAME
          The constant class type identifier
 
Method Summary
TypeMethod
 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, getMimeType, getMobileXmlVersion, getService, removeDefaultDevice, setDevice, setMimeType, setMobileXmlVersion, setService, 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

TYPENAME

public static final java.lang.String TYPENAME
The constant class type identifier

TYPEID

public static final int TYPEID
The type id of this class.
Method Detail

getXMLStylesheet

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

setXMLStylesheet

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

getTextStylesheet

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

setTextStylesheet

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