com.jclark.xsl.sax2

Class OutputMethodProperties


(package private) class OutputMethodProperties
extends Properties

Presents a java.util.Properties representation the information, declared in the xsl:output element, that modify how transformation output is serialized

Constructor Summary

OutputMethodProperties(OutputMethod method)

Method Summary

String
getProperty(String nameString)
Properties implementation: get the value of the named property

Constructor Details

OutputMethodProperties

(package private)  OutputMethodProperties(OutputMethod method)

Parameters:
method - -- from the stylesheet, the output parameters

Method Details

getProperty

public String getProperty(String nameString)
Properties implementation: get the value of the named property

Parameters:
nameString - represents a namespace/localname by separating the namespaceURI from the localName with the special character OutputMethodHandler.namespaceSeparator