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
-
Normalize(XMLWriter)
-
-
characterData(CharacterDataEvent)
-
-
endDocument()
-
-
endElement(EndElementEvent)
-
-
main(String[])
- Writes a normalized version of an XML document to the standard
output.
-
processingInstruction(ProcessingInstructionEvent)
-
-
startElement(StartElementEvent)
-
Normalize
public Normalize(XMLWriter w)
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.
startElement
public void startElement(StartElementEvent event) throws IOException
- Overrides:
- startElement in class ApplicationImpl
endElement
public void endElement(EndElementEvent event) throws IOException
- Overrides:
- endElement in class ApplicationImpl
endDocument
public void endDocument() throws IOException
- Overrides:
- endDocument in class ApplicationImpl
processingInstruction
public void processingInstruction(ProcessingInstructionEvent event) throws IOException
- Overrides:
- processingInstruction in class ApplicationImpl
characterData
public void characterData(CharacterDataEvent event) throws IOException
- Overrides:
- characterData in class ApplicationImpl
All Packages Class Hierarchy This Package Previous Next Index