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 ...
|
setLogLevel
public ComplexElementHandler(ElementHandlerFactory ehf, Element elem) throws SAXException
ehf
- ElementHandlerFactoryelem
- ElementSAXException
public Element getElement()
XMLElementHandler
getElement
in class XMLElementHandler
XMLElementHandler.getElement()
public void characters(String text1) throws SAXException
XMLElementHandler
characters
in class XMLElementHandler
SAXException
SAXNotSupportedException
XMLElementHandler.characters(java.lang.String)
public void endElement(URI namespaceURI, String localName, Map hints) throws OperationNotSupportedException, SAXException
XMLElementHandler
endElement
in class XMLElementHandler
namespaceURI
- localName
- hints
- SAXException
OperationNotSupportedException
SchemaContentHandler#endElement
public void startElement(URI namespaceURI, String localName, Attributes attr1)
startElement
in class XMLElementHandler
namespaceURI
- 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 XMLElementHandler
namespaceURI
- localName
- hints
- SAXException
XMLElementHandler.getHandler(java.net.URI, java.lang.String,
java.util.Map)
public Object getValue()
getValue
in class XMLElementHandler
XMLElementHandler.getValue()
public String getName()
XMLElementHandler
getName
in class XMLElementHandler
XMLElementHandler.getName()
public void removeElement(XMLElementHandler handler)
handler
- public ComplexType getType()
Copyright © 1996–2019 Geotools. All rights reserved.