Class XmlReader


  • public class XmlReader
    extends Object
    • Method Detail

      • isStartDocument

        public boolean isStartDocument()
      • isEndDocument

        public boolean isEndDocument()
      • isStartElement

        public boolean isStartElement()
      • isStartElement

        public boolean isStartElement​(QName name)
      • isStartElement

        public boolean isStartElement​(String namespace,
                                      String localPart)
      • isStartElementLenient

        public boolean isStartElementLenient​(String localPart)
      • isXsiNil

        public boolean isXsiNil()
      • isEndElement

        public boolean isEndElement()
      • isEndElement

        public boolean isEndElement​(QName name)
      • isEndElement

        public boolean isEndElement​(String namespace,
                                    String localPart)
      • getName

        public QName getName()
      • getElementText

        public String getElementText()
      • getAttributeValue

        public String getAttributeValue​(QName name)
      • getAttributeValue

        public String getAttributeValue​(String localPart)
      • getAttributeValue

        public String getAttributeValue​(String namespace,
                                        String localPart)
      • getAttributeValueLenient

        public String getAttributeValueLenient​(String attributeName)
      • getAttributeValueOrDefault

        public String getAttributeValueOrDefault​(QName name,
                                                 String dflt)
      • getAttributeValueOrDefault

        public String getAttributeValueOrDefault​(String localPart,
                                                 String dflt)
      • getAttributeValueOrDefault

        public String getAttributeValueOrDefault​(String namespace,
                                                 String localPart,
                                                 String dflt)
      • getAttributeValueLenientOrDefault

        public String getAttributeValueLenientOrDefault​(String attributeName,
                                                        String dflt)
      • hasAttribute

        public boolean hasAttribute​(QName name)
      • hasAttribute

        public boolean hasAttribute​(String namespace,
                                    String localPart)
      • hasAttributeLenient

        public boolean hasAttributeLenient​(String attributeName)
      • resolveLenientAttributeName

        public String resolveLenientAttributeName​(String attributeName)
      • skipElement

        public void skipElement()
      • nextTag

        public void nextTag()
      • close

        public void close()
      • getLocation

        public Location getLocation()
      • describe

        public String describe()
      • getRawElementContents

        public String getRawElementContents()
      • getRawElementTextContents

        public String getRawElementTextContents()
      • startCapture

        public void startCapture()
      • endCapture

        public String endCapture()
      • hasNext

        public boolean hasNext()
      • next

        public int next()