Searched defs:toXML (Results 1 - 25 of 173) sorted by relevance

1234567

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DasciiTable.py8 def toXML(self, writer, ttFont): member in class:asciiTable
H A DBitmapGlyphMetrics.py32 def toXML(self, writer, ttFont): member in class:BitmapGlyphMetrics
H A DC_F_F_.py41 def toXML(self, writer, otFont, progress=None): member in class:table_C_F_F_
42 self.cff.toXML(writer, progress)
H A DC_P_A_L_.py41 def toXML(self, writer, ttFont): member in class:table_C_P_A_L_
51 color.toXML(writer, ttFont, cindex)
89 def toXML(self, writer, ttFont, index=None): member in class:Color
H A DD_S_I_G_.py80 def toXML(self, xmlWriter, ttFont): member in class:table_D_S_I_G_
86 sigrec.toXML(xmlWriter, ttFont)
119 def toXML(self, writer, ttFont): member in class:SignatureRecord
H A DDefaultTable.py20 def toXML(self, writer, ttFont, progress=None): member in class:DefaultTable
H A DF_F_T_M_.py26 def toXML(self, writer, ttFont): member in class:table_F_F_T_M_
H A DG_M_A_P_.py38 def toXML(self, writer, ttFont): member in class:GMAPRecord
104 def toXML(self, writer, ttFont): member in class:table_G_M_A_P_
115 gmapRecord.toXML(writer, ttFont)
H A DG_P_K_G_.py79 def toXML(self, writer, ttFont): member in class:table_G_P_K_G_
H A DL_T_S_H_.py39 def toXML(self, writer, ttFont): member in class:table_L_T_S_H_
H A DS_I_N_G_.py82 def toXML(self, writer, ttFont): member in class:table_S_I_N_G_
H A DT_S_I__0.py47 def toXML(self, writer, ttFont): member in class:table_T_S_I__0
H A DT_S_I__1.py80 def toXML(self, writer, ttFont): member in class:table_T_S_I__1
H A DT_S_I__5.py31 def toXML(self, writer, ttFont): member in class:table_T_S_I__5
H A D_c_v_t.py23 def toXML(self, writer, ttFont): member in class:table__c_v_t
H A D_f_p_g_m.py16 def toXML(self, writer, ttFont): member in class:table__f_p_g_m
17 self.program.toXML(writer, ttFont)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DasciiTable.py8 def toXML(self, writer, ttFont): member in class:asciiTable
/external/smack/src/com/kenai/jbosh/
H A DAbstractBody.java90 public abstract String toXML(); method in class:AbstractBody
/external/smack/src/org/jivesoftware/smack/packet/
H A DPacketExtension.java55 public String toXML(); method in interface:PacketExtension
/external/smack/src/org/jivesoftware/smackx/packet/
H A DPEPEvent.java97 public String toXML() { method in class:PEPEvent
100 buf.append(item.toXML());
H A DPrivateData.java51 public String toXML(); method in interface:PrivateData
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DAffiliationsExtension.java62 public String toXML() method in class:AffiliationsExtension
66 return super.toXML();
82 builder.append(item.toXML());
H A DPublishItem.java54 public String toXML() method in class:PublishItem
64 builder.append(item.toXML());
H A DSubscribeExtension.java43 public String toXML() method in class:SubscribeExtension
H A DSubscriptionsExtension.java66 public String toXML() method in class:SubscriptionsExtension
70 return super.toXML();
87 builder.append(item.toXML());

Completed in 148 milliseconds

1234567