com.jclark.xsl.sax2
Class OutputMethodProperties
Properties
com.jclark.xsl.sax2.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
String | getProperty(String nameString) - Properties implementation: get the value of the named property
|
OutputMethodProperties
(package private) OutputMethodProperties(OutputMethod method)
method
- -- from the stylesheet, the output parameters
getProperty
public String getProperty(String nameString)
Properties implementation: get the value of the named property
nameString
- represents a namespace/localname by
separating the namespaceURI from the localName with
the special character OutputMethodHandler.namespaceSeparator