Searched refs:XsdParserException (Results 1 – 11 of 11) sorted by relevance
93 private QName parseQName(String str) throws XsdParserException { in parseQName()104 private List<QName> parseQNames(String str) throws XsdParserException { in parseQNames()237 } catch (XsdParserException e) { in endElement()270 private XsdElement makeElement(State state) throws XsdParserException { in makeElement()359 private XsdGroup makeGroup(State state) throws XsdParserException { in makeGroup()539 throw new XsdParserException( in makeSimpleType()590 throw new XsdParserException( in makeSequence()671 private void addInclude(State state) throws XsdParserException { in addInclude()677 boolean deprecated) throws XsdParserException { in isDeprecated()686 boolean finalValue) throws XsdParserException { in isFinalValue()[all …]
19 public class XsdParserException extends Exception { class20 public XsdParserException(String message) { in XsdParserException() method in XsdParserException
19 import com.android.xsdc.XsdParserException;28 throws XsdParserException { in XsdAttribute()31 throw new XsdParserException("name and ref cannot be both null"); in XsdAttribute()34 throw new XsdParserException("type definition should exist"); in XsdAttribute()
19 import com.android.xsdc.XsdParserException;28 throws XsdParserException { in XsdElement()31 throw new XsdParserException("name and ref cannot be both null"); in XsdElement()34 throw new XsdParserException( in XsdElement()
19 import com.android.xsdc.XsdParserException;24 public XsdList(String name, XsdType itemType) throws XsdParserException { in XsdList()27 throw new XsdParserException("list itemType should exist in simpleType"); in XsdList()
19 import com.android.xsdc.XsdParserException;27 public XsdUnion(String name, List<XsdType> memberTypes) throws XsdParserException { in XsdUnion()30 throw new XsdParserException("union memberTypes should exist in simpleType"); in XsdUnion()
21 import com.android.xsdc.XsdParserException;28 throws XsdParserException { in XsdRestriction()31 throw new XsdParserException("restriction base should exist in simpleType"); in XsdRestriction()
19 import com.android.xsdc.XsdParserException;29 throws XsdParserException { in XsdGroup()32 throw new XsdParserException("name and ref cannot be both null"); in XsdGroup()
19 import com.android.xsdc.XsdParserException;31 List<XsdAttributeGroup> attributeGroups) throws XsdParserException { in XsdAttributeGroup()34 throw new XsdParserException("name and ref cannot be both null"); in XsdAttributeGroup()
19 import com.android.xsdc.XsdParserException;25 throws XsdParserException { in XsdAll()
19 import com.android.xsdc.XsdParserException;25 throws XsdParserException { in XsdChoice()