Searched refs:mAttribute (Results 1 – 4 of 4) sorted by relevance
28 private final String mAttribute; field in PropertySettingNodeHandler34 mAttribute = attribute; in PropertySettingNodeHandler()40 node.setAttribute(mNamespaceUri, mAttribute, mValue); in handle()
36 private final String mAttribute; field in PropertyCallback54 mAttribute = attribute; in PropertyCallback()73 targetNode.setAttribute(mUri, mAttribute, valueId); in action()76 targetNode.setAttribute(mUri, mAttribute, Boolean.toString(newValue)); in action()
417 private Attr mAttribute;420 this.mAttribute = attribute;425 return mAttribute.getNamespaceURI();430 String name = mAttribute.getLocalName();432 name = mAttribute.getName();439 return mAttribute.getValue();
1593 private final Attr mAttribute; field in Hyperlinks.XmlContext1604 mAttribute = attribute; in XmlContext()1635 return mAttribute; in getAttribute()