package org.simpleframework.xml.stream; /* loaded from: classes.dex */ public interface Position { int getLine(); String toString(); }