Class MXParserReader

java.lang.Object
com.thoughtworks.xstream.io.AbstractReader
com.thoughtworks.xstream.io.xml.AbstractXmlReader
com.thoughtworks.xstream.io.xml.AbstractPullReader
org.infinispan.server.core.dataconversion.xml.MXParserReader
All Implemented Interfaces:
com.thoughtworks.xstream.converters.ErrorReporter, com.thoughtworks.xstream.io.ExtendedHierarchicalStreamReader, com.thoughtworks.xstream.io.HierarchicalStreamReader

public class MXParserReader extends com.thoughtworks.xstream.io.xml.AbstractPullReader
  • Constructor Details

    • MXParserReader

      public MXParserReader(Reader reader, MXParser parser)
    • MXParserReader

      public MXParserReader(Reader reader, MXParser parser, com.thoughtworks.xstream.io.naming.NameCoder nameCoder)
  • Method Details

    • pullNextEvent

      protected int pullNextEvent()
      Specified by:
      pullNextEvent in class com.thoughtworks.xstream.io.xml.AbstractPullReader
    • pullElementName

      protected String pullElementName()
      Specified by:
      pullElementName in class com.thoughtworks.xstream.io.xml.AbstractPullReader
    • pullText

      protected String pullText()
      Specified by:
      pullText in class com.thoughtworks.xstream.io.xml.AbstractPullReader
    • getAttribute

      public String getAttribute(String name)
    • getAttribute

      public String getAttribute(int index)
    • getAttributeCount

      public int getAttributeCount()
    • getAttributeName

      public String getAttributeName(int index)
    • appendErrors

      public void appendErrors(com.thoughtworks.xstream.converters.ErrorWriter errorWriter)
    • close

      public void close()