public class ComplexElementHandler extends XMLElementHandler
ComplexType,
Serialized Formlogger| Constructor and Description |
|---|
ComplexElementHandler(ElementHandlerFactory ehf,
Element elem)
Creates a new ComplexElementHandler object for Element elem using ElementHandlerFactory ehf.
|
| Modifier and Type | Method and Description |
|---|---|
void |
characters(String text1)
This method throws a SAXNotSupportedException if it is called and not overwritten.
|
void |
endElement(URI namespaceURI,
String localName,
Map hints)
handles SAX end Element events.
|
Element |
getElement()
This returns the Element specified.
|
XMLElementHandler |
getHandler(URI namespaceURI,
String localName,
Map hints)
TODO summary sentence for getHandler ...
|
String |
getName()
This returns the name of the element being represented by this handler.
|
ComplexType |
getType()
returns the Type of the Elementhandler
|
Object |
getValue()
TODO summary sentence for getValue ...
|
void |
removeElement(XMLElementHandler handler)
Remove the given XMLElementHandler from the Child-List
|
void |
startElement(URI namespaceURI,
String localName,
Attributes attr1)
TODO summary sentence for startElement ...
|
setLogLevelpublic ComplexElementHandler(ElementHandlerFactory ehf, Element elem) throws SAXException
ehf - ElementHandlerFactoryelem - ElementSAXExceptionpublic Element getElement()
XMLElementHandlergetElement in class XMLElementHandlerXMLElementHandler.getElement()public void characters(String text1) throws SAXException
XMLElementHandlercharacters in class XMLElementHandlerSAXExceptionSAXNotSupportedExceptionXMLElementHandler.characters(java.lang.String)public void endElement(URI namespaceURI, String localName, Map hints) throws OperationNotSupportedException, SAXException
XMLElementHandlerendElement in class XMLElementHandlernamespaceURI - localName - hints - SAXExceptionOperationNotSupportedExceptionSchemaContentHandler#endElementpublic void startElement(URI namespaceURI, String localName, Attributes attr1)
startElement in class XMLElementHandlernamespaceURI - localName - attr1 - XMLElementHandler.startElement(java.net.URI, java.lang.String,
org.xml.sax.Attributes)public XMLElementHandler getHandler(URI namespaceURI, String localName, Map hints) throws SAXException
getHandler in class XMLElementHandlernamespaceURI - localName - hints - SAXExceptionXMLElementHandler.getHandler(java.net.URI, java.lang.String,
java.util.Map)public Object getValue()
getValue in class XMLElementHandlerXMLElementHandler.getValue()public String getName()
XMLElementHandlergetName in class XMLElementHandlerXMLElementHandler.getName()public void removeElement(XMLElementHandler handler)
handler - public ComplexType getType()
Copyright © 1996–2019 Geotools. All rights reserved.