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
Internal Static methods
Details
Constructors
XmpPathParser
Source code
internal XmpPathParser()
Methods
ExpandXPath
Source code
public static XmpPath ExpandXPath(string schemaNs, string path)
Arguments
Type | Name | Description |
---|
string | schemaNs | |
string | path | |
SkipPathDelimiter
Source code
internal static void SkipPathDelimiter(string path, PathPosition pos)
Arguments
ParseStructSegment
Source code
internal static XmpPathSegment ParseStructSegment(PathPosition pos)
Arguments
ParseIndexSegment
Source code
internal static XmpPathSegment ParseIndexSegment(PathPosition pos)
Arguments
ParseRootNode
Source code
internal static void ParseRootNode(string schemaNs, PathPosition pos, XmpPath expandedXPath)
Arguments
VerifyQualName
Source code
internal static void VerifyQualName(string qualName)
Arguments
Type | Name | Description |
---|
string | qualName | |
VerifySimpleXmlName
Source code
internal static void VerifySimpleXmlName(string name)
Arguments
Type | Name | Description |
---|
string | name | |
VerifyXPathRoot
Source code
internal static string VerifyXPathRoot(string schemaNs, string rootProp)
Arguments
Type | Name | Description |
---|
string | schemaNs | |
string | rootProp | |
Generated with ModularDoc