티스토리 뷰
오늘 삽질하다가... 발견한 Sun의 Java6의 javax.xml.stream.?XMLOutputFactory 소스의 일부... -.-;;;;;
- public abstract class XMLOutputFactory {
- ...
- /**
- * Create a new instance of the factory using the default factory location
- * mechanism (check env. variable, jaxp.properties, jar services manifest,
- * in this order)
- *
- * @throws FactoryConfigurationError if an instance of this factory cannot be loaded
- */
- public static XMLOutputFactory newInstance() throws FactoryConfigurationError {
- return (XMLOutputFactory) FactoryFinder.find("javax.xml.stream.XMLOutputFactory",
- "com.sun.xml.internal.stream.XMLOutputFactoryImpl");
- }
- /**
- * Create a new instance of the factory
- *
- * @param factoryId Name of the factory to find; not the class name but the
- * property name to use
- * @param classLoader classLoader to use
- * @return the factory implementation
- * @throws FactoryConfigurationError if an instance of this factory cannot be loaded
- */
- throws FactoryConfigurationError {
- return (XMLInputFactory) FactoryFinder.find(factoryId, "com.sun.xml.stream.XMLOutputFactoryImpl", classLoader);
- }
- ...
뭐가 이상하냐고?
첫번째 함수와 두번째 함수의 리턴타입...
해결책: 그냥 우드스탁을 쓰던가... BEA의 StAX 참조구현을 쓰면 된다.
'hacking > java' 카테고리의 다른 글
Maven2와 Eclipse/WTP 함께쓰기 (0) | 2007.09.11 |
---|---|
singleton과 lazy loading... (0) | 2007.01.28 |
XML Exodus... (3) | 2007.01.07 |
아니~ 버~ㄹ써! Java6~ (0) | 2006.12.12 |
Java, finally GPLed (0) | 2006.11.14 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- nodejs
- 자바스크립트
- ****
- 독후감
- 여행
- 땅끝마을
- Eclipse
- **
- webapp
- Dojo
- 자전거
- docker
- Ajax
- 장필순
- Prototype
- CSS
- ***1/2
- maven
- HTML5
- DeveloperWorks
- jQuery
- 영화
- 노래
- 책
- JavaScript
- Java
- web
- ***
- 해남
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함