Searched refs:getRef (Results 1 – 7 of 7) sorted by relevance
73 if (type.getRef() == null && type instanceof XsdComplexType) { in JavaCodeGenerator()115 if (type.getRef() == null && type instanceof XsdComplexType) { in print()215 if (element.getRef() == null && element.getType().getRef() == null in printClass()712 QName baseRef = complexType.getBase().getRef(); in stackComponents()750 if (complexType.getBase().getRef().getNamespaceURI().equals(XsdConstants.XSD_NAMESPACE)) { in getBaseName()753 XsdType base = getType(complexType.getBase().getRef().getLocalPart()); in getBaseName()763 QName baseRef = simpleContent.getBase().getRef(); in getValueType()783 if (type.getRef() != null) { in parseType()784 String name = type.getRef().getLocalPart(); in parseType()785 if (type.getRef().getNamespaceURI().equals(XsdConstants.XSD_NAMESPACE)) { in parseType()[all …]
82 if (type.getRef() == null && type instanceof XsdComplexType) { in CppCodeGenerator()216 if (type.getRef() == null && type instanceof XsdComplexType) { in print()313 if (type.getRef() == null && type instanceof XsdComplexType) { in printPrototype()346 if (element.getRef() == null && element.getType().getRef() == null in printClass()878 QName baseRef = complexType.getBase().getRef(); in stackComponents()917 if (complexType.getBase().getRef().getNamespaceURI().equals(XsdConstants.XSD_NAMESPACE)) { in getBaseName()920 XsdType base = getType(complexType.getBase().getRef().getLocalPart()); in getBaseName()930 QName baseRef = simpleContent.getBase().getRef(); in getValueType()950 if (type.getRef() != null) { in parseType()951 String name = type.getRef().getLocalPart(); in parseType()[all …]
54 inline T& getRef() { return mVal; } in getRef() function55 inline const T& getRef() const { return mVal; } in getRef() function112 _Type& operator*() const { return mpNode->getRef(); }113 _Type* operator->() const { return &(mpNode->getRef()); }
50 inline T& getRef() { return mVal; } in getRef() function51 inline const T& getRef() const { return mVal; } in getRef() function101 _Type& operator*() const { return mpNode->getRef(); }102 _Type* operator->() const { return &(mpNode->getRef()); }
40 public QName getRef() { in getRef() method in XsdTag
440 if (base.getRef() != null && base.getRef().getNamespaceURI().equals( in makeComplexContent()623 element.getRef(), element.getType(), element.isMultiple()), in makeChoice()638 elements.add(setDeprecatedAndFinal(new XsdAll(element.getName(), element.getRef(), in makeAll()
511 method public String getRef();