public class

XMLParserImplSafari

extends XMLParserImpl
java.lang.Object
   ↳ com.google.gwt.xml.client.impl.XMLParserImpl
     ↳ com.google.gwt.xml.client.impl.XMLParserImplSafari

Class Overview

This class is Safari implementation of the XMLParser interface.

Summary

Fields
protected final JavaScriptObject domParser
Public Constructors
XMLParserImplSafari()
Public Methods
static boolean isSafari2LevelWebKit()
Protected Methods
static JavaScriptObject createDOMParser()
JavaScriptObject createDocumentImpl()
JavaScriptObject getElementByIdImpl(JavaScriptObject document, String id)
JavaScriptObject getElementsByTagNameImpl(JavaScriptObject o, String tagName)
String getPrefixImpl(JavaScriptObject jsObject)
JavaScriptObject importNodeImpl(JavaScriptObject jsObject, JavaScriptObject importedNode, boolean deep)
JavaScriptObject parseImpl(String contents)

This page contains the following errors:

error on line 1 at column 2: xmlParseStartTag: invalid element name

Below is a rendering of the page up to the first error.

String toStringImpl(ProcessingInstructionImpl node)
String toStringImpl(NodeImpl node)
[Expand]
Inherited Methods
From class com.google.gwt.xml.client.impl.XMLParserImpl
From class java.lang.Object

Fields

protected final JavaScriptObject domParser

Public Constructors

public XMLParserImplSafari ()

Public Methods

public static boolean isSafari2LevelWebKit ()

Protected Methods

protected static JavaScriptObject createDOMParser ()

protected JavaScriptObject createDocumentImpl ()

protected JavaScriptObject getElementByIdImpl (JavaScriptObject document, String id)

protected JavaScriptObject getElementsByTagNameImpl (JavaScriptObject o, String tagName)

protected String getPrefixImpl (JavaScriptObject jsObject)

protected JavaScriptObject importNodeImpl (JavaScriptObject jsObject, JavaScriptObject importedNode, boolean deep)

protected JavaScriptObject parseImpl (String contents)

This page contains the following errors:

error on line 1 at column 2: xmlParseStartTag: invalid element name

Below is a rendering of the page up to the first error.

is all you get from Safari. Hope that nobody wants to send one of those error reports over the wire to be parsed by safari...

Parameters
contents contents
Returns
  • parsed JavaScript object

protected String toStringImpl (ProcessingInstructionImpl node)

protected String toStringImpl (NodeImpl node)