public class

TextRule

extends MappedPropertyRule
java.lang.Object
   ↳ org.apache.commons.digester.Rule
     ↳ org.apache.commons.betwixt.digester.RuleSupport
       ↳ org.apache.commons.betwixt.digester.MappedPropertyRule
         ↳ org.apache.commons.betwixt.digester.TextRule

Class Overview

Rule for parsing <text> elements. These allow mixed content text to be specified. A mixed content element example:

     <foo>text<bar/></foo>
 

Summary

[Expand]
Inherited Fields
From class org.apache.commons.digester.Rule
Public Constructors
TextRule()
Base constructor
Public Methods
void begin(String name, String namespace, Attributes attributes)
Process the beginning of this element.
[Expand]
Inherited Methods
From class org.apache.commons.betwixt.digester.MappedPropertyRule
From class org.apache.commons.betwixt.digester.RuleSupport
From class org.apache.commons.digester.Rule
From class java.lang.Object

Public Constructors

public TextRule ()

Base constructor

Public Methods

public void begin (String name, String namespace, Attributes attributes)

Process the beginning of this element.

Parameters
attributes The attribute list of this element
Throws
SAXException 1. If this tag's parent is not an element tag. 2. If this tag has a value attribute together with either a property or type attribute.