|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rules | |
org.apache.asn1.ber.digester |
Uses of Rules in org.apache.asn1.ber.digester |
Classes in org.apache.asn1.ber.digester that implement Rules | |
class |
RulesBase
A base Rules implementation using a fast pattern match. |
Fields in org.apache.asn1.ber.digester declared as Rules | |
private Rules |
BERDigester.rules
the rules base used by this digester |
Methods in org.apache.asn1.ber.digester that return Rules | |
Rules |
BERDigester.getRules()
Return the Rules implementation object containing our rules collection and associated matching policy. |
Methods in org.apache.asn1.ber.digester with parameters of type Rules | |
void |
BERDigester.setRules(Rules rules)
Set the Rules implementation object containing our rules collection and associated matching policy. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |