|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xml.utils.UnImplNode | +--org.apache.xalan.templates.ElemTemplateElement | +--org.apache.xalan.templates.Stylesheet | +--org.apache.xalan.xslt.Stylesheet
Represents the base stylesheet or an "import" stylesheet; "include" stylesheets are combined with the including stylesheet. At the moment these stylesheets can not be reused within the stylesheet tree or between trees. This needs to be fixed in the future.
Fields inherited from class org.apache.xalan.templates.Stylesheet |
STYLESHEET_EXT |
Constructor Summary | |
Stylesheet(org.apache.xalan.templates.Stylesheet s)
Constructor using an org.apache.xalan.templates.StylesheetRoot. |
|
Stylesheet(StylesheetRoot root,
XSLTEngineImpl processor,
java.lang.String baseIdentifier)
Constructor for a Stylesheet needs a Document. |
Methods inherited from class org.apache.xalan.templates.Stylesheet |
containsExcludeResultPrefix,
containsExtensionElementURI,
getAttributeSet,
getAttributeSetCount,
getDecimalFormat,
getDecimalFormat,
getDecimalFormatCount,
getExcludeResultPrefix,
getExcludeResultPrefixCount,
getExtensionElementPrefix,
getExtensionElementPrefixCount,
getHref,
getId,
getImport,
getImportCount,
getInclude,
getIncludeCount,
getKey,
getKeyCount,
getNamespaceAlias,
getNamespaceAliasCount,
getNodeName,
getNodeType,
getNonXslTopLevel,
getOutput,
getOutputCount,
getParam,
getPreserveSpace,
getPreserveSpaceCount,
getStripSpace,
getStripSpaceCount,
getStylesheet,
getStylesheetComposed,
getStylesheetParent,
getStylesheetRoot,
getTemplate,
getTemplateCount,
getVariable,
getVariableOrParam,
getVariableOrParam,
getVariableOrParamCount,
getVersion,
getXmlnsXsl,
getXSLToken,
isAggregatedType,
isRoot,
replaceTemplate,
setAttributeSet,
setDecimalFormat,
setExcludeResultPrefixes,
setExtensionElementPrefixes,
setHref,
setId,
setImport,
setInclude,
setKey,
setLocaterInfo,
setNamespaceAlias,
setNonXslTopLevel,
setOutput,
setParam,
setPreserveSpaces,
setStripSpaces,
setStylesheetParent,
setStylesheetRoot,
setTemplate,
setVariable,
setVersion,
setXmlnsXsl |
Methods inherited from class org.apache.xalan.templates.ElemTemplateElement |
appendChild,
canStripWhiteSpace,
compareTo,
compose,
error,
error,
execute,
getBaseIdentifier,
getChildNodes,
getColumnNumber,
getDeclaredPrefixes,
getDOMBackPointer,
getFirstChild,
getFirstChildElem,
getLastChild,
getLength,
getLineNumber,
getNamespaceForPrefix,
getNamespaceForPrefix,
getNextSibling,
getNextSiblingElem,
getOwnerDocument,
getParentElem,
getParentNode,
getPrefixes,
getPreviousSibling,
getPublicId,
getSystemId,
getTagName,
getUid,
getXmlSpace,
hasChildNodes,
isCompiledTemplate,
item,
recompose,
removeChild,
replaceChild,
resolvePrefixTables,
runtimeInit,
setDOMBackPointer,
setPrefixes,
setPrefixes,
setUid,
setXmlSpace,
shouldStripWhiteSpace |
Methods inherited from class org.apache.xml.utils.UnImplNode |
appendData,
cloneNode,
createAttribute,
createAttributeNS,
createCDATASection,
createComment,
createDocumentFragment,
createElement,
createElementNS,
createEntityReference,
createProcessingInstruction,
createTextNode,
deleteData,
error,
getAttribute,
getAttributeNode,
getAttributeNodeNS,
getAttributeNS,
getAttributes,
getDoctype,
getDocumentElement,
getElementById,
getElementsByTagName,
getElementsByTagNameNS,
getImplementation,
getLocalName,
getNamespaceURI,
getNodeValue,
getOwnerElement,
getPrefix,
getSpecified,
hasAttribute,
hasAttributeNS,
hasAttributes,
importNode,
insertBefore,
insertData,
isSupported,
normalize,
removeAttribute,
removeAttributeNode,
removeAttributeNS,
removeChild,
replaceData,
setAttribute,
setAttributeNode,
setAttributeNodeNS,
setAttributeNS,
setData,
setNodeValue,
setPrefix,
setValue,
splitText,
substringData |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Stylesheet(StylesheetRoot root, XSLTEngineImpl processor, java.lang.String baseIdentifier) throws XSLProcessorException, java.net.MalformedURLException, java.io.FileNotFoundException, java.io.IOException, org.xml.sax.SAXException
public Stylesheet(org.apache.xalan.templates.Stylesheet s)
s
- an org.apache.xalan.templates.Stylesheet object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |