|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.digester.Rule
org.objectweb.jonas_lib.deployment.rules.QNameRule
org.objectweb.jonas_lib.deployment.rules.AnonymousQNameRule
Rule that create a new QName object for anonymous-type-qname in jaxrpc mapping file.
| Field Summary |
| Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
| Constructor Summary | |
AnonymousQNameRule()
|
|
| Method Summary | |
void |
body(java.lang.String namespace,
java.lang.String name,
java.lang.String text)
This method is called when the body of a matching XML element is encountered. |
| Methods inherited from class org.apache.commons.digester.Rule |
begin, begin, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AnonymousQNameRule()
| Method Detail |
public void body(java.lang.String namespace,
java.lang.String name,
java.lang.String text)
body in class QNameRulenamespace - the namespace URI of the matching element,
or an empty string if the parser is not namespace
aware or the element has no namespacename - the local name if the parser is namespace aware,
or just the element name otherwisetext - The text of the body of this element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||