/prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/ |
FastInfoset-1.2.13.pom | 58 <Specification-Title>ITU-T Rec. X.891 | ISO/IEC 24824-1 (Fast Infoset)</Specification-Title> 60 <Implementation-Title>Fast Infoset Implementation</Implementation-Title>
|
/libcore/luni/src/test/java/libcore/xml/ |
NormalizeTest.java | 131 assertEquals(false, domConfiguration.getParameter("infoset")); 132 assertSupported("infoset", false); 133 assertSupported("infoset", true); 149 // set infoset 150 domConfiguration.setParameter("infoset", true); 152 // now the parameters should all match what infoset implies 163 domConfiguration.setParameter("infoset", true); 166 assertEquals(false, domConfiguration.getParameter("infoset")); 171 domConfiguration.setParameter("infoset", true); 174 assertEquals(false, domConfiguration.getParameter("infoset")); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/ |
xmlbuilder.py | 37 infoset = False variable in class:Options 143 ("infoset", 0): [], 144 ("infoset", 1): [ 167 if name == "infoset":
|
/prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/ |
xmlbuilder.py | 37 infoset = False variable in class:Options 143 ("infoset", 0): [], 144 ("infoset", 1): [ 167 if name == "infoset":
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
xmlbuilder.py | 37 infoset = False variable in class:Options 143 ("infoset", 0): [], 144 ("infoset", 1): [ 167 if name == "infoset":
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
xmlbuilder.py | 37 infoset = False variable in class:Options 143 ("infoset", 0): [], 144 ("infoset", 1): [ 167 if name == "infoset":
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOMConstants.java | 68 public static final String DOM_INFOSET = "infoset";
|
LSSerializerImpl.java | 142 // Parameter infoset, true [required] (default), false has no effect --> True has no effect for the serializer
143 private final static int INFOSET = 0x1 << 7;
296 // infoset
297 if ((fFeatures & INFOSET) != 0) {
[all...] |
DOM3TreeWalker.java | 162 // Parameter infoset, true [required] (default), false has no effect --> True has no effect for the serializer
163 private final static int INFOSET = 0x1 << 7;
[all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMConfiguration.java | 121 * content, as described in <a href='http://www.w3.org/TR/2004/REC-xml-infoset-20040204#infoitem.character'> 136 * nodes are normalized, as defined in <code>Node.normalize</code>. Only <a href='http://www.w3.org/TR/2004/REC-xml-infoset-20040204/#infoitem.rse'> 152 * <dt><code>"infoset"</code></dt> 157 * <dd>[<em>required</em>]Keep in the document the information defined in the XML Information Set [<a href='http://www.w3.org/TR/2004/REC-xml-infoset-20040204/'>XML Information Set</a>] 168 * <dd>Setting <code>infoset</code> to
|
TypeInfo.java | 26 * represents the <b>[attribute type]</b> property in the [<a href='http://www.w3.org/TR/2004/REC-xml-infoset-20040204/'>XML Information Set</a>] 37 * infoset contributions (also called PSVI contributions):
|
Attr.java | 239 * infoset contributions (PSVI contributions) values are used to 246 * while invoking <code>Document.normalizeDocument()</code>, the infoset <b>[type definition]</b> value is used to determine if this attribute is a DTD-determined ID
|
Text.java | 62 * Returns whether this text node contains <a href='http://www.w3.org/TR/2004/REC-xml-infoset-20040204#infoitem.character'>
|
Document.java | [all...] |
/system/core/toolbox/upstream-netbsd/bin/dd/ |
dd.c | 88 sigset_t infoset; /* a set blocking SIGINFO */ variable 135 (void)sigemptyset(&infoset); 136 (void)sigaddset(&infoset, SIGINFO); 592 (void)sigprocmask(SIG_BLOCK, &infoset, &oset);
|
/prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/1.2.13/ |
fastinfoset-project-1.2.13.pom | 34 <description>Open Source implementation of the Fast Infoset Standard for Binary XML (http://www.itu.int/ITU-T/asn1/).</description>
|
/external/libxml2/ |
xinclude.c | 815 * of the Infoset copy 842 * of the Infoset copy [all...] |
schematron.c | 1090 * First step is to parse the input document into an DOM/Infoset [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DOMConfigurationImpl.java | 151 PARAMETERS.put("infoset", new BooleanParameter() {
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlSerializer.java | 8 * Define an interface to serialization of XML Infoset.
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSParser.java | 45 * <code>Element</code> node represents the property <b>[attributes]</b> defined in [<a href='http://www.w3.org/TR/2004/REC-xml-infoset-20040204/'>XML Information Set</a>] 200 * <dt><code>"infoset"</code></dt>
|
/external/libxml2/test/relaxng/ |
spec_0.xml | 205 of the <xref linkend="infoset"/> as follows. We use the notation
235 infoset for which [all declarations processed] is true and which does
237 is the infoset that is the basis for defining the RELAX NG data
[all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTM.java | 52 * InfoSet.</p> 776 * part of the infoset of the document. Rather it is an indication of [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTMdefaultNamespaceDeclarationNode.java | 666 * Notation nodes, according to the infoset? If not, what is it equal to
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
UnImplNode.java | [all...] |