HomeSort by relevance Sort by last modified time
    Searched defs:xml (Results 101 - 125 of 580) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/utils/
WrappedRuntimeException.java 21 package org.apache.xml.utils;
XMLCharacterRecognizer.java 21 package org.apache.xml.utils;
25 * conforms to the XML 1.0 definition of whitespace.
32 * Returns whether the specified <var>ch</var> conforms to the XML 1.0 definition
33 * of whitespace. Refer to <A href="http://www.w3.org/TR/1998/REC-xml-19980210#NT-S">
35 * @param ch Character to check as XML whitespace.
36 * @return =true if <var>ch</var> is XML whitespace; otherwise =false.
46 * @param ch Character array to check as XML whitespace.
50 * XML whitespace; otherwise, false.
69 * @param buf StringBuffer to check as XML whitespace.
70 * @return True if characters in buffer are XML whitespace, false otherwis
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/res/
CharArrayWrapper.java 21 package org.apache.xml.utils.res;
IntArrayWrapper.java 21 package org.apache.xml.utils.res;
LongArrayWrapper.java 21 package org.apache.xml.utils.res;
StringArrayWrapper.java 21 package org.apache.xml.utils.res;
XResourceBundleBase.java 21 package org.apache.xml.utils.res;
  /external/chromium_org/android_webview/buildbot/
generate_local_manifest.py 15 import xml.etree.ElementTree as ET namespace
60 method='xml')
69 help='name of the manifest file', default='default.xml')
83 '.repo/local_manifest.xml')
  /external/chromium_org/tools/gyp/pylib/gyp/
xml_fix.py 5 """Applies a fix to CR LF TAB handling in xml.dom.
13 import xml.dom.minidom namespace
52 """Object to manage temporary patching of xml.dom.minidom."""
55 # Preserve current xml.dom.minidom functions.
56 self.write_data = xml.dom.minidom._write_data
57 self.writexml = xml.dom.minidom.Element.writexml
59 xml.dom.minidom._write_data = _Replacement_write_data
60 xml.dom.minidom.Element.writexml = _Replacement_writexml
64 xml.dom.minidom._write_data = self.write_data
65 xml.dom.minidom.Element.writexml = self.writexm
    [all...]
  /external/markdown/markdown/
etree_loader.py 10 import xml.etree.cElementTree as etree_in_c namespace
13 import xml.etree.ElementTree as etree namespace
  /libcore/luni/src/main/java/javax/xml/parsers/
FactoryConfigurationError.java 20 package javax.xml.parsers;
  /libcore/luni/src/main/java/javax/xml/transform/
Result.java 20 package javax.xml.transform;
36 * This ensures that the output is well-formed XML. However,
38 * almost, but not quite well-formed XML; for example,
40 * be transformed into well-formed XML by a subsequent non-XML aware
50 "javax.xml.transform.disable-output-escaping";
60 "javax.xml.transform.enable-output-escaping";
SourceLocator.java 20 package javax.xml.transform;
24 * an error occurred in the XML source or transformation instructions.
63 * to edit the character content of the original XML document.</p>
80 * to edit the character content of the original XML document.</p>
TransformerFactoryConfigurationError.java 20 package javax.xml.transform;
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXTransformerFactory.java 20 package javax.xml.transform.sax;
22 import javax.xml.transform.Source;
23 import javax.xml.transform.Templates;
24 import javax.xml.transform.TransformerConfigurationException;
25 import javax.xml.transform.TransformerFactory;
26 import org.xml.sax.XMLFilter;
41 /** If {@link javax.xml.transform.TransformerFactory#getFeature}
44 * {@link javax.xml.transform.TransformerFactory#newInstance} may
48 "http://javax.xml.transform.sax.SAXTransformerFactory/feature";
50 /** If {@link javax.xml.transform.TransformerFactory#getFeature
    [all...]
TemplatesHandler.java 20 package javax.xml.transform.sax;
22 import javax.xml.transform.Templates;
23 import org.xml.sax.ContentHandler;
TransformerHandler.java 20 package javax.xml.transform.sax;
22 import javax.xml.transform.Result;
23 import javax.xml.transform.Transformer;
24 import org.xml.sax.ContentHandler;
25 import org.xml.sax.DTDHandler;
26 import org.xml.sax.ext.LexicalHandler;
  /libcore/luni/src/main/java/javax/xml/validation/
TypeInfoProvider.java 19 package javax.xml.validation;
28 * Some schema languages, such as W3C XML Schema, encourages a validator
58 * the {@link org.xml.sax.ContentHandler} that the application sets to the
62 * If this method is called from other {@link org.xml.sax.ContentHandler}
85 * the {@link org.xml.sax.ContentHandler} that the application sets to the
90 * the {@link org.xml.sax.Attributes} object passed to the
96 * If this method is called from other {@link org.xml.sax.ContentHandler}
117 * schema language. In case of W3C XML Schema, this means
122 * A {@link javax.xml.parsers.DocumentBuilder} uses this information
127 * the {@link org.xml.sax.ContentHandler} that the application sets to th
    [all...]
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathConstants.java 19 package javax.xml.xpath;
21 import javax.xml.namespace.QName;
29 * @see <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a>
XPathException.java 19 package javax.xml.xpath;
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CommentImpl.java 17 package org.apache.harmony.xml.dom;
DocumentFragmentImpl.java 17 package org.apache.harmony.xml.dom;
EntityReferenceImpl.java 17 package org.apache.harmony.xml.dom;
NodeListImpl.java 17 package org.apache.harmony.xml.dom;
  /libcore/luni/src/main/java/org/xml/sax/
AttributeList.java 6 package org.xml.sax;
19 * attributes. Unlike the new {@link org.xml.sax.Attributes Attributes}
23 * {@link org.xml.sax.DocumentHandler#startElement startElement}
28 * {@link org.xml.sax.helpers.AttributeListImpl AttributeListImpl}
64 * {@link org.xml.sax.Attributes Attributes}
69 * @see org.xml.sax.DocumentHandler#startElement startElement
70 * @see org.xml.sax.helpers.AttributeListImpl AttributeListImpl
123 * return the value "CDATA" as stated in the XML 1.0 Recommentation

Completed in 55 milliseconds

1 2 3 45 6 7 8 91011>>