Searched refs:MyDeclHandler (Results 1 – 3 of 3) sorted by relevance
95 MyDeclHandler me = new MyDeclHandler(this); in ElementAttributeInfo()133 static class MyDeclHandler implements DeclHandler { class in ElementAttributeInfo139 public MyDeclHandler(ElementAttributeInfo indata) { in MyDeclHandler() method in ElementAttributeInfo.MyDeclHandler
307 MyDeclHandler DEFAULT_DECLHANDLER = new MyDeclHandler(cldrFile, minimalDraftStatus); in loadFromInputStream()1536 …private static class MyDeclHandler implements DeclHandler, ContentHandler, LexicalHandler, ErrorHa…1557 MyDeclHandler(CLDRFile target, DraftStatus minimalDraftStatus) {
118 MyDeclHandler me = new MyDeclHandler(); in addFromDTD()277 class MyDeclHandler implements DeclHandler { class in GenerateAttributeList