[
Lists Home |
Date Index |
Thread Index
]
In the appendix, David walks through all the information items and suggests what callbacks
can be used to return properties. For example, for attribute info items, he suggests using
Attribute.getURI() to obtain the [namespace name] property, Attributes.getLocalName() to
get [local name], and Attributes.getQName() to get [prefix], and so on. He also points out
where SAX cannot help you with the infoset. What I meant by an implementation is an
implementation of all the calls the David suggests in his appendix.
Mike
John Cowan wrote:
> Mike Fitzgerald scripsit:
>
>>In Appendix B of the book SAX2 [1], David Brownell describes a mapping of
>>SAX to the infoset, but I am unaware of an implementation of this mapping.
>
>
> SAX parsers are themselves an implementation of the mapping between SAX
> and the Infoset; that's (one of) the whole points of the Infoset, that
> it's independent of APIs.
>
> That said, I haven't read the appendix in question.
>
|