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