package com.thoughtworks.xstream.io.xml; /* loaded from: classes.dex */ public interface XmlFriendlyWriter { String escapeXmlName(String str); }