Class Atom.StopAtAtomEntry

java.lang.Object
com.google.api.client.xml.Xml.CustomizeParser
com.google.api.client.xml.atom.Atom.StopAtAtomEntry
Enclosing class:
Atom

static final class Atom.StopAtAtomEntry extends Xml.CustomizeParser
  • Field Details

  • Constructor Details

    • StopAtAtomEntry

      StopAtAtomEntry()
  • Method Details

    • stopBeforeStartTag

      public boolean stopBeforeStartTag(String namespace, 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