com.saxonica.config
Class ConfigurationReaderPE

java.lang.Object
  extended by net.sf.saxon.trans.ConfigurationReader
      extended by com.saxonica.config.ConfigurationReaderPE
All Implemented Interfaces:
NamespaceResolver, ContentHandler

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
config
 
Constructor Summary
ConfigurationReaderPE()
           
 
Method Summary
protected  void readExtensionElement(Attributes atts)
          Code to process details of user-defined XSLT extension elements
 
Methods inherited from class net.sf.saxon.trans.ConfigurationReader
characters, endDocument, endElement, endPrefixMapping, errorClass, getURIForPrefix, ignorableWhitespace, iteratePrefixes, makeConfiguration, processingInstruction, setClassLoader, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationReaderPE

public ConfigurationReaderPE()
Method Detail

readExtensionElement

protected void readExtensionElement(Attributes atts)
Code to process details of user-defined XSLT extension elements

Overrides:
readExtensionElement in class ConfigurationReader
Parameters:
atts - the attributes of the element in the configuration file


Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.