1 17 package org.apache.ws.jaxme.js; 18 19 import java.io.IOException ; 20 21 24 public interface IndentationTarget { 25 29 public boolean isInterface(); 30 36 public void indent(int i) throws IOException ; 37 40 public String asString(JavaQName pQName); 41 43 public void write(String pValue) throws IOException ; 44 46 public void write() throws IOException ; 47 } 48 | Popular Tags |