C# Class CSXml.cXml

Inheritance: IDisposable
Afficher le fichier Open project: javiercrowsoft/CSReports.net

Méthodes publiques

Méthode Description
Dispose ( ) : void
addBinaryPropertyToNode ( XmlNode node, cXmlProperty xProperty ) : bool
addNode ( cXmlProperty xProperty ) : XmlNode
addNodeToNode ( XmlNode nodeFather, cXmlProperty xProperty ) : XmlNode
addNodeToNodeByTag ( string nodeTag, cXmlProperty xProperty ) : XmlNode
addProperty ( cXmlProperty xProperty ) : bool
addPropertyToNode ( XmlNode node, cXmlProperty xProperty ) : bool
addPropertyToNodeByTag ( string nodeTag, cXmlProperty xProperty ) : bool
getBinaryNodeProperty ( XmlNode node, string propertyName ) : cXmlProperty
getFilter ( ) : string
getName ( ) : string
getNextNode ( XmlNode node ) : XmlNode
getNode ( string nodeTag ) : XmlNode
getNodeChild ( XmlNode node ) : XmlNode
getNodeFromNode ( XmlNode node, string nodeTag ) : XmlNode
getNodeProperty ( XmlNode node, string propertyName ) : cXmlProperty
getNodeValue ( XmlNode node ) : cXmlProperty
getPath ( ) : string
getRootNode ( ) : XmlNode
init ( object commDialog ) : void
newXml ( ) : bool
newXmlWithDialog ( ) : bool
nodeHasChild ( XmlNode node ) : bool
openXml ( ) : bool
openXmlWithDialog ( ) : bool
save ( ) : bool
saveWithDialog ( ) : bool
setFilter ( string rhs ) : void
setName ( string rhs ) : void
setNodeText ( XmlNode node, string text ) : void
setPath ( string rhs ) : void

Private Methods

Méthode Description
loadXml ( string file ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

addBinaryPropertyToNode() public méthode

public addBinaryPropertyToNode ( XmlNode node, cXmlProperty xProperty ) : bool
node System.Xml.XmlNode
xProperty cXmlProperty
Résultat bool

addNode() public méthode

public addNode ( cXmlProperty xProperty ) : XmlNode
xProperty cXmlProperty
Résultat System.Xml.XmlNode

addNodeToNode() public méthode

public addNodeToNode ( XmlNode nodeFather, cXmlProperty xProperty ) : XmlNode
nodeFather System.Xml.XmlNode
xProperty cXmlProperty
Résultat System.Xml.XmlNode

addNodeToNodeByTag() public méthode

public addNodeToNodeByTag ( string nodeTag, cXmlProperty xProperty ) : XmlNode
nodeTag string
xProperty cXmlProperty
Résultat System.Xml.XmlNode

addProperty() public méthode

public addProperty ( cXmlProperty xProperty ) : bool
xProperty cXmlProperty
Résultat bool

addPropertyToNode() public méthode

public addPropertyToNode ( XmlNode node, cXmlProperty xProperty ) : bool
node System.Xml.XmlNode
xProperty cXmlProperty
Résultat bool

addPropertyToNodeByTag() public méthode

public addPropertyToNodeByTag ( string nodeTag, cXmlProperty xProperty ) : bool
nodeTag string
xProperty cXmlProperty
Résultat bool

getBinaryNodeProperty() public méthode

public getBinaryNodeProperty ( XmlNode node, string propertyName ) : cXmlProperty
node System.Xml.XmlNode
propertyName string
Résultat cXmlProperty

getFilter() public méthode

public getFilter ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getNextNode() public méthode

public getNextNode ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
Résultat System.Xml.XmlNode

getNode() public méthode

public getNode ( string nodeTag ) : XmlNode
nodeTag string
Résultat System.Xml.XmlNode

getNodeChild() public méthode

public getNodeChild ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
Résultat System.Xml.XmlNode

getNodeFromNode() public méthode

public getNodeFromNode ( XmlNode node, string nodeTag ) : XmlNode
node System.Xml.XmlNode
nodeTag string
Résultat System.Xml.XmlNode

getNodeProperty() public méthode

public getNodeProperty ( XmlNode node, string propertyName ) : cXmlProperty
node System.Xml.XmlNode
propertyName string
Résultat cXmlProperty

getNodeValue() public méthode

public getNodeValue ( XmlNode node ) : cXmlProperty
node System.Xml.XmlNode
Résultat cXmlProperty

getPath() public méthode

public getPath ( ) : string
Résultat string

getRootNode() public méthode

public getRootNode ( ) : XmlNode
Résultat System.Xml.XmlNode

init() public méthode

public init ( object commDialog ) : void
commDialog object
Résultat void

newXml() public méthode

public newXml ( ) : bool
Résultat bool

newXmlWithDialog() public méthode

public newXmlWithDialog ( ) : bool
Résultat bool

nodeHasChild() public méthode

public nodeHasChild ( XmlNode node ) : bool
node System.Xml.XmlNode
Résultat bool

openXml() public méthode

public openXml ( ) : bool
Résultat bool

openXmlWithDialog() public méthode

public openXmlWithDialog ( ) : bool
Résultat bool

save() public méthode

public save ( ) : bool
Résultat bool

saveWithDialog() public méthode

public saveWithDialog ( ) : bool
Résultat bool

setFilter() public méthode

public setFilter ( string rhs ) : void
rhs string
Résultat void

setName() public méthode

public setName ( string rhs ) : void
rhs string
Résultat void

setNodeText() public méthode

public setNodeText ( XmlNode node, string text ) : void
node System.Xml.XmlNode
text string
Résultat void

setPath() public méthode

public setPath ( string rhs ) : void
rhs string
Résultat void