MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / getType

Method getType

xsd2cppsax/src/de/netallied/xsd2cppsax/Util.java:711–713  ·  view source on GitHub ↗

Find XSD type of given attribute. @param attrUse Attribute to find type for. @return Type of attribute.

(XSAttributeUse attrUse)

Source from the content-addressed store, hash-verified

709 * @return Type of attribute.
710 */
711 public static XSSimpleTypeDefinition getType(XSAttributeUse attrUse) {
712 return attrUse.getAttrDeclaration().getTypeDefinition();
713 }
714
715 /**
716 * Finds out if given attribute has a default value.

Callers 15

presentMaskRequiredMethod · 0.95
handleElementMethod · 0.95
attributesInitObjectsMethod · 0.95
printAttributeFreeingMethod · 0.95
printAttributeParsingMethod · 0.95
printAttributesStructMethod · 0.95
printBeginMethodImplMethod · 0.95
createElementNameMethod · 0.45
findRootElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected