Mark Wilson I am the creator of TopXML. I am available for international and local (Australia) contracts. I am a Solution Architect/Business Analyst. I have worked in IT in several countries (NZ, Australia, South Africa, UK) building and training teams for government and very large non-governmental organizations. I am ex-Microsoft Consulting Services. I wrote the first book on Microsoft XML published in 2000 called XML Programming with VB and ASP. Most recently I have been building tools for the SEO industry. Ask me for a 37 point SEO health-checkup for your website.
First posted :
03/24/2008
Times viewed :
646
Xalan: The org.apache.xalan.transformer.TrAXFilter Class
Extends: org.xml.sax.helpers.XMLFilterImpl
Members
Signature
Public methods
TransformerImpl
getTransformer()
void
parse(InputSource
input)
void
parse(java.lang.String
systemId)
void
setContentHandler(ContentHandler
handler)
void
setErrorListener(ErrorListener
handler)
void
setParent(XMLReader
parent)
Overview
This
can be called as a base class for deriving an XML filter.
This
class is designed to sit between an XMLReader and the client application's
event handlers. By default, it does nothing but pass requests up to the reader
and events on to the handlers unmodified, but subclasses can override specific
methods to modify the event stream or the configuration requests as they pass
through.
Method Overviews
This
class contains important method to be used in programming.