Package com.saxonica.config.pe
Class ConfigurationReaderPE
java.lang.Object
net.sf.saxon.trans.ConfigurationReader
com.saxonica.config.pe.ConfigurationReaderPE
Subclass of ConfigurationReader providing functionality particular to Saxon Professional Edition
-
Field Summary
Fields inherited from class net.sf.saxon.trans.ConfigurationReader
targetConfig
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Code to process details of user-defined XSLT extension elementsMethods inherited from class net.sf.saxon.trans.ConfigurationReader
characters, close, comment, endDocument, endElement, error, errorClass, getPipelineConfiguration, getSystemId, makeConfiguration, open, processingInstruction, readWithParam, readXsltPackage, setBaseConfiguration, setClassLoader, setPipelineConfiguration, setSystemId, setUnparsedEntity, startDocument, startElement
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sf.saxon.event.Receiver
append, append, handlesAppend, usesTypeAnnotations
-
Constructor Details
-
Method Details
-
readExtensionElement
Code to process details of user-defined XSLT extension elements- Overrides:
readExtensionElement
in classConfigurationReader
- Parameters:
atts
- the attributes of the element in the configuration file
-