Package 

Class XmlParser


  • 
    public final class XmlParser
    
                        

    XML Parser with support for namespaces, mixed content and lang inheritance

    isNamespaceAware behaves as defined in XmlPullParser specification. If isCaseSensitive is false, attribute and tag names are lowercased during the parsing

    • Constructor Summary

      Constructors 
      Constructor Description
      XmlParser(Boolean isNamespaceAware, Boolean isCaseSensitive)
    • Method Summary

      Modifier and Type Method Description
      final ElementNode parse(InputStream stream)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait