HomeSort by relevance Sort by last modified time
    Searched refs:XML (Results 151 - 175 of 217) sorted by null

1 2 3 4 5 67 8 9

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
elementgetschematypeinfo04.js 81 Load a valid document with an XML Schema.
elementgetschematypeinfo05.js 81 Load a valid document with an XML Schema.
elementgetschematypeinfo06.js 81 Load a valid document with an XML Schema.
elementgetschematypeinfo07.js 81 Load a valid document with an XML Schema.
elementsetidattributens13.js 122 nameElem.setIdAttributeNS("http://www.w3.org/XML/1998/namespace","lang",false);
nodecomparedocumentposition15.js 106 attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
nodecomparedocumentposition16.js 104 attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
nodecomparedocumentposition33.js 107 attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
nodecomparedocumentposition40.js 104 elem.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang","FR-fr");
105 attr2 = elem.getAttributeNode("xml:lang");
nodegetuserdata05.js 110 attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","lang");
nodeinsertbefore20.js 104 newNode = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
nodereplacechild20.js 103 attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
nodereplacechild34.js 101 parent = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
nodereplacechild36.js 100 parent = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
nodereplacechild37.js 115 parent = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
nodesettextcontent06.js 103 attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
nodesetuserdata05.js 87 obtained by parsing the same xml document. Using getUserData and isNodeEqual
119 attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","lang");
typeinfoisderivedfrom63.js 83 Get schemaTypeInfo on an element that belongs to a document with an XML DTD. Invoke method
111 retValue = elemTypeInfo.isDerivedFrom("http://www.w3.org/TR/REC-xml",nullName,0);
typeinfoisderivedfrom65.js 81 Get schemaTypeInfo on a simple type attribute that belongs to a document with an XML schema.
typeinfoisderivedfrom66.js 83 Get schemaTypeInfo on an element of type Union that belongs to a document with an XML schema.
documentadoptnode06.js 113 var xmlNS = "http://www.w3.org/XML/1998/namespace";
128 newAttr = doc.createAttributeNS(xmlNS,"xml:lang");
150 assertEquals("documentadoptnode06_nodeName","xml:lang",nodeName);
152 assertEquals("documentadoptnode06_prefix","xml",nodePrefix);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 21 package org.apache.xml.serializer;
31 import javax.xml.transform.OutputKeys;
33 import org.apache.xml.serializer.utils.MsgKey;
34 import org.apache.xml.serializer.utils.Utils;
35 import org.apache.xml.serializer.utils.WrappedRuntimeException;
45 * The given output types supported are "xml", "text", and "html".
86 /** S_BUILTIN_EXTENSIONS_URL is a mnemonic for the XML Namespace
87 *(http://xml.apache.org/xalan) predefined to signify Xalan's
92 S_BUILTIN_EXTENSIONS_URL = "http://xml.apache.org/xalan";
99 S_BUILTIN_OLD_EXTENSIONS_URL = "http://xml.apache.org/xslt";
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathParser.java 52 * <dt>[@xml:lang=&quot;value&quot;]
53 * <dd> An element in an alt-text array, chosen by the xml:lang qualifier.
56 * <dt>@xml:lang
57 * <dd> An xml:lang qualifier.
71 * The syntax isn't checked, but an XML name begins with a letter or '_',
73 * non-ASCII Unicode characters. An XML qualified name is a pair of names
127 if (!"?xml:lang".equals(segment.getName()))
129 throw new XMPException("Only xml:lang allowed with '@'",
146 if (!segment.getName().startsWith("[?xml:lang="))
148 throw new XMPException("Only xml:lang allowed with '@'"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
CopyCutAction.java 23 import org.apache.xml.serialize.Method;
24 import org.apache.xml.serialize.OutputFormat;
25 import org.apache.xml.serialize.XMLSerializer;
36 import org.eclipse.wst.xml.core.internal.document.NodeContainer;
60 * @param selected The UI node to cut or copy. It *must* have a non-null XML node.
71 * @param selected The UI nodes to cut or copy. They *must* have a non-null XML node.
101 * First an XML serializer is used to turn the existing XML node into a valid
102 * XML fragment, which is added as text to the clipboard.
111 // Commit the current pages first, to make sure the XML is in sync
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 27 import javax.xml.XMLConstants;
28 import javax.xml.parsers.DocumentBuilder;
29 import javax.xml.parsers.DocumentBuilderFactory;
30 import javax.xml.parsers.ParserConfigurationException;
31 import javax.xml.transform.ErrorListener;
32 import javax.xml.transform.OutputKeys;
33 import javax.xml.transform.Result;
34 import javax.xml.transform.Source;
35 import javax.xml.transform.Transformer;
36 import javax.xml.transform.TransformerException
    [all...]

Completed in 343 milliseconds

1 2 3 4 5 67 8 9