iText 5

XfaXpathConstructor (1)

XfaXpathConstructor Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.XfaXpathConstructor[[XfaXpathConstructor]] end subgraph iTextSharp.text.pdf.security iTextSharp.text.pdf.security.IXpathConstructor[[IXpathConstructor]] class iTextSharp.text.pdf.security.IXpathConstructor interfaceStyle; end iTextSharp.text.pdf.security.IXpathConstructor --> iTextSharp.text.pdf.XfaXpathConstructor

Members

Methods

Public methods

Returns

Name

XmlNamespaceManager

GetNamespaceManager

()

string

GetXpathExpression

()

Details

Inheritance

Nested types

Enums
  • XdpPackage

Constructors

XfaXpathConstructor [1/2]

Source code

public XfaXpathConstructor()

XfaXpathConstructor [2/2]

Source code

public XfaXpathConstructor(XdpPackage xdpPackage)

Arguments

Type

Name

Description

XdpPackage

xdpPackage

Methods

GetXpathExpression

Source code

public virtual string GetXpathExpression()

GetNamespaceManager

Source code

public virtual XmlNamespaceManager GetNamespaceManager()

Generated with ModularDoc