Searched refs:attributeDecl (Results 1 - 25 of 56) sorted by relevance

123

/openjdk10/jaxp/src/java.xml/share/classes/org/xml/sax/ext/
H A DDeclHandler.java120 public abstract void attributeDecl (String eName, method in interface:DeclHandler
H A DDefaultHandler2.java101 public void attributeDecl (String eName, String aName, method in class:DefaultHandler2
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/
H A DAttributeDeclImpl.java64 visitor.attributeDecl(this);
67 return function.attributeDecl(this);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java294 public void attributeDecl(String elementName, String attributeName, method in class:DTDGrammar
399 } // attributeDecl(String,String,String,String[],String,XMLString,XMLString, Augmentations)
539 * @param attributeDecl The values of this structure are set by this call.
541 * @return true if getAttributeDecl was able to fill in the value of attributeDecl
543 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) { argument
550 attributeDecl.name.setValues(fAttributeDeclName[chunk][index]);
563 attributeDecl.simpleType.setValues(attributeType,fAttributeDeclName[chunk][index].localpart,
686 XMLAttributeDecl attributeDecl) {
689 fAttributeDeclName[attrChunk][attrIndex].setValues(attributeDecl.name);
690 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl
685 setAttributeDecl(int elementDeclIndex, int attributeDeclIndex, XMLAttributeDecl attributeDecl) argument
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DBindBlue.java70 public void attributeDecl(XSAttributeDecl xsAttributeDecl) { method in class:BindBlue
H A DBindYellow.java62 public void attributeDecl(XSAttributeDecl xsAttributeDecl) { method in class:BindYellow
H A DClassBinderFilter.java67 public CElement attributeDecl(XSAttributeDecl xsAttributeDecl) { method in class:ClassBinderFilter
68 return core.attributeDecl(xsAttributeDecl);
H A DBindGreen.java81 public void attributeDecl(XSAttributeDecl xsAttributeDecl) { method in class:BindGreen
H A DBindRed.java84 public void attributeDecl(XSAttributeDecl ad) { method in class:BindRed
H A DRefererFinder.java132 public void attributeDecl(XSAttributeDecl decl) {} method in class:RefererFinder
H A DBindPurple.java56 public void attributeDecl(XSAttributeDecl xsAttributeDecl) { method in class:BindPurple
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/visitor/
H A DXSFunction.java51 T attributeDecl( XSAttributeDecl decl ); method in interface:XSFunction
H A DXSVisitor.java47 void attributeDecl( XSAttributeDecl decl ); method in interface:XSVisitor
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/util/
H A DXSFunctionFilter.java77 public T attributeDecl(XSAttributeDecl decl) { method in class:XSFunctionFilter
78 return core.attributeDecl(decl);
H A DComponentNameFunction.java75 * @see com.sun.xml.internal.xsom.visitor.XSFunction#attributeDecl(XSAttributeDecl)
77 public String attributeDecl(XSAttributeDecl decl) { method in class:ComponentNameFunction
80 return name + " " + nameGetter.attributeDecl( decl );
H A DXSFinder.java84 * @see com.sun.xml.internal.xsom.visitor.XSFunction#attributeDecl(com.sun.xml.internal.xsom.XSAttributeDecl)
86 public Boolean attributeDecl(XSAttributeDecl decl) { method in class:XSFinder
H A DNameGetter.java98 public String attributeDecl(XSAttributeDecl decl) { method in class:NameGetter
99 return localize("attributeDecl");
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/dtdparser/
H A DDTDEventListener.java310 public void attributeDecl(String elementName, String attributeName, String attributeType, method in interface:DTDEventListener
H A DDTDHandlerBase.java102 public void attributeDecl(String elementName, String attributeName, String attributeType, method in class:DTDHandlerBase
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDHandler.java239 public void attributeDecl(String elementName, String attributeName, method in interface:XMLDTDHandler
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/
H A DUnparsedEntityHandler.java136 public void attributeDecl(String elementName, String attributeName, method in class:UnparsedEntityHandler
141 fDTDHandler.attributeDecl(elementName, attributeName,
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/sax/
H A DMyDefaultHandler2.java59 public void attributeDecl(String ename, String aname, String type, String mode, String value) throws SAXException { method in class:MyDefaultHandler2
60 super.attributeDecl(ename, aname, type, mode, value);
61 System.out.println("attributeDecl() is invoked for attr :" + aname);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/
H A DDTDParser.java222 public void attributeDecl(String elementName, String attributeName, method in class:DTDParser
227 } // attributeDecl
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java563 public void attributeDecl(String elementName, String attributeName, method in class:DTDGrammar
666 } // attributeDecl(String,String,String,String[],String,XMLString,XMLString, Augmentations)
1298 * @param attributeDecl The values of this structure are set by this call.
1300 * @return true if getAttributeDecl was able to fill in the value of attributeDecl
1302 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) { argument
1309 attributeDecl.name.setValues(fAttributeDeclName[chunk][index]);
1322 attributeDecl.simpleType.setValues(attributeType,fAttributeDeclName[chunk][index].localpart,
1836 XMLAttributeDecl attributeDecl) {
1839 fAttributeDeclName[attrChunk][attrIndex].setValues(attributeDecl.name);
1840 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl
1835 setAttributeDecl(int elementDeclIndex, int attributeDeclIndex, XMLAttributeDecl attributeDecl) argument
[all...]
/openjdk10/jaxp/test/javax/xml/jaxp/functional/javax/xml/parsers/ptests/
H A DSAXParserTest02.java256 public void attributeDecl(String eName, String aName, String type, String valueDefault, String value) { method in class:SAXParserTest02.MyDeclHandler

Completed in 191 milliseconds

123