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

net.siisise.ebnf.xml.XML Maven / Gradle / Ivy

The newest version!
package net.siisise.ebnf.xml;

/**
 * XML プロセッサを開発するよ。
 * 関連する規格
 * ISO/IEC 10646 Unicode
 * IETF BCP 47
 * IANA-LANGCODES
 * 
 * net.siisise.abnf.rfc.Lang5646 BCP 47
 */
public class XML {
    static final XMLEBNFReg REG = new XMLEBNFReg();
    
//    static final XMLEBNF symbol = expression;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy