Yazi Ekle
-
java
|
javax
|
org
org
>
org.w3c
>
org.w3c.dom
>
org.w3c.dom.document
>
Interface: org.w3c.dom.Document
org.w3c.dom.Document
public interface
Document
extends
Node
FIELDS:
CONSTRUCTORS:
METHODS:
Node
adoptNode
(
Node
source)
Throws:
DOMException
Attr
createAttribute
(
String
name)
Throws:
DOMException
Attr
createAttributeNS
(
String
namespaceURI,
String
qualifiedName)
Throws:
DOMException
CDATASection
createCDATASection
(
String
data)
Throws:
DOMException
Comment
createComment
(
String
data)
DocumentFragment
createDocumentFragment
()
Element
createElement
(
String
tagName)
Throws:
DOMException
Element
createElementNS
(
String
namespaceURI,
String
qualifiedName)
Throws:
DOMException
EntityReference
createEntityReference
(
String
name)
Throws:
DOMException
ProcessingInstruction
createProcessingInstruction
(
String
target,
String
data)
Throws:
DOMException
Text
createTextNode
(
String
data)
DocumentType
getDoctype
()
Element
getDocumentElement
()
String
getDocumentURI
()
DOMConfiguration
getDomConfig
()
Element
getElementById
(
String
elementId)
NodeList
getElementsByTagName
(
String
tagname)
NodeList
getElementsByTagNameNS
(
String
namespaceURI,
String
localName)
DOMImplementation
getImplementation
()
String
getInputEncoding
()
boolean
getStrictErrorChecking
()
String
getXmlEncoding
()
boolean
getXmlStandalone
()
String
getXmlVersion
()
Node
importNode
(
Node
importedNode, boolean deep)
Throws:
DOMException
void
normalizeDocument
()
Node
renameNode
(
Node
n,
String
namespaceURI,
String
qualifiedName)
Throws:
DOMException
void
setDocumentURI
(
String
documentURI)
void
setStrictErrorChecking
(boolean strictErrorChecking)
void
setXmlStandalone
(boolean xmlStandalone)
Throws:
DOMException
void
setXmlVersion
(
String
xmlVersion)
Throws:
DOMException
INHERITED METHODS:
SUBINTERFACES:
Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net