XML1 JAVA xml 데이터 파싱 ( Xpath 이용 방법 ) String 데이터 xml 파싱 하는 내용 정리 해요. 개발자는 백번의 글과 말보다 코드가 낫다. Example 코드 public static void main(String[] args) { StringBuffer sb = new StringBuffer(); sb.append(""); sb.append(""); sb.append("ynkim"); sb.append("18"); sb.append("서울시 서초구 서초역 3번 출구"); sb.append("01099991234"); sb.append(""); InputStream is = new ByteArrayInputStream(sb.toString().getBytes()); Document doc = null; try { doc = parseXML(is.. 2020. 12. 30. 이전 1 다음