메소드 | 설명 | |
---|---|---|
AddContentNamespace ( ) : void |
Adds (if it exists) the Tridion Content namespace to the namespacemanager, using the Prefix "Content"
|
|
AddMetadataNamespace ( ) : void |
Adds (if it exists) the Tridion Metadata namespace to the namespacemanager, using the Prefix "Metadata"
|
|
GetAttributeValue ( |
Gets the attribute value.
|
|
GetContentAttributeValue ( string rootName, string fieldName, string attr ) : string |
Gets the attribute value.
|
|
GetContentNode ( string rootName, string fieldName, bool deep ) : |
Gets the node.
|
|
GetContentNodeValue ( string rootName, string fieldName, bool deep ) : string |
Gets the content node value.
|
|
GetContentNodes ( string rootName, string fieldName, bool deep ) : |
Gets the nodes.
|
|
GetMetadataAttributeValue ( string fieldName, string attr ) : string |
Gets the metadata attribute value.
|
|
GetMetadataNode ( string fieldName, bool deep ) : |
Gets the metadata node.
|
|
GetMetadataNodeValue ( string fieldName, bool deep ) : string |
Gets the metadata node value.
|
|
GetMetadataNodes ( string fieldName, bool deep ) : |
Gets the metadata nodes.
|
|
GetNode ( |
Gets the node.
|
|
GetNodeValue ( |
Gets the node value.
|
|
GetNodeValue ( |
Gets the node value.
|
|
GetNodes ( |
Gets the nodes.
|
|
GetPageMetadataNodeValue ( string fieldName, bool deep ) : string |
Gets the metadata node value.
|
|
GetPublicationMetadataNodeValue ( string fieldName, bool deep ) : string |
Gets the metadata node value.
|
|
GetRootElement ( ) : |
Gets the root element.
|
|
GetRootElementName ( ) : string |
Gets the name of the root element.
|
|
LoadXml ( string xml ) : void |
Loads the XML document from the specified string.
|
|
TridionXml ( ) : System |
Initializes a new instance of the TridionXml class.
|
|
TridionXml ( |
Initializes a new instance of the TridionXml class using source as the starting point.
|
|
TridionXml ( |
메소드 | 설명 | |
---|---|---|
AddNamespace ( string contentOrMetadata ) : void |
Queries the base XML and adds Content or Metadata namespaces to the Namespace manager
|
|
GetId ( ) : string |
Reads an Item's ID
|
public GetAttributeValue ( |
||
node | The node. | |
attr | string | The attr. |
리턴 | string |
public GetContentAttributeValue ( string rootName, string fieldName, string attr ) : string | ||
rootName | string | Name of the root. |
fieldName | string | Name of the field. |
attr | string | The attr. |
리턴 | string |
public GetContentNode ( string rootName, string fieldName, bool deep ) : |
||
rootName | string | Name of the root. |
fieldName | string | Name of the field. |
deep | bool | if set to |
리턴 |
public GetContentNodeValue ( string rootName, string fieldName, bool deep ) : string | ||
rootName | string | Name of the content root. |
fieldName | string | Name of the field. |
deep | bool | if set to |
리턴 | string |
public GetContentNodes ( string rootName, string fieldName, bool deep ) : |
||
rootName | string | Name of the root. |
fieldName | string | Name of the field. |
deep | bool | if set to |
리턴 |
public GetMetadataAttributeValue ( string fieldName, string attr ) : string | ||
fieldName | string | Name of the field. |
attr | string | The attr. |
리턴 | string |
public GetMetadataNode ( string fieldName, bool deep ) : |
||
fieldName | string | Name of the field. |
deep | bool | if set to |
리턴 |
public GetMetadataNodeValue ( string fieldName, bool deep ) : string | ||
fieldName | string | Name of the field. |
deep | bool | if set to |
리턴 | string |
public GetMetadataNodes ( string fieldName, bool deep ) : |
||
fieldName | string | Name of the field. |
deep | bool | if set to |
리턴 |
public GetNode ( |
||
node | The node. | |
fieldName | string | Name of the field. |
리턴 |
public GetNodeValue ( |
||
node | The node. | |
리턴 | string |
public GetNodeValue ( |
||
node | The node. | |
fieldName | string | Name of the field. |
리턴 | string |
public GetNodes ( |
||
node | The node. | |
fieldName | string | Name of the field. |
리턴 |
public GetPageMetadataNodeValue ( string fieldName, bool deep ) : string | ||
fieldName | string | Name of the field. |
deep | bool | if set to |
리턴 | string |
public GetPublicationMetadataNodeValue ( string fieldName, bool deep ) : string | ||
fieldName | string | Name of the field. |
deep | bool | if set to |
리턴 | string |
public LoadXml ( string xml ) : void | ||
xml | string | String containing the XML document to load. |
리턴 | void |
public TridionXml ( |
||
source | The XmlDocument to start from. | |
리턴 | System |
public TridionXml ( |
||
source | ||
리턴 | System |