public class InlineContentBinding extends AbstractComplexBinding
<xsd:element name="InlineContent" type="se:InlineContentType">
<xsd:annotation>
<xsd:documentation>
"InlineContent" is XML- or base64-encoded encoded content in some
externally-defined format that is included in an SE in-line.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType mixed="true" name="InlineContentType">
<xsd:sequence>
<xsd:any minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="encoding" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="xml"/>
<xsd:enumeration value="base64"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
Constructor and Description |
---|
InlineContentBinding() |
Modifier and Type | Method and Description |
---|---|
QName |
getTarget() |
Class |
getType() |
Object |
parse(ElementInstance instance,
Node node,
Object value) |
encode, getExecutionMode, getProperties, getProperty, initialize, initializeChildContext
public QName getTarget()
public Class getType()
public Object parse(ElementInstance instance, Node node, Object value) throws Exception
parse
in interface ComplexBinding
parse
in class AbstractComplexBinding
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.