Home
last modified time | relevance | path

Searched refs:MyDeclHandler (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DElementAttributeInfo.java95 MyDeclHandler me = new MyDeclHandler(this); in ElementAttributeInfo()
133 static class MyDeclHandler implements DeclHandler { class in ElementAttributeInfo
139 public MyDeclHandler(ElementAttributeInfo indata) { in MyDeclHandler() method in ElementAttributeInfo.MyDeclHandler
DCLDRFile.java307 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) {
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateAttributeList.java118 MyDeclHandler me = new MyDeclHandler(); in addFromDTD()
277 class MyDeclHandler implements DeclHandler { class in GenerateAttributeList