|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectXMLElementHandler
IgnoreHandler
public class IgnoreHandler
This is a default Handler which is used in case a handler cannot be created for an arbitry element. Note: this handler does not perform and parsing on the current element or it's children.
modules/library/xml (gt-xml.jar)
Field Summary | |
---|---|
static String |
NAME
|
Fields inherited from class XMLElementHandler |
---|
logger |
Constructor Summary | |
---|---|
IgnoreHandler()
|
|
IgnoreHandler(Element igElem)
|
Method Summary | |
---|---|
void |
characters(String text)
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)
This will find an appropriate XMLElementHandler for the specified child if appropriate. |
String |
getName()
This returns the name of the element being represented by this handler. |
Object |
getValue()
This method will get the value of the element depending on it's type. |
void |
startElement(URI namespaceURI,
String localName,
Attributes attr)
handles SAX start Element events. |
Methods inherited from class XMLElementHandler |
---|
setLogLevel |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NAME
Constructor Detail |
---|
public IgnoreHandler()
public IgnoreHandler(Element igElem)
Method Detail |
---|
public Element getElement()
XMLElementHandler
getElement
in class XMLElementHandler
XMLElementHandler.getElement()
public void characters(String text)
XMLElementHandler
characters
in class XMLElementHandler
XMLElementHandler.characters(java.lang.String)
public XMLElementHandler getHandler(URI namespaceURI, String localName, Map hints)
XMLElementHandler
getHandler
in class XMLElementHandler
hints
- DOCUMENT ME!
schema.XSIElementHandler#getHandler(java.lang.String,
java.lang.String)
public Object getValue()
XMLElementHandler
getValue
in class XMLElementHandler
XMLElementHandler.getValue()
public String getName()
XMLElementHandler
getName
in class XMLElementHandler
XMLElementHandler.getName()
public void endElement(URI namespaceURI, String localName, Map hints)
XMLElementHandler
endElement
in class XMLElementHandler
hints
- DOCUMENT ME!org.geotools.xml.XMLElementHandler#endElement(java.lang.String,
java.lang.String)
public void startElement(URI namespaceURI, String localName, Attributes attr)
XMLElementHandler
startElement
in class XMLElementHandler
org.geotools.xml.XMLElementHandler#startElement(java.lang.String,
java.lang.String, org.xml.sax.Attributes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |