Method | Description | |
---|---|---|
CreateReader ( ) : XmlReader |
Creates a XmlReader that can be used to read the data of the profile.
|
|
FromIXPathNavigable ( IXPathNavigable document ) : |
Creates an instance from the specified IXPathNavigable.
|
|
FromXDocument ( System.Xml.Linq.XDocument document ) : |
Creates an instance from the specified IXPathNavigable.
|
|
ToIXPathNavigable ( ) : IXPathNavigable |
Converts this instance to an IXPathNavigable.
|
|
ToXDocument ( ) : System.Xml.Linq.XDocument |
Converts this instance to a XDocument.
|
|
XmpProfile ( Byte data ) : System |
Initializes a new instance of the XmpProfile class.
|
|
XmpProfile ( IXPathNavigable document ) : System |
Initializes a new instance of the XmpProfile class.
|
|
XmpProfile ( Stream stream ) : System |
Initializes a new instance of the XmpProfile class.
|
|
XmpProfile ( System.Xml.Linq.XDocument document ) : System |
Initializes a new instance of the XmpProfile class.
|
|
XmpProfile ( string fileName ) : System |
Initializes a new instance of the XmpProfile class.
|
Method | Description | |
---|---|---|
CheckTrailingNULL ( byte data ) : byte[] |
public static FromIXPathNavigable ( IXPathNavigable document ) : |
||
document | IXPathNavigable | A document containing the profile. |
return |
public static FromXDocument ( System.Xml.Linq.XDocument document ) : |
||
document | System.Xml.Linq.XDocument | A document containing the profile. |
return |
public ToIXPathNavigable ( ) : IXPathNavigable | ||
return | IXPathNavigable |
public ToXDocument ( ) : System.Xml.Linq.XDocument | ||
return | System.Xml.Linq.XDocument |
public XmpProfile ( Byte data ) : System | ||
data | Byte | A byte array containing the profile. |
return | System |
public XmpProfile ( IXPathNavigable document ) : System | ||
document | IXPathNavigable | A document containing the profile. |
return | System |
public XmpProfile ( Stream stream ) : System | ||
stream | Stream | A stream containing the profile. |
return | System |
public XmpProfile ( System.Xml.Linq.XDocument document ) : System | ||
document | System.Xml.Linq.XDocument | A document containing the profile. |
return | System |
public XmpProfile ( string fileName ) : System | ||
fileName | string | The fully qualified name of the profile file, or the relative profile file name. |
return | System |