메소드 | 설명 | |
---|---|---|
GetAttribute ( |
||
GetAttribute ( |
||
GetAttribute ( |
||
GetAttribute ( |
||
GetAttributeOrFail ( |
||
GetAttributeWithInheritance ( |
Returns an attribute value from this node, or first parent node with this attribute defined
|
|
GetAttributeWithInheritanceOrFail ( |
||
GetChildByTagName ( |
Convenience method where there is only one child XmlElement of a given name
|
|
GetChildByTagOrFail ( |
||
GetChildTextByTagName ( |
Convenience method where there is only one child XmlElement of a given name
|
|
GetFirstChildElement ( |
||
GetFirstChildOrFail ( |
||
GetNonBlankTextOrFail ( |
||
GetText ( |
||
InsertChild ( |
Convenience method to append a new child with text
|
|
LoadXML ( Stream input ) : |
Helper method to parse an XML file into a DOM tree, given a Stream.
|
|
LoadXML ( TextReader input ) : |
Helper method to parse an XML file into a DOM tree, given a TextReader.
|
|
LoadXML ( XmlReader input ) : |
Helper method to parse an XML file into a DOM tree, given an XmlReader.
|
메소드 | 설명 | |
---|---|---|
GetTextBuffer ( |
public static GetAttribute ( |
||
element | ||
attributeName | string | |
deflt | bool | |
리턴 | bool |
public static GetAttribute ( |
||
element | ||
attributeName | string | |
deflt | float | |
리턴 | float |
public static GetAttribute ( |
||
element | ||
attributeName | string | |
deflt | int | |
리턴 | int |
public static GetAttribute ( |
||
element | ||
attributeName | string | |
deflt | string | |
리턴 | string |
public static GetAttributeOrFail ( |
||
e | ||
name | string | |
리턴 | string |
public static GetAttributeWithInheritance ( |
||
element | ||
attributeName | string | |
리턴 | string |
public static GetAttributeWithInheritanceOrFail ( |
||
e | ||
name | string | |
리턴 | string |
public static GetChildByTagName ( |
||
e | ||
name | string | |
리턴 |
public static GetChildByTagOrFail ( |
||
e | ||
name | string | |
리턴 |
public static GetChildTextByTagName ( |
||
e | ||
tagName | string | |
리턴 | string |
public static GetFirstChildElement ( |
||
element | ||
리턴 |
public static GetFirstChildOrFail ( |
||
e | ||
리턴 |
public static GetNonBlankTextOrFail ( |
||
e | ||
리턴 | string |
public static InsertChild ( |
||
parent | ||
tagName | string | |
text | string | |
리턴 |
public static LoadXML ( Stream input ) : |
||
input | Stream | reader of the XML file to be parsed |
리턴 |
public static LoadXML ( TextReader input ) : |
||
input | TextReader | reader of the XML file to be parsed |
리턴 |
public static LoadXML ( XmlReader input ) : |
||
input | XmlReader | reader of the XML file to be parsed |
리턴 |