Intersoft ClientUI Documentation
ResolveEntity Method



Resolves the entity reference for EntityReference nodes.
Syntax
Public Overrides Sub ResolveEntity() 
Dim instance As XPSParser
 
instance.ResolveEntity()
public override void ResolveEntity()
public:
void ResolveEntity(); override 
Exceptions
ExceptionDescription
System.InvalidOperationException The reader is not positioned on an EntityReference node; this implementation of the reader cannot resolve entities (System.Xml.XmlReader.CanResolveEntity returns false).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XPSParser Class
XPSParser Members

Send Feedback