Modifier and Type | Field and Description |
---|---|
pack-priv static final long | serialVersionUID
Hides com. |
Access | Constructor and Description |
---|---|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public Node | Returns: org.w3c.dom.Nodeboolean, iff true replicate children deep)Overrides com. Implements org. Deep-clone a document, including fixing ownerDoc for the cloned children. |
public Attr | createAttributeNS(String
The namespace URI of the attribute to
create. When it is null or an empty string,
this method behaves like createAttribute. namespaceURI, String The qualified name of the attribute to
instantiate. qualifiedName)Overrides com. Implements org. Create an attribute with PSVI information |
public Attr | createAttributeNS(String
The namespace URI of the attribute to
create. When it is null or an empty string,
this method behaves like createAttribute. namespaceURI, String The qualified name of the attribute to
instantiate. qualifiedName, String The local name of the attribute to instantiate. localName)Overrides com. Create an attribute with PSVI information |
public Element | createElementNS(String
The namespace URI of the element to
create. namespaceURI, String The qualified name of the element type to
instantiate. qualifiedName)Overrides com. Implements org. Create an element with PSVI information |
public Element | createElementNS(String
The namespace URI of the element to
create. namespaceURI, String The qualified name of the element type to
instantiate. qualifiedName, String The local name of the attribute to instantiate. localpart)Overrides com. Create an element with PSVI information |
public DOMConfiguration | getDomConfig()
Overrides com. Implements org. The configuration used when |
public DOMImplementation | getImplementation()
Overrides com. Implements org. Retrieve information describing the abilities of this particular DOM implementation. |
private void | readObject(ObjectInputStream in)
Hides com. Deserialize object. |
private void | writeObject(ObjectOutputStream out)
Hides com. Serialize object. |
serialVersionUID | back to summary |
---|---|
pack-priv static final long serialVersionUID Hides com. Serialization version. |
PSVIDocumentImpl | back to summary |
---|---|
public PSVIDocumentImpl() Create a document. |
PSVIDocumentImpl | back to summary |
---|---|
public PSVIDocumentImpl(DocumentType doctype) For DOM2 support. The createDocument factory method is in DOMImplementation. |
cloneNode | back to summary |
---|---|
public Node cloneNode(boolean deep) Overrides com. Implements org. Deep-clone a document, including fixing ownerDoc for the cloned children. Note that this requires bypassing the WRONG_DOCUMENT_ERR protection. I've chosen to implement it by calling importNode which is DOM Level 2.
|
createAttributeNS | back to summary |
---|---|
public Attr createAttributeNS(String namespaceURI, String qualifiedName) throws DOMException Overrides com. Implements org. Create an attribute with PSVI information
|
createAttributeNS | back to summary |
---|---|
public Attr createAttributeNS(String namespaceURI, String qualifiedName, String localName) throws DOMException Overrides com. Create an attribute with PSVI information
|
createElementNS | back to summary |
---|---|
public Element createElementNS(String namespaceURI, String qualifiedName) throws DOMException Overrides com. Implements org. Create an element with PSVI information
|
createElementNS | back to summary |
---|---|
public Element createElementNS(String namespaceURI, String qualifiedName, String localpart) throws DOMException Overrides com. Create an element with PSVI information
|
getDomConfig | back to summary |
---|---|
public DOMConfiguration getDomConfig() Overrides com. Implements org. The configuration used when
|
getImplementation | back to summary |
---|---|
public DOMImplementation getImplementation() Overrides com. Implements org. Retrieve information describing the abilities of this particular DOM implementation. Intended to support applications that may be using DOMs retrieved from several different sources, potentially with different underlying representations. |
readObject | back to summary |
---|---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException Hides com. Doc from com. Deserialize object. |
writeObject | back to summary |
---|---|
private void writeObject(ObjectOutputStream out) throws IOException Hides com. Doc from com. Serialize object. |