Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Templates
An object that implements this interface is the runtime representation of processed transformation instructions.
Templates must be threadsafe for a given instance over multiple threads running concurrently, and may be used multiple times in a given session.
Modifier and Type | Method and Description |
---|---|
Properties |
getOutputProperties()
Get the properties corresponding to the effective xsl:output element. |
Transformer |
newTransformer()
Create a new transformation context for this Templates object. |
Method Detail |
---|
Transformer newTransformer() throws TransformerConfigurationException
TransformerConfigurationException
- if a Transformer can not be created.Properties getOutputProperties()
Transformer.setOutputProperties(java.util.Properties)
.
The properties returned should contain properties set by the stylesheet,
and these properties are "defaulted" by default properties specified by
For XSLT,
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.