C# Class System.Xml.XmlLoader

Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
XmlLoader ( ) : System.IO

Private Methods

Method Description
CreateInnerXmlReader ( String xmlFragment, System.Xml.XmlNodeType nt, XmlParserContext context, XmlDocument doc ) : XmlReader
EntitizeName ( String name ) : String
ExpandEntity ( XmlEntity ent ) : void
ExpandEntityReference ( XmlEntityReference eref ) : void
GetContext ( XmlNode node ) : XmlParserContext
Load ( XmlDocument doc, XmlReader reader, bool preserveWhitespace ) : void
LoadAttributeNode ( ) : XmlAttribute
LoadAttributeNodeDirect ( ) : XmlAttribute
LoadAttributeValue ( XmlNode parent, bool direct ) : void
LoadDeclarationNode ( ) : XmlDeclaration
LoadDefaultAttribute ( ) : XmlAttribute
LoadDocSequence ( XmlDocument parentDoc ) : void
LoadDocumentType ( IDtdInfo dtdInfo, XmlDocumentType dtNode ) : void
LoadDocumentTypeNode ( ) : XmlDocumentType
LoadEntityReferenceNode ( bool direct ) : XmlEntityReference
LoadInnerXmlAttribute ( XmlAttribute node, string innerxmltext ) : void
LoadInnerXmlElement ( XmlElement node, string innerxmltext ) : void
LoadNode ( bool skipOverWhitespace ) : XmlNode
LoadNodeDirect ( ) : XmlNode
ParseDocumentType ( XmlDocumentType dtNode ) : void
ParseDocumentType ( XmlDocumentType dtNode, bool bUseResolver, XmlResolver resolver ) : void
ParsePartialContent ( XmlNode parentNode, string innerxmltext, System.Xml.XmlNodeType nt ) : XmlNamespaceManager
ParseXmlDeclarationValue ( string strValue, string &version, string &encoding, string &standalone ) : void
ReadCurrentNode ( XmlDocument doc, XmlReader reader ) : XmlNode
RemoveDuplicateNamespace ( XmlElement elem, XmlNamespaceManager mgr, bool fCheckElemAttrs ) : void
UnexpectedNodeType ( System.Xml.XmlNodeType nodetype ) : Exception

Method Details

XmlLoader() public method

public XmlLoader ( ) : System.IO
return System.IO