com.ibm.uddi
Class UDDIElement
java.lang.Object
|
+--com.ibm.uddi.UDDIElement
- Direct Known Subclasses:
- AccessPoint, Address, AddressLine, AuthInfo, AuthToken, BindingDetail, BindingKey, BindingTemplate, BindingTemplates, BusinessDetail, BusinessDetailExt, BusinessEntity, BusinessEntityExt, BusinessInfo, BusinessInfos, BusinessKey, BusinessList, BusinessService, BusinessServices, CategoryBag, Contact, Contacts, DeleteBinding, DeleteBusiness, DeleteService, DeleteTModel, Description, DiscardAuthToken, DiscoveryURL, DiscoveryURLs, DispositionReport, Email, ErrInfo, FindBinding, FindBusiness, FindQualifier, FindQualifiers, FindService, FindTModel, GetAuthToken, GetBindingDetail, GetBusinessDetail, GetBusinessDetailExt, GetRegisteredInfo, GetServiceDetail, GetTModelDetail, HostingRedirector, IdentifierBag, InstanceDetails, InstanceParms, KeyedReference, KeyValue, Name, OverviewDoc, OverviewURL, PersonName, Phone, RegisteredInfo, Result, SaveBinding, SaveBusiness, SaveService, SaveTModel, ServiceDetail, ServiceInfo, ServiceInfos, ServiceKey, ServiceList, TModel, TModelBag, TModelDetail, TModelInfo, TModelInfos, TModelInstanceDetails, TModelInstanceInfo, TModelKey, TModelList, UploadRegister, ValidateCategorization
- public abstract class UDDIElement
- extends java.lang.Object
Base class for object representing UDDI XML
elements.
- Author:
- David Melgar
Field Summary |
protected org.w3c.dom.Element |
base
|
static java.lang.String |
GENERIC
|
static java.lang.String |
XMLNS
|
Method Summary |
org.w3c.dom.NodeList |
getChildElementsByTagName(org.w3c.dom.Element el,
java.lang.String tag)
|
protected java.lang.String |
getText(org.w3c.dom.Node el)
Utility function
Returns text contained in child elements of the
passed in element |
abstract void |
saveToXML(org.w3c.dom.Element base)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GENERIC
public static java.lang.String GENERIC
XMLNS
public static java.lang.String XMLNS
base
protected org.w3c.dom.Element base
UDDIElement
public UDDIElement()
UDDIElement
public UDDIElement(org.w3c.dom.Element el)
throws UDDIException
saveToXML
public abstract void saveToXML(org.w3c.dom.Element base)
getText
protected java.lang.String getText(org.w3c.dom.Node el)
- Utility function
Returns text contained in child elements of the
passed in element
- Parameters:
el
- Element- Returns:
-
getChildElementsByTagName
public org.w3c.dom.NodeList getChildElementsByTagName(org.w3c.dom.Element el,
java.lang.String tag)
Copyright © 2001, International Business Machines Corporation. All Rights Reserved.