Searched refs:getRef (Results 1 – 6 of 6) sorted by relevance
64 if (type.getRef() == null && type instanceof XsdComplexType) { in JavaCodeGenerator()106 if (type.getRef() == null && type instanceof XsdComplexType) { in print()194 if (element.getRef() == null && element.getType().getRef() == null in printClass()634 QName baseRef = complexType.getBase().getRef(); in stackComponents()672 if (complexType.getBase().getRef().getNamespaceURI().equals(XsdConstants.XSD_NAMESPACE)) { in getBaseName()675 XsdType base = getType(complexType.getBase().getRef().getLocalPart()); in getBaseName()685 QName baseRef = simpleContent.getBase().getRef(); in getValueType()705 if (type.getRef() != null) { in parseType()706 String name = type.getRef().getLocalPart(); in parseType()707 if (type.getRef().getNamespaceURI().equals(XsdConstants.XSD_NAMESPACE)) { in parseType()[all …]
71 if (type.getRef() == null && type instanceof XsdComplexType) { in CppCodeGenerator()153 if (type.getRef() == null && type instanceof XsdComplexType) { in print()214 if (type.getRef() == null && type instanceof XsdComplexType) { in printPrototype()247 if (element.getRef() == null && element.getType().getRef() == null in printClass()753 QName baseRef = complexType.getBase().getRef(); in stackComponents()792 if (complexType.getBase().getRef().getNamespaceURI().equals(XsdConstants.XSD_NAMESPACE)) { in getBaseName()795 XsdType base = getType(complexType.getBase().getRef().getLocalPart()); in getBaseName()805 QName baseRef = simpleContent.getBase().getRef(); in getValueType()825 if (type.getRef() != null) { in parseType()826 String name = type.getRef().getLocalPart(); in parseType()[all …]
52 inline T& getRef() { return mVal; } in getRef() function53 inline const T& getRef() const { return mVal; } in getRef() function110 _Type& operator*() const { return mpNode->getRef(); }111 _Type* operator->() const { return &(mpNode->getRef()); }
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()); }
40 public QName getRef() { in getRef() method in XsdTag
435 if (base.getRef() != null && base.getRef().getNamespaceURI().equals( in makeComplexContent()618 element.getRef(), element.getType(), element.isMultiple()), in makeChoice()633 elements.add(setDeprecatedAndFinal(new XsdAll(element.getName(), element.getRef(), in makeAll()