Home
last modified time | relevance | path

Searched refs:attributeDecl (Results 1 – 25 of 987) sorted by relevance

12345678910>>...40

/dports/textproc/libxml2/libxml2-2.9.12/result/
H A Ddefattr2.xml.sax5 SAX.attributeDecl(doc, defatt, 9, 1, 0, ...)
6 SAX.attributeDecl(doc, xmlns:tst, 1, 4, http://example.org, ...)
7 SAX.attributeDecl(doc, tst:att, 9, 1, 1, ...)
H A Ddefattr2.xml.sax25 SAX.attributeDecl(doc, defatt, 9, 1, 0, ...)
6 SAX.attributeDecl(doc, xmlns:tst, 1, 4, http://example.org, ...)
7 SAX.attributeDecl(doc, tst:att, 9, 1, 1, ...)
/dports/textproc/py-libxml2/libxml2-2.9.12/result/
H A Ddefattr2.xml.sax5 SAX.attributeDecl(doc, defatt, 9, 1, 0, ...)
6 SAX.attributeDecl(doc, xmlns:tst, 1, 4, http://example.org, ...)
7 SAX.attributeDecl(doc, tst:att, 9, 1, 1, ...)
H A Ddefattr2.xml.sax25 SAX.attributeDecl(doc, defatt, 9, 1, 0, ...)
6 SAX.attributeDecl(doc, xmlns:tst, 1, 4, http://example.org, ...)
7 SAX.attributeDecl(doc, tst:att, 9, 1, 1, ...)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java294 public void attributeDecl(String elementName, String attributeName, in attributeDecl() method in DTDGrammar
543 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) { in getAttributeDecl() argument
550 attributeDecl.name.setValues(fAttributeDeclName[chunk][index]); in getAttributeDecl()
686 XMLAttributeDecl attributeDecl) { in setAttributeDecl() argument
689 fAttributeDeclName[attrChunk][attrIndex].setValues(attributeDecl.name); in setAttributeDecl()
690 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl.simpleType.type; in setAttributeDecl()
692 if (attributeDecl.simpleType.list) { in setAttributeDecl()
695 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration; in setAttributeDecl()
744 XMLAttributeDecl attributeDecl = new XMLAttributeDecl(); in printAttribute() local
745 if (getAttributeDecl(attributeDeclIndex, attributeDecl)) { in printAttribute()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java294 public void attributeDecl(String elementName, String attributeName, in attributeDecl() method in DTDGrammar
543 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) { in getAttributeDecl() argument
550 attributeDecl.name.setValues(fAttributeDeclName[chunk][index]); in getAttributeDecl()
686 XMLAttributeDecl attributeDecl) { in setAttributeDecl() argument
689 fAttributeDeclName[attrChunk][attrIndex].setValues(attributeDecl.name); in setAttributeDecl()
690 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl.simpleType.type; in setAttributeDecl()
692 if (attributeDecl.simpleType.list) { in setAttributeDecl()
695 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration; in setAttributeDecl()
744 XMLAttributeDecl attributeDecl = new XMLAttributeDecl(); in printAttribute() local
745 if (getAttributeDecl(attributeDeclIndex, attributeDecl)) { in printAttribute()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java294 public void attributeDecl(String elementName, String attributeName, in attributeDecl() method in DTDGrammar
543 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) { in getAttributeDecl() argument
550 attributeDecl.name.setValues(fAttributeDeclName[chunk][index]); in getAttributeDecl()
686 XMLAttributeDecl attributeDecl) { in setAttributeDecl() argument
689 fAttributeDeclName[attrChunk][attrIndex].setValues(attributeDecl.name); in setAttributeDecl()
690 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl.simpleType.type; in setAttributeDecl()
692 if (attributeDecl.simpleType.list) { in setAttributeDecl()
695 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration; in setAttributeDecl()
744 XMLAttributeDecl attributeDecl = new XMLAttributeDecl(); in printAttribute() local
745 if (getAttributeDecl(attributeDeclIndex, attributeDecl)) { in printAttribute()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java294 public void attributeDecl(String elementName, String attributeName, in attributeDecl() method in DTDGrammar
543 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) { in getAttributeDecl() argument
550 attributeDecl.name.setValues(fAttributeDeclName[chunk][index]); in getAttributeDecl()
686 XMLAttributeDecl attributeDecl) { in setAttributeDecl() argument
689 fAttributeDeclName[attrChunk][attrIndex].setValues(attributeDecl.name); in setAttributeDecl()
690 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl.simpleType.type; in setAttributeDecl()
692 if (attributeDecl.simpleType.list) { in setAttributeDecl()
695 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration; in setAttributeDecl()
744 XMLAttributeDecl attributeDecl = new XMLAttributeDecl(); in printAttribute() local
745 if (getAttributeDecl(attributeDeclIndex, attributeDecl)) { in printAttribute()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java294 public void attributeDecl(String elementName, String attributeName, in attributeDecl() method in DTDGrammar
543 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) { in getAttributeDecl() argument
550 attributeDecl.name.setValues(fAttributeDeclName[chunk][index]); in getAttributeDecl()
686 XMLAttributeDecl attributeDecl) { in setAttributeDecl() argument
689 fAttributeDeclName[attrChunk][attrIndex].setValues(attributeDecl.name); in setAttributeDecl()
690 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl.simpleType.type; in setAttributeDecl()
692 if (attributeDecl.simpleType.list) { in setAttributeDecl()
695 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration; in setAttributeDecl()
744 XMLAttributeDecl attributeDecl = new XMLAttributeDecl(); in printAttribute() local
745 if (getAttributeDecl(attributeDeclIndex, attributeDecl)) { in printAttribute()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java294 public void attributeDecl(String elementName, String attributeName, in attributeDecl() method in DTDGrammar
543 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) { in getAttributeDecl() argument
550 attributeDecl.name.setValues(fAttributeDeclName[chunk][index]); in getAttributeDecl()
686 XMLAttributeDecl attributeDecl) { in setAttributeDecl() argument
689 fAttributeDeclName[attrChunk][attrIndex].setValues(attributeDecl.name); in setAttributeDecl()
690 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl.simpleType.type; in setAttributeDecl()
692 if (attributeDecl.simpleType.list) { in setAttributeDecl()
695 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration; in setAttributeDecl()
744 XMLAttributeDecl attributeDecl = new XMLAttributeDecl(); in printAttribute() local
745 if (getAttributeDecl(attributeDeclIndex, attributeDecl)) { in printAttribute()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java294 public void attributeDecl(String elementName, String attributeName, in attributeDecl() method in DTDGrammar
543 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) { in getAttributeDecl() argument
550 attributeDecl.name.setValues(fAttributeDeclName[chunk][index]); in getAttributeDecl()
686 XMLAttributeDecl attributeDecl) { in setAttributeDecl() argument
689 fAttributeDeclName[attrChunk][attrIndex].setValues(attributeDecl.name); in setAttributeDecl()
690 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl.simpleType.type; in setAttributeDecl()
692 if (attributeDecl.simpleType.list) { in setAttributeDecl()
695 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration; in setAttributeDecl()
744 XMLAttributeDecl attributeDecl = new XMLAttributeDecl(); in printAttribute() local
745 if (getAttributeDecl(attributeDeclIndex, attributeDecl)) { in printAttribute()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java294 public void attributeDecl(String elementName, String attributeName, in attributeDecl() method in DTDGrammar
543 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) { in getAttributeDecl() argument
550 attributeDecl.name.setValues(fAttributeDeclName[chunk][index]); in getAttributeDecl()
686 XMLAttributeDecl attributeDecl) { in setAttributeDecl() argument
689 fAttributeDeclName[attrChunk][attrIndex].setValues(attributeDecl.name); in setAttributeDecl()
690 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl.simpleType.type; in setAttributeDecl()
692 if (attributeDecl.simpleType.list) { in setAttributeDecl()
695 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration; in setAttributeDecl()
744 XMLAttributeDecl attributeDecl = new XMLAttributeDecl(); in printAttribute() local
745 if (getAttributeDecl(attributeDeclIndex, attributeDecl)) { in printAttribute()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java293 public void attributeDecl(String elementName, String attributeName, in attributeDecl() method in DTDGrammar
541 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) { in getAttributeDecl() argument
548 attributeDecl.name.setValues(fAttributeDeclName[chunk][index]); in getAttributeDecl()
684 XMLAttributeDecl attributeDecl) { in setAttributeDecl() argument
687 fAttributeDeclName[attrChunk][attrIndex].setValues(attributeDecl.name); in setAttributeDecl()
688 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl.simpleType.type; in setAttributeDecl()
690 if (attributeDecl.simpleType.list) { in setAttributeDecl()
693 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration; in setAttributeDecl()
742 XMLAttributeDecl attributeDecl = new XMLAttributeDecl(); in printAttribute() local
743 if (getAttributeDecl(attributeDeclIndex, attributeDecl)) { in printAttribute()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java293 public void attributeDecl(String elementName, String attributeName, in attributeDecl() method in DTDGrammar
541 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) { in getAttributeDecl() argument
548 attributeDecl.name.setValues(fAttributeDeclName[chunk][index]); in getAttributeDecl()
684 XMLAttributeDecl attributeDecl) { in setAttributeDecl() argument
687 fAttributeDeclName[attrChunk][attrIndex].setValues(attributeDecl.name); in setAttributeDecl()
688 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl.simpleType.type; in setAttributeDecl()
690 if (attributeDecl.simpleType.list) { in setAttributeDecl()
693 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration; in setAttributeDecl()
742 XMLAttributeDecl attributeDecl = new XMLAttributeDecl(); in printAttribute() local
743 if (getAttributeDecl(attributeDeclIndex, attributeDecl)) { in printAttribute()
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/result/noent/
H A Ddefattr2.xml.sax25 SAX.attributeDecl(doc, defatt, 9, 1, 0, ...)
6 SAX.attributeDecl(doc, xmlns:tst, 1, 4, http://example.org, ...)
7 SAX.attributeDecl(doc, tst:att, 9, 1, 1, ...)
/dports/textproc/py-libxml2/libxml2-2.9.12/result/noent/
H A Ddefattr2.xml.sax25 SAX.attributeDecl(doc, defatt, 9, 1, 0, ...)
6 SAX.attributeDecl(doc, xmlns:tst, 1, 4, http://example.org, ...)
7 SAX.attributeDecl(doc, tst:att, 9, 1, 1, ...)
/dports/textproc/libxml++26/libxml++-2.40.1/libxml++/
H A Dattribute.cc34 const AttributeDeclaration* const attributeDecl = in get_value() local
36 if (attributeDecl) // AttributeDeclaration in get_value()
37 return attributeDecl->get_value(); in get_value()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qxmlsimplereader/xmldocs/valid/sa/
H A D044.xml.ref4 attributeDecl(eName="e", aName="a1", type="", valueDefault="", value="")
5 attributeDecl(eName="e", aName="a2", type="", valueDefault="", value="")
6 attributeDecl(eName="e", aName="a3", type="", valueDefault="", value="")
H A D059.xml.ref4 attributeDecl(eName="e", aName="a1", type="", valueDefault="", value="")
5 attributeDecl(eName="e", aName="a2", type="", valueDefault="", value="")
6 attributeDecl(eName="e", aName="a3", type="", valueDefault="", value="")
H A D045.xml.ref4 attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="")
5 attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="")
H A D046.xml.ref4 attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="")
5 attributeDecl(eName="doc", aName="a2", type="", valueDefault="", value="")
H A D095.xml.ref4 attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="")
5 attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="")
H A D097.xml.ref5 attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="")
8 attributeDecl(eName="doc", aName="a2", type="", valueDefault="", value="")
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/
H A D013.xml.ref4 attributeDecl(eName="e", aName="a1", type="", valueDefault="", value="")
5 attributeDecl(eName="e", aName="a2", type="", valueDefault="", value="")
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/
H A D026.xml.ref7 attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="")
8 attributeDecl(eName="doc", aName="a2", type="", valueDefault="", value="")

12345678910>>...40