|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap rj.tools.jcsc.rules.XMLRulesMap
Class through which the Rules are aquired reading them from a XML Document. Once a rules was retrieved it is cached
Nested Class Summary |
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Constructor Summary | |
XMLRulesMap(org.w3c.dom.Document document)
Creates a new XMLRulesMap based on a xml document |
Method Summary | |
java.util.Set |
entrySet()
Returns a set view of the mappings contained in this map. |
java.lang.Object |
get(java.lang.Object key)
Return the key specified by the key which is the name of the Rule. |
Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XMLRulesMap(org.w3c.dom.Document document)
document
- Method Detail |
public java.lang.Object get(java.lang.Object key)
key
- of the rule
RuleConstants
public java.util.Set entrySet()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |