Package | Description |
---|---|
org.apache.xalan.extensions |
Implementation of Xalan Extension Mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionHandlerExsltFunction
Execute EXSLT functions, determine the availability of EXSLT functions, and the
availability of an EXSLT result element.
|
class |
ExtensionHandlerGeneral
Class handling an extension namespace for XPath.
|
class |
ExtensionHandlerJava
Abstract base class handling the java language extensions for XPath.
|
class |
ExtensionHandlerJavaClass
Represents an extension namespace for XPath that handles java classes.
|
class |
ExtensionHandlerJavaPackage
Represents an extension namespace for XPath that handles java packages
that may be fully or partially specified.
|
Modifier and Type | Method and Description |
---|---|
ExtensionHandler |
ExtensionsTable.get(String extns)
Get an ExtensionHandler object that represents the
given namespace.
|
ExtensionHandler |
ExtensionNamespaceSupport.launch()
Launch the ExtensionHandler that this ExtensionNamespaceSupport object defines.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtensionsTable.addExtensionNamespace(String uri,
ExtensionHandler extNS)
Register an extension namespace handler.
|
Constructor and Description |
---|
XPathFunctionImpl(ExtensionHandler handler,
String funcName)
Construct an instance of XPathFunctionImpl from the
ExtensionHandler and function name.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.