public class StructuredElementProperties extends Object
Provides properties of the document's element.
Modifier | Constructor and Description |
---|---|
protected |
StructuredElementProperties(int elementType)
Initializes a new instance of the
StructuredElementProperties class. |
protected |
StructuredElementProperties(int elementType,
boolean isEmptyElement)
Initializes a new instance of the
StructuredElementProperties class. |
Modifier and Type | Method and Description |
---|---|
String |
get_Item(String key)
Gets a parameter value.
|
int |
getElementType()
Gets a type of the document's element.
|
boolean |
getSkipElement()
Gets a value indicating whether the element should be skipped.
|
boolean |
isEmptyElement()
Gets a value indicating whether the element has child elements or text.
|
void |
setSkipElement(boolean value)
Sets a value indicating whether the element should be skipped.
|
protected StructuredElementProperties(int elementType)
Initializes a new instance of the StructuredElementProperties
class.
elementType
- A type of the document's element.protected StructuredElementProperties(int elementType, boolean isEmptyElement)
Initializes a new instance of the StructuredElementProperties
class.
elementType
- A type of the document's element.isEmptyElement
- A value indicating whether the element has child elements or text.public int getElementType()
Gets a type of the document's element.
StructuredElementType
enumeration.public boolean getSkipElement()
Gets a value indicating whether the element should be skipped.
true
if the element should be skipped; otherwise, false
.public void setSkipElement(boolean value)
Sets a value indicating whether the element should be skipped.
value
- true
if the element should be skipped; otherwise, false
.public boolean isEmptyElement()
Gets a value indicating whether the element has child elements or text.
Copyright © 2019. All rights reserved.