Searched refs:GetRawAttributeValue (Results 1 – 4 of 4) sorted by relevance
105 aContext.GetAttributes().GetRawAttributeValue("A_Extension"), in ContentTypes()106 aContext.GetAttributes().GetRawAttributeValue("A_ContentType")); in ContentTypes()122 aContext.GetAttributes().GetRawAttributeValue("A_PartName"), in ContentTypes()123 aContext.GetAttributes().GetRawAttributeValue("A_ContentType")); in ContentTypes()
66 final String sId = aContext.GetAttributes().GetRawAttributeValue("A_Id"); in RelatedParts()67 … final String sType = aContext.GetAttributes().GetRawAttributeValue("A_Type"); in RelatedParts()68 … final String sTarget = aContext.GetAttributes().GetRawAttributeValue("A_Target"); in RelatedParts()69 … String sTargetMode = aContext.GetAttributes().GetRawAttributeValue("A_TargetMode"); in RelatedParts()
65 public String GetRawAttributeValue (final String sName) in GetRawAttributeValue() method in AttributeValues
70 … final String aReferenceId = aContext.GetAttributes().GetRawAttributeValue("r06_id"); in CreateParser()