Class XPathRefinedByRFC5147CharScheme

java.lang.Object
de.wwu.scdh.annotation.selection.point.PointImpl
de.wwu.scdh.annotation.selection.point.XPathRefinedByRFC5147CharScheme
All Implemented Interfaces:
Point

public class XPathRefinedByRFC5147CharScheme extends PointImpl
A Point represented by an oa:XPathSelector which is refined by an oa:FragmentSelector conforming to RFC5147 character scheme. This record is usually used to reference content in a DOMResource.
  • Constructor Details

    • XPathRefinedByRFC5147CharScheme

      public XPathRefinedByRFC5147CharScheme(String xpath, int chr)
      Make a XPathRefinedByRFC5147CharScheme from a xpath and an inter-character position.
      Parameters:
      xpath - the XPath component
      chr - the character scheme component
  • Method Details

    • getXPath

      public String getXPath()
    • getChar

      public int getChar()