public class VendorFunctionSetPE extends BuiltInFunctionSet
Modifier and Type | Class and Description |
---|---|
static class |
VendorFunctionSetPE.AdjustToCivilTime |
static class |
VendorFunctionSetPE.Base64BinaryToOctets |
static class |
VendorFunctionSetPE.Base64BinaryToString |
static class |
VendorFunctionSetPE.ColumnNumber |
static class |
VendorFunctionSetPE.ConfigurationFn |
static class |
VendorFunctionSetPE.ContextFn |
static class |
VendorFunctionSetPE.ControllerFn |
static class |
VendorFunctionSetPE.CurrentModeName |
static class |
VendorFunctionSetPE.DiscardDocument
Implement the saxon:discard-document() function, which returns its argument
unchanged, but with the side-effect of removing it from the document
pool, making it eligible for garbage collection.
|
static class |
VendorFunctionSetPE.GetContext |
static class |
VendorFunctionSetPE.GetPseudoAttribute |
static class |
VendorFunctionSetPE.HasSameNodes |
static class |
VendorFunctionSetPE.HexBinaryToOctets |
static class |
VendorFunctionSetPE.HexBinaryToString |
static class |
VendorFunctionSetPE.InSummerTime |
static class |
VendorFunctionSetPE.IsDefaulted
Ask whether an attribute node exists as a result of the expansion of
default and fixed values defined in a schema.
|
static class |
VendorFunctionSetPE.LineNumber |
static class |
VendorFunctionSetPE.NamespaceNodeFn
Implement saxon:namespace-node extension function
|
static class |
VendorFunctionSetPE.OctetsToBase64Binary |
static class |
VendorFunctionSetPE.OctetsToHexBinary |
static class |
VendorFunctionSetPE.ParseDateTime |
static class |
VendorFunctionSetPE.PrintStack |
static class |
VendorFunctionSetPE.StringToBase64BinaryFn |
static class |
VendorFunctionSetPE.StringToHexBinaryFn |
static class |
VendorFunctionSetPE.StringToUTF8
Implement saxon:string-to-utf8 extension function
|
static class |
VendorFunctionSetPE.SystemId |
static class |
VendorFunctionSetPE.TunnelParamsFn
Implement saxon:tunnel-params extension function.
|
static class |
VendorFunctionSetPE.TypeAnnotationFn
Extension function saxon:type-annotation, which returns the type annotation of
a node or atomic value as an xs:QName value.
|
static class |
VendorFunctionSetPE.UnparsedEntities
Implement saxon:unparsed-entities extension function
|
static class |
VendorFunctionSetPE.ValidCharacter
Implement saxon:valid-character extension function
|
BuiltInFunctionSet.Entry
Modifier and Type | Field and Description |
---|---|
protected ProfessionalConfiguration |
config |
Constructor and Description |
---|
VendorFunctionSetPE(ProfessionalConfiguration config) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConventionalPrefix()
Return a conventional prefix for use with this namespace, typically
the prefix used in the documentation of these functions.
|
java.lang.String |
getNamespace()
Return the namespace URI for the functions local to this function set.
|
bind, copy, getFunctionDetails, getFunctionItem, importFunctionSet, isAvailable, makeFunction, register, registerReducedArityVariants
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setConfiguration
protected ProfessionalConfiguration config
public VendorFunctionSetPE(ProfessionalConfiguration config)
public java.lang.String getNamespace()
getNamespace
in class BuiltInFunctionSet
public java.lang.String getConventionalPrefix()
BuiltInFunctionSet
getConventionalPrefix
in class BuiltInFunctionSet
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.