All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.markupDialect.exsd Maven / Gradle / Ivy

The newest version!




      
         
      
      
         A means of adding support for new lightweight markup languages.
      
   

   
      
         
            
         
         
            
               
                  
               
            
         
         
            
               
                  
               
            
         
         
            
               
                  
               
               
                  
               
            
         
      
   

   
      
         
            
         
      
      
         
            
               
                  The fully qualified name of the class that implements the markup language dialect.  Must extend net.java.textilej.parser.markup.Dialect
               
               
                  
               
            
         
         
            
               
                  The name of the markup dialect
               
            
         
         
            
               
                  A comma-delimited list of file extensions for which this should be the default dialect.  
Note that a preceding dot is not required on the extension.  For example: "textile, markup"
               
            
         
      
   

   
      
         
      
      
         2.2
      
   

   
      
         
      
      
         <extension
 point="net.java.textilej.markupDialect">
 <dialect
  class="net.java.textilej.parser.markup.textile.TextileDialect"
  name="Textile"/>
</extension>
      
   

   
      
         
      
      
         [Enter API information here.]
      
   

   
      
         
      
      
         [Enter information about supplied implementation of this extension point.]
      
   

   
      
         
      
      
         
      
   






© 2015 - 2025 Weber Informatics LLC | Privacy Policy