Searched defs:isAttribute (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DName.java67 public final boolean isAttribute; field in class:Name
69 Name(int qNameIndex, int nsUriIndex, String nsUri, int localIndex, String localName, boolean isAttribute) { argument
75 this.isAttribute = isAttribute;
H A DNameBuilder.java85 private Name createName(String nsUri, String localName, boolean isAttribute, QNameMap<Integer> map) { argument
95 isAttribute );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDPattern.java112 public final boolean isAttribute() { method in class:DPattern
/openjdk7/jaxp/src/javax/xml/stream/events/
H A DXMLEvent.java88 public boolean isAttribute(); method in interface:XMLEvent
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DUnicodeLocaleExtension.java112 public static boolean isAttribute(String s) { method in class:UnicodeLocaleExtension
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dmm.js276 function isAttribute(name) {
286 return isAttribute(name) || isOperation(name);
289 if (isAttribute(name)) {
316 if (isAttribute(name)) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DEncoded.java92 * @param isAttribute
95 public final void setEscape(String text, boolean isAttribute) { argument
131 if(isAttribute || entities[chr]!=null)
H A DUTF8XmlOutput.java300 private void doText(String value,boolean isAttribute) throws IOException { argument
303 escapeHandler.escape(value.toCharArray(), 0, value.length(), isAttribute, sw);
306 textBuffer.setEscape(value, isAttribute);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DEventBase.java154 public boolean isAttribute() { method in class:EventBase
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DNamespaceSupport2.java238 * @param isAttribute A flag indicating whether this is an
247 boolean isAttribute)
249 String[] name=currentContext.processName(qName, isAttribute);
567 * @param isAttribute true if this is an attribute name.
574 String [] processName (String qName, boolean isAttribute) argument
580 if (isAttribute) {
606 if (isAttribute || defaultNS == null) {
246 processName(String qName, String[] parts, boolean isAttribute) argument
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DDummyEvent.java145 public boolean isAttribute() { method in class:DummyEvent
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DUtil.java99 public static boolean isAttribute (String name, Hashtable symbolTable) method in class:Util
103 } // isAttribute
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DNamespaceSupport.java354 * @param isAttribute A flag indicating whether this is an
363 boolean isAttribute)
365 String myParts[] = currentContext.processName(qName, isAttribute);
644 * @param isAttribute true if this is an attribute name.
651 String [] processName (String qName, boolean isAttribute) argument
657 if (isAttribute) {
682 if (isAttribute) {
706 || (!isAttribute && "xmlns".equals (prefix))) {
362 processName(String qName, String parts[], boolean isAttribute) argument
H A DParserAdapter.java762 * @param isAttribute true if this is an attribute name.
767 private String [] processName (String qName, boolean isAttribute, argument
772 isAttribute);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DVocabularyGenerator.java230 boolean isAttribute) throws SAXException {
269 if (isAttribute) {
228 addToNameTable(String namespaceURI, String qName, String localName, Set v, LocalNameQualifiedNamesMap m, QualifiedNameArray a, boolean isAttribute) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/vocab/
H A DParserVocabulary.java249 boolean isAttribute,
253 addToNameTable((QName)i.next(), a, isAttribute,
259 boolean isAttribute,
289 if (isAttribute) {
248 addToTable(Iterator i, QualifiedNameArray a, boolean isAttribute, StringIntMap prefixMap, StringIntMap namespaceNameMap, StringIntMap localNameMap) argument
258 addToNameTable(QName n, QualifiedNameArray a, boolean isAttribute, StringIntMap prefixMap, StringIntMap namespaceNameMap, StringIntMap localNameMap) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DNamespaceSupport.java354 * @param isAttribute A flag indicating whether this is an
363 boolean isAttribute)
365 String myParts[] = currentContext.processName(qName, isAttribute);
640 * @param isAttribute true if this is an attribute name.
647 String [] processName (String qName, boolean isAttribute) argument
653 if (isAttribute) {
678 if (isAttribute) {
700 || (!isAttribute && "xmlns".equals (prefix))) {
362 processName(String qName, String parts[], boolean isAttribute) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DNamespaceSupport.java318 * @param isAttribute A flag indicating whether this is an
329 boolean isAttribute) {
330 String myParts[] = currentContext.processName(qName, isAttribute);
567 * @param isAttribute true if this is an attribute name.
574 String[] processName(String qName, boolean isAttribute) { argument
579 if (isAttribute) {
600 if (isAttribute || defaultNS == null) {
326 processName( String qName, String parts[], boolean isAttribute) argument
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/resources/
H A Djconsole.js302 function isAttribute(name) {
312 return isAttribute(name) || isOperation(name);
315 if (isAttribute(name)) {
342 if (isAttribute(name)) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java674 boolean[] isAttribute,
701 if ((isNamespace[i]) && (isAttribute[i] == attrFlag)) {
817 // Initialize isAttribute[] and isNamespace[] arrays
818 final boolean[] isAttribute = new boolean[types.length];
822 isAttribute[i + DTM.NTYPES] = isAttributeName(name);
890 isNamespace, isAttribute,
897 isNamespace, isAttribute,
907 if (isAttribute[i])
914 if (isAttribute[i])
992 if (isAttribute[
671 compileNamespaces(ClassGenerator classGen, MethodGenerator methodGen, boolean[] isNamespace, boolean[] isAttribute, boolean attrFlag, InstructionHandle defaultTarget) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java95 public boolean isAttribute(final int node); method in interface:DOM
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DDOMAdapter.java403 public boolean isAttribute(final int node) method in class:DOMAdapter
405 return(_dom.isAttribute(node));
H A DMultiDOM.java600 public boolean isAttribute(final int node) { method in class:MultiDOM
604 return(_adapters[node >>> DTMManager.IDENT_DTM_NODE_BITS].isAttribute(node));
H A DAdaptiveResultTreeImpl.java477 public boolean isAttribute(final int node) method in class:AdaptiveResultTreeImpl
480 return _dom.isAttribute(node);
483 return super.isAttribute(node);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java580 private void decodeTableItems(QualifiedNameArray array, boolean isAttribute) throws FastInfosetException, IOException { argument
610 if (isAttribute) {

Completed in 119 milliseconds

12