|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.japisoft.xpath.AbstractKit
Basic kit. This kit hides some commons parts like the features management.
| Constructor Summary | |
AbstractKit()
|
|
| Method Summary | |
java.lang.Object |
getBetterReferenceNode(java.lang.Object refNode)
Particular case where the provided node is not valid for Xpath. |
java.lang.String |
getId(java.lang.Object node)
Deprecated. |
java.lang.String[] |
getSupportedFeatures()
Return a list of supported features |
boolean |
isFeatureSupported(java.lang.String feature)
|
void |
setFeature(java.lang.String feature,
boolean enable)
Set a feature support for the current kit. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.japisoft.xpath.XPathKit |
getLang, getLibrary, getLocalName, getName, getNamespaceURI, getNavigator, getNodeForId, getStringValue |
| Constructor Detail |
public AbstractKit()
| Method Detail |
public java.lang.String getId(java.lang.Object node)
public void setFeature(java.lang.String feature,
boolean enable)
setFeature in interface XPathKitpublic boolean isFeatureSupported(java.lang.String feature)
isFeatureSupported in interface XPathKitpublic java.lang.String[] getSupportedFeatures()
getSupportedFeatures in interface XPathKitpublic java.lang.Object getBetterReferenceNode(java.lang.Object refNode)
getBetterReferenceNode in interface XPathKit
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||