Home
last modified time | relevance | path

Searched refs:getAttributeType (Results 1 – 4 of 4) 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()