|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
com.jclark.xsl.sax2.OutputMethodProperties
class OutputMethodProperties
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(OutputMethod method)
method
- -- from the stylesheet, the output parametersMethod Detail |
---|
public java.lang.String getProperty(java.lang.String nameString)
getProperty
in class java.util.Properties
nameString
- represents a namespace/localname by
separating the namespaceURI from the localName with
the special character OutputMethodHandler.namespaceSeparator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |