⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xfaform.xml2som.html

📁 IText PDF开发工具说明文档,使用很方便。
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<DD>Outputs the stack as the sequence of elements separated by '.'.<P><DD><DL><DT><B>Returns:</B><DD>the stack as the sequence of elements separated by '.'</DL></DD></DL><HR><A NAME="getShortName(java.lang.String)"><!-- --></A><H3>getShortName</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getShortName</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;s)</PRE><DL><DD>Gets the name with the <CODE>#subform</CODE> removed.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - the long name<DT><B>Returns:</B><DD>the short name</DL></DD></DL><HR><A NAME="inverseSearchAdd(java.lang.String)"><!-- --></A><H3>inverseSearchAdd</H3><PRE>public void <B>inverseSearchAdd</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;unstack)</PRE><DL><DD>Adds a SOM name to the search node chain.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>unstack</CODE> - the SOM name</DL></DD></DL><HR><A NAME="inverseSearchAdd(java.util.HashMap, com.lowagie.text.pdf.XfaForm.Stack2, java.lang.String)"><!-- --></A><H3>inverseSearchAdd</H3><PRE>public static void <B>inverseSearchAdd</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A>&nbsp;inverseSearch,                                    <A HREF="../../../../com/lowagie/text/pdf/XfaForm.Stack2.html" title="class in com.lowagie.text.pdf">XfaForm.Stack2</A>&nbsp;stack,                                    <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;unstack)</PRE><DL><DD>Adds a SOM name to the search node chain.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>inverseSearch</CODE> - the start point<DD><CODE>stack</CODE> - the stack with the separated SOM parts<DD><CODE>unstack</CODE> - the full name</DL></DD></DL><HR><A NAME="inverseSearchGlobal(java.util.ArrayList)"><!-- --></A><H3>inverseSearchGlobal</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>inverseSearchGlobal</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A>&nbsp;parts)</PRE><DL><DD>Searches the SOM hierarchy from the bottom.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>parts</CODE> - the SOM parts<DT><B>Returns:</B><DD>the full name or <CODE>null</CODE> if not found</DL></DD></DL><HR><A NAME="splitParts(java.lang.String)"><!-- --></A><H3>splitParts</H3><PRE>public static <A HREF="../../../../com/lowagie/text/pdf/XfaForm.Stack2.html" title="class in com.lowagie.text.pdf">XfaForm.Stack2</A> <B>splitParts</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</PRE><DL><DD>Splits a SOM name in the individual parts.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - the full SOM name<DT><B>Returns:</B><DD>the split name</DL></DD></DL><HR><A NAME="getOrder()"><!-- --></A><H3>getOrder</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>getOrder</B>()</PRE><DL><DD>Gets the order the names appear in the XML, depth first.<P><DD><DL><DT><B>Returns:</B><DD>the order the names appear in the XML, depth first</DL></DD></DL><HR><A NAME="setOrder(java.util.ArrayList)"><!-- --></A><H3>setOrder</H3><PRE>public void <B>setOrder</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A>&nbsp;order)</PRE><DL><DD>Sets the order the names appear in the XML, depth first<P><DD><DL><DT><B>Parameters:</B><DD><CODE>order</CODE> - the order the names appear in the XML, depth first</DL></DD></DL><HR><A NAME="getName2Node()"><!-- --></A><H3>getName2Node</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>getName2Node</B>()</PRE><DL><DD>Gets the mapping of full names to nodes.<P><DD><DL><DT><B>Returns:</B><DD>the mapping of full names to nodes</DL></DD></DL><HR><A NAME="setName2Node(java.util.HashMap)"><!-- --></A><H3>setName2Node</H3><PRE>public void <B>setName2Node</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A>&nbsp;name2Node)</PRE><DL><DD>Sets the mapping of full names to nodes.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>name2Node</CODE> - the mapping of full names to nodes</DL></DD></DL><HR><A NAME="getInverseSearch()"><!-- --></A><H3>getInverseSearch</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>getInverseSearch</B>()</PRE><DL><DD>Gets the data to do a search from the bottom hierarchy.<P><DD><DL><DT><B>Returns:</B><DD>the data to do a search from the bottom hierarchy</DL></DD></DL><HR><A NAME="setInverseSearch(java.util.HashMap)"><!-- --></A><H3>setInverseSearch</H3><PRE>public void <B>setInverseSearch</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A>&nbsp;inverseSearch)</PRE><DL><DD>Sets the data to do a search from the bottom hierarchy.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>inverseSearch</CODE> - the data to do a search from the bottom hierarchy</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=2 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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>Hosted by <a href="http://www.hostbasket.com/">Hostbasket</a></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../com/lowagie/text/pdf/XfaForm.Stack2.html" title="class in com.lowagie.text.pdf"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../com/lowagie/text/pdf/XfaForm.Xml2SomDatasets.html" title="class in com.lowagie.text.pdf"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html?com/lowagie/text/pdf/XfaForm.Xml2Som.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="XfaForm.Xml2Som.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>

⌨️ 快捷键说明

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