DOM

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsDocumentType  >   settings_applications[[Prototype]]

DOM

  • account_tree
  • bug_report

Methods

객체(object) 또는 인터페이스(interface)에서 확장(상속) 가능한 프로토타입 메소드를 나타낸다.

하위 트리 탐색

  • after()

    현재 DocumentType 객체의 부모의 자식 목록에서 DocumentType 바로 뒤에 지정된 Node 객체 또는 문자열(동등한 Text 노드) 세트를 삽입한다.

  • before()

    현재 DocumentType 객체의 부모의 자식 목록에서 DocumentType 바로 앞에 지정된 Node 객체 또는 문자열(동등한 Text 노드) 세트를 삽입한다.

  • remove()

    현재 문서의 유형(doctype)을 제거한다.

  • replaceWith()

    현재 문서 유형을 지정된 노드로 대체한다.

지원 웹브라우저