99100101102103104105
/** * Creates a new model writer instance. */ public ModelWriter() { this.writerSupport = new XMLWriterSupport(getSafeTags(), 0); }
96979899100101102