public abstract class DurboInput.Element extends Object
| Type | Property and Description |
|---|---|
abstract boolean |
is
Gets the value of the property property.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getString()
Convenience method
|
abstract boolean |
isNodeEnd()
Checks if this element is a node end
|
abstract boolean |
isNodeStart()
Checks if this element is a node start
|
abstract boolean |
isProperty()
Gets the value of the property property.
|
String |
localName()
returns the local name of this element
|
String |
name()
Returns the name of this element
|
String |
prefix()
returns the prefix of this element
|
abstract long |
size()
Deprecated.
use
Property#getValues().length() instead. |
String |
toString()
Deprecated.
use
getString() instead. |
String |
uri()
returns the namespace uri for this element
|
abstract boolean |
wasBinary()
Deprecated.
use
DurboInput.Property.getType() instead. |
abstract boolean |
wasString()
Deprecated.
use
DurboInput.Property.getType() instead. |
public String name()
public String prefix()
public String uri()
public String localName()
public abstract boolean isProperty()
public abstract boolean isNodeStart()
true if this element is a node start;
false otherwisepublic abstract boolean isNodeEnd()
true if this element is a node end; false
otherwisepublic abstract String getString()
public String toString()
getString() instead.public abstract boolean wasBinary()
DurboInput.Property.getType() instead.true if this element has binary content.public abstract boolean wasString()
DurboInput.Property.getType() instead.true if this element has string content.public abstract long size()
Property#getValues().length() instead."Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"