5556575859606162636465
return (T)new FOMInReplyTo( qname, (OMContainer)parent, (OMFactory)factory); else if (ThreadConstants.THRTOTAL.equals(qname)) return (T)new FOMTotal( qname, (OMContainer)parent, (OMFactory)factory); else return null; }
7576777879808182838485
qname, (OMContainer)parent, (OMFactory)factory, parserWrapper); else if (ThreadConstants.THRTOTAL.equals(qname)) return (T)new FOMTotal( qname, (OMContainer)parent, (OMFactory)factory, parserWrapper); else return null;
196197198199200201202
public static InReplyTo newInReplyTo() { return new FOMInReplyTo(); } public static Total newTotal() { return new FOMTotal(); }