|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.xml.XSIElementHandler org.geotools.xml.handlers.xsi.KeyrefHandler
KeyrefHandler purpose.
represents a 'keyref' element. This class is not currently used asside from as a placeholder.
TODO use this class semantically
Field Summary | |
static java.lang.String |
LOCALNAME
'keyref' |
Fields inherited from class org.geotools.xml.XSIElementHandler |
DEFAULT, EXTENSION, FACET, LIST, logger, RESTRICTION, SEQUENCE, SIMPLETYPE, UNION |
Constructor Summary | |
KeyrefHandler()
|
Method Summary | |
void |
endElement(java.lang.String namespaceURI,
java.lang.String localName)
handles SAX end Element events. this is an opportunity to complete some post-processing |
java.util.List |
getFields()
returns a list of child field elements |
XSIElementHandler |
getHandler(java.lang.String namespaceURI,
java.lang.String localName)
This method will be used to create the XSI document. |
int |
getHandlerType()
Returns one of the Specified types ... intended for use by the child packages only |
java.lang.String |
getId()
returns the id attribute |
java.lang.String |
getLocalName()
Returns the LocalName for this element (ie this declaration in the Schema ... so ComplexType or Sequence ...) |
java.lang.String |
getName()
returns the name attribute |
java.lang.String |
getRefer()
returns the refer attribute |
SelectorHandler |
getSelector()
returns the child selector element |
int |
hashCode()
|
void |
startElement(java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes atts)
handles SAX start Element events. |
Methods inherited from class org.geotools.xml.XSIElementHandler |
characters, equals, setLogLevel |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String LOCALNAME
Constructor Detail |
public KeyrefHandler()
Method Detail |
public int hashCode()
hashCode
in class XSIElementHandler
Object.hashCode()
public XSIElementHandler getHandler(java.lang.String namespaceURI, java.lang.String localName) throws org.xml.sax.SAXException
XSIElementHandler
getHandler
in class XSIElementHandler
namespaceURI
- localName
-
org.xml.sax.SAXException
XSIElementHandler.getHandler(java.lang.String,
java.lang.String)
public void startElement(java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes atts)
XSIElementHandler
startElement
in class XSIElementHandler
namespaceURI
- localName
- atts
- XSIElementHandler.startElement(java.lang.String,
java.lang.String, org.xml.sax.Attributes)
public java.lang.String getLocalName()
XSIElementHandler
getLocalName
in class XSIElementHandler
XSIElementHandler.getLocalName()
public java.util.List getFields()
returns a list of child field elements
public java.lang.String getId()
returns the id attribute
public java.lang.String getName()
returns the name attribute
public java.lang.String getRefer()
returns the refer attribute
public SelectorHandler getSelector()
returns the child selector element
public int getHandlerType()
XSIElementHandler
getHandlerType
in class XSIElementHandler
XSIElementHandler.getHandlerType()
public void endElement(java.lang.String namespaceURI, java.lang.String localName)
XSIElementHandler
endElement
in class XSIElementHandler
namespaceURI
- localName
- XSIElementHandler.endElement(java.lang.String,
java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |