Property | Type | Description | |
---|---|---|---|
NoNamespace | string | ||
XmlNamespace | string | ||
XmlnsNamespace | string |
Property | Type | Description | |
---|---|---|---|
AXmlObject | System | ||
GetLocalName | string | ||
GetNamespacePrefix | string |
Method | Description | |
---|---|---|
AcceptVisitor ( ICSharpCode.NRefactory.Xml.AXmlVisitor visitor ) : void |
Call appropriate visit method on the given visitor
|
|
CreateReader ( ) : |
Creates an XML reader that reads from this document.
|
|
CreateReader ( TextLocation>.Func |
Creates an XML reader that reads from this document.
|
|
GetChildAtOffset ( int offset ) : |
Gets a child fully containg the given offset. Goes recursively down the tree. Specail case if at the end of attribute or text
|
Method | Description | |
---|---|---|
AXmlObject ( |
||
GetLocalName ( string name ) : string |
The part of name after ":"
|
|
GetNamespacePrefix ( string name ) : string |
The part of name before ":"
|
public abstract AcceptVisitor ( ICSharpCode.NRefactory.Xml.AXmlVisitor visitor ) : void | ||
visitor | ICSharpCode.NRefactory.Xml.AXmlVisitor | |
return | void |
public CreateReader ( TextLocation>.Func |
||
offsetToTextLocation | TextLocation>.Func | |
return |
public GetChildAtOffset ( int offset ) : |
||
offset | int | |
return |