Searched defs:isSupported (Results 1 - 13 of 13) sorted by relevance

/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DProtocolVersion.java40 public static boolean isSupported(byte[] version) { method in class:ProtocolVersion
71 public static boolean isSupported(String name) { method in class:ProtocolVersion
/dalvik/libcore/xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathExpressionImpl.java177 if ( !isSupported ( returnType ) ) {
282 if ( !isSupported ( returnType ) ) {
328 private boolean isSupported( QName returnType ) { method in class:XPathExpressionImpl
365 // If isSupported check is already done then the execution path
H A DXPathImpl.java272 if ( !isSupported ( returnType ) ) {
301 private boolean isSupported( QName returnType ) { method in class:XPathImpl
465 if ( !isSupported ( returnType ) ) {
/dalvik/libcore/nio_char/src/main/java/java/nio/charset/
H A DCharset.java558 public static synchronized boolean isSupported(String charsetName) { method in class:Charset
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java77 public boolean isSupported(String feature, String version) {return false;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
188 return isSupported(feature, version) ? this : null;
/dalvik/libcore/xml/src/main/java/org/w3c/dom/
H A DNode.java472 public boolean isSupported(String feature, method in interface:Node
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
H A DNodeImpl.java146 public boolean isSupported(String feature, String version) { method in class:NodeImpl
702 return isSupported(feature, version) ? this : null;
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java974 public boolean isSupported(String feature, String version) method in class:ElemLiteralResult.Attribute
1102 return isSupported(feature, version) ? this : null;
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java567 public boolean isSupported(String feature, String version); method in interface:DTM
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java713 public boolean isSupported(String feature, String version) method in class:UnImplNode
1253 return isSupported(feature, version) ? this : null;
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java1904 public boolean isSupported(String feature, String version) method in class:DTMDefaultBase
H A DDTMDocumentImpl.java1765 public boolean isSupported(String feature, String version) {return false;} method in class:DTMDocumentImpl
H A DDTMNodeProxy.java254 * but was renamed isSupported. It's present here only because it's
279 public final boolean isSupported(String feature, String version) method in class:DTMNodeProxy
1503 return isSupported(feature, version) ? this : null;

Completed in 344 milliseconds