|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--xylia.sax.contentmodelparser.ContentModelMap
A Map of content models. Typically an instance of this class is used as a parameter to a ContentModelParserDeclHandler. As such it stores the content model produced by that objects ContentModelFactory. Content models are keyed by element name as a String. The type of the object returned by get depends on the type Copyright: Copyright (c) 2001 Company: MUN
ContentModelParserDeclHandler
,
ContentModelFactory
, Serialized FormInner classes inherited from class java.util.Map |
java.util.Map.Entry |
Constructor Summary | |
ContentModelMap()
|
Method Summary | |
void |
elementDecl(java.lang.String qname,
java.lang.Object parsedContentModel)
Receives the parsed content for an element. |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Constructor Detail |
public ContentModelMap()
Method Detail |
public void elementDecl(java.lang.String qname, java.lang.Object parsedContentModel) throws org.xml.sax.SAXException
ParsedContentModelHandler
elementDecl
in interface ParsedContentModelHandler
xylia.sax.contentmodelparser.ParsedContentModelHandler
qname
- The qualified name of the elementparsedContentModel
- An object representing the content model.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |