Class Atom.StopAtAtomEntry

    • Constructor Summary

      Constructors 
      Constructor Description
      StopAtAtomEntry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean stopBeforeStartTag​(java.lang.String namespace, java.lang.String localName)
      Returns whether to stop parsing when reaching the start tag of an XML element before it has been processed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StopAtAtomEntry

        StopAtAtomEntry()
    • Method Detail

      • stopBeforeStartTag

        public boolean stopBeforeStartTag​(java.lang.String namespace,
                                          java.lang.String localName)
        Description copied from class: Xml.CustomizeParser
        Returns whether to stop parsing when reaching the start tag of an XML element before it has been processed. Only called if the element is actually being processed. By default, returns false, but subclasses may override.
        Overrides:
        stopBeforeStartTag in class Xml.CustomizeParser
        Parameters:
        namespace - XML element's namespace URI
        localName - XML element's local name