xylia.sax.contentmodelparser
Interface ParsedContentModelHandler
- All Known Implementing Classes:
- ContentModelMap
- public interface ParsedContentModelHandler
An interface for objects that handle parsed content models.
After each content model has been parsed, its representation is
sent to a callback object conforming to this interface.
Title: Xylia
Description:
Copyright: Copyright (c) 2001
Company: MUN
- Version:
- 1.0
- Author:
- Theodore S. Norvell
Method Summary |
void |
elementDecl(java.lang.String qname,
java.lang.Object parsedContentModel)
Receives the parsed content for an element. |
elementDecl
public void elementDecl(java.lang.String qname,
java.lang.Object parsedContentModel)
throws org.xml.sax.SAXException
- Receives the parsed content for an element.
- Parameters:
qname
- The qualified name of the elementparsedContentModel
- An object representing the content model.