PHP 클래스 FluidXml\FluidHelper

파일 보기 프로젝트 열기: servo-php/fluidxml 1 사용 예제들

공개 메소드들

메소드 설명
domdocumentToHtml ( $dom, $clone = true )
domdocumentToStringWithoutHeaders ( DOMDocument $dom, $html = false )
domnodeToHtml ( DOMNode $node )
domnodelistToString ( DOMNodeList $nodelist, $html = false )
domnodesToString ( array $nodes, $html = false )
exportNode ( DOMDocument $dom, DOMNode $node, $html = false )
isAnXmlString ( $string )
simplexmlToStringWithoutHeaders ( SimpleXMLElement $element, $html = false )

메소드 상세

domdocumentToHtml() 공개 정적인 메소드

public static domdocumentToHtml ( $dom, $clone = true )

domdocumentToStringWithoutHeaders() 공개 정적인 메소드

public static domdocumentToStringWithoutHeaders ( DOMDocument $dom, $html = false )
$dom DOMDocument

domnodeToHtml() 공개 정적인 메소드

public static domnodeToHtml ( DOMNode $node )
$node DOMNode

domnodelistToString() 공개 정적인 메소드

public static domnodelistToString ( DOMNodeList $nodelist, $html = false )
$nodelist DOMNodeList

domnodesToString() 공개 정적인 메소드

public static domnodesToString ( array $nodes, $html = false )
$nodes array

exportNode() 공개 정적인 메소드

public static exportNode ( DOMDocument $dom, DOMNode $node, $html = false )
$dom DOMDocument
$node DOMNode

isAnXmlString() 공개 정적인 메소드

public static isAnXmlString ( $string )

simplexmlToStringWithoutHeaders() 공개 정적인 메소드

public static simplexmlToStringWithoutHeaders ( SimpleXMLElement $element, $html = false )
$element SimpleXMLElement