org.objectweb.jonas_lib.deployment.rules.QNameRule Class Reference

Inherited by org.objectweb.jonas_lib.deployment.rules.AnonymousQNameRule.

Inheritance diagram for org.objectweb.jonas_lib.deployment.rules.QNameRule:

Inheritance graph
[legend]
List of all members.

Public Member Functions

void body (String namespace, String name, String text)

Detailed Description

Rule that create a new QName object
Author:
Florent Benoit

Definition at line 40 of file QNameRule.java.


Member Function Documentation

void org.objectweb.jonas_lib.deployment.rules.QNameRule.body String  namespace,
String  name,
String  text
 

This method is called when the body of a matching XML element is encountered. If the element has no body, this method is not called at all. The default implementation delegates to the deprecated method body without the namespace and name parameters, to retain backwards compatibility.

Parameters:
namespace the namespace URI of the matching element, or an empty string if the parser is not namespace aware or the element has no namespace
name the local name if the parser is namespace aware, or just the element name otherwise
text The text of the body of this element

Reimplemented in org.objectweb.jonas_lib.deployment.rules.AnonymousQNameRule.

Definition at line 56 of file QNameRule.java.

References org.objectweb.jonas_lib.deployment.xml.Qname.setName(), and org.objectweb.jonas_lib.deployment.xml.Qname.setQName().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:12:23 2005 for JOnAS by  doxygen 1.3.9.1