org.apache.commons.scxml.io
Class SCXMLDigester.ParseExternalContentRule

java.lang.Object
  |
  +--org.apache.commons.digester.Rule
        |
        +--org.apache.commons.digester.NodeCreateRule
              |
              +--org.apache.commons.scxml.io.SCXMLDigester.ParseExternalContentRule
Enclosing class:
SCXMLDigester

public static class SCXMLDigester.ParseExternalContentRule
extends org.apache.commons.digester.NodeCreateRule

Custom digestion rule for parsing bodies of ExternalContent elements.

See Also:
ExternalContent

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
SCXMLDigester.ParseExternalContentRule()
          Constructor.
 
Method Summary
 void end(String namespace, String name)
           
 
Methods inherited from class org.apache.commons.digester.NodeCreateRule
begin, end
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, 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

SCXMLDigester.ParseExternalContentRule

public SCXMLDigester.ParseExternalContentRule()
                                       throws ParserConfigurationException
Constructor.

Throws:
ParserConfigurationException - A JAXP configuration error
Method Detail

end

public final void end(String namespace,
                      String name)
Overrides:
end in class org.apache.commons.digester.Rule
See Also:
Rule.end(String, String)


Copyright © 2005-2006 The Apache Software Foundation. All Rights Reserved.