http://www.54chen.com,php技术交流
win32_stop_service
DOM
函数参考
PHP Manual
XML操作
DOM
— Document Object Model
简介
安装/配置
预定义常量
DOMAttr::__construct
— Creates a new DOMAttr object
DOMAttr::isId
— Checks if attribute is a defined ID
DOMCharacterData::appendData
— Append the string to the end of the character data of the node
DOMCharacterData::deleteData
— Remove a range of characters from the node
DOMCharacterData::insertData
— Insert a string at the specified 16-bit unit offset
DOMCharacterData::replaceData
— Replace a substring within the DOMCharacterData node
DOMCharacterData::substringData
— Extracts a range of data from the node
DOMComment::__construct
— Creates a new DOMComment object
DOMDocument::__construct
— Creates a new DOMDocument object
DOMDocument::createAttribute
— Create new attribute
DOMDocument::createAttributeNS
— Create new attribute node with an associated namespace
DOMDocument::createCDATASection
— Create new cdata node
DOMDocument::createComment
— Create new comment node
DOMDocument::createDocumentFragment
— Create new document fragment
DOMDocument::createElement
— Create new element node
DOMDocument::createElementNS
— Create new element node with an associated namespace
DOMDocument::createEntityReference
— Create new entity reference node
DOMDocument::createProcessingInstruction
— Creates new PI node
DOMDocument::createTextNode
— Create new text node
DOMDocument::getElementById
— Searches for an element with a certain id
DOMDocument::getElementsByTagName
— Searches for all elements with given tag name
DOMDocument::getElementsByTagNameNS
— Searches for all elements with given tag name in specified namespace
DOMDocument::importNode
— Import node into current document
DOMDocument::load
— Load XML from a file
DOMDocument::loadHTML
— Load HTML from a string
DOMDocument::loadHTMLFile
— Load HTML from a file
DOMDocument::loadXML
— Load XML from a string
DOMDocument::normalizeDocument
— Normalizes the document
DOMDocument::registerNodeClass
— Register extended class used to create base node type
DOMDocument::relaxNGValidate
— Performs relaxNG validation on the document
DOMDocument::relaxNGValidateSource
— Performs relaxNG validation on the document
DOMDocument::save
— Dumps the internal XML tree back into a file
DOMDocument::saveHTML
— Dumps the internal document into a string using HTML formatting
DOMDocument::saveHTMLFile
— Dumps the internal document into a file using HTML formatting
DOMDocument::saveXML
— Dumps the internal XML tree back into a string
DOMDocument::schemaValidate
— Validates a document based on a schema
DOMDocument::schemaValidateSource
— Validates a document based on a schema
DOMDocument::validate
— Validates the document based on its DTD
DOMDocument::xinclude
— Substitutes XIncludes in a DOMDocument Object
DOMDocumentFragment::appendXML
— Append raw XML data
DOMElement::__construct
— Creates a new DOMElement object
DOMElement::getAttribute
— Returns value of attribute
DOMElement::getAttributeNode
— Returns attribute node
DOMElement::getAttributeNodeNS
— Returns attribute node
DOMElement::getAttributeNS
— Returns value of attribute
DOMElement::getElementsByTagName
— Gets elements by tagname
DOMElement::getElementsByTagNameNS
— Get elements by namespaceURI and localName
DOMElement::hasAttribute
— Checks to see if attribute exists
DOMElement::hasAttributeNS
— Checks to see if attribute exists
DOMElement::removeAttribute
— Removes attribute
DOMElement::removeAttributeNode
— Removes attribute
DOMElement::removeAttributeNS
— Removes attribute
DOMElement::setAttribute
— Adds new attribute
DOMElement::setAttributeNode
— Adds new attribute node to element
DOMElement::setAttributeNodeNS
— Adds new attribute node to element
DOMElement::setAttributeNS
— Adds new attribute
DOMElement::setIdAttribute
— Declares the attribute specified by name to be of type ID
DOMElement::setIdAttributeNode
— Declares the attribute specified by node to be of type ID
DOMElement::setIdAttributeNS
— Declares the attribute specified by local name and namespace URI to be of type ID
DOMEntityReference::__construct
— Creates a new DOMEntityReference object
DOMImplementation::__construct
— Creates a new DOMImplementation object
DOMImplementation::createDocument
— Creates a DOMDocument object of the specified type with its document element
DOMImplementation::createDocumentType
— Creates an empty DOMDocumentType object
DOMImplementation::hasFeature
— Test if the DOM implementation implements a specific feature
DOMNamedNodeMap::getNamedItem
— Retrieves a node specified by name
DOMNamedNodeMap::getNamedItemNS
— Retrieves a node specified by local name and namespace URI
DOMNamedNodeMap::item
— Retrieves a node specified by index
DOMNode::appendChild
— Adds new child at the end of the children
DOMNode::cloneNode
— Clones a node
DOMNode::hasAttributes
— Checks if node has attributes
DOMNode::hasChildNodes
— Checks if node has children
DOMNode::insertBefore
— Adds a new child before a reference node
DOMNode::isDefaultNamespace
— Checks if the specified namespaceURI is the default namespace or not
DOMNode::isSameNode
— Indicates if two nodes are the same node
DOMNode::isSupported
— Checks if feature is supported for specified version
DOMNode::lookupNamespaceURI
— Gets the namespace URI of the node based on the prefix
DOMNode::lookupPrefix
— Gets the namespace prefix of the node based on the namespace URI
DOMNode::normalize
— Normalizes the node
DOMNode::removeChild
— Removes child from list of children
DOMNode::replaceChild
— Replaces a child
DOMNodelist::item
— Retrieves a node specified by index
DOMProcessingInstruction::__construct
— Creates a new DOMProcessingInstruction object
DOMText::__construct
— Creates a new DOMText object
DOMText::isWhitespaceInElementContent
— Indicates whether this text node contains whitespace
DOMText::splitText
— Breaks this node into two nodes at the specified offset
DOMXPath::__construct
— Creates a new DOMXPath object
DOMXPath::evaluate
— Evaluates the given XPath expression and returns a typed result if possible.
DOMXPath::query
— Evaluates the given XPath expression
DOMXPath::registerNamespace
— Registers the namespace with the DOMXPath object
DOM 函数
DOM XML
简介
安装/配置
预定义常量
DOM XML 函数
libxml
简介
安装/配置
预定义常量
libxml 函数
qtdom
简介
安装/配置
预定义常量
qtdom 函数
SDO
— Service Data Objects
简介
安装/配置
预定义常量
Limitations
范例
SDO 函数
SDO-DAS-Relational
— SDO Relational Data Access Service
简介
安装/配置
预定义常量
范例
Limitations
SDO-DAS-Relational 函数
SDO DAS XML
— SDO XML Data Access Service
简介
安装/配置
预定义常量
范例
SDO DAS XML 函数
SimpleXML
简介
安装/配置
预定义常量
范例
SimpleXML 函数
WDDX
简介
安装/配置
预定义常量
范例
WDDX 函数
XML Parser
简介
安装/配置
预定义常量
Event Handlers
Case Folding
Error Codes
Character Encoding
范例
XML Parser 函数
XMLReader
简介
安装/配置
XMLReader::close
— Close the XMLReader input
XMLReader::expand
— Returns a copy of the current node as a DOM object
XMLReader::getAttribute
— Get the value of a named attribute
XMLReader::getAttributeNo
— Get the value of an attribute by index
XMLReader::getAttributeNs
— Get the value of an attribute by localname and URI
XMLReader::getParserProperty
— Indicates if specified property has been set
XMLReader::isValid
— Indicates if the parsed document is valid
XMLReader::lookupNamespace
— Lookup namespace for a prefix
XMLReader::moveToAttribute
— Move cursor to a named attribute
XMLReader::moveToAttributeNo
— Move cursor to an attribute by index
XMLReader::moveToAttributeNs
— Move cursor to a named attribute
XMLReader::moveToElement
— Position cursor on the parent Element of current Attribute
XMLReader::moveToFirstAttribute
— Position cursor on the first Attribute
XMLReader::moveToNextAttribute
— Position cursor on the next Attribute
XMLReader::next
— Move cursor to next node skipping all subtrees
XMLReader::open
— Set the URI containing the XML to parse
XMLReader::read
— Move to next node in document
XMLReader::readInnerXML
— Retrieve XML from current node
XMLReader::readOuterXML
— Retrieve XML from current node, including it self
XMLReader::readString
— The methodName purpose
XMLReader::setParserProperty
— Set or Unset parser options
XMLReader::setRelaxNGSchema
— Set the filename or URI for a RelaxNG Schema
XMLReader::setRelaxNGSchemaSource
— Set the data containing a RelaxNG Schema
XMLReader::setSchema
— Validate document against XSD
XMLReader::XML
— Set the data containing the XML to parse
XMLWriter
简介
安装/配置
预定义常量
XMLWriter 函数
XSL
简介
安装/配置
预定义常量
范例
XSLTProcessor::__construct
— Creates a new XSLTProcessor object
XSLTProcessor::getParameter
— Get value of a parameter
XSLTProcessor::hasExsltSupport
— Determine if PHP has EXSLT support
XSLTProcessor::importStylesheet
— Import stylesheet
XSLTProcessor::registerPHPFunctions
— Enables the ability to use PHP functions as XSLT functions
XSLTProcessor::removeParameter
— Remove parameter
XSLTProcessor::setParameter
— Set value for a parameter
XSLTProcessor::setProfiling
— Sets profiling output file
XSLTProcessor::transformToDoc
— Transform to a DOMDocument
XSLTProcessor::transformToURI
— Transform to URI
XSLTProcessor::transformToXML
— Transform to XML
XSLT
简介
安装/配置
预定义常量
XSLT 函数
win32_stop_service
DOM
函数参考
PHP Manual
©我是陈-参与讨论与建设
2009/1/9 19:30:16
Loading User Notes