Home
last modified time | relevance | path

Searched defs:createAttribute (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DUnknownAttributeReader.java49 …Attribute createAttribute( int name_index, int length, java.io.DataInput file, ConstantPool consta… in createAttribute() method
DAttributeReader.java59 …Attribute createAttribute( int name_index, int length, java.io.DataInputStream file, ConstantPool … in createAttribute() method
/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/
DThemeStyleSetTest.java48 private AttributeResource createAttribute(String attrName, String value) { in createAttribute() method in ThemeStyleSetTest
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java913 public Attr createAttribute(String name) throws DOMException in createAttribute() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java716 public final Attr createAttribute(String name) throws DOMException in createAttribute() method in DTMNodeProxy
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java986 private Attribute createAttribute(Clazz clazz) in createAttribute() method in ProgramClassReader
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1635 def createAttribute(self, qName): member in Document
/external/python/cpython3/Lib/xml/dom/
Dminidom.py1707 def createAttribute(self, qName): member in Document