Package | Description |
---|---|
org.apache.xalan.extensions |
Implementation of Xalan Extension Mechanism.
|
org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
org.apache.xml.dtm.ref.sax2dtm |
Constructor and Description |
---|
ExtensionHandlerGeneral(String namespaceUri,
StringVector elemNames,
StringVector funcNames,
String scriptLang,
String scriptSrcURL,
String scriptSrc,
String systemId)
Construct a new extension namespace handler given all the information
needed.
|
Modifier and Type | Method and Description |
---|---|
StringVector |
ElemExtensionDecl.getElements()
Get StringVector of elements defined for this extension
|
StringVector |
ElemExtensionDecl.getFunctions()
Get the names of functions defined in this extension
|
Modifier and Type | Method and Description |
---|---|
void |
ElemExtensionDecl.setElements(StringVector v)
Set StringVector of elements for this extension
|
void |
Stylesheet.setExcludeResultPrefixes(StringVector v)
Set the "exclude-result-prefixes" property.
|
void |
ElemLiteralResult.setExcludeResultPrefixes(StringVector v)
Set the "exclude-result-prefixes" property.
|
void |
Stylesheet.setExtensionElementPrefixes(StringVector v)
Set the "extension-element-prefixes" property.
|
void |
ElemLiteralResult.setExtensionElementPrefixes(StringVector v)
Set the "extension-element-prefixes" property.
|
void |
ElemExtensionDecl.setFunctions(StringVector v)
Set the names of functions defined in this extension
|
Modifier and Type | Field and Description |
---|---|
protected StringVector |
SAX2DTM.m_sourceSystemId
Made protected for access by SAX2RTFDTM.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.