more docu; other behaviour for parent
This commit is contained in:
@@ -424,9 +424,10 @@ namespace xml {
|
||||
//----------------------------------------------------------------------------
|
||||
class String: public Node {
|
||||
public:
|
||||
String(std::string name, size_type min=0, size_type max=0) throw();
|
||||
String(std::string name,
|
||||
Node::size_type min=0, Node::size_type max=0) throw();
|
||||
String(std::string name, const std::string& text,
|
||||
size_type min=0, size_type max=0) throw();
|
||||
Node::size_type min=0, Node::size_type max=0) throw();
|
||||
virtual std::auto_ptr<Node> clone() const throw();
|
||||
virtual ~String() throw() {}
|
||||
virtual std::string text() const throw();
|
||||
|
Reference in New Issue
Block a user