Example usage for Java javax.xml.soap Detail fields, constructors, methods, implement or subclass
The text is from its open source code.
DetailEntry | addDetailEntry(Name name) Creates a new DetailEntry object with the given name and adds it to this Detail object. |
DetailEntry | addDetailEntry(QName qname) Creates a new DetailEntry object with the given QName and adds it to this Detail object. |
Node | appendChild(Node newChild) Adds the node newChild to the end of the list of children of this node. |
Iterator | getDetailEntries() Gets an Iterator over all of the DetailEntry s in this Detail object. |
NodeList | getElementsByTagName(String name) Returns a NodeList of all descendant Elements with a given tag name, in document order. |
Node | getFirstChild() The first child of this node. |
Document | getOwnerDocument() The Document object associated with this node. |