Skip to main content
Skip table of contents

XmpPathParser

XmpPathParser Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.xmp.impl.xpath
  iTextSharp.xmp.impl.xpath.XmpPathParser[[XmpPathParser]]
  end

Members

Methods

Public Static methods
ReturnsName
XmpPathExpandXPath(string schemaNs, string path)
Internal Static methods
ReturnsName
XmpPathSegmentParseIndexSegment(PathPosition pos)
voidParseRootNode(string schemaNs, PathPosition pos, XmpPath expandedXPath)
XmpPathSegmentParseStructSegment(PathPosition pos)
voidSkipPathDelimiter(string path, PathPosition pos)
voidVerifyQualName(string qualName)
voidVerifySimpleXmlName(string name)
stringVerifyXPathRoot(string schemaNs, string rootProp)

Details

Constructors

XmpPathParser
Source code
internal XmpPathParser()

Methods

ExpandXPath
Source code
public static XmpPath ExpandXPath(string schemaNs, string path)
Arguments
TypeNameDescription
stringschemaNs
stringpath
SkipPathDelimiter
Source code
internal static void SkipPathDelimiter(string path, PathPosition pos)
Arguments
TypeNameDescription
stringpath
PathPositionpos
ParseStructSegment
Source code
internal static XmpPathSegment ParseStructSegment(PathPosition pos)
Arguments
TypeNameDescription
PathPositionpos
ParseIndexSegment
Source code
internal static XmpPathSegment ParseIndexSegment(PathPosition pos)
Arguments
TypeNameDescription
PathPositionpos
ParseRootNode
Source code
internal static void ParseRootNode(string schemaNs, PathPosition pos, XmpPath expandedXPath)
Arguments
TypeNameDescription
stringschemaNs
PathPositionpos
XmpPathexpandedXPath
VerifyQualName
Source code
internal static void VerifyQualName(string qualName)
Arguments
TypeNameDescription
stringqualName
VerifySimpleXmlName
Source code
internal static void VerifySimpleXmlName(string name)
Arguments
TypeNameDescription
stringname
VerifyXPathRoot
Source code
internal static string VerifyXPathRoot(string schemaNs, string rootProp)
Arguments
TypeNameDescription
stringschemaNs
stringrootProp

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.