Tags
- UI/UX Engineer
- LSL_Script
- Interaction developer
- emplace_back
- Java
- 프런트엔드
- postman pre-request
- postman csv
- postman collection variables
- postman tests
- c#
- C++
- Intellij
- oracle
- 좋은 개발자
- web developer
- Front-end developer
- MFC
- postman collection
- postman excel
- postman session
- postman automations
- postman html parse
- Unity
- Android/iOS Developer
- Android
- 다빈치 리졸브
- 우수한 프런트 개발자
- postman
- solidity
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Archives
- Today
- Total
목록DOM (1)
david's daily developer note
[Android] XML-DOM
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); DocumentBuilder builder = factory.newDocumentBuilder(); InputStream istream = new ByteArrayInputStream(s.getBytes("utf-8")); Document doc = builder.parse(istream); Element order = doc.getDocumentElement(); NodeList items = order.getElementsByTagName("elementName"); 1,2 : XML Parsing을 위한 Document생성. 3 : XML을 읽기 위해 UTF-8형식의 스트림..
Develop (kids)
2011. 4. 26. 13:47