com.jclark.xsl.sax2
Class OutputMethodProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by com.jclark.xsl.sax2.OutputMethodProperties
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

 class OutputMethodProperties
extends java.util.Properties

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


Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
OutputMethodProperties(OutputMethod method)
           
 
Method Summary
 java.lang.String getProperty(java.lang.String nameString)
          Properties implementation: get the value of the named property
 
Methods inherited from class java.util.Properties
getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutputMethodProperties

OutputMethodProperties(OutputMethod method)
Parameters:
method - -- from the stylesheet, the output parameters
Method Detail

getProperty

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

Overrides:
getProperty in class java.util.Properties
Parameters:
nameString - represents a namespace/localname by separating the namespaceURI from the localName with the special character OutputMethodHandler.namespaceSeparator