1: /* 2: * XMLContent.java 3: */ 4: package com.sun.portal.sra.config; 5: 6: public interface XMLContent { 7: 8: XMLElement parent(); 9: }