Searched defs:hasAttributes (Results 1 - 16 of 16) sorted by relevance

/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);
/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
/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/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/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/jaxp/src/org/w3c/dom/
H A DNode.java610 public boolean hasAttributes(); method in interface:Node
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLStreamReaderImpl.java462 public boolean hasAttributes() { method in class:XMLStreamReaderImpl
H A DXMLDocumentFragmentScannerImpl.java1400 public boolean hasAttributes(){ method in class:XMLDocumentFragmentScannerImpl
/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/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java900 public boolean hasAttributes() { method in class:IIOMetadataNode
/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/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/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()) {

Completed in 330 milliseconds