Interface XMLUtils.BGXMLEventReader

All Superinterfaces:
Iterator<Object>, XMLEventReader
Enclosing class:
XMLUtils

public static interface XMLUtils.BGXMLEventReader extends XMLEventReader
  • Method Details

    • getCurrentDepth

      int getCurrentDepth()
    • newStartElementIterator

      @Deprecated Iterable<StartElement> newStartElementIterator(String path)
      Deprecated.
    • iterable

      Iterable<StartElement> iterable(String path)
      Возвращает итератор по пути. При поиске он проходит полностью текущую ветку.
      Т.е. если итератор будет вызван от начала документа, то он прочитает весь документ!
      Parameters:
      path -
      Returns:
    • getAttributeValue

      String getAttributeValue(StartElement element, String localPart)
    • getAttributes

      Map<String,String> getAttributes(StartElement element)