public abstract class DurboInput.Element
extends java.lang.Object
| Type | Property and Description |
|---|---|
abstract boolean |
is
Gets the value of the property property.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.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.
|
java.lang.String |
localName()
returns the local name of this element
|
java.lang.String |
name()
Returns the name of this element
|
java.lang.String |
prefix()
returns the prefix of this element
|
abstract long |
size()
Deprecated.
use
Property#getValues().length() instead. |
java.lang.String |
toString()
Deprecated.
use
getString() instead. |
java.lang.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 java.lang.String name()
public java.lang.String prefix()
public java.lang.String uri()
public java.lang.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 java.lang.String getString()
public java.lang.String toString()
getString() instead.toString in class java.lang.Objectpublic 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 - 2020 Adobe Systems Incorporated. All Rights Reserved"