org.apache.cocoon.components.sax |
|
Java Source File Name | Type | Comment |
XMLByteStreamCompiler.java | Class | This a simple xml compiler which outputs a byte array. |
XMLByteStreamCompilerInterpreterTestCase.java | Class | |
XMLByteStreamFragment.java | Class | An XMLByteStream wrapped by an XMLFragment implementation. |
XMLByteStreamInterpreter.java | Class | This a simple xml compiler which takes a byte array as input. |
XMLDeserializer.java | Interface | This interfaces identifies classes that deserialize XML data, sending SAX
events to the configured XMLConsumer (or SAX
ContentHandler and LexicalHandler ). |
XMLSerializer.java | Interface | This interfaces identifies classes that serialize XML data, receiving
notification of SAX events. |
XMLTeePipe.java | Class | This is a simple Tee Component. |