class EppResponseDataCheckHost

This EppResponseDataCheckHost class implements EPP Response Data entity for EPP Command Check of EPP Host objects.

Inheritance:


Public Methods

[more] EppResponseDataCheckHost()
Creates an EppResponseDataCheckHost object
[more] ~EppResponseDataCheckHost()
Destructor
[more]virtual int getEntityType()
Returns the run-time type of an EppEntity object
[more]static EppResponseDataCheckHost* fromXML( const DOM_Node& root )
Converts an XML element into an EppResponseDataCheckHost object.
[more]DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
Converts an EppResponseDataCheckHost object into an XML element.


Inherited from EppResponseDataCheck:

Public Fields

ostatic const char* UNKNOWN
ostatic const char* FOUND
ostatic const char* NOT_FOUND

Public Methods

oValueVectorOf<KeyValuePair<DOMString, DOMString> > * getHashMap()
ovoid add( DOMString id, DOMString flag )
oDOMString check( DOMString id )

Protected Fields

oValueVectorOf<KeyValuePair<DOMString, DOMString> > * hashMap

Protected Methods

ovoid toXMLCommon( DOM_Document& doc, DOM_Element& body )
ovoid fromXMLCommon( const DOM_Node& root )


Inherited from EppResponseData:


Inherited from EppEntity:

Public Methods

obool instanceOf( const int type )
ovirtual DOMString toString()

Protected Methods

oDOMString toString( const DOMString &tag )


Documentation

This EppResponseDataCheckHost class implements EPP Response Data entity for EPP Command Check of EPP Host objects.

o EppResponseDataCheckHost()
Creates an EppResponseDataCheckHost object

o ~EppResponseDataCheckHost()
Destructor

ovirtual int getEntityType()
Returns the run-time type of an EppEntity object

ostatic EppResponseDataCheckHost* fromXML( const DOM_Node& root )
Converts an XML element into an EppResponseDataCheckHost object. The caller of this method must make sure that the root node is the resData element of EPP responseType for creating an EPP Host object.

Parameters:
root - root node for an EppResponseDataCheckHost object in XML format
Returns:
an EppResponseDataCheckHost object, or null if the node is invalid

oDOM_Element toXML( DOM_Document& doc, const DOMString& tag )
Converts an EppResponseDataCheckHost object into an XML element.

Parameters:
doc - the XML DOM_Element object
tag - the tag/element name for the EppResponseDataCheckHost object
Returns:
an DOM_Element object


This class has no child classes.
Author:
Ning Zhang ning.zhang@neustar.com
Version:
$Revision: 1.1 $ $Date: 2001/11/05 20:20:36 $

Alphabetic index HTML hierarchy of classes or Java


Copyright © 2001 NeuStar, Inc. All Rights Reserved.