Home | History | Annotate | Download | only in transform

Lines Matching refs:Properties

22 import java.util.Properties;
44 * Get the properties corresponding to the effective xsl:output element.
50 * <p>The properties returned should contain properties set by the stylesheet,
51 * and these properties are "defaulted" by default properties specified by
53 * XSL Transformations (XSLT) W3C Recommendation</a>. The properties that
55 * Properties list, while the XSLT default properties that were not
56 * specifically set should be in the "default" Properties list. Thus,
59 * properties, while
60 * getOutputProperties().get(String key) will only retrieve properties
70 * @return A Properties object, never null.
72 Properties getOutputProperties();