Java org.dom4j.rule Rule fields, constructors, methods, implement or subclass

Example usage for Java org.dom4j.rule Rule fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.dom4j.rule Rule.

The text is from its open source code.

Constructor

Rule(Pattern pattern, Action action)
Rule(Rule that, Pattern pattern)
Constructs a new Rule with the same instance data as the given rule but a different pattern.
Rule()

Method

voidsetAction(Action action)
Setter for property action.
voidsetMode(String mode)
Setter for property mode.
voidsetPattern(Pattern pattern)
Setter for property pattern.