2020-02-17 22:05:20 +01:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=iso-8859-1" >
2020-02-17 22:11:31 +01:00
< title > XQilla DOM3 API Documentation< / title >
2020-02-17 22:05:20 +01:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
2020-02-17 22:11:31 +01:00
< a style = "float:right;" href = "http://sourceforge.net/projects/xqilla" > < img src = "http://sflogo.sourceforge.net/sflogo.php?group_id=152021&type=2" border = "0" alt = "SourceForge.net Logo" / > < / a >
2020-02-17 22:19:08 +01:00
<!-- Generated by Doxygen 1.3.9.1 -->
< div class = "qindex" > < a class = "qindex" href = "index.html" > Main Page< / a > | < a class = "qindex" href = "namespaces.html" > Namespace List< / a > | < a class = "qindex" href = "hierarchy.html" > Class Hierarchy< / a > | < a class = "qindex" href = "classes.html" > Alphabetical List< / a > | < a class = "qindex" href = "annotated.html" > Class List< / a > | < a class = "qindex" href = "dirs.html" > Directories< / a > | < a class = "qindex" href = "files.html" > File List< / a > | < a class = "qindex" href = "namespacemembers.html" > Namespace Members< / a > | < a class = "qindex" href = "functions.html" > Class Members< / a > | < a class = "qindex" href = "globals.html" > File Members< / a > | < a class = "qindex" href = "examples.html" > Examples< / a > < / div >
< h1 > xercesc::DOMImplementation Class Reference< / h1 > The < code > < a class = "el" href = "classxercesc_1_1DOMImplementation.html" > DOMImplementation< / a > < / code > interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
2020-02-17 22:05:20 +01:00
< a href = "#_details" > More...< / a >
< p >
< code > #include < < a class = "el" href = "DOMImplementation_8hpp-source.html" > DOMImplementation.hpp< / a > > < / code >
< p >
2020-02-17 22:19:08 +01:00
Inheritance diagram for xercesc::DOMImplementation:< p > < center > < img src = "classxercesc_1_1DOMImplementation__inherit__graph.png" border = "0" usemap = "#xercesc_1_1DOMImplementation__inherit__map" alt = "Inheritance graph" > < / center >
2020-02-17 22:05:20 +01:00
< map name = "xercesc_1_1DOMImplementation__inherit__map" >
2020-02-17 22:19:08 +01:00
< area href = "classxercesc_1_1DOMImplementationLS.html" shape = "rect" coords = "5,7,216,31" alt = "" >
< / map >
< center > < font size = "2" > [< a href = "graph_legend.html" > legend< / a > ]< / font > < / center > < a href = "classxercesc_1_1DOMImplementation-members.html" > List of all members.< / a > < table border = "0" cellpadding = "0" cellspacing = "0" >
2020-02-17 22:05:20 +01:00
< tr > < td > < / td > < / tr >
< tr > < td colspan = "2" > < br > < h2 > Non-standard extension< / h2 > < / td > < / tr >
2020-02-17 22:19:08 +01:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classxercesc_1_1DOMDocument.html" > DOMDocument< / a > * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMImplementation.html#z199_0" > createDocument< / a > (< a class = "el" href = "classxercesc_1_1MemoryManager.html" > MemoryManager< / a > *const manager=< a class = "el" href = "classxercesc_1_1XMLPlatformUtils.html#z27_4" > XMLPlatformUtils::fgMemoryManager< / a > )=0< / td > < / tr >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:08 +01:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Non-standard extension. < a href = "#z199_0" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < a class = "el" href = "classxercesc_1_1DOMImplementation.html" > DOMImplementation< / a > * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMImplementation.html#z199_1" > getImplementation< / a > ()< / td > < / tr >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:08 +01:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Non-standard extension. < a href = "#z199_1" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > bool < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMImplementation.html#z199_2" > loadDOMExceptionMsg< / a > (const short msgToLoad, XMLCh *const toFill, const XMLSize_t maxChars)< / td > < / tr >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:08 +01:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Non-standard extension. < a href = "#z199_2" > < / a > < br > < / td > < / tr >
2020-02-17 22:05:20 +01:00
< tr > < td colspan = "2" > < br > < h2 > Public Member Functions< / h2 > < / td > < / tr >
2020-02-17 22:17:06 +01:00
< tr > < td colspan = "2" > < div class = "groupHeader" > Destructor< / div > < / td > < / tr >
2020-02-17 22:19:08 +01:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMImplementation.html#z191_0" > ~DOMImplementation< / a > ()< / td > < / tr >
2020-02-17 22:17:06 +01:00
2020-02-17 22:19:08 +01:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Destructor. < a href = "#z191_0" > < / a > < br > < / td > < / tr >
2020-02-17 22:05:20 +01:00
< tr > < td colspan = "2" > < div class = "groupHeader" > Functions introduced in DOM Level 1< / div > < / td > < / tr >
2020-02-17 22:19:08 +01:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual bool < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMImplementation.html#z193_0" > hasFeature< / a > (const XMLCh *feature, const XMLCh *version) const =0< / td > < / tr >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:08 +01:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Test if the DOM implementation implements a specific feature. < a href = "#z193_0" > < / a > < br > < / td > < / tr >
2020-02-17 22:05:20 +01:00
< tr > < td colspan = "2" > < div class = "groupHeader" > Functions introduced in DOM Level 2< / div > < / td > < / tr >
2020-02-17 22:19:08 +01:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classxercesc_1_1DOMDocumentType.html" > DOMDocumentType< / a > * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMImplementation.html#z195_0" > createDocumentType< / a > (const XMLCh *qualifiedName, const XMLCh *publicId, const XMLCh *systemId)=0< / td > < / tr >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:08 +01:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Creates an empty < code > < a class = "el" href = "classxercesc_1_1DOMDocumentType.html" > DOMDocumentType< / a > < / code > node. < a href = "#z195_0" > < / a > < br > < / td > < / tr >
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual < a class = "el" href = "classxercesc_1_1DOMDocument.html" > DOMDocument< / a > * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMImplementation.html#z195_1" > createDocument< / a > (const XMLCh *namespaceURI, const XMLCh *qualifiedName, < a class = "el" href = "classxercesc_1_1DOMDocumentType.html" > DOMDocumentType< / a > *doctype, < a class = "el" href = "classxercesc_1_1MemoryManager.html" > MemoryManager< / a > *const manager=< a class = "el" href = "classxercesc_1_1XMLPlatformUtils.html#z27_4" > XMLPlatformUtils::fgMemoryManager< / a > )=0< / td > < / tr >
2020-02-17 22:05:20 +01:00
2020-02-17 22:19:08 +01:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Creates a < a class = "el" href = "classxercesc_1_1DOMDocument.html" > DOMDocument< / a > object of the specified type with its document element. < a href = "#z195_1" > < / a > < br > < / td > < / tr >
2020-02-17 22:05:20 +01:00
< tr > < td colspan = "2" > < div class = "groupHeader" > Functions introduced in DOM Level 3< / div > < / td > < / tr >
2020-02-17 22:19:08 +01:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > virtual void * < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMImplementation.html#z197_0" > getFeature< / a > (const XMLCh *feature, const XMLCh *version) const =0< / td > < / tr >
2020-02-17 22:17:06 +01:00
2020-02-17 22:19:08 +01:00
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in DOM Features. < a href = "#z197_0" > < / a > < br > < / td > < / tr >
2020-02-17 22:17:06 +01:00
< tr > < td colspan = "2" > < br > < h2 > Protected Member Functions< / h2 > < / td > < / tr >
< tr > < td colspan = "2" > < div class = "groupHeader" > Hidden constructors< / div > < / td > < / tr >
2020-02-17 22:19:08 +01:00
< tr > < td class = "memItemLeft" nowrap align = "right" valign = "top" > < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classxercesc_1_1DOMImplementation.html#z187_0" > DOMImplementation< / a > ()< / td > < / tr >
2020-02-17 22:05:20 +01:00
< / table >
< hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
2020-02-17 22:19:08 +01:00
The < code > < a class = "el" href = "classxercesc_1_1DOMImplementation.html" > DOMImplementation< / a > < / code > interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.
< p >
< hr > < h2 > Constructor & Destructor Documentation< / h2 >
< a class = "anchor" name = "z187_0" doxytag = "xercesc::DOMImplementation::DOMImplementation" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > xercesc::DOMImplementation::DOMImplementation < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < code > [inline, protected]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< a class = "anchor" name = "z191_0" doxytag = "xercesc::DOMImplementation::~DOMImplementation" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > virtual xercesc::DOMImplementation::~< a class = "el" href = "classxercesc_1_1DOMImplementation.html" > DOMImplementation< / a > < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < code > [inline, virtual]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
2020-02-17 22:10:06 +01:00
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:10:06 +01:00
< p >
Destructor.
< p >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
2020-02-17 22:10:06 +01:00
< hr > < h2 > Member Function Documentation< / h2 >
2020-02-17 22:19:08 +01:00
< a class = "anchor" name = "z199_0" doxytag = "xercesc::DOMImplementation::createDocument" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > virtual < a class = "el" href = "classxercesc_1_1DOMDocument.html" > DOMDocument< / a > * xercesc::DOMImplementation::createDocument < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > < a class = "el" href = "classxercesc_1_1MemoryManager.html" > MemoryManager< / a > *const < / td >
< td class = "mdname1" valign = "top" nowrap > < em > manager< / em > = < code > < a class = "el" href = "classxercesc_1_1XMLPlatformUtils.html#z27_4" > XMLPlatformUtils::fgMemoryManager< / a > < / code > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < code > [pure virtual]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
Non-standard extension.
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
Create a completely empty document that has neither a root element or a doctype node. < / td >
< / tr >
< / table >
< a class = "anchor" name = "z195_1" doxytag = "xercesc::DOMImplementation::createDocument" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > virtual < a class = "el" href = "classxercesc_1_1DOMDocument.html" > DOMDocument< / a > * xercesc::DOMImplementation::createDocument < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const XMLCh * < / td >
< td class = "mdname" nowrap > < em > namespaceURI< / em > , < / td >
< / tr >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const XMLCh * < / td >
< td class = "mdname" nowrap > < em > qualifiedName< / em > , < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > < a class = "el" href = "classxercesc_1_1DOMDocumentType.html" > DOMDocumentType< / a > * < / td >
< td class = "mdname" nowrap > < em > doctype< / em > , < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > < a class = "el" href = "classxercesc_1_1MemoryManager.html" > MemoryManager< / a > *const < / td >
< td class = "mdname" nowrap > < em > manager< / em > = < code > < a class = "el" href = "classxercesc_1_1XMLPlatformUtils.html#z27_4" > XMLPlatformUtils::fgMemoryManager< / a > < / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > < code > [pure virtual]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
Creates a < a class = "el" href = "classxercesc_1_1DOMDocument.html" > DOMDocument< / a > object of the specified type with its document element.
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
2020-02-17 22:05:20 +01:00
< table border = "0" cellspacing = "2" cellpadding = "0" >
2020-02-17 22:19:08 +01:00
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > namespaceURI< / em > < / td > < td > The namespace URI of the document element to create. < / td > < / tr >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > qualifiedName< / em > < / td > < td > The qualified name of the document element to be created. < / td > < / tr >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > doctype< / em > < / td > < td > The type of document to be created or < code > null< / code > . When < code > doctype< / code > is not < code > null< / code > , its < code > ownerDocument< / code > attribute is set to the document being created. < / td > < / tr >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > manager< / em > < / td > < td > Pointer to the memory manager to be used to allocate objects. < / td > < / tr >
2020-02-17 22:05:20 +01:00
< / table >
< / dl >
2020-02-17 22:19:08 +01:00
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > A new < code > < a class = "el" href = "classxercesc_1_1DOMDocument.html" > DOMDocument< / a > < / code > object. < / dd > < / dl >
2020-02-17 22:05:20 +01:00
< dl compact > < dt > < b > Exceptions:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
2020-02-17 22:19:08 +01:00
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > DOMException< / em > < / td > < td > INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal character. < br >
NAMESPACE_ERR: Raised if the < code > qualifiedName< / code > is malformed, if the < code > qualifiedName< / code > has a prefix and the < code > namespaceURI< / code > is < code > null< / code > , or if the < code > qualifiedName< / code > has a prefix that is "xml" and the < code > namespaceURI< / code > is different from " < a href = "http://www.w3.org/XML/1998/namespace" > http://www.w3.org/XML/1998/namespace< / a > " , or if the DOM implementation does not support the < code > "XML"< / code > feature but a non-null namespace URI was provided, since namespaces were defined by XML. < br >
WRONG_DOCUMENT_ERR: Raised if < code > doctype< / code > has already been used with a different document or was created from a different implementation. < br >
NOT_SUPPORTED_ERR: May be raised by DOM implementations which do not support the "XML" feature, if they choose not to support this method. Other features introduced in the future, by the DOM WG or in extensions defined by other groups, may also demand support for this method; please consult the definition of the feature to see if it requires this method. < / td > < / tr >
2020-02-17 22:05:20 +01:00
< / table >
< / dl >
2020-02-17 22:19:08 +01:00
< dl compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 2 < / dd > < / dl >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "z195_0" doxytag = "xercesc::DOMImplementation::createDocumentType" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
2020-02-17 22:10:06 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > virtual < a class = "el" href = "classxercesc_1_1DOMDocumentType.html" > DOMDocumentType< / a > * xercesc::DOMImplementation::createDocumentType < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const XMLCh * < / td >
< td class = "mdname" nowrap > < em > qualifiedName< / em > , < / td >
2020-02-17 22:10:06 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const XMLCh * < / td >
< td class = "mdname" nowrap > < em > publicId< / em > , < / td >
2020-02-17 22:10:06 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const XMLCh * < / td >
< td class = "mdname" nowrap > < em > systemId< / em > < / td >
2020-02-17 22:10:06 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > < code > [pure virtual]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
Creates an empty < code > < a class = "el" href = "classxercesc_1_1DOMDocumentType.html" > DOMDocumentType< / a > < / code > node.
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur. It is expected that a future version of the DOM will provide a way for populating a < code > < a class = "el" href = "classxercesc_1_1DOMDocumentType.html" > DOMDocumentType< / a > < / code > . < dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
2020-02-17 22:10:06 +01:00
< table border = "0" cellspacing = "2" cellpadding = "0" >
2020-02-17 22:19:08 +01:00
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > qualifiedName< / em > < / td > < td > The qualified name of the document type to be created. < / td > < / tr >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > publicId< / em > < / td > < td > The external subset public identifier. < / td > < / tr >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > systemId< / em > < / td > < td > The external subset system identifier. < / td > < / tr >
2020-02-17 22:10:06 +01:00
< / table >
< / dl >
2020-02-17 22:19:08 +01:00
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > A new < code > < a class = "el" href = "classxercesc_1_1DOMDocumentType.html" > DOMDocumentType< / a > < / code > node with < code > ownerDocument< / code > set to < code > null< / code > . < / dd > < / dl >
2020-02-17 22:10:06 +01:00
< dl compact > < dt > < b > Exceptions:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
2020-02-17 22:19:08 +01:00
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > DOMException< / em > < / td > < td > INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal character. < br >
NAMESPACE_ERR: Raised if the < code > qualifiedName< / code > is malformed. < br >
NOT_SUPPORTED_ERR: May be raised by DOM implementations which do not support the < code > "XML"< / code > feature, if they choose not to support this method. Other features introduced in the future, by the DOM WG or in extensions defined by other groups, may also demand support for this method; please consult the definition of the feature to see if it requires this method. < / td > < / tr >
2020-02-17 22:10:06 +01:00
< / table >
< / dl >
2020-02-17 22:19:08 +01:00
< dl compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 2 < / dd > < / dl >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "z197_0" doxytag = "xercesc::DOMImplementation::getFeature" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > virtual void* xercesc::DOMImplementation::getFeature < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const XMLCh * < / td >
< td class = "mdname" nowrap > < em > feature< / em > , < / td >
2020-02-17 22:17:06 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const XMLCh * < / td >
< td class = "mdname" nowrap > < em > version< / em > < / td >
2020-02-17 22:17:06 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > const< code > [pure virtual]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:17:06 +01:00
This method returns a specialized object which implements the specialized APIs of the specified feature and version, as specified in DOM Features.
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
This method also allow the implementation to provide specialized objects which do not support the < code > < a class = "el" href = "classxercesc_1_1DOMImplementation.html" > DOMImplementation< / a > < / code > interface.< p >
2020-02-17 22:05:20 +01:00
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
2020-02-17 22:17:06 +01:00
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > feature< / em > < / td > < td > The name of the feature requested (case-insensitive). Note that any plus sign "+" prepended to the name of the feature will be ignored since it is not significant in the context of this method. < / td > < / tr >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > version< / em > < / td > < td > This is the version number of the feature to test. < / td > < / tr >
2020-02-17 22:05:20 +01:00
< / table >
< / dl >
2020-02-17 22:19:08 +01:00
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > Returns an object which implements the specialized APIs of the specified feature and version, if any, or null if there is no object which implements interfaces associated with that feature. < / dd > < / dl >
< dl compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 3 < / dd > < / dl >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "z199_1" doxytag = "xercesc::DOMImplementation::getImplementation" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > < a class = "el" href = "classxercesc_1_1DOMImplementation.html" > DOMImplementation< / a > * xercesc::DOMImplementation::getImplementation < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "mdname1" valign = "top" nowrap > < / td >
< td class = "md" valign = "top" > ) < / td >
< td class = "md" nowrap > < code > [static]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
2020-02-17 22:10:06 +01:00
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:10:06 +01:00
< p >
Non-standard extension.
< p >
2020-02-17 22:19:08 +01:00
Factory method for getting a < a class = "el" href = "classxercesc_1_1DOMImplementation.html" > DOMImplementation< / a > object. The DOM implementation retains ownership of the returned object. Application code should NOT delete it. < / td >
< / tr >
< / table >
< a class = "anchor" name = "z193_0" doxytag = "xercesc::DOMImplementation::hasFeature" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
< tr >
< td class = "md" nowrap valign = "top" > virtual bool xercesc::DOMImplementation::hasFeature < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const XMLCh * < / td >
< td class = "mdname" nowrap > < em > feature< / em > , < / td >
< / tr >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const XMLCh * < / td >
< td class = "mdname" nowrap > < em > version< / em > < / td >
< / tr >
< tr >
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > const< code > [pure virtual]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
Test if the DOM implementation implements a specific feature.
2020-02-17 22:05:20 +01:00
< p >
2020-02-17 22:19:08 +01:00
< dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
< table border = "0" cellspacing = "2" cellpadding = "0" >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > feature< / em > < / td > < td > The name of the feature to test (case-insensitive). The values used by DOM features are defined throughout the DOM Level 2 specifications and listed in the section. The name must be an XML name. To avoid possible conflicts, as a convention, names referring to features defined outside the DOM specification should be made unique. < / td > < / tr >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > version< / em > < / td > < td > This is the version number of the feature to test. In Level 2, the string can be either "2.0" or "1.0". If the version is not specified, supporting any version of the feature causes the method to return < code > true< / code > . < / td > < / tr >
< / table >
< / dl >
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > < code > true< / code > if the feature is implemented in the specified version, < code > false< / code > otherwise. < / dd > < / dl >
< dl compact > < dt > < b > Since:< / b > < / dt > < dd > DOM Level 1 < / dd > < / dl >
< / td >
< / tr >
< / table >
< a class = "anchor" name = "z199_2" doxytag = "xercesc::DOMImplementation::loadDOMExceptionMsg" > < / a > < p >
< table class = "mdTable" width = "100%" cellpadding = "2" cellspacing = "0" >
< tr >
< td class = "mdRow" >
< table cellpadding = "0" cellspacing = "0" border = "0" >
2020-02-17 22:05:20 +01:00
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap valign = "top" > bool xercesc::DOMImplementation::loadDOMExceptionMsg < / td >
< td class = "md" valign = "top" > ( < / td >
< td class = "md" nowrap valign = "top" > const short < / td >
< td class = "mdname" nowrap > < em > msgToLoad< / em > , < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > XMLCh *const < / td >
< td class = "mdname" nowrap > < em > toFill< / em > , < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" nowrap align = "right" > < / td >
< td class = "md" > < / td >
< td class = "md" nowrap > const XMLSize_t < / td >
< td class = "mdname" nowrap > < em > maxChars< / em > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< tr >
2020-02-17 22:19:08 +01:00
< td class = "md" > < / td >
< td class = "md" > ) < / td >
< td class = "md" colspan = "2" > < code > [static]< / code > < / td >
2020-02-17 22:05:20 +01:00
< / tr >
< / table >
2020-02-17 22:19:08 +01:00
< / td >
< / tr >
< / table >
< table cellspacing = "5" cellpadding = "0" border = "0" >
< tr >
< td >
< / td >
< td >
2020-02-17 22:05:20 +01:00
< p >
Non-standard extension.
< p >
2020-02-17 22:10:06 +01:00
Load the default error text message for < a class = "el" href = "classxercesc_1_1DOMException.html" > DOMException< / a > . < dl compact > < dt > < b > Parameters:< / b > < / dt > < dd >
2020-02-17 22:05:20 +01:00
< table border = "0" cellspacing = "2" cellpadding = "0" >
2020-02-17 22:10:06 +01:00
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > msgToLoad< / em > < / td > < td > The DOM ExceptionCode id to be processed < / td > < / tr >
2020-02-17 22:05:20 +01:00
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > toFill< / em > < / td > < td > The buffer that will hold the output on return. The size of this buffer should at least be 'maxChars + 1'. < / td > < / tr >
< tr > < td valign = "top" > < / td > < td valign = "top" > < em > maxChars< / em > < / td > < td > The maximum number of output characters that can be accepted. If the result will not fit, it is an error. < / td > < / tr >
< / table >
< / dl >
2020-02-17 22:19:08 +01:00
< dl compact > < dt > < b > Returns:< / b > < / dt > < dd > < code > true< / code > if the message is successfully loaded < / dd > < / dl >
< / td >
< / tr >
< / table >
2020-02-17 22:05:20 +01:00
< hr > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "DOMImplementation_8hpp-source.html" > DOMImplementation.hpp< / a > < / ul >
2020-02-17 22:19:08 +01:00
< hr size = "1" > < address style = "align: right;" > < small > Generated on Fri Sep 25 06:55:55 2009 for XQilla DOM Level 3 API by
2020-02-17 22:05:20 +01:00
< a href = "http://www.doxygen.org/index.html" >
2020-02-17 22:19:08 +01:00
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = "0" > < / a > 1.3.9.1 < / small > < / address >
2020-02-17 22:05:20 +01:00
< / body >
< / html >