/Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:224: warning: no @return public String getNodeName(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:235: warning: no @return public String getNodeValue() ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:245: warning: no @param for nodeValue public void setNodeValue(String nodeValue) ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:251: warning: no @return public short getNodeType(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:261: warning: no @return public Node getParentNode(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:268: warning: no @return public NodeList getChildNodes(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:274: warning: no @return public Node getFirstChild(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:280: warning: no @return public Node getLastChild(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:286: warning: no @return public Node getPreviousSibling(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:292: warning: no @return public Node getNextSibling(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:298: warning: no @return public NamedNodeMap getAttributes(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:309: warning: no @return public Document getOwnerDocument(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:533: warning: no @return public String getNamespaceURI(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:557: warning: no @return public String getPrefix(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:594: warning: no @param for prefix public void setPrefix(String prefix) ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:606: warning: no @return public String getLocalName(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:629: warning: no @return public String getBaseURI(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:732: warning: no @return public String getTextContent() ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Node.java:785: warning: no @param for textContent public void setTextContent(String textContent) ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Attr.java:196: warning: no @return public String getName(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Attr.java:208: warning: no @return public boolean getSpecified(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Attr.java:224: warning: no @return public String getValue(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Attr.java:241: warning: no @param for value public void setValue(String value) ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Attr.java:249: warning: no @return public Element getOwnerElement(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Attr.java:259: warning: no @return public TypeInfo getSchemaTypeInfo(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Attr.java:307: warning: no @return public boolean isId(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/CharacterData.java:72: warning: no @return public String getData() ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/CharacterData.java:85: warning: no @param for data public void setData(String data) ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/CharacterData.java:93: warning: no @return public int getLength(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Text.java:98: warning: no @return public boolean isElementContentWhitespace(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Text.java:126: warning: no @return public String getWholeText(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Document.java:78: warning: no @return public DocumentType getDoctype(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Document.java:84: warning: no @return public DOMImplementation getImplementation(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Document.java:90: warning: no @return public Element getDocumentElement(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Document.java:524: warning: no @return public String getInputEncoding(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Document.java:532: warning: no @return public String getXmlEncoding(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Document.java:544: warning: no @return public boolean getXmlStandalone(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Document.java:558: warning: no @param for xmlStandalone public void setXmlStandalone(boolean xmlStandalone) ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Document.java:585: warning: no @return public String getXmlVersion(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Document.java:614: warning: no @param for xmlVersion public void setXmlVersion(String xmlVersion) ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Document.java:627: warning: no @return public boolean getStrictErrorChecking(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Document.java:638: warning: no @param for strictErrorChecking public void setStrictErrorChecking(boolean strictErrorChecking); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Document.java:653: warning: no @return public String getDocumentURI(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Document.java:667: warning: no @param for documentURI public void setDocumentURI(String documentURI); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Document.java:746: warning: no @return public DOMConfiguration getDomConfig(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DocumentType.java:60: warning: no @return public String getName(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DocumentType.java:77: warning: no @return public NamedNodeMap getEntities(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DocumentType.java:86: warning: no @return public NamedNodeMap getNotations(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DocumentType.java:92: warning: no @return public String getPublicId(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DocumentType.java:99: warning: no @return public String getSystemId(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DocumentType.java:110: warning: no @return public String getInternalSubset(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMConfiguration.java:440: warning: no @return public DOMStringList getParameterNames(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMError.java:79: warning: no @return public short getSeverity(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMError.java:84: warning: no @return public String getMessage(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMError.java:99: warning: no @return public String getType(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMError.java:104: warning: no @return public Object getRelatedException(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMError.java:109: warning: no @return public Object getRelatedData(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMError.java:114: warning: no @return public DOMLocator getLocation(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMException.java:67: warning: no comment public short code; ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMException.java:63: warning: no comment public DOMException(short code, String message) { ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMImplementationList.java:70: warning: no @return public int getLength(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMLocator.java:55: warning: no @return public int getLineNumber(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMLocator.java:61: warning: no @return public int getColumnNumber(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMLocator.java:67: warning: no @return public int getByteOffset(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMLocator.java:73: warning: no @return public int getUtf16Offset(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMLocator.java:79: warning: no @return public Node getRelatedNode(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMLocator.java:85: warning: no @return public String getUri(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/DOMStringList.java:69: warning: no @return public int getLength(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Element.java:74: warning: no @return public String getTagName(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Element.java:396: warning: no @return public TypeInfo getSchemaTypeInfo(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Entity.java:80: warning: no @return public String getPublicId(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Entity.java:86: warning: no @return public String getSystemId(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Entity.java:92: warning: no @return public String getNotationName(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Entity.java:101: warning: no @return public String getInputEncoding(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Entity.java:109: warning: no @return public String getXmlEncoding(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Entity.java:117: warning: no @return public String getXmlVersion(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/NamedNodeMap.java:128: warning: no @return public int getLength(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/NameList.java:76: warning: no @return public int getLength(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/NodeList.java:68: warning: no @return public int getLength(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Notation.java:60: warning: no @return public String getPublicId(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/Notation.java:67: warning: no @return public String getSystemId(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/ProcessingInstruction.java:62: warning: no @return public String getTarget(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/ProcessingInstruction.java:69: warning: no @return public String getData(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/ProcessingInstruction.java:77: warning: no @param for data public void setData(String data) ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/TypeInfo.java:128: warning: no @return public String getTypeName(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/org/w3c/dom/TypeInfo.java:135: warning: no @return public String getTypeNamespace(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/javax/xml/stream/events/XMLEvent.java:65: warning: no @return public int getEventType(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/javax/xml/stream/events/XMLEvent.java:73: warning: no @return javax.xml.stream.Location getLocation(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/javax/xml/stream/events/XMLEvent.java:79: warning: no @return public boolean isStartElement(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/javax/xml/stream/events/XMLEvent.java:85: warning: no @return public boolean isAttribute(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/javax/xml/stream/events/XMLEvent.java:91: warning: no @return public boolean isNamespace(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/javax/xml/stream/events/XMLEvent.java:98: warning: no @return public boolean isEndElement(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/javax/xml/stream/events/XMLEvent.java:104: warning: no @return public boolean isEntityReference(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/javax/xml/stream/events/XMLEvent.java:110: warning: no @return public boolean isProcessingInstruction(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/javax/xml/stream/events/XMLEvent.java:116: warning: no @return public boolean isCharacters(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/javax/xml/stream/events/XMLEvent.java:122: warning: no @return public boolean isStartDocument(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/javax/xml/stream/events/XMLEvent.java:128: warning: no @return public boolean isEndDocument(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/javax/xml/stream/events/XMLEvent.java:134: warning: no @return public StartElement asStartElement(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/javax/xml/stream/events/XMLEvent.java:140: warning: no @return public EndElement asEndElement(); ^ /Volumes/J2GWork/jdk/jdk.ref/open/src/java.xml/share/classes/javax/xml/stream/events/XMLEvent.java:146: warning: no @return public Characters asCharacters(); ^ 100 warnings