|
|||||||||||
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.ElementGroupingHandler org.geotools.xml.handlers.xsi.AnyHandler
AnyHandler purpose.
Represents an 'any' element.
Field Summary | |
static int |
LAX
lax |
static java.lang.String |
LOCALNAME
'any' |
static int |
SKIP
skip |
static int |
STRICT
strict |
Fields inherited from class org.geotools.xml.XSIElementHandler |
DEFAULT, EXTENSION, FACET, LIST, logger, RESTRICTION, SEQUENCE, SIMPLETYPE, UNION |
Constructor Summary | |
AnyHandler()
|
Method Summary | |
protected ElementGrouping |
compress(SchemaHandler parent)
This will compress the given element based on it's type and the parent schema, allowing for references to be resolved. |
void |
endElement(java.lang.String namespaceURI,
java.lang.String localName)
handles SAX end Element events. this is an opportunity to complete some post-processing |
static int |
findProcess(java.lang.String process)
maps strings -> int constants for the 'process' attribute |
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 |
getLocalName()
Returns the LocalName for this element (ie this declaration in the Schema ... so ComplexType or Sequence ...) |
int |
hashCode()
|
void |
startElement(java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes atts)
handles SAX start Element events. |
static java.lang.String |
writeProcess(int process)
reverses the findProcess method, converting from integers to String for the process attribute. |
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
public static final int STRICT
public static final int LAX
public static final int SKIP
Constructor Detail |
public AnyHandler()
Method Detail |
public int hashCode()
hashCode
in class XSIElementHandler
Object.hashCode()
public XSIElementHandler getHandler(java.lang.String namespaceURI, java.lang.String localName)
XSIElementHandler
getHandler
in class XSIElementHandler
namespaceURI
- localName
-
XSIElementHandler.getHandler(java.lang.String,
java.lang.String)
public void startElement(java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
XSIElementHandler
startElement
in class XSIElementHandler
namespaceURI
- localName
- atts
-
org.xml.sax.SAXException
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 static int findProcess(java.lang.String process) throws org.xml.sax.SAXException
maps strings -> int constants for the 'process' attribute
process
-
org.xml.sax.SAXException
public static java.lang.String writeProcess(int process)
reverses the findProcess method, converting from integers to String for the process attribute.
process
-
protected ElementGrouping compress(SchemaHandler parent)
ElementGroupingHandler
This will compress the given element based on it's type and the parent schema, allowing for references to be resolved.
compress
in class ElementGroupingHandler
parent
-
org.geotools.xml.XSIHandlers.ElementGroupingHandler#compress(org.geotools.xml.XSIHandlers.SchemaHandler)
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 |