Home
last modified time | relevance | path

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

/aosp12/system/tools/xsdc/src/com/android/xsdc/
H A DXsdHandler.java183 stateStack.peek().tags.addAll(makeChoice(state)); in endElement()
610 private static List<XsdTag> makeChoice(State state) throws XsdParserException { in makeChoice() method in XsdHandler