C# Class CSXml.cXml

Inheritance: IDisposable
Show file Open project: javiercrowsoft/CSReports.net

Public Methods

Method 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

Method Description
loadXml ( string file ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

addBinaryPropertyToNode() public method

public addBinaryPropertyToNode ( XmlNode node, cXmlProperty xProperty ) : bool
node System.Xml.XmlNode
xProperty cXmlProperty
return bool

addNode() public method

public addNode ( cXmlProperty xProperty ) : XmlNode
xProperty cXmlProperty
return System.Xml.XmlNode

addNodeToNode() public method

public addNodeToNode ( XmlNode nodeFather, cXmlProperty xProperty ) : XmlNode
nodeFather System.Xml.XmlNode
xProperty cXmlProperty
return System.Xml.XmlNode

addNodeToNodeByTag() public method

public addNodeToNodeByTag ( string nodeTag, cXmlProperty xProperty ) : XmlNode
nodeTag string
xProperty cXmlProperty
return System.Xml.XmlNode

addProperty() public method

public addProperty ( cXmlProperty xProperty ) : bool
xProperty cXmlProperty
return bool

addPropertyToNode() public method

public addPropertyToNode ( XmlNode node, cXmlProperty xProperty ) : bool
node System.Xml.XmlNode
xProperty cXmlProperty
return bool

addPropertyToNodeByTag() public method

public addPropertyToNodeByTag ( string nodeTag, cXmlProperty xProperty ) : bool
nodeTag string
xProperty cXmlProperty
return bool

getBinaryNodeProperty() public method

public getBinaryNodeProperty ( XmlNode node, string propertyName ) : cXmlProperty
node System.Xml.XmlNode
propertyName string
return cXmlProperty

getFilter() public method

public getFilter ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getNextNode() public method

public getNextNode ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
return System.Xml.XmlNode

getNode() public method

public getNode ( string nodeTag ) : XmlNode
nodeTag string
return System.Xml.XmlNode

getNodeChild() public method

public getNodeChild ( XmlNode node ) : XmlNode
node System.Xml.XmlNode
return System.Xml.XmlNode

getNodeFromNode() public method

public getNodeFromNode ( XmlNode node, string nodeTag ) : XmlNode
node System.Xml.XmlNode
nodeTag string
return System.Xml.XmlNode

getNodeProperty() public method

public getNodeProperty ( XmlNode node, string propertyName ) : cXmlProperty
node System.Xml.XmlNode
propertyName string
return cXmlProperty

getNodeValue() public method

public getNodeValue ( XmlNode node ) : cXmlProperty
node System.Xml.XmlNode
return cXmlProperty

getPath() public method

public getPath ( ) : string
return string

getRootNode() public method

public getRootNode ( ) : XmlNode
return System.Xml.XmlNode

init() public method

public init ( object commDialog ) : void
commDialog object
return void

newXml() public method

public newXml ( ) : bool
return bool

newXmlWithDialog() public method

public newXmlWithDialog ( ) : bool
return bool

nodeHasChild() public method

public nodeHasChild ( XmlNode node ) : bool
node System.Xml.XmlNode
return bool

openXml() public method

public openXml ( ) : bool
return bool

openXmlWithDialog() public method

public openXmlWithDialog ( ) : bool
return bool

save() public method

public save ( ) : bool
return bool

saveWithDialog() public method

public saveWithDialog ( ) : bool
return bool

setFilter() public method

public setFilter ( string rhs ) : void
rhs string
return void

setName() public method

public setName ( string rhs ) : void
rhs string
return void

setNodeText() public method

public setNodeText ( XmlNode node, string text ) : void
node System.Xml.XmlNode
text string
return void

setPath() public method

public setPath ( string rhs ) : void
rhs string
return void