Searched refs:hasAttributes (Results 1 - 25 of 37) sorted by relevance

12

/openjdk9/jdk/test/javax/xml/jaxp/common/8035437/patch-src1/org/w3c/dom/
H A DNode.java37 public boolean hasAttributes(); method in interface:Node
/openjdk9/jdk/test/javax/xml/jaxp/common/8035437/patch-src2/com/sun/org/apache/xerces/internal/dom/
H A DDocumentImpl.java51 public boolean hasAttributes() { method in class:DocumentImpl
/openjdk9/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizerPhysical.java113 if (!element.hasAttributes()) {
121 if (element.hasAttributes()) {
H A DCanonicalizer20010315.java202 if (!element.hasAttributes() && !firstCall) {
209 if (element.hasAttributes()) {
273 if (element.hasAttributes()) {
361 if (!e.hasAttributes() && e.getNamespaceURI() == null) {
H A DCanonicalizer11.java246 if (!element.hasAttributes() && !firstCall) {
253 if (element.hasAttributes()) {
318 if (element.hasAttributes()) {
416 if (!e.hasAttributes() && e.getNamespaceURI() == null) {
H A DCanonicalizer20010315Excl.java166 if (element.hasAttributes()) {
239 if (element.hasAttributes()) {
/openjdk9/jaxp/src/java.xml/share/classes/org/w3c/dom/
H A DNode.java615 public boolean hasAttributes(); method in interface:Node
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultNode.java144 public boolean hasAttributes() { method in class:DefaultNode
H A DElementImpl.java154 public boolean hasAttributes() { method in class:ElementImpl
H A DSchemaDOM.java316 if (node.hasAttributes()) {
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DTextImpl.java238 public boolean hasAttributes() { method in class:TextImpl
239 return domNode.hasAttributes();
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPDocumentFragment.java49 public boolean hasAttributes() { method in class:SOAPDocumentFragment
50 return documentFragment.hasAttributes();
H A DSOAPDocumentImpl.java486 public boolean hasAttributes() { method in class:SOAPDocumentImpl
487 return document.hasAttributes();
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java79 public boolean hasAttributes() {return false;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
326 if (this.hasAttributes()) {
416 if (this.hasAttributes()) {
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/stream/XMLStreamWriterTest/
H A DDOMUtil.java111 if (node.hasAttributes()) {
140 if (node.hasAttributes()) {
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/
H A DDOMUtil.java119 if (node.hasAttributes()) {
150 if (node.hasAttributes()) {
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java299 protected final void processEII(QualifiedName name, boolean hasAttributes) throws FastInfosetException, IOException { argument
316 if (hasAttributes) {
541 final boolean hasAttributes = (_b & EncodingConstants.ELEMENT_ATTRIBUTE_FLAG) > 0;
629 processEII(_elementNameTable._array[_b], hasAttributes);
632 processEII(decodeEIIIndexMedium(), hasAttributes);
635 processEII(decodeEIIIndexLarge(), hasAttributes);
643 processEII(qn, hasAttributes);
H A DDOMDocumentSerializer.java125 if (e.hasAttributes()) {
/openjdk9/jaxp/test/javax/xml/jaxp/functional/test/gaptest/
H A DBug4858685.java160 if (domNode.hasAttributes()) {
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/stream/buffer/sax/
H A DSAXBufferProcessor.java435 boolean hasAttributes = false;
449 hasAttributes = true;
455 if (hasAttributes) {
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DElementImpl.java844 public boolean hasAttributes() { method in class:ElementImpl
895 boolean hasAttrs = hasAttributes();
896 if (hasAttrs != ((Element) arg).hasAttributes()) {
1125 if (el.hasAttributes()) {
H A DNodeImpl.java397 public boolean hasAttributes() { method in class:NodeImpl
1408 if (this.hasAttributes()) {
1534 if (this.hasAttributes()) {
1621 if (this.hasAttributes()) {
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java1182 protected final void processEIIWithNamespaces(boolean hasAttributes) throws FastInfosetException, IOException { argument
1249 processEII(_elementNameTable._array[b], hasAttributes);
1252 processEII(processEIIIndexMedium(b), hasAttributes);
1255 processEII(processEIIIndexLarge(b), hasAttributes);
1263 processEII(qn, hasAttributes);
1271 protected final void processEII(QualifiedName name, boolean hasAttributes) throws FastInfosetException, IOException { argument
1284 if (hasAttributes) {
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentParser.java877 protected final void processEII(QualifiedName name, boolean hasAttributes) throws FastInfosetException, IOException { argument
882 if (hasAttributes) {
1151 final boolean hasAttributes = (_b & EncodingConstants.ELEMENT_ATTRIBUTE_FLAG) > 0;
1235 processEII(_elementNameTable._array[_b], hasAttributes);
1238 processEII(decodeEIIIndexMedium(), hasAttributes);
1241 processEII(decodeEIIIndexLarge(), hasAttributes);
1249 processEII(qn, hasAttributes);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java413 public boolean hasAttributes() method in class:UnImplNode
416 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasAttributes not supported!");
1466 if (this.hasAttributes()) {
1557 if (this.hasAttributes()) {

Completed in 279 milliseconds

12