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
336 MyDeclHandler DEFAULT_DECLHANDLER = new MyDeclHandler(cldrFile, minimalDraftStatus); in loadFromInputStream()1507 private static class MyDeclHandler implements AllHandler {1528 MyDeclHandler(CLDRFile target, DraftStatus minimalDraftStatus) {
92 MyDeclHandler me = new MyDeclHandler(); in addFromDTD()251 class MyDeclHandler implements DeclHandler { class in GenerateAttributeList