Searched refs:XMLAttributeDecl (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLAttributeDecl.java69 public class XMLAttributeDecl { class
110 } // class XMLAttributeDecl
H A DXMLDTDValidator.java341 private final XMLAttributeDecl fTempAttDecl = new XMLAttributeDecl();
1345 XMLAttributeDecl attributeDecl)
1472 } // validateDTDattribute(QName,String,XMLAttributeDecl)
1749 private String getAttributeTypeName(XMLAttributeDecl attrDecl) {
1782 } // getAttributeTypeName(XMLAttributeDecl):String
H A DDTDGrammar.java208 * @see XMLAttributeDecl
274 protected final XMLAttributeDecl fAttributeDecl = new XMLAttributeDecl();
1340 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) {
1874 XMLAttributeDecl attributeDecl) {
2205 XMLAttributeDecl attributeDecl = new XMLAttributeDecl();
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DXMLAttributeDecl.java27 public class XMLAttributeDecl { class
H A DDTDGrammar.java131 * @see XMLAttributeDecl
149 protected XMLAttributeDecl fAttributeDecl = new XMLAttributeDecl();
538 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) {
681 XMLAttributeDecl attributeDecl) {
739 XMLAttributeDecl attributeDecl = new XMLAttributeDecl();
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/
H A DDTDGrammarUtil.java23 import com.sun.xml.internal.stream.dtd.nonvalidating.XMLAttributeDecl;
93 private XMLAttributeDecl fTempAttDecl = new XMLAttributeDecl();
391 private String getAttributeTypeName(XMLAttributeDecl attrDecl) {

Completed in 117 milliseconds