filteropscomplextypes.comparisonopstype.html

来自「Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理」· HTML 代码 · 共 935 行 · 第 1/4 页

HTML
935
字号
<DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html" title="interface in org.geotools.xml.schema">ComplexType</A></CODE></B></DD><DD>Returns true when the complexType should be considered abstract, as defined by the XML schema of which this complex type definition is a part.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html#isAbstract()">isAbstract</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html" title="interface in org.geotools.xml.schema">ComplexType</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../../org/geotools/xml/schema/ComplexType.html#isAbstract()"><CODE>ComplexType.isAbstract()</CODE></A></DL></DD></DL><HR><A NAME="getChild()"><!-- --></A><H3>getChild</H3><PRE>public <A HREF="../../../../org/geotools/xml/schema/ElementGrouping.html" title="interface in org.geotools.xml.schema">ElementGrouping</A> <B>getChild</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html" title="interface in org.geotools.xml.schema">ComplexType</A></CODE></B></DD><DD>Returns the child element representing the structure of nested  child nodes (if any are allowed).<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html#getChild()">getChild</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html" title="interface in org.geotools.xml.schema">ComplexType</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../../org/geotools/xml/schema/ComplexType.html#getChild()"><CODE>ComplexType.getChild()</CODE></A></DL></DD></DL><HR><A NAME="getChildElements()"><!-- --></A><H3>getChildElements</H3><PRE>public <A HREF="../../../../org/geotools/xml/schema/Element.html" title="interface in org.geotools.xml.schema">Element</A>[] <B>getChildElements</B>()</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html#getChildElements()">getChildElements</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html" title="interface in org.geotools.xml.schema">ComplexType</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../../org/geotools/xml/schema/ComplexType.html#getChildElements()"><CODE>ComplexType.getChildElements()</CODE></A></DL></DD></DL><HR><A NAME="getValue(org.geotools.xml.schema.Element, org.geotools.xml.schema.ElementValue[], org.xml.sax.Attributes, java.util.Map)"><!-- --></A><H3>getValue</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>getValue</B>(<A HREF="../../../../org/geotools/xml/schema/Element.html" title="interface in org.geotools.xml.schema">Element</A>&nbsp;element,                       <A HREF="../../../../org/geotools/xml/schema/ElementValue.html" title="interface in org.geotools.xml.schema">ElementValue</A>[]&nbsp;value,                       <A HREF="http://java.sun.com/j2se/1.4/docs/api/org/xml/sax/Attributes.html" title="class or interface in org.xml.sax">Attributes</A>&nbsp;attrs,                       <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&nbsp;hints)                throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/org/xml/sax/SAXException.html" title="class or interface in org.xml.sax">SAXException</A></PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/Type.html" title="interface in org.geotools.xml.schema">Type</A></CODE></B></DD><DD><p> This method is intended to receive the child elements in the form of ElementValues (@see ElementValue). Recall that this is a pairing containing a reference to the type and the actual value (do not call .getValue on the types). This should return the real value (interpreted value) for this element based on it's children. Remember, this is a XML is a tree structure, so if you don't include some children, they are gone forever (so be careful when ignoring data). </p> <p> If the element had #CData (Nested Child Text), this will appear in the first slot, with a null Element.   </p> <p> A SAXNotSupportedException should be thrown when the child's [inherited, default implementation of getValue(ElementValue[],Attributes)] method should be used. </p><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/Type.html#getValue(org.geotools.xml.schema.Element, org.geotools.xml.schema.ElementValue[], org.xml.sax.Attributes, java.util.Map)">getValue</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/Type.html" title="interface in org.geotools.xml.schema">Type</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>Object<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/org/xml/sax/SAXException.html" title="class or interface in org.xml.sax">SAXException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../org/geotools/xml/schema/Type.html#getValue(org.geotools.xml.schema.Element, org.geotools.xml.schema.ElementValue[], org.xml.sax.Attributes, java.util.Map)"><CODE>Type.getValue(org.geotools.xml.schema.Element,      org.geotools.xml.schema.ElementValue[],      org.xml.sax.Attributes, java.util.Map)</CODE></A></DL></DD></DL><HR><A NAME="getName()"><!-- --></A><H3>getName</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getName</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/Type.html" title="interface in org.geotools.xml.schema">Type</A></CODE></B></DD><DD><p> This returns the XML Schema declaration name of this type (both complex and simple types have names ...) </p><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/Type.html#getName()">getName</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/Type.html" title="interface in org.geotools.xml.schema">Type</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../../org/geotools/xml/schema/Type.html#getName()"><CODE>Type.getName()</CODE></A></DL></DD></DL><HR><A NAME="getInstanceType()"><!-- --></A><H3>getInstanceType</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Class.html" title="class or interface in java.lang">Class</A> <B>getInstanceType</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/Type.html" title="interface in org.geotools.xml.schema">Type</A></CODE></B></DD><DD><p> This will return the intended Java Class for this element type. For generic complex types this will be an object array. SimpleTypes will match as they are parsed, and custom extensions will also return the appropriate class value. </p><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/Type.html#getInstanceType()">getInstanceType</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/Type.html" title="interface in org.geotools.xml.schema">Type</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../../org/geotools/xml/schema/Type.html#getInstanceType()"><CODE>Type.getInstanceType()</CODE></A></DL></DD></DL><HR><A NAME="canEncode(org.geotools.xml.schema.Element, java.lang.Object, java.util.Map)"><!-- --></A><H3>canEncode</H3><PRE>public boolean <B>canEncode</B>(<A HREF="../../../../org/geotools/xml/schema/Element.html" title="interface in org.geotools.xml.schema">Element</A>&nbsp;element,                         <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;value,                         <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&nbsp;hints)</PRE><DL><DD><B>Description copied from class: <CODE>FilterSchema.FilterComplexType</CODE></B></DD><DD>Subclass must override this method to allow encoding.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/Type.html#canEncode(org.geotools.xml.schema.Element, java.lang.Object, java.util.Map)">canEncode</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/Type.html" title="interface in org.geotools.xml.schema">Type</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD><code>false</code>, subclass override to allow encoding<DT><B>See Also:</B><DD><A HREF="../../../../org/geotools/xml/schema/Type.html#canEncode(org.geotools.xml.schema.Element, java.lang.Object, java.util.Map)"><CODE>Type.canEncode(org.geotools.xml.schema.Element,      java.lang.Object, java.util.Map)</CODE></A></DL></DD></DL><HR><A NAME="encode(org.geotools.xml.schema.Element, java.lang.Object, org.geotools.xml.PrintHandler, java.util.Map)"><!-- --></A><H3>encode</H3><PRE>public void <B>encode</B>(<A HREF="../../../../org/geotools/xml/schema/Element.html" title="interface in org.geotools.xml.schema">Element</A>&nbsp;element,                   <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;value,                   <A HREF="../../../../org/geotools/xml/PrintHandler.html" title="interface in org.geotools.xml">PrintHandler</A>&nbsp;output,                   <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A>&nbsp;hints)            throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A>,                   <A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/naming/OperationNotSupportedException.html" title="class or interface in javax.naming">OperationNotSupportedException</A></PRE><DL><DD><B>Description copied from class: <CODE>FilterSchema.FilterComplexType</CODE></B></DD><DD>Subclass should implement this, this implementation provides a good OperationsNotSupportedException.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/Type.html#encode(org.geotools.xml.schema.Element, java.lang.Object, org.geotools.xml.PrintHandler, java.util.Map)">encode</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/Type.html" title="interface in org.geotools.xml.schema">Type</A></CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/javax/naming/OperationNotSupportedException.html" title="class or interface in javax.naming">OperationNotSupportedException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../org/geotools/xml/schema/Type.html#encode(org.geotools.xml.schema.Element, java.lang.Object, org.geotools.xml.PrintHandler, java.util.Map)"><CODE>Type.encode(org.geotools.xml.schema.Element,      java.lang.Object, org.geotools.xml.PrintHandler,      java.util.Map)</CODE></A></DL></DD></DL><HR><A NAME="getParent()"><!-- --></A><H3>getParent</H3><PRE>public <A HREF="../../../../org/geotools/xml/schema/Type.html" title="interface in org.geotools.xml.schema">Type</A> <B>getParent</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html" title="interface in org.geotools.xml.schema">ComplexType</A></CODE></B></DD><DD><p> This is used to represent the heirarchy represented within an xml schema document(s). This is particularily useful, as the parent will have the first attempt to create a real (non Object[]) value of the element. For more information see getValue. </p><P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html#getParent()">getParent</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html" title="interface in org.geotools.xml.schema">ComplexType</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../../org/geotools/xml/schema/ComplexType.html#getParent()"><CODE>ComplexType.getParent()</CODE></A></DL></DD></DL><HR><A NAME="getAnyAttributeNameSpace()"><!-- --></A><H3>getAnyAttributeNameSpace</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getAnyAttributeNameSpace</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html" title="interface in org.geotools.xml.schema">ComplexType</A></CODE></B></DD><DD>This methos represents the potential 'anyAttribute' declaration's namespace attribute which may occur within a complex type definition.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html#getAnyAttributeNameSpace()">getAnyAttributeNameSpace</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html" title="interface in org.geotools.xml.schema">ComplexType</A></CODE></DL></DD><DD><DL><DT><B>See Also:</B><DD><A HREF="../../../../org/geotools/xml/schema/ComplexType.html#getAnyAttributeNameSpace()"><CODE>ComplexType.getAnyAttributeNameSpace()</CODE></A></DL></DD></DL><HR><A NAME="getAttributes()"><!-- --></A><H3>getAttributes</H3><PRE>public <A HREF="../../../../org/geotools/xml/schema/Attribute.html" title="interface in org.geotools.xml.schema">Attribute</A>[] <B>getAttributes</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html" title="interface in org.geotools.xml.schema">ComplexType</A></CODE></B></DD><DD>The set of attributes required by this complex type declaration. As  per the xml schema definition, there is not an implied order to the attributes. For performance reasons an implementor may wich to order the attributes from most common to least commonly used attributes.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html#getAttributes()">getAttributes</A></CODE> in interface <CODE><A HREF="../../../../org/geotools/xml/schema/ComplexType.html" title="interface in org.geotools.xml.schema">ComplexType</A></CODE></DL></DD><DD><DL>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?