org.geotools.xml.impl
Class HandlerFactoryImpl
java.lang.Object
org.geotools.xml.impl.HandlerFactoryImpl
- All Implemented Interfaces:
- HandlerFactory
public class HandlerFactoryImpl
- extends java.lang.Object
- implements HandlerFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerFactoryImpl
public HandlerFactoryImpl()
createDocumentHandler
public DocumentHandler createDocumentHandler(ParserHandler parser)
- Description copied from interface:
HandlerFactory
- Creates a handler for the root element of a document.
- Specified by:
createDocumentHandler
in interface HandlerFactory
createElementHandler
public ElementHandler createElementHandler(javax.xml.namespace.QName qName,
Handler parent,
ParserHandler parser)
- Description copied from interface:
HandlerFactory
- Creates an element hander for a global or top level element in a document.
- Specified by:
createElementHandler
in interface HandlerFactory
- Parameters:
qName
- The qualified name identifying the element.parent
- The parent handler.parser
- The content handler driving the parser.
- Returns:
- A new element handler, or null if one could not be created.
createElementHandler
public ElementHandler createElementHandler(org.eclipse.xsd.XSDElementDeclaration element,
Handler parent,
ParserHandler parser)
- Description copied from interface:
HandlerFactory
- Creates a handler for a particular element in a document.
- Specified by:
createElementHandler
in interface HandlerFactory
- Parameters:
element
- The schema component which represents the declaration
of the element.parent
- The parent handler.parser
- The content handler driving the parser.
- Returns:
- A new element handler, or null if one could not be created.
Copyright © 1996-2010 Geotools. All Rights Reserved.