net.sf.saxon.dom
Class TypedContentHandler
public
class
TypedContentHandler
extends ContentHandlerProxy
This class is an extension of ContentHandlerProxy that provides access to type
information, using the DOM Level 3 TypeInfo interfaces.
The ContentHandlerProxy also acts as a TypeInfoProvider, providing information
about the type of the current element or attribute.
Method Summary |
TypeInfoProvider | getTypeInfoProvider()
Get a TypeInfoProvider to provide type information for the current element or attribute
event. |
void | startElement(int nameCode, int typeCode, int locationId, int properties)
Notify the start of an element |
public TypeInfoProvider getTypeInfoProvider()
Get a TypeInfoProvider to provide type information for the current element or attribute
event.
public void startElement(int nameCode, int typeCode, int locationId, int properties)
Notify the start of an element