Package com.saxonica.config.pe
Class ConfigurationReaderPE
- java.lang.Object
-
- net.sf.saxon.trans.ConfigurationReader
-
- com.saxonica.config.pe.ConfigurationReaderPE
-
- All Implemented Interfaces:
javax.xml.transform.Result
,Receiver
public class ConfigurationReaderPE extends ConfigurationReader
Subclass of ConfigurationReader providing functionality particular to Saxon Professional Edition
-
-
Field Summary
-
Fields inherited from class net.sf.saxon.trans.ConfigurationReader
targetConfig
-
-
Constructor Summary
Constructors Constructor Description ConfigurationReaderPE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
readExtensionElement(AttributeMap atts)
Code to process details of user-defined XSLT extension elements-
Methods 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
-
-
-
-
Method Detail
-
readExtensionElement
protected void readExtensionElement(AttributeMap atts)
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
-
-