DocumentType

DocumentType (문서 타입)

Document가 가지는 doctype, 값이 null이거나 DocumentType 객체인 속성을 나타내는 인터페이스예요.

출처: Java API Reference

본문

public interface DocumentType
    extends Node

DOM Core의 DocumentType 인터페이스는 문서에 정의된 엔티티 목록에 대한 인터페이스를 제공해요. DOM Level 3은 DocumentType 노드 편집을 지원하지 않으며, 이 노드는 읽기 전용이에요.

더 알아보기

Java 공식 API