Java javax.xml.soap Detail fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.soap Detail fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.soap Detail.

The text is from its open source code.

Method

DetailEntryaddDetailEntry(Name name)
Creates a new DetailEntry object with the given name and adds it to this Detail object.
DetailEntryaddDetailEntry(QName qname)
Creates a new DetailEntry object with the given QName and adds it to this Detail object.
NodeappendChild(Node newChild)
Adds the node newChild to the end of the list of children of this node.
IteratorgetDetailEntries()
Gets an Iterator over all of the DetailEntry s in this Detail object.
NodeListgetElementsByTagName(String name)
Returns a NodeList of all descendant Elements with a given tag name, in document order.
NodegetFirstChild()
The first child of this node.
DocumentgetOwnerDocument()
The Document object associated with this node.