|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--weblogic.apache.xml.utils.UnImplNode
To be subclassed by classes that wish to fake being nodes.
This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.
| Constructor Summary | |
UnImplNode()
Constructor UnImplNode |
|
| Method Summary | |
org.w3c.dom.Node |
appendChild(org.w3c.dom.Node newChild)
Unimplemented. |
void |
appendData(java.lang.String arg)
Unimplemented. |
org.w3c.dom.Node |
cloneNode(boolean deep)
Unimplemented. |
org.w3c.dom.Attr |
createAttribute(java.lang.String name)
Unimplemented. |
org.w3c.dom.Attr |
createAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
Unimplemented. |
org.w3c.dom.CDATASection |
createCDATASection(java.lang.String data)
Unimplemented. |
org.w3c.dom.Comment |
createComment(java.lang.String data)
Unimplemented. |
org.w3c.dom.DocumentFragment |
createDocumentFragment()
Unimplemented. |
org.w3c.dom.Element |
createElement(java.lang.String tagName)
Unimplemented. |
org.w3c.dom.Element |
createElementNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
Unimplemented. |
org.w3c.dom.EntityReference |
createEntityReference(java.lang.String name)
Unimplemented. |
org.w3c.dom.ProcessingInstruction |
createProcessingInstruction(java.lang.String target,
java.lang.String data)
Unimplemented. |
org.w3c.dom.Text |
createTextNode(java.lang.String data)
Unimplemented. |
void |
deleteData(int offset,
int count)
Unimplemented. |
void |
error(int msg)
Throw an error. |
void |
error(int msg,
java.lang.Object[] args)
Throw an error. |
java.lang.String |
getAttribute(java.lang.String name)
Unimplemented. |
org.w3c.dom.Attr |
getAttributeNode(java.lang.String name)
Unimplemented. |
org.w3c.dom.Attr |
getAttributeNodeNS(java.lang.String namespaceURI,
java.lang.String localName)
Unimplemented. |
java.lang.String |
getAttributeNS(java.lang.String namespaceURI,
java.lang.String localName)
Unimplemented. |
org.w3c.dom.NamedNodeMap |
getAttributes()
Unimplemented. |
org.w3c.dom.NodeList |
getChildNodes()
Unimplemented. |
org.w3c.dom.DocumentType |
getDoctype()
Unimplemented. |
org.w3c.dom.Element |
getDocumentElement()
Unimplemented. |
org.w3c.dom.Element |
getElementById(java.lang.String elementId)
Unimplemented. |
org.w3c.dom.NodeList |
getElementsByTagName(java.lang.String name)
Unimplemented. |
org.w3c.dom.NodeList |
getElementsByTagNameNS(java.lang.String namespaceURI,
java.lang.String localName)
Unimplemented. |
org.w3c.dom.Node |
getFirstChild()
Unimplemented. |
org.w3c.dom.DOMImplementation |
getImplementation()
Unimplemented. |
org.w3c.dom.Node |
getLastChild()
Unimplemented. |
int |
getLength()
Unimplemented. |
java.lang.String |
getLocalName()
Unimplemented. |
java.lang.String |
getNamespaceURI()
Unimplemented. |
org.w3c.dom.Node |
getNextSibling()
Unimplemented. |
java.lang.String |
getNodeName()
Unimplemented. |
short |
getNodeType()
Unimplemented. |
java.lang.String |
getNodeValue()
Unimplemented. |
org.w3c.dom.Document |
getOwnerDocument()
Unimplemented. |
org.w3c.dom.Element |
getOwnerElement()
Unimplemented. |
org.w3c.dom.Node |
getParentNode()
Unimplemented. |
java.lang.String |
getPrefix()
Unimplemented. |
org.w3c.dom.Node |
getPreviousSibling()
Unimplemented. |
boolean |
getSpecified()
Unimplemented. |
java.lang.String |
getTagName()
Unimplemented. |
boolean |
hasAttribute(java.lang.String name)
Unimplemented. |
boolean |
hasAttributeNS(java.lang.String name,
java.lang.String x)
Unimplemented. |
boolean |
hasAttributes()
Unimplemented. |
boolean |
hasChildNodes()
Unimplemented. |
org.w3c.dom.Node |
importNode(org.w3c.dom.Node importedNode,
boolean deep)
Unimplemented. |
org.w3c.dom.Node |
insertBefore(org.w3c.dom.Node newChild,
org.w3c.dom.Node refChild)
Unimplemented. |
void |
insertData(int offset,
java.lang.String arg)
Unimplemented. |
boolean |
isSupported(java.lang.String feature,
java.lang.String version)
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node. |
org.w3c.dom.Node |
item(int index)
Unimplemented. |
void |
normalize()
Unimplemented. |
void |
removeAttribute(java.lang.String name)
Unimplemented. |
org.w3c.dom.Attr |
removeAttributeNode(org.w3c.dom.Attr oldAttr)
Unimplemented. |
void |
removeAttributeNS(java.lang.String namespaceURI,
java.lang.String localName)
Unimplemented. |
org.w3c.dom.Node |
removeChild(org.w3c.dom.Node oldChild)
Unimplemented. |
org.w3c.dom.Node |
replaceChild(org.w3c.dom.Node newChild,
org.w3c.dom.Node oldChild)
Unimplemented. |
void |
replaceData(int offset,
int count,
java.lang.String arg)
Unimplemented. |
void |
setAttribute(java.lang.String name,
java.lang.String value)
Unimplemented. |
org.w3c.dom.Attr |
setAttributeNode(org.w3c.dom.Attr newAttr)
Unimplemented. |
org.w3c.dom.Attr |
setAttributeNodeNS(org.w3c.dom.Attr newAttr)
Unimplemented. |
void |
setAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName,
java.lang.String value)
Unimplemented. |
void |
setData(java.lang.String data)
Set Node data |
void |
setNodeValue(java.lang.String nodeValue)
Unimplemented. |
void |
setPrefix(java.lang.String prefix)
Unimplemented. |
void |
setValue(java.lang.String value)
Unimplemented. |
org.w3c.dom.Text |
splitText(int offset)
Unimplemented. |
java.lang.String |
substringData(int offset,
int count)
Unimplemented. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public UnImplNode()
| Method Detail |
public void error(int msg)
msg - Message code for the error
public void error(int msg,
java.lang.Object[] args)
msg - Message code for the errorargs - Array of arguments to be used in the error message
public org.w3c.dom.Node appendChild(org.w3c.dom.Node newChild)
throws org.w3c.dom.DOMException
newChild - New node to append to the list of this node's childrenpublic boolean hasChildNodes()
public short getNodeType()
public org.w3c.dom.Node getParentNode()
public org.w3c.dom.NodeList getChildNodes()
public org.w3c.dom.Node getFirstChild()
public org.w3c.dom.Node getLastChild()
public org.w3c.dom.Node getNextSibling()
public int getLength()
public org.w3c.dom.Node item(int index)
index - index of a child of this node in its list of childrenpublic org.w3c.dom.Document getOwnerDocument()
public java.lang.String getTagName()
public java.lang.String getNodeName()
public void normalize()
public org.w3c.dom.NodeList getElementsByTagName(java.lang.String name)
name - Name of the element
public org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr oldAttr)
throws org.w3c.dom.DOMException
oldAttr - Attribute to be removed from this node's list of attributes
public org.w3c.dom.Attr setAttributeNode(org.w3c.dom.Attr newAttr)
throws org.w3c.dom.DOMException
newAttr - Attribute node to be added to this node's list of attributespublic boolean hasAttribute(java.lang.String name)
name - Name of an attribute
public boolean hasAttributeNS(java.lang.String name,
java.lang.String x)
name - x - public org.w3c.dom.Attr getAttributeNode(java.lang.String name)
name - Attribute node name
public void removeAttribute(java.lang.String name)
throws org.w3c.dom.DOMException
name - Attribute node name to remove from list of attributes
public void setAttribute(java.lang.String name,
java.lang.String value)
throws org.w3c.dom.DOMException
name - Name of attribute to setvalue - Value of attributepublic java.lang.String getAttribute(java.lang.String name)
name - Name of attribute to getpublic boolean hasAttributes()
public org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String namespaceURI,
java.lang.String localName)
namespaceURI - Namespace URI of the elementlocalName - Local part of qualified name of the element
public org.w3c.dom.Attr setAttributeNodeNS(org.w3c.dom.Attr newAttr)
throws org.w3c.dom.DOMException
newAttr - Attribute to set
public org.w3c.dom.Attr getAttributeNodeNS(java.lang.String namespaceURI,
java.lang.String localName)
namespaceURI - Namespace URI of attribute node to getlocalName - Local part of qualified name of attribute node to get
public void removeAttributeNS(java.lang.String namespaceURI,
java.lang.String localName)
throws org.w3c.dom.DOMException
namespaceURI - Namespace URI of attribute node to removelocalName - Local part of qualified name of attribute node to remove
public void setAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName,
java.lang.String value)
throws org.w3c.dom.DOMException
namespaceURI - Namespace URI of attribute node to setlocalName - Local part of qualified name of attribute node to setvalue - value of attribute
public java.lang.String getAttributeNS(java.lang.String namespaceURI,
java.lang.String localName)
namespaceURI - Namespace URI of attribute node to getlocalName - Local part of qualified name of attribute node to getpublic org.w3c.dom.Node getPreviousSibling()
public org.w3c.dom.Node cloneNode(boolean deep)
deep - Flag indicating whether to clone deep (clone member variables)
public java.lang.String getNodeValue()
throws org.w3c.dom.DOMException
public void setNodeValue(java.lang.String nodeValue)
throws org.w3c.dom.DOMException
nodeValue - Value to set this node to
public void setValue(java.lang.String value)
throws org.w3c.dom.DOMException
value - Value to set this node topublic org.w3c.dom.Element getOwnerElement()
public boolean getSpecified()
public org.w3c.dom.NamedNodeMap getAttributes()
public org.w3c.dom.Node insertBefore(org.w3c.dom.Node newChild,
org.w3c.dom.Node refChild)
throws org.w3c.dom.DOMException
newChild - New child node to insertrefChild - Insert in front of this child
public org.w3c.dom.Node replaceChild(org.w3c.dom.Node newChild,
org.w3c.dom.Node oldChild)
throws org.w3c.dom.DOMException
newChild - Replace existing child with this oneoldChild - Existing child to be replaced
public org.w3c.dom.Node removeChild(org.w3c.dom.Node oldChild)
throws org.w3c.dom.DOMException
oldChild - Child to be removed
public boolean isSupported(java.lang.String feature,
java.lang.String version)
featureThe - name of the feature to test. This is the same name
which can be passed to the method hasFeature on
DOMImplementation.versionThis - is the version number of the feature to test. In
Level 2, version 1, this is the string "2.0". If the version is not
specified, supporting any version of the feature will cause the
method to return true.falsepublic java.lang.String getNamespaceURI()
public java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
throws org.w3c.dom.DOMException
prefix - Prefix to set for this nodepublic java.lang.String getLocalName()
public org.w3c.dom.DocumentType getDoctype()
public org.w3c.dom.DOMImplementation getImplementation()
public org.w3c.dom.Element getDocumentElement()
public org.w3c.dom.Element createElement(java.lang.String tagName)
throws org.w3c.dom.DOMException
tagName - Element tag namepublic org.w3c.dom.DocumentFragment createDocumentFragment()
public org.w3c.dom.Text createTextNode(java.lang.String data)
data - Data for text nodepublic org.w3c.dom.Comment createComment(java.lang.String data)
data - Data for comment
public org.w3c.dom.CDATASection createCDATASection(java.lang.String data)
throws org.w3c.dom.DOMException
data - Data for CDATA section
public org.w3c.dom.ProcessingInstruction createProcessingInstruction(java.lang.String target,
java.lang.String data)
throws org.w3c.dom.DOMException
target - Target for Processing instructiondata - Data for Processing instruction
public org.w3c.dom.Attr createAttribute(java.lang.String name)
throws org.w3c.dom.DOMException
name - Attribute name
public org.w3c.dom.EntityReference createEntityReference(java.lang.String name)
throws org.w3c.dom.DOMException
name - Entity Reference name
public org.w3c.dom.Node importNode(org.w3c.dom.Node importedNode,
boolean deep)
throws org.w3c.dom.DOMException
importedNodeThe - node to import.deepIf - true, recursively import the subtree under
the specified node; if false, import only the node
itself, as explained above. This has no effect on Attr
, EntityReference, and Notation nodes.
public org.w3c.dom.Element createElementNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
throws org.w3c.dom.DOMException
namespaceURI - Namespace URI for the elementqualifiedName - Qualified name of the element
public org.w3c.dom.Attr createAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
throws org.w3c.dom.DOMException
namespaceURI - Namespace URI of the attributequalifiedName - Qualified name of the attributepublic org.w3c.dom.Element getElementById(java.lang.String elementId)
elementId - ID of the element to get
public void setData(java.lang.String data)
throws org.w3c.dom.DOMException
data - data to set for this node
public java.lang.String substringData(int offset,
int count)
throws org.w3c.dom.DOMException
offset - Start offset of substring to extract.count - The length of the substring to extract.
public void appendData(java.lang.String arg)
throws org.w3c.dom.DOMException
arg - String data to append
public void insertData(int offset,
java.lang.String arg)
throws org.w3c.dom.DOMException
offset - Start offset of substring to insert.count - The length of the substring to insert.
public void deleteData(int offset,
int count)
throws org.w3c.dom.DOMException
offset - Start offset of substring to delete.count - The length of the substring to delete.
public void replaceData(int offset,
int count,
java.lang.String arg)
throws org.w3c.dom.DOMException
offset - Start offset of substring to replace.count - The length of the substring to replace.arg - substring to replace with
public org.w3c.dom.Text splitText(int offset)
throws org.w3c.dom.DOMException
offset - Offset into text to split
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs61 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||