final class freemarker.ext.xml._DomNavigator$DomXPathEx implements freemarker.ext.xml.Navigator$XPathEx
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: freemarker.ext.xml._DomNavigator$DomXPathEx
  super_class: java.lang.Object
{
  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // freemarker.ext.xml._DomNavigator$DomXPathEx this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jaxen cannot be resolved\n\tThe import org.jaxen cannot be resolved\n\tThe import org.jaxen cannot be resolved\n\tThe type _DomNavigator.DomXPathEx must implement the inherited abstract method Navigator.XPathEx.selectNodes(Object, NamespaceContext)\n\tDOMXPath cannot be resolved to a type\n\tNamespaceContext cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tThe method getContext(Object) is undefined for the type _DomNavigator.DomXPathEx\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.xml._DomNavigator$DomXPathEx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/xml/_DomNavigator$DomXPathEx;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      path  

  public java.util.List selectNodes(java.lang.Object, NamespaceContext);
    descriptor: (Ljava/lang/Object;LNamespaceContext;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // freemarker.ext.xml._DomNavigator$DomXPathEx this
         0: .line 320
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tNamespaceContext cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tThe method getContext(Object) is undefined for the type _DomNavigator.DomXPathEx\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.xml._DomNavigator$DomXPathEx this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/xml/_DomNavigator$DomXPathEx;
    Exceptions:
      throws freemarker.template.TemplateModelException
    MethodParameters:
            Name  Flags
      object      
      namespaces  
}
SourceFile: "_DomNavigator.java"
NestHost: freemarker.ext.xml._DomNavigator
InnerClasses:
  abstract XPathEx = freemarker.ext.xml.Navigator$XPathEx of freemarker.ext.xml.Navigator
  private final DomXPathEx = freemarker.ext.xml._DomNavigator$DomXPathEx of freemarker.ext.xml._DomNavigator