com.jclark.xsl.sax2

Class OutputMethodProperties

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
StringgetProperty(String nameString)
Properties implementation: get the value of the named property

Constructor Detail

OutputMethodProperties

OutputMethodProperties(OutputMethod method)

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

Method Detail

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