DOMImplementationLS
DOMImplementationLS (로드/세이브 DOM 구현)
로드(Load) 및 세이브(Save) 객체를 만들기 위한 팩토리 메서드를 담는 인터페이스예요.
본문
public interface DOMImplementationLS
DOMImplementationLS 인스턴스는 DOMImplementation 인스턴스에 바인딩 특정 캐스팅 메서드를 쓰거나, 문서가 [DOM Level 3 Core]의 "Core" 버전 "3.0" 기능을 지원하면 DOMImplementation.getFeature에 "LS"(또는 "LS-Async")와 "3.0" 값을 주어 얻을 수 있어요.