All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class com.jclark.xml.apps.Doctype
java.lang.Object
   |
   +----com.jclark.xml.parse.io.ApplicationImpl
           |
           +----com.jclark.xml.apps.Doctype
  -  public class Doctype
  -  extends ApplicationImpl
   
  -   Doctype(PrintWriter) Doctype(PrintWriter)
-  
   
  -   comment(CommentEvent) comment(CommentEvent)
-  
  
-   endDocumentTypeDeclaration(EndDocumentTypeDeclarationEvent) endDocumentTypeDeclaration(EndDocumentTypeDeclarationEvent)
-  
  
-   endEntityReference(EndEntityReferenceEvent) endEntityReference(EndEntityReferenceEvent)
-  
  
-   main(String[]) main(String[])
-   Writes an equivalent version of the doctype declaration
 on the standard output.
  
-   markupDeclaration(MarkupDeclarationEvent) markupDeclaration(MarkupDeclarationEvent)
-  
  
-   processingInstruction(ProcessingInstructionEvent) processingInstruction(ProcessingInstructionEvent)
-  
  
-   startDocumentTypeDeclaration(StartDocumentTypeDeclarationEvent) startDocumentTypeDeclaration(StartDocumentTypeDeclarationEvent)
-  
  
-   startEntityReference(StartEntityReferenceEvent) startEntityReference(StartEntityReferenceEvent)
-  
  
-   writeAttributeDef(DTD, String, String) writeAttributeDef(DTD, String, String)
-  
  
-   writeElementDecl(DTD, String) writeElementDecl(DTD, String)
-  
  
-   writeEntityDecl(DTD, byte, String) writeEntityDecl(DTD, byte, String)
-  
   
 Doctype
Doctype
 public Doctype(PrintWriter w)
   
 main
main
 public static void main(String args[]) throws IOException
  -  Writes an equivalent version of the doctype declaration
 on 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.
 
 startDocumentTypeDeclaration
startDocumentTypeDeclaration
 public void startDocumentTypeDeclaration(StartDocumentTypeDeclarationEvent event)
  - 
    -  Overrides:
    
-  startDocumentTypeDeclaration in class ApplicationImpl
  
 
 endDocumentTypeDeclaration
endDocumentTypeDeclaration
 public void endDocumentTypeDeclaration(EndDocumentTypeDeclarationEvent event)
  - 
    -  Overrides:
    
-  endDocumentTypeDeclaration in class ApplicationImpl
  
 
 startEntityReference
startEntityReference
 public void startEntityReference(StartEntityReferenceEvent event)
  - 
    -  Overrides:
    
-  startEntityReference in class ApplicationImpl
  
 
 endEntityReference
endEntityReference
 public void endEntityReference(EndEntityReferenceEvent event)
  - 
    -  Overrides:
    
-  endEntityReference in class ApplicationImpl
  
 
 processingInstruction
processingInstruction
 public void processingInstruction(ProcessingInstructionEvent event)
  - 
    -  Overrides:
    
-  processingInstruction in class ApplicationImpl
  
 
 comment
comment
 public void comment(CommentEvent event)
  - 
    -  Overrides:
    
-  comment in class ApplicationImpl
  
 
 markupDeclaration
markupDeclaration
 public void markupDeclaration(MarkupDeclarationEvent event)
  - 
    -  Overrides:
    
-  markupDeclaration in class ApplicationImpl
  
 
 writeEntityDecl
writeEntityDecl
 public void writeEntityDecl(DTD dtd,
                             byte type,
                             String name)
 writeElementDecl
writeElementDecl
 public void writeElementDecl(DTD dtd,
                              String name)
 writeAttributeDef
writeAttributeDef
 public void writeAttributeDef(DTD dtd,
                               String name,
                               String attName)
All Packages  Class Hierarchy  This Package  Previous  Next  Index