public class DocumentHandlerImpl extends HandlerImpl implements DocumentHandler
| Constructor and Description |
|---|
DocumentHandlerImpl(HandlerFactory factory,
ParserHandler parser) |
| Modifier and Type | Method and Description |
|---|---|
Handler |
createChildHandler(QName qName)
Returns a handler for a component in the schema which is a child of this component.
|
void |
endChildHandler(Handler child)
Called when a child handler is finished, on the trailing edge of the child element.
|
void |
endDocument() |
InstanceComponent |
getComponent() |
Handler |
getParentHandler() |
Node |
getParseNode() |
XSDSchemaContent |
getSchemaContent() |
Object |
getValue() |
void |
startChildHandler(Handler child)
Called when a child handler is started, on the leading edge of the child element.
|
void |
startDocument()
Returns the element handler for the root element of an instance document.
|
endPrefixMapping, getContext, setContext, startPrefixMappingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendPrefixMapping, getContext, setContext, startPrefixMappingpublic DocumentHandlerImpl(HandlerFactory factory, ParserHandler parser)
public XSDSchemaContent getSchemaContent()
getSchemaContent in interface Handlerpublic InstanceComponent getComponent()
getComponent in interface Handlerpublic Object getValue()
public Node getParseNode()
getParseNode in interface Handlerpublic Handler createChildHandler(QName qName)
HandlerThis method will return null in two situations:
createChildHandler in interface HandlerqName - The qualified name of the schema component.public void startChildHandler(Handler child)
HandlerstartChildHandler in interface Handlerchild - The executing child handler.public void endChildHandler(Handler child)
HandlerendChildHandler in interface Handlerchild - The executing child handler.public Handler getParentHandler()
getParentHandler in interface HandlerHandler#getChildHandler(QName, SchemaBuilder)public void startDocument()
DocumentHandlerstartDocument in interface DocumentHandlerpublic void endDocument()
endDocument in interface DocumentHandlerCopyright © 1996–2019 Geotools. All rights reserved.