Lines Matching defs:markup

176     public function __construct($markup = null, $contentType = null, $newDocumentID = null) {
183 public function load($markup, $contentType = null, $newDocumentID = null) {
210 protected function loadMarkup($markup) {
262 protected function loadMarkupHTML($markup, $requestedCharset = null) {
336 protected function loadMarkupXML($markup, $requestedCharset = null) {
428 protected function isXHTML($markup = null) {
439 protected function isXML($markup) {
460 protected function contentTypeFromHTML($markup) {
474 protected function charsetFromHTML($markup) {
478 protected function charsetFromXML($markup) {
494 protected function charsetFixHTML($markup) {
535 protected function charsetAppendToXML($markup, $charset) {
539 public static function isDocumentFragmentHTML($markup) {
542 public static function isDocumentFragmentXML($markup) {
545 public static function isDocumentFragmentXHTML($markup) {
640 private function documentFragmentLoadMarkup($fragment, $charset, $markup = null) {
705 public function markup($nodes = null, $innerMarkup = false) { function in DOMDocumentWrapper
773 protected static function markupFixXHTML($markup) {
2746 public function switchWith($markup) {
2898 … public function markup($markup = null, $callback1 = null, $callback2 = null, $callback3 = null) { function in phpQueryObject
4630 public static function newDocument($markup = null, $contentType = null) {
4643 public static function newDocumentHTML($markup = null, $charset = null) {
4656 public static function newDocumentXML($markup = null, $charset = null) {
4669 public static function newDocumentXHTML($markup = null, $charset = null) {
4682 public static function newDocumentPHP($markup = null, $contentType = "text/html") {