|
|
|
|
|
class_org__w3c__dom__CharacterData members
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
org::w3c::dom::CharacterData Member ListThis is the complete list of members for org::w3c::dom::CharacterData, including all inherited members.
appendChild(IN(RNode) node)=0 | org::w3c::dom::Node | [private, pure virtual] |
appendData(IN(RString) s)=0 | org::w3c::dom::CharacterData | [pure virtual] |
cloneNode(bool deepCopy)=0 | org::w3c::dom::Node | [private, pure virtual] |
deleteData(int i, int j)=0 | org::w3c::dom::CharacterData | [pure virtual] |
detach() | org::w3c::dom::Node | [private, virtual] |
getAttributes()=0 | org::w3c::dom::Node | [private, pure virtual] |
getBaseURI()=0 | org::w3c::dom::Node | [private, pure virtual] |
getChild(int idx) | org::w3c::dom::Node | [private, virtual] |
getChildCount() | org::w3c::dom::Node | [private, virtual] |
getChildNodes()=0 | org::w3c::dom::Node | [private, pure virtual] |
getData()=0 | org::w3c::dom::CharacterData | [pure virtual] |
getFirstChild()=0 | org::w3c::dom::Node | [private, pure virtual] |
getLastChild()=0 | org::w3c::dom::Node | [private, pure virtual] |
getLength()=0 | org::w3c::dom::CharacterData | [pure virtual] |
getLocalName()=0 | org::w3c::dom::Node | [private, pure virtual] |
getNamespaceURI()=0 | org::w3c::dom::Node | [private, pure virtual] |
getNextSibling()=0 | org::w3c::dom::Node | [private, pure virtual] |
getNodeName()=0 | org::w3c::dom::Node | [private, pure virtual] |
getNodeType()=0 | org::w3c::dom::Node | [private, pure virtual] |
getNodeValue()=0 | org::w3c::dom::Node | [private, pure virtual] |
getOwnerDocument()=0 | org::w3c::dom::Node | [private, pure virtual] |
getParentNode()=0 | org::w3c::dom::Node | [private, pure virtual] |
getPrefix()=0 | org::w3c::dom::Node | [private, pure virtual] |
getPreviousSibling()=0 | org::w3c::dom::Node | [private, pure virtual] |
getTextContent() | org::w3c::dom::Node | [inline, private, virtual] |
hasChildNodes()=0 | org::w3c::dom::Node | [private, pure virtual] |
insertBefore(IN(RNode) node, IN(RNode) node1)=0 | org::w3c::dom::Node | [private, pure virtual] |
insertData(int i, IN(RString) s)=0 | org::w3c::dom::CharacterData | [pure virtual] |
isEqualNode(IN(RNode) other)=0 | org::w3c::dom::Node | [private, pure virtual] |
removeChild(IN(RNode) node)=0 | org::w3c::dom::Node | [private, pure virtual] |
replaceChild(IN(RNode) node, IN(RNode) node1)=0 | org::w3c::dom::Node | [private, pure virtual] |
replaceData(int i, int j, IN(RString) s)=0 | org::w3c::dom::CharacterData | [pure virtual] |
selectBoolean(IN(acdk::lang::RString) xpath) | org::w3c::dom::Node | [private, virtual] |
selectNode(IN(acdk::lang::RString) xpath)=0 | org::w3c::dom::Node | [private, pure virtual] |
selectNodes(IN(acdk::lang::RString) xpath)=0 | org::w3c::dom::Node | [private, pure virtual] |
selectNumber(IN(acdk::lang::RString) xpath) | org::w3c::dom::Node | [private, virtual] |
selectObject(IN(acdk::lang::RString) xpath) | org::w3c::dom::Node | [private, virtual] |
selectText(IN(acdk::lang::RString) xpath) | org::w3c::dom::Node | [private, virtual] |
setData(IN(RString) s)=0 | org::w3c::dom::CharacterData | [pure virtual] |
setNodeValue(IN(acdk::lang::RString) s)=0 | org::w3c::dom::Node | [private, pure virtual] |
setPrefix(IN(acdk::lang::RString) prefix)=0 | org::w3c::dom::Node | [private, pure virtual] |
setTextContent(IN(acdk::lang::RString) textContent) | org::w3c::dom::Node | [inline, private, virtual] |
subStringData(int i, int j)=0 | org::w3c::dom::CharacterData | [pure virtual] |
toXML() | org::w3c::dom::Node | [inline, private, virtual] |
write(IN(acdk::io::RWriter) out, int writeFlags=NWFWDefaultFlags, int indentLevel=0, IN(acdk::lang::RString) encoding=Nil) | org::w3c::dom::Node | [inline, private, virtual] |
|
|