Sponsored Content
Special Forums News, Links, Events and Announcements UNIX.COM -- X/Open WIPO UDRP Complaint Post 24793 by LivinFree on Wednesday 17th of July 2002 06:32:17 PM
Old 07-17-2002
What about we-are-not-a-commercial-entity-but-like-to-discuss-unix.com ?
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Difference between UNIX operating system and Unix Open Server

Hi, I recently joined this forum and new to UNIX. Is there any difference between UNIX operating system and UNIX open server? Please explain. (1 Reply)
Discussion started by: Manjit
1 Replies

2. News, Links, Events and Announcements

WIPO Official Decision

At Last Official Decision of UNIX.com Domain dispute by WIPO is available to review. http://arbiter.wipo.int/domains/decisions/html/2002/d2002-0294.html (Status: unix.com > Complaint denied) (1 Reply)
Discussion started by: killerserv
1 Replies

3. News, Links, Events and Announcements

UNIX.COM -- X/Open WIPO UDRP RESULTS !!!!

Just received word from our attorney..... UNIX.COM PREVAILS IN X/OPEN WIPO ACTION: (THE TRUE UNIX USERS OF THE WORLD WIN!!!!) Click to Download: WIPO Notice of Decision Click to Download: WIPO Administrative Decision (9 Replies)
Discussion started by: Neo
9 Replies

4. Filesystems, Disks and Memory

Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!!

Hello Moto I hope someone can help We's here at work, have a unix box with sco openserver 5 on it, so it has a nice gui interface.. and also a fair few windows computers.. a system admin guy b4 me, has set up a user called neil, which can, when u try to access the unix box using windows... (2 Replies)
Discussion started by: haggo
2 Replies
DOMENTITY(3)								 1							      DOMENTITY(3)

The DOMEntity class

INTRODUCTION
This interface represents a known entity, either parsed or unparsed, in an XML document. CLASS SYNOPSIS
DOMEntity DOMEntityextends DOMNode Properties o readonlypublic string$publicId o readonlypublic string$systemId o readonlypublic string$notationName o public string$actualEncoding o readonlypublic string$encoding o readonlypublic string$version Inherited methods o public DOMNode DOMNode::appendChild (DOMNode $newnode) o public string DOMNode::C14N ([bool $exclusive], [bool $with_comments], [array $xpath], [array $ns_prefixes]) o public int DOMNode::C14NFile (string $uri, [bool $exclusive], [bool $with_comments], [array $xpath], [array $ns_prefixes]) o public DOMNode DOMNode::cloneNode ([bool $deep]) o public int DOMNode::getLineNo (void ) o public string DOMNode::getNodePath (void ) o public bool DOMNode::hasAttributes (void ) o public bool DOMNode::hasChildNodes (void ) o public DOMNode DOMNode::insertBefore (DOMNode $newnode, [DOMNode $refnode]) o public bool DOMNode::isDefaultNamespace (string $namespaceURI) o public bool DOMNode::isSameNode (DOMNode $node) o public bool DOMNode::isSupported (string $feature, string $version) o public string DOMNode::lookupNamespaceURI (string $prefix) o public string DOMNode::lookupPrefix (string $namespaceURI) o public void DOMNode::normalize (void ) o public DOMNode DOMNode::removeChild (DOMNode $oldnode) o public DOMNode DOMNode::replaceChild (DOMNode $newnode, DOMNode $oldnode) PROPERTIES
o $publicId - The public identifier associated with the entity if specified, and NULL otherwise. o $systemId - The system identifier associated with the entity if specified, and NULL otherwise. This may be an absolute URI or not. o $notationName - For unparsed entities, the name of the notation for the entity. For parsed entities, this is NULL. o $actualEncoding - An attribute specifying the encoding used for this entity at the time of parsing, when it is an external parsed entity. This is NULL if it an entity from the internal subset or if it is not known. o $encoding - An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity. This is NULL otherwise. o $version - An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity. This is NULL otherwise. PHP Documentation Group DOMENTITY(3)
All times are GMT -4. The time now is 01:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy