All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jclark.xml.apps.Normalize

java.lang.Object
   |
   +----com.jclark.xml.parse.io.ApplicationImpl
           |
           +----com.jclark.xml.apps.Normalize

public class Normalize
extends ApplicationImpl

Constructor Index

 o Normalize(XMLWriter)

Method Index

 o characterData(CharacterDataEvent)
 o endDocument()
 o endElement(EndElementEvent)
 o main(String[])
Writes a normalized version of an XML document to the standard output.
 o processingInstruction(ProcessingInstructionEvent)
 o startElement(StartElementEvent)

Constructors

 o Normalize
 public Normalize(XMLWriter w)

Methods

 o main
 public static void main(String args[]) throws IOException
Writes a normalized version of an XML document to the standard output. If an argument is specified, then that is treated as the filename of the XML document, otherwise the XML document is read from the standard input.

 o startElement
 public void startElement(StartElementEvent event) throws IOException
Overrides:
startElement in class ApplicationImpl
 o endElement
 public void endElement(EndElementEvent event) throws IOException
Overrides:
endElement in class ApplicationImpl
 o endDocument
 public void endDocument() throws IOException
Overrides:
endDocument in class ApplicationImpl
 o processingInstruction
 public void processingInstruction(ProcessingInstructionEvent event) throws IOException
Overrides:
processingInstruction in class ApplicationImpl
 o characterData
 public void characterData(CharacterDataEvent event) throws IOException
Overrides:
characterData in class ApplicationImpl

All Packages  Class Hierarchy  This Package  Previous  Next  Index