public class KeywordsTypeBinding extends AbstractComplexEMFBinding
<complexType name="KeywordsType">
<annotation>
<documentation>Unordered list of one or more commonly used or formalised word(s) or phrase(s) used to describe the subject. When needed, the optional "type" can name the type of the associated list of keywords that shall all have the same type. Also when needed, the codeSpace attribute of that "type" can reference the type name authority and/or thesaurus. </documentation>
<documentation>For OWS use, the optional thesaurusName element was omitted as being complex information that could be referenced by the codeSpace attribute of the Type element. </documentation>
</annotation>
<sequence>
<element maxOccurs="unbounded" name="Keyword" type="string"/>
<element minOccurs="0" name="Type" type="ows:CodeType"/>
</sequence>
</complexType>
Constructor and Description |
---|
KeywordsTypeBinding(Ows10Factory factory) |
Modifier and Type | Method and Description |
---|---|
QName |
getTarget() |
Class |
getType() |
Object |
parse(ElementInstance instance,
Node node,
Object value) |
createEObject, getProperty, setProperty
encode, getExecutionMode, getProperties, initialize, initializeChildContext
public QName getTarget()
public Class getType()
getType
in interface Binding
getType
in class AbstractComplexEMFBinding
public Object parse(ElementInstance instance, Node node, Object value) throws Exception
parse
in interface ComplexBinding
parse
in class AbstractComplexEMFBinding
instance
- The element being parsed.node
- The node in the parse tree representing the element being parsed.value
- The result of the parse from another strategy in the type hierarchy. Could be
null if this is the first strategy being executed.Exception
- Strategy objects should not attempt to handle any exceptions.Copyright © 1996–2023 Geotools. All rights reserved.