Interface DOMURIReference

All Superinterfaces:
URIReference

public interface DOMURIReference extends URIReference
A DOM-specific URIReference. The purpose of this class is to provide additional context necessary for resolving XPointer URIs or same-document references.
Since:
1.6
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the here node.

    Methods declared in interface URIReference

    getType, getURI
    Modifier and Type
    Method
    Description
    Returns the type of data referenced by this URI.
    Returns the URI of the referenced data object.
  • Method Details

    • getHere

      Node getHere()
      Returns the here node.
      Returns:
      the attribute or processing instruction node or the parent element of the text node that directly contains the URI