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

12

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathNamespaceImpl.java267 * @see org.w3c.dom.Node#hasAttributes()
269 public boolean hasAttributes() { method in class:XPathNamespaceImpl
270 return m_attributeNode.hasAttributes();
/openjdk7/jaxp/src/org/w3c/dom/
H A DNode.java610 public boolean hasAttributes(); method in interface:Node
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java166 if (!E.hasAttributes() && !firstCall) {
236 if (E.hasAttributes()) {
365 if (!e.hasAttributes()) {
H A DCanonicalizer20010315Excl.java143 if (E.hasAttributes()) {
232 if (E.hasAttributes()) {
H A DCanonicalizer11.java207 if (!E.hasAttributes() && !firstCall) {
281 if (E.hasAttributes()) {
419 if (!e.hasAttributes()) {
H A DCanonicalizerBase.java564 if (!e.hasAttributes()) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultNode.java143 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()) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java81 public boolean hasAttributes() {return false;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
328 if (this.hasAttributes()) {
418 if (this.hasAttributes()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DDOMUtil.java146 if (node.hasAttributes()) {
177 if (node.hasAttributes()) {
/openjdk7/jaxws/src/share/jaxws_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()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/sax/
H A DSAXBufferProcessor.java426 boolean hasAttributes = false;
434 hasAttributes = true;
440 if (hasAttributes) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DElementImpl.java849 public boolean hasAttributes() { method in class:ElementImpl
902 boolean hasAttrs = hasAttributes();
903 if (hasAttrs != ((Element) arg).hasAttributes()) {
1136 if (el.hasAttributes()) {
H A DNodeImpl.java398 public boolean hasAttributes() { method in class:NodeImpl
1409 if (this.hasAttributes()) {
1535 if (this.hasAttributes()) {
1622 if (this.hasAttributes()) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DIdResolver.java238 if (!el.hasAttributes()) {
H A DXMLUtils.java127 if (el.hasAttributes()) {
490 if (element.hasAttributes()) {
/openjdk7/jaxws/src/share/jaxws_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);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java1160 protected final void processEIIWithNamespaces(boolean hasAttributes) throws FastInfosetException, IOException { argument
1227 processEII(_elementNameTable._array[b], hasAttributes);
1230 processEII(processEIIIndexMedium(b), hasAttributes);
1233 processEII(processEIIIndexLarge(b), hasAttributes);
1241 processEII(qn, hasAttributes);
1249 protected final void processEII(QualifiedName name, boolean hasAttributes) throws FastInfosetException, IOException { argument
1262 if (hasAttributes) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java411 public boolean hasAttributes() method in class:UnImplNode
414 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasAttributes not supported!");
1464 if (this.hasAttributes()) {
1555 if (this.hasAttributes()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPPartImpl.java554 public boolean hasAttributes() { method in class:SOAPPartImpl
555 return document.hasAttributes();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java1234 public boolean hasAttributes() method in class:DTMNodeProxy
1804 if (this.hasAttributes()) {
1896 if (this.hasAttributes()) {
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java900 public boolean hasAttributes() { method in class:IIOMetadataNode
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLStreamReaderImpl.java462 public boolean hasAttributes() { method in class:XMLStreamReaderImpl

Completed in 6293 milliseconds

12