1. Home
  2. Android
  3. org.xml.sax.ext
  4. Android org.xml.sax.ext Attributes2
    • Type List
    • Android Attributes2
    • Android DeclHandler tutorial with examples
    • Android DefaultHandler2
    • Android LexicalHandler
    • Android Locator2
    • Android Attributes2Impl
    • Android Locator2Impl

Android org.xml.sax.ext Attributes2

PreviousNext

By API

The following index lists the tutorials for Attributes2 by API.

Methods

  • Android Attributes2 getLength()
  • Android Attributes2 isDeclared(String qName)
  • Android Attributes2 isDeclared(int index)
  • Android Attributes2 isSpecified(String qName)
  • Android Attributes2 isSpecified(int index)
  • Android Attributes2 tutorial with examples
  • Android Attributes2 getLength() Return the number of attributes in the list.
  • Android Attributes2 isDeclared(String qName) Returns false unless the attribute was declared in the DTD.
  • Android Attributes2 isDeclared(int index) Returns false unless the attribute was declared in the DTD.
  • Android Attributes2 isSpecified(String qName) Returns true unless the attribute value was provided by DTD defaulting.
  • Android Attributes2 isSpecified(int index) Returns true unless the attribute value was provided by DTD defaulting.
PreviousNext

Related

  • Android org.xml.sax XMLFilter
  • Android XMLFilter getParent() Get the parent reader.
  • Android XMLFilter setParent(XMLReader parent) Set the parent reader.
  • Android org.xml.sax.ext Attributes2
  • Android Attributes2 tutorial with examples
  • Android Attributes2 getLength()
  • Android Attributes2 isSpecified(int index)

demo2s.com |  Email: | Demo Source and Support. All rights reserved.