Java org.apache.commons.digester Rule fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.digester Rule fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.digester Rule.

The text is from its open source code.

Subclass

org.apache.commons.digester.Rule has subclasses.
Click this link to see all its subclasses.

Constructor

Rule()

Base constructor.

Rule(Digester digester)
Constructor sets the associated Digester.

Method

StringgetNamespaceURI()
Return the namespace URI for which this Rule is relevant, if any.
voidsetDigester(Digester digester)
Set the Digester with which this Rule is associated.
voidsetNamespaceURI(String namespaceURI)
Set the namespace URI for which this Rule is relevant, if any.