documenthandler.html
来自「Geotools是一个开源的Java GIS工具包,可利用它来开发符合标准的地理」· HTML 代码 · 共 498 行 · 第 1/2 页
HTML
498 行
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="DEFAULT_NAMESPACE_HINT_KEY"><!-- --></A><H3>DEFAULT_NAMESPACE_HINT_KEY</H3><PRE>public static final <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>DEFAULT_NAMESPACE_HINT_KEY</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.geotools.xml.handlers.DocumentHandler.DEFAULT_NAMESPACE_HINT_KEY">Constant Field Values</A></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="DocumentHandler(org.geotools.xml.handlers.ElementHandlerFactory)"><!-- --></A><H3>DocumentHandler</H3><PRE>public <B>DocumentHandler</B>(<A HREF="../../../../org/geotools/xml/handlers/ElementHandlerFactory.html" title="class in org.geotools.xml.handlers">ElementHandlerFactory</A> ehf)</PRE><DL><DD>Creates a new DocumentHandler object.<P><DT><B>Parameters:</B><DD><CODE>ehf</CODE> - ElementHandlerFactory</DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getElement()"><!-- --></A><H3>getElement</H3><PRE>public <A HREF="../../../../org/geotools/xml/schema/Element.html" title="interface in org.geotools.xml.schema">Element</A> <B>getElement</B>()</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html" title="class in org.geotools.xml">XMLElementHandler</A></CODE></B></DD><DD>This returns the Element specified.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html#getElement()">getElement</A></CODE> in class <CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html" title="class in org.geotools.xml">XMLElementHandler</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>Element (may not be null)<DT><B>See Also:</B><DD><A HREF="../../../../org/geotools/xml/XMLElementHandler.html#getElement()"><CODE>XMLElementHandler.getElement()</CODE></A></DL></DD></DL><HR><A NAME="endElement(java.net.URI, java.lang.String, java.util.Map)"><!-- --></A><H3>endElement</H3><PRE>public void <B>endElement</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/net/URI.html" title="class or interface in java.net">URI</A> namespaceURI, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> localName, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> hints)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html" title="class in org.geotools.xml">XMLElementHandler</A></CODE></B></DD><DD>handles SAX end Element events. This matches the end of the element declaration in the document ... and responds to the event generated by the SAX parser. This is an opportunity to complete some post-processing.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html#endElement(java.net.URI, java.lang.String, java.util.Map)">endElement</A></CODE> in class <CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html" title="class in org.geotools.xml">XMLElementHandler</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>namespaceURI</CODE> - <DD><CODE>localName</CODE> - <DD><CODE>hints</CODE> - DOCUMENT ME!<DT><B>See Also:</B><DD><CODE>org.geotools.xml.XMLElementHandler#endElement(java.lang.String, java.lang.String)</CODE></DL></DD></DL><HR><A NAME="getHandler(java.net.URI, java.lang.String, java.util.Map)"><!-- --></A><H3>getHandler</H3><PRE>public <A HREF="../../../../org/geotools/xml/XMLElementHandler.html" title="class in org.geotools.xml">XMLElementHandler</A> <B>getHandler</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/net/URI.html" title="class or interface in java.net">URI</A> namespaceURI, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> localName, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> 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 class: <CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html" title="class in org.geotools.xml">XMLElementHandler</A></CODE></B></DD><DD>This will find an appropriate XMLElementHandler for the specified child if appropriate. This method may return or throw an exception, depending on the severity, if an error occurs. This method should be used to complete a SAX parse of a document for which the Schema is known, and parsed.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html#getHandler(java.net.URI, java.lang.String, java.util.Map)">getHandler</A></CODE> in class <CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html" title="class in org.geotools.xml">XMLElementHandler</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>namespaceURI</CODE> - <DD><CODE>localName</CODE> - <DD><CODE>hints</CODE> - DOCUMENT ME!<DT><B>Returns:</B><DD>XMLElementHandler, or null<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><CODE>org.geotools.xml.XMLElementHandler#getHandler(java.lang.String, java.lang.String)</CODE></DL></DD></DL><HR><A NAME="startElement(java.net.URI, java.lang.String, org.xml.sax.Attributes)"><!-- --></A><H3>startElement</H3><PRE>public void <B>startElement</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/net/URI.html" title="class or interface in java.net">URI</A> namespaceURI, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> localName, <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> attr)</PRE><DL><DD><B>Description copied from class: <CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html" title="class in org.geotools.xml">XMLElementHandler</A></CODE></B></DD><DD>handles SAX start Element events. This matches the start of the element declaration in the document ... and responds to the event generated by the SAX parser. This is an opportunity to complete some pre-processing.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html#startElement(java.net.URI, java.lang.String, org.xml.sax.Attributes)">startElement</A></CODE> in class <CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html" title="class in org.geotools.xml">XMLElementHandler</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>namespaceURI</CODE> - <DD><CODE>localName</CODE> - <DD><CODE>attr</CODE> - <DT><B>See Also:</B><DD><CODE>org.geotools.xml.XMLElementHandler#startElement(java.lang.String, java.lang.String, org.xml.sax.Attributes)</CODE></DL></DD></DL><HR><A NAME="getValue()"><!-- --></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>() 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 class: <CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html" title="class in org.geotools.xml">XMLElementHandler</A></CODE></B></DD><DD>This method will get the value of the element depending on it's type.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html#getValue()">getValue</A></CODE> in class <CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html" title="class in org.geotools.xml">XMLElementHandler</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>Object (may be null)<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/XMLElementHandler.html#getValue()"><CODE>XMLElementHandler.getValue()</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 class: <CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html" title="class in org.geotools.xml">XMLElementHandler</A></CODE></B></DD><DD>This returns the name of the element being represented by this handler. This name matches the name specified in the Schema.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html#getName()">getName</A></CODE> in class <CODE><A HREF="../../../../org/geotools/xml/XMLElementHandler.html" title="class in org.geotools.xml">XMLElementHandler</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>The Name (may not be null)<DT><B>See Also:</B><DD><A HREF="../../../../org/geotools/xml/XMLElementHandler.html#getName()"><CODE>XMLElementHandler.getName()</CODE></A></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DocumentHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../org/geotools/xml/handlers/ComplexElementHandler.html" title="class in org.geotools.xml.handlers"><B>PREV CLASS</B></A> <A HREF="../../../../org/geotools/xml/handlers/ElementHandlerFactory.html" title="class in org.geotools.xml.handlers"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="DocumentHandler.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright © 1996-2007 <a href="http://www.geotools.org">Geotools</a>. All Rights Reserved.</BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?