com.mkdoc.sax
Interface ElementHandler
- All Known Subinterfaces:
- ElementRdfWriter, ElementTripleWriter
- All Known Implementing Classes:
- LinkStoreWriter, LinkTripleWriter, MetaStoreWriter, MetaTripleWriter
- public interface ElementHandler
An interface for integrating specialised content handlers.
- Version:
- 0.1 2005-02-14
- Author:
- Philip Shaw
Method Summary |
boolean |
acceptElement(java.lang.String uri,
java.lang.String localName)
Report whether an instance accepts named element types. |
acceptElement
public boolean acceptElement(java.lang.String uri,
java.lang.String localName)
- Report whether an instance accepts named element types.
- Parameters:
uri
- The namespace URI for the document type.localName
- The local name of the element to check.
- Returns:
true
if this type is capable of handling the
specified element.