net.sf.saxon.event

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » XML » saxonb » net.sf.saxon.event 
net.sf.saxon.event
Java Source File NameTypeComment
Builder.javaClass The abstract Builder class is responsible for taking a stream of SAX events and constructing a Document tree.
CDATAFilter.javaClass CDATAFilter: This ProxyEmitter converts character data to CDATA sections, if the character data belongs to one of a set of element types to be handled this way.
CharacterMapExpander.javaClass
CommentStripper.javaClass The CommentStripper class is a filter that removes all comments and processing instructions. It also concatenates text nodes that are split by comments and PIs
author:
   Michael H.
ComplexContentOutputter.javaClass This class is used for generating complex content, that is, the content of an element or document node.
ContentHandlerProxy.javaClass A ContentHandlerProxy is an Emitter that filters data before passing it to an underlying SAX2 ContentHandler.
DocumentSender.javaClass Sends an entire document to a Receiver.
DocumentValidator.javaClass DocumentValidator checks that a document is well-formed: specifically, that it contains a single element node child and no text node children.
Emitter.javaClass Emitter: This abstract class defines methods that must be implemented by components that format SAXON output.
HTMLEmitter.javaClass This class generates HTML output
author:
   Michael H.
HTMLIndenter.javaClass HTMLIndenter: This ProxyEmitter indents HTML elements, by adding whitespace character data where appropriate.
HTMLTagHashSet.javaClass A simple class for testing membership of a fixed set of casse-insensitive ASCII strings. The class must be initialised with enough space for all the strings, it will go into an infinite loop if it fills.
HTMLURIEscaper.javaClass This class is used as a filter on the serialization pipeline; it performs the function of escaping URI-valued attributes in HTML
author:
   Michael H.
IDFilter.javaClass IDFilter is a ProxyReceiver that extracts the subtree of a document rooted at the element with a given ID value.
LocationCopier.javaClass A Receiver that can be inserted into an event pipeline to copy location information.
LocationProvider.javaInterface LocationProvider: this is a marker interface used to identify an object that provides the location of elements in a source document or instructions in a stylesheet or query.
MessageEmitter.javaClass MessageEmitter is the default Emitter for xsl:message output.
MetaTagAdjuster.javaClass
NamePoolConverter.javaClass This class is a filter that passes all Receiver events through unchanged, except that it changes namecodes to allow for the source and the destination using different NamePools.
NamespaceReducer.javaClass NamespaceReducer is a ProxyReceiver responsible for removing duplicate namespace declarations.
NoOpenStartTagException.javaClass
PIGrabber.javaClass The PIGrabber class is a Receiver that looks for xml-stylesheet processing instructions and tests whether they match specified criteria; for those that do, it creates an InputSource object referring to the relevant stylesheet
author:
   Michael H.
PipelineConfiguration.javaClass A PipelineConfiguration sets options that apply to all the operations in a pipeline.
ProxyReceiver.javaClass A ProxyReceiver is an Receiver that filters data before passing it to another underlying Receiver.
Receiver.javaInterface Receiver: This interface represents a recipient of XML tree-walking (push) events.
ReceiverOptions.javaClass ReceiverOptions defines a set of constants, which can be used in calls to methods on the Receiver interface.
ReceivingContentHandler.javaClass ReceivingContentHandler is a glue class that provides a standard SAX ContentHandler interface to a Saxon Receiver.
ResultWrapper.javaClass Helper class to construct a serialization pipeline for a given result destination and a given set of output properties.
SaxonLocator.javaInterface SaxonLocator: this interface exists to unify the SAX Locator and JAXP SourceLocator interfaces, which are identical.
SaxonOutputKeys.javaClass Provides string constants that can be used to set output properties for a Transformer, or to retrieve output properties from a Transformer or Templates object. These keys are private Saxon keys that supplement the standard keys defined in javax.xml.transform.OutputKeys.
Sender.javaClass
SequenceCopier.javaClass
SequenceOutputter.javaClass This outputter is used when writing a sequence of atomic values and nodes, that is, when xsl:variable is used with content and an "as" attribute.
SequenceReceiver.javaClass SequenceReceiver: this extension of the Receiver interface is used when processing a sequence constructor.
SequenceWriter.javaClass This outputter is used when writing a sequence of atomic values and nodes, for example, when xsl:variable is used with content and an "as" attribute.
Sink.javaClass
StandardOutputResolver.javaClass This class defines the default OutputURIResolver.
StartTagBuffer.javaClass StartTagBuffer is a ProxyReceiver that buffers attributes and namespace events within a start tag.
Stripper.javaClass The Stripper class maintains details of which elements need to be stripped. The code is written to act as a SAX-like filter to do the stripping.
author:
   Michael H.
TeeOutputter.javaClass
TEXTEmitter.javaClass This class generates TEXT output
author:
   Michael H.
TransformerReceiver.javaClass TransformerReceiver is similar in concept to the JAXP TransformerHandler, except that it implements Saxon's Receiver interface rather than the standard SAX2 interface.
TreeReceiver.javaClass A TreeReceiver acts as a bridge between a SequenceReceiver, which can receive events for constructing any kind of sequence, and an ordinary Receiver, which only handles events relating to the building of trees.
TypeCheckingFilter.javaClass A filter on the push pipeline that performs type checking, both of the item type and the cardinality.

Note that the TypeCheckingFilter cannot currently check document node tests of the form document-node(element(X,Y)), so it is not invoked in such cases.

UncommittedSerializer.javaClass This class is used when the decision on which serialization method to use has to be delayed until the first element is read.
UnicodeNormalizer.javaClass UnicodeNormalizer: This ProxyReceiver performs unicode normalization on the contents of attribute and text nodes.
XHTMLEmitter.javaClass XHTMLEmitter is an Emitter that generates XHTML output.
XHTMLIndenter.javaClass XHTMLIndenter: This class indents XHTML elements, by adding whitespace character data where appropriate.
XHTMLURIEscaper.javaClass This class performs URI escaping for the XHTML output method.
XML10ContentChecker.javaClass This class is used on the serialization pipeline to check that the document conforms to XML 1.0 rules.
XMLEmitter.javaClass XMLEmitter is an Emitter that generates XML output to a specified destination.
XMLIndenter.javaClass XMLIndenter: This ProxyReceiver indents elements, by adding character data where appropriate.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.