Overload | Description |
---|---|
UABrowsePathParser Constructor() | Initializes a new instance of the class with default values. |
UABrowsePathParser Constructor(String) | Initializes a new instance of the class, specifying the default namespace URI string. |
UABrowsePathParser Constructor(UABrowsePath) | Initializes a new instance of the class, specifying the base path. |
UABrowsePathParser Constructor(UABrowsePath,String) | Initializes a new instance of the class, specifying the base path, and default namespace URI string. |
UABrowsePathParser Constructor(UABrowsePathParser) | Initializes a new instance of the class, from specified browse path parser. |
UABrowsePathParser Constructor(UABrowsePathParsingFlags,String) | Initializes a new instance of the class, specifying the parsing flags, and default namespace URI string. |
UABrowsePathParser Constructor(UABrowsePathParsingFlags,UABrowsePath,String) | Initializes a new instance of the class, specifying the parsing flags, base path, and default namespace URI string. |