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.
Nested Class Summary
classTypedContentHandler.TypeInfoProviderImpl
Method Summary
TypeInfoProvidergetTypeInfoProvider()
Get a TypeInfoProvider to provide type information for the current element or attribute event.
voidstartElement(int nameCode, int typeCode, int locationId, int properties)
Notify the start of an element

Method Detail

getTypeInfoProvider

public TypeInfoProvider getTypeInfoProvider()
Get a TypeInfoProvider to provide type information for the current element or attribute event.

startElement

public void startElement(int nameCode, int typeCode, int locationId, int properties)
Notify the start of an element