Intersoft ClientUI Documentation
XPSParser Class Members
See Also  Properties  Methods  Send Feedback
Intersoft.Client.Documents Namespace : XPSParser Class


The following tables list the members exposed by XPSParser.

Public Properties

 NameDescription
public PropertyAttributeCountOverridden. Gets the number of attributes on the current node.  
public PropertyBaseURIOverridden. Gets the base URI of the current node.  
public PropertyCanReadBinaryContent (Inherited from System.Xml.XmlReader)
public PropertyCanReadValueChunk (Inherited from System.Xml.XmlReader)
public PropertyCanResolveEntity (Inherited from System.Xml.XmlReader)
public PropertyDepthOverridden. Gets the depth of the current node in the XML document.  
public PropertyEOFOverridden. Gets a value indicating whether the reader is positioned at the end of the stream.  
public PropertyHasAttributes (Inherited from System.Xml.XmlReader)
public PropertyHasValue (Inherited from System.Xml.XmlReader)
public PropertyIsDefault (Inherited from System.Xml.XmlReader)
public PropertyIsEmptyElementOverridden. Gets a value indicating whether the current node is an empty element (for example, ).  
public PropertyItemOverloaded.  (Inherited from System.Xml.XmlReader)
public PropertyLocalNameOverridden. Gets the local name of the current node.  
public PropertyName (Inherited from System.Xml.XmlReader)
public PropertyNamespaceURIOverridden. Gets the namespace URI (as defined in the W3C Namespace specification) of the node on which the reader is positioned.  
public PropertyNameTableOverridden. Gets the System.Xml.XmlNameTable associated with this implementation.  
public PropertyNodeTypeOverridden. Gets the type of the current node.  
public PropertyPrefixOverridden. Gets the namespace prefix associated with the current node.  
public PropertyReadStateOverridden. Gets the state of the reader.  
public PropertySettings (Inherited from System.Xml.XmlReader)
public PropertyValueOverridden. Gets the text value of the current node.  
public PropertyValueType (Inherited from System.Xml.XmlReader)
public PropertyXmlLang (Inherited from System.Xml.XmlReader)
public PropertyXmlSpace (Inherited from System.Xml.XmlReader)
Top

Public Methods

 NameDescription
public MethodCloseOverridden. Changes the System.Xml.XmlReader.ReadState to Closed.  
public MethodGetAttributeOverloaded. Overridden. Gets the value of the attribute with the specified index.  
public MethodIsStartElementOverloaded.  (Inherited from System.Xml.XmlReader)
public MethodLookupNamespaceOverridden. Resolves a namespace prefix in the current element's scope.  
public MethodMoveToAttributeOverloaded. Overridden. Moves to the attribute with the specified index.  
public MethodMoveToContent (Inherited from System.Xml.XmlReader)
public MethodMoveToElementOverridden. Moves to the element that contains the current attribute node.  
public MethodMoveToFirstAttributeOverridden. Moves to the first attribute.  
public MethodMoveToNextAttributeOverridden. Moves to the next attribute.  
public MethodReadOverridden. Reads the next node from the stream.  
public MethodReadAttributeValueOverridden. Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.  
public MethodReadContentAs (Inherited from System.Xml.XmlReader)
public MethodReadContentAsBase64 (Inherited from System.Xml.XmlReader)
public MethodReadContentAsBinHex (Inherited from System.Xml.XmlReader)
public MethodReadContentAsBoolean (Inherited from System.Xml.XmlReader)
public MethodReadContentAsDateTime (Inherited from System.Xml.XmlReader)
public MethodReadContentAsDecimal (Inherited from System.Xml.XmlReader)
public MethodReadContentAsDouble (Inherited from System.Xml.XmlReader)
public MethodReadContentAsFloat (Inherited from System.Xml.XmlReader)
public MethodReadContentAsInt (Inherited from System.Xml.XmlReader)
public MethodReadContentAsLong (Inherited from System.Xml.XmlReader)
public MethodReadContentAsObject (Inherited from System.Xml.XmlReader)
public MethodReadContentAsString (Inherited from System.Xml.XmlReader)
public MethodReadElementContentAsOverloaded.  (Inherited from System.Xml.XmlReader)
public MethodReadElementContentAsBase64 (Inherited from System.Xml.XmlReader)
public MethodReadElementContentAsBinHex (Inherited from System.Xml.XmlReader)
public MethodReadElementContentAsBooleanOverloaded.  (Inherited from System.Xml.XmlReader)
public MethodReadElementContentAsDateTimeOverloaded.  (Inherited from System.Xml.XmlReader)
public MethodReadElementContentAsDecimalOverloaded.  (Inherited from System.Xml.XmlReader)
public MethodReadElementContentAsDoubleOverloaded.  (Inherited from System.Xml.XmlReader)
public MethodReadElementContentAsFloatOverloaded.  (Inherited from System.Xml.XmlReader)
public MethodReadElementContentAsIntOverloaded.  (Inherited from System.Xml.XmlReader)
public MethodReadElementContentAsLongOverloaded.  (Inherited from System.Xml.XmlReader)
public MethodReadElementContentAsObjectOverloaded.  (Inherited from System.Xml.XmlReader)
public MethodReadElementContentAsStringOverloaded.  (Inherited from System.Xml.XmlReader)
public MethodReadEndElement (Inherited from System.Xml.XmlReader)
public MethodReadInnerXml (Inherited from System.Xml.XmlReader)
public MethodReadOuterXml (Inherited from System.Xml.XmlReader)
public MethodReadStartElementOverloaded.  (Inherited from System.Xml.XmlReader)
public MethodReadSubtree (Inherited from System.Xml.XmlReader)
public MethodReadToDescendantOverloaded.  (Inherited from System.Xml.XmlReader)
public MethodReadToFollowingOverloaded.  (Inherited from System.Xml.XmlReader)
public MethodReadToNextSiblingOverloaded.  (Inherited from System.Xml.XmlReader)
public MethodReadValueChunk (Inherited from System.Xml.XmlReader)
public MethodResolveEntityOverridden. Resolves the entity reference for EntityReference nodes.  
public MethodSkip (Inherited from System.Xml.XmlReader)
Top

Protected Methods

 NameDescription
protected MethodDispose (Inherited from System.Xml.XmlReader)
Top

See Also

© 2012 All Rights Reserved.