This EppResponseDataCheckHost class implements EPP Response Data entity for EPP Command Check of EPP Host objects.
Inheritance:
Public Methods
-
EppResponseDataCheckHost()
- Creates an
EppResponseDataCheckHost object
-
~EppResponseDataCheckHost()
- Destructor
-
virtual int getEntityType()
- Returns the run-time type of an EppEntity object
-
static EppResponseDataCheckHost* fromXML( const DOM_Node& root )
- Converts an XML element into an
EppResponseDataCheckHost object.
-
DOM_Element toXML( DOM_Document& doc, const DOMString& tag )
- Converts an
EppResponseDataCheckHost object into an XML element.
Public Fields
-
static const char* UNKNOWN
-
static const char* FOUND
-
static const char* NOT_FOUND
Public Methods
-
ValueVectorOf<KeyValuePair<DOMString, DOMString> > * getHashMap()
-
void add( DOMString id, DOMString flag )
-
DOMString check( DOMString id )
Protected Fields
-
ValueVectorOf<KeyValuePair<DOMString, DOMString> > * hashMap
Protected Methods
-
void toXMLCommon( DOM_Document& doc, DOM_Element& body )
-
void fromXMLCommon( const DOM_Node& root )
Public Methods
-
bool instanceOf( const int type )
-
virtual DOMString toString()
Protected Methods
-
DOMString toString( const DOMString &tag )
Documentation
This EppResponseDataCheckHost class implements EPP
Response Data entity for EPP Command Check of EPP Host objects.
EppResponseDataCheckHost()
-
Creates an
EppResponseDataCheckHost object
~EppResponseDataCheckHost()
-
Destructor
virtual int getEntityType()
-
Returns the run-time type of an EppEntity object
static 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
DOM_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$ $Date$
Alphabetic index HTML hierarchy of classes or Java
Copyright © 2001 NeuStar, Inc. All Rights Reserved.