Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
(package private) abstract class XSLGeneralOutput
extends StyleElement
Field Summary | |
(package private) Expression | |
(package private) Expression | |
(package private) Expression | |
(package private) Expression | |
(package private) Emitter | |
(package private) Expression | |
(package private) Expression | |
(package private) Expression | |
(package private) Expression | |
(package private) Expression | |
(package private) Expression | |
(package private) Expression | |
(package private) Expression | |
(package private) Expression | |
(package private) Expression | |
(package private) Expression | |
(package private) Hashtable | |
(package private) Expression | |
(package private) Expression |
Fields inherited from class com.icl.saxon.style.StyleElement | |
REPORT_ALWAYS , REPORT_IF_INSTANTIATED , REPORT_UNLESS_FORWARDS_COMPATIBLE , attributeSets , extensionNamespaces , reportingCircumstances , staticContext , validationError , version |
Fields inherited from class com.icl.saxon.tree.ElementWithAttributes | |
attributeList , namespaceList |
Fields inherited from class com.icl.saxon.tree.ElementImpl | |
nameCode , root |
Fields inherited from class com.icl.saxon.tree.ParentNodeImpl | |
sequence |
Fields inherited from class com.icl.saxon.tree.NodeImpl | |
emptyArray , index , parent |
Fields inherited from class com.icl.saxon.om.AbstractNode | |
NODE_LETTER |
Fields inherited from interface com.icl.saxon.om.NodeInfo | |
ATTRIBUTE , COMMENT , ELEMENT , NAMESPACE , NODE , NONE , NUMBER_OF_TYPES , PI , ROOT , TEXT |
Method Summary | |
void |
|
protected TransformerHandler |
|
protected Properties |
|
Methods inherited from class com.icl.saxon.tree.ElementImpl | |
addNamespaceNodes , copy , copy , generateId , getAttributeList , getAttributeValue , getBaseURI , getDocumentRoot , getLineNumber , getNameCode , getNodeType , getPrefixForURI , getSystemId , getURICodeForPrefix , initialise , makeNameCode , outputNamespaceNodes , setAttribute , setLineNumber , setNameCode , setSystemId |
Methods inherited from class com.icl.saxon.tree.ParentNodeImpl | |
addChild , compact , copyStringValue , dropChildren , enumerateChildren , getChildNodes , getFirstChild , getLastChild , getNodeValue , getNthChild , getSequenceNumber , getStringValue , hasChildNodes , removeChild , renumberChildren , useChildrenArray |
public void prepareAttributes() throws TransformerConfigurationException
Set the attribute list for the element. This is called to process the attributes (note the distinction from processAttributes in the superclass). Must be supplied in a subclass
- Overrides:
- prepareAttributes in interface StyleElement
protected TransformerHandler prepareNextStylesheet(String href, Context context) throws TransformerException
Prepare another stylesheet to handle the output of this one
protected Properties updateOutputProperties(Properties details, Context context) throws TransformerException
Evaluate any properties defined as attribute value templates; validate them; and return the values as additions to a set of Properties