C# Class libsbml.XMLNode

Inheritance: XMLToken
Afficher le fichier Open project: sys-bio/libroadrunner-deps Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Equals ( Object sb ) : bool
GetHashCode ( ) : int
XMLNode ( ) : System
XMLNode ( XMLInputStream stream ) : System
XMLNode ( XMLNode orig ) : System
XMLNode ( XMLToken token ) : System
XMLNode ( XMLTriple triple ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line, long column ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes, long line ) : System
XMLNode ( XMLTriple triple, XMLAttributes attributes, long line, long column ) : System
XMLNode ( XMLTriple triple, long line ) : System
XMLNode ( XMLTriple triple, long line, long column ) : System
XMLNode ( string chars ) : System
XMLNode ( string chars, long line ) : System
XMLNode ( string chars, long line, long column ) : System
addChild ( XMLNode node ) : int
clone ( ) : XMLNode
convertStringToXMLNode ( string xmlstr ) : XMLNode
convertStringToXMLNode ( string xmlstr, XMLNamespaces xmlns ) : XMLNode
convertXMLNodeToString ( XMLNode node ) : string
equals ( XMLNode other ) : bool
equals ( XMLNode other, bool ignoreURI ) : bool
getChild ( long n ) : XMLNode
getChild ( string name ) : XMLNode
getIndex ( string name ) : int
getNumChildren ( ) : long
hasChild ( string name ) : bool
insertChild ( long n, XMLNode node ) : XMLNode
operator ( ) : bool
removeChild ( long n ) : XMLNode
removeChildren ( ) : int
toXMLString ( ) : string

Private Methods

Méthode Description
XMLNode ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( XMLNode obj ) : HandleRef
getCPtrAndDisown ( XMLNode obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( Object sb ) : bool
sb Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

XMLNode() public méthode

public XMLNode ( ) : System
Résultat System

XMLNode() public méthode

public XMLNode ( XMLInputStream stream ) : System
stream XMLInputStream
Résultat System

XMLNode() public méthode

public XMLNode ( XMLNode orig ) : System
orig XMLNode
Résultat System

XMLNode() public méthode

public XMLNode ( XMLToken token ) : System
token XMLToken
Résultat System

XMLNode() public méthode

public XMLNode ( XMLTriple triple ) : System
triple XMLTriple
Résultat System

XMLNode() public méthode

public XMLNode ( XMLTriple triple, XMLAttributes attributes ) : System
triple XMLTriple
attributes XMLAttributes
Résultat System

XMLNode() public méthode

public XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces ) : System
triple XMLTriple
attributes XMLAttributes
namespaces XMLNamespaces
Résultat System

XMLNode() public méthode

public XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line ) : System
triple XMLTriple
attributes XMLAttributes
namespaces XMLNamespaces
line long
Résultat System

XMLNode() public méthode

public XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line, long column ) : System
triple XMLTriple
attributes XMLAttributes
namespaces XMLNamespaces
line long
column long
Résultat System

XMLNode() public méthode

public XMLNode ( XMLTriple triple, XMLAttributes attributes, long line ) : System
triple XMLTriple
attributes XMLAttributes
line long
Résultat System

XMLNode() public méthode

public XMLNode ( XMLTriple triple, XMLAttributes attributes, long line, long column ) : System
triple XMLTriple
attributes XMLAttributes
line long
column long
Résultat System

XMLNode() public méthode

public XMLNode ( XMLTriple triple, long line ) : System
triple XMLTriple
line long
Résultat System

XMLNode() public méthode

public XMLNode ( XMLTriple triple, long line, long column ) : System
triple XMLTriple
line long
column long
Résultat System

XMLNode() public méthode

public XMLNode ( string chars ) : System
chars string
Résultat System

XMLNode() public méthode

public XMLNode ( string chars, long line ) : System
chars string
line long
Résultat System

XMLNode() public méthode

public XMLNode ( string chars, long line, long column ) : System
chars string
line long
column long
Résultat System

addChild() public méthode

public addChild ( XMLNode node ) : int
node XMLNode
Résultat int

clone() public méthode

public clone ( ) : XMLNode
Résultat XMLNode

convertStringToXMLNode() public static méthode

public static convertStringToXMLNode ( string xmlstr ) : XMLNode
xmlstr string
Résultat XMLNode

convertStringToXMLNode() public static méthode

public static convertStringToXMLNode ( string xmlstr, XMLNamespaces xmlns ) : XMLNode
xmlstr string
xmlns XMLNamespaces
Résultat XMLNode

convertXMLNodeToString() public static méthode

public static convertXMLNodeToString ( XMLNode node ) : string
node XMLNode
Résultat string

equals() public méthode

public equals ( XMLNode other ) : bool
other XMLNode
Résultat bool

equals() public méthode

public equals ( XMLNode other, bool ignoreURI ) : bool
other XMLNode
ignoreURI bool
Résultat bool

getChild() public méthode

public getChild ( long n ) : XMLNode
n long
Résultat XMLNode

getChild() public méthode

public getChild ( string name ) : XMLNode
name string
Résultat XMLNode

getIndex() public méthode

public getIndex ( string name ) : int
name string
Résultat int

getNumChildren() public méthode

public getNumChildren ( ) : long
Résultat long

hasChild() public méthode

public hasChild ( string name ) : bool
name string
Résultat bool

insertChild() public méthode

public insertChild ( long n, XMLNode node ) : XMLNode
n long
node XMLNode
Résultat XMLNode

operator() public static méthode

public static operator ( ) : bool
Résultat bool

removeChild() public méthode

public removeChild ( long n ) : XMLNode
n long
Résultat XMLNode

removeChildren() public méthode

public removeChildren ( ) : int
Résultat int

toXMLString() public méthode

public toXMLString ( ) : string
Résultat string