ixdlscontentreader-ag凯发旗舰厅



com.spire.doc.interfaces
interface ixdlscontentreader


public interface ixdlscontentreader

summary description for ixdlscontentreader.


method summary
 ixdlsattributereader getattributereader()
          gets the attribute reader.
 java.lang.string getattributevalue(java.lang.string name)
          gets the attribute value.
 int getnodetype()
          gets the type of the node.
 java.lang.string gettagname()
          gets the name of the tag.
 byte[] readchildbinaryelement()
          reads the child binary element.
 java.lang.object readchildelement(java.lang.class type)
          reads the child element.
 boolean readchildelement(java.lang.object value)
          reads the child element.
 java.lang.string readchildstringcontent()
          reads the content of the child string.
 
method detail

gettagname

java.lang.string gettagname()
gets the name of the tag.
returns:
the name of the tag.

getnodetype

int getnodetype()
gets the type of the node.
returns:
the type of the node.

getattributevalue

java.lang.string getattributevalue(java.lang.string name)
gets the attribute value.
parameters:
name - the name.
returns:
string

readchildelement

boolean readchildelement(java.lang.object value)
reads the child element.
parameters:
value - the value
returns:
the child element

readchildelement

java.lang.object readchildelement(java.lang.class type)
reads the child element.
parameters:
type - the type.
returns:
object

readchildstringcontent

java.lang.string readchildstringcontent()
reads the content of the child string.
returns:
string

readchildbinaryelement

byte[] readchildbinaryelement()
reads the child binary element.
returns:
the child binary element

getattributereader

ixdlsattributereader getattributereader()
gets the attribute reader.
returns:
the attribute reader.


网站地图