Home
last modified time | relevance | path

Searched refs:getAttributeType (Results 1 – 7 of 7) sorted by relevance

/external/jsilver/src/com/google/streamhtmlparser/
DHtmlParser.java163 public ATTR_TYPE getAttributeType(); in getAttributeType() method
/external/jsilver/src/com/google/streamhtmlparser/impl/
DHtmlParserImpl.java232 && (getAttributeType() == ATTR_TYPE.STYLE)) in inCss()
237 public ATTR_TYPE getAttributeType() { in getAttributeType() method in HtmlParserImpl
308 if (getAttributeType() != ATTR_TYPE.URI) { in isUrlStart()
409 && getAttributeType() == ATTR_TYPE.URI in insertText()
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
DAutoEscapeContext.java383 HtmlParser.ATTR_TYPE type = htmlParser.getAttributeType(); in getCurrentAttributeState()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapSerializationEnvelope.java245 attributeInfo.setType(parser.getAttributeType(attributeCount)); in readUnknown()
/external/python/cpython2/Lib/xml/dom/
Dminidom.py447 return info.getAttributeType(self.nodeName)
1438 def getAttributeType(self, aname): member in ElementInfo
Dexpatbuilder.py76 def getAttributeType(self, aname): member in ElementInfo
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1379 BaseAttributeType getAttributeType(const glu::DataType dataType) in getAttributeType() function
1489 useAttribute(4u + inNdx, getAttributeType(in.dataType)); in ShaderMatrixInstance()