Home
last modified time | relevance | path

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

/system/tools/xsdc/src/com/android/xsdc/tag/
DXsdList.java21 public class XsdList extends XsdSimpleType { class
24 public XsdList(String name, XsdType itemType) throws XsdParserException { in XsdList() method in XsdList
/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java528 if (tag instanceof XsdList) { in makeSimpleType()
529 type = new XsdList(name, ((XsdList) tag).getItemType()); in makeSimpleType()
547 private XsdList makeSimpleTypeList(State state) throws XsdParserException { in makeSimpleTypeList()
560 return setDeprecatedAndFinal(new XsdList(null, itemType), state.deprecated, in makeSimpleTypeList()
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java757 if (simpleType instanceof XsdList) { in parseSimpleTypeValue()
758 XsdList list = (XsdList) simpleType; in parseSimpleTypeValue()
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java877 if (simpleType instanceof XsdList) { in parseSimpleTypeValue()
878 XsdList list = (XsdList) simpleType; in parseSimpleTypeValue()