Class WNotationDeclaration

java.lang.Object
org.codehaus.stax2.ri.evt.BaseEventImpl
org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl
com.ctc.wstx.evt.WNotationDeclaration
All Implemented Interfaces:
NotationDeclaration, XMLEvent, XMLStreamConstants, org.codehaus.stax2.evt.NotationDeclaration2, org.codehaus.stax2.evt.XMLEvent2

public class WNotationDeclaration extends org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl
Woodstox implementation of NotationDeclaration2. The only required addition is that of passing in the Base URI.
Since:
4.0.0
  • Field Details

    • _baseURL

      final URL _baseURL
      Base URL that can be used to resolve the notation reference if necessary.
  • Constructor Details

  • Method Details

    • getBaseURI

      public String getBaseURI()
      Specified by:
      getBaseURI in interface org.codehaus.stax2.evt.NotationDeclaration2
      Overrides:
      getBaseURI in class org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl