QrStructuredAppendParametersParser

Inheritance: java.lang.Object, com.aspose.barcode.serialization.XmlDataParser

public class QrStructuredAppendParametersParser extends XmlDataParser

Constructors

Constructor Description
QrStructuredAppendParametersParser(QrStructuredAppendParameters target)

Methods

Method Description
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
read(System.IO.Stream input)
read(System.Xml.XmlReader reader)
read(String inputFile)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)
write(System.IO.Stream output)
write(System.IO.Stream output, boolean omitXmlDeclaration)
write(System.Xml.XmlWriter writer)
write(System.Xml.XmlWriter writer, String elementName)
write(String output)

QrStructuredAppendParametersParser(QrStructuredAppendParameters target)

public QrStructuredAppendParametersParser(QrStructuredAppendParameters target)

Parameters:

Parameter Type Description
target QrStructuredAppendParameters

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

read(System.IO.Stream input)

public void read(System.IO.Stream input)

Parameters:

Parameter Type Description
input com.aspose.ms.System.IO.Stream

read(System.Xml.XmlReader reader)

public void read(System.Xml.XmlReader reader)

Parameters:

Parameter Type Description
reader com.aspose.ms.System.Xml.XmlReader

read(String inputFile)

public void read(String inputFile)

Parameters:

Parameter Type Description
inputFile java.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int

write(System.IO.Stream output)

public boolean write(System.IO.Stream output)

Parameters:

Parameter Type Description
output com.aspose.ms.System.IO.Stream

Returns: boolean

write(System.IO.Stream output, boolean omitXmlDeclaration)

public void write(System.IO.Stream output, boolean omitXmlDeclaration)

Parameters:

Parameter Type Description
output com.aspose.ms.System.IO.Stream
omitXmlDeclaration boolean

write(System.Xml.XmlWriter writer)

public void write(System.Xml.XmlWriter writer)

Parameters:

Parameter Type Description
writer com.aspose.ms.System.Xml.XmlWriter

write(System.Xml.XmlWriter writer, String elementName)

public void write(System.Xml.XmlWriter writer, String elementName)

Parameters:

Parameter Type Description
writer com.aspose.ms.System.Xml.XmlWriter
elementName java.lang.String

write(String output)

public boolean write(String output)

Parameters:

Parameter Type Description
output java.lang.String

Returns: boolean