Login   Register  
PHP Classes

Class: 3-Level DOM Implementation

Icontem
elePHPant

  Classes of Jonas Raoni Soares Silva  >  3-Level DOM Implementation  >  Download  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: 3-Level DOM Implementation Support forum
Base name: dom
Description: Class to manage data upon the DOM specification.
Version: -
Required PHP version: -
License: GNU General Public License (GPL)
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of Jonas Raoni Soares Silva
Name: Jonas Raoni Soares Silva <e-mail contact>
Published packages: 3 Browse this author's classes Browse this author's classes
Country: Brazil Brazil - PHP jobs in Brazil
Home page: http://jsfromhell.com/

Groups

Group folder image Data types Modeling and manipulating data types View top rated classes

Detailed description

This class provides two implementations of the DOM specification:
- A very light-weight implementation (TBasicDOM), that you can use when you don't need so many things;
- And a complete implementation (the TDOM class) of the Document Object Model Level 3 that follows all the DOM 3 Core specifications according to the http://www.w3.org, by the way the documentation is available at http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/.

Now my work is done :]

I've made some fast tests and didn't get any errors, so if you find one(s), feel free to warn me, so I'll be able to find and correct the problem... :]

Applications that use this class

No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file Attr.php Class Attribute class
Plain text file CDATASection.php Class CDATASection class file
Plain text file CharacterData.php Class CharacterData class file
Plain text file Comment.php Class Comment class file
Plain text file Consts.php Aux. Constants declarations file
Plain text file DefAttributes.php Aux. Default attributes that "createElement" will lookup when creating new elements
Plain text file Document.php Class Document class file
Plain text file DocumentFragment.php Class DocumentFragment class file
Plain text file DocumentType.php Class DocumentType class file
Plain text file DOMConfiguration.php Class DOMConfiguration class file
Plain text file DOMError.php Class DOMError class file
Plain text file DOMErrorHandler.php Class DOMErrorHandler class file
Plain text file DOMImplementation.php Class DOMImplementation class file
Plain text file DOMImplementationList.php Class DOMImplementationList class file
Plain text file DOMImplementationSource.php Class DOMImplementationSource class file
Plain text file DOMLocator.php Class DOMLocator class file
Plain text file DOMStringList.php Class DOMStringList
Plain text file Element.php Class Element class file
Plain text file Entity.php Class Entity class file
Plain text file EntityReference.php Class EntityReference class file
Plain text file NamedNodeMap.php Class NamedNodeMap class file
Plain text file NameList.php Class NameList class file
Plain text file Node.php Class Node class file
Plain text file NodeList.php Class NodeList class file
Plain text file Notation.php Class Notation class file
Plain text file ProcessingInstruction.php Class ProcessingInstruction class file
Plain text file TBasicDOM.php Class TBasicDOM source file. This class provides the basic functions of the DOM specification, good for light-weight applications
Plain text file TBasicDOMTest.php Example A sample file using the TBasicDOM class to manage some items in a tree
Plain text file TDOM.php Class TDOM class file
Plain text file TDOMHelp.txt Data The help document i prepared for you ;]
Plain text file TDOMTest.php Example TDOMTest simple test file
Plain text file Text.php Class Text class file
Plain text file TypeInfo.php Class TypeInfo class file
Download all files: dom.tar.gz dom.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.