KHTML
Go to the documentation of this file.
26 #include "xml/dom_textimpl.h"
27 #include "xml/dom_xmlimpl.h"
41 NodeImpl* ohandle = other.
handle();
42 if (
impl != ohandle ) {
78 NodeImpl* ohandle = other.
handle();
79 if (
impl != ohandle ) {
80 if (!ohandle || ohandle->nodeType() !=
ENTITY_NODE) {
105 return ((EntityImpl*)
impl)->publicId();
113 return ((EntityImpl*)
impl)->systemId();
121 return ((EntityImpl*)
impl)->notationName();
140 NodeImpl* ohandle = other.
handle();
141 if (
impl != ohandle ) {
178 NodeImpl* ohandle = other.
handle();
179 if (
impl != ohandle ) {
205 return ((NotationImpl*)
impl)->publicId();
213 return ((NotationImpl*)
impl)->systemId();
234 NodeImpl* ohandle = other.
handle();
235 if (
impl != ohandle ) {
261 return ((ProcessingInstructionImpl*)
impl)->target();
269 return ((ProcessingInstructionImpl*)
impl)->data();
277 int exceptioncode = 0;
278 ((ProcessingInstructionImpl*)
impl)->setData(_data, exceptioncode);
289 if (
impl)
return ((ProcessingInstructionImpl*)
impl)->sheet();
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat May 18 2013 11:43:18 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.