public class DurboInput.Node extends DurboInput.Element
Type | Property and Description |
---|---|
boolean |
is
Gets the value of the property property.
|
Constructor and Description |
---|
Node() |
Node(java.lang.String name) |
Node(java.lang.String name,
boolean isNodeStart) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getString()
Convenience method
|
boolean |
isNodeEnd()
Checks if this element is a node end
|
boolean |
isNodeStart()
Checks if this element is a node start
|
boolean |
isProperty()
Gets the value of the property property.
|
long |
size()
Returns the size of the this element if it's a property.
|
boolean |
wasBinary()
Checks if this elem is a property and has binary content.
|
boolean |
wasString()
Checks if this elem is a property and has string content.
|
public boolean isProperty
isProperty
in class DurboInput.Element
public Node(java.lang.String name)
public Node()
public Node(java.lang.String name, boolean isNodeStart)
public boolean isProperty()
isProperty
in class DurboInput.Element
public boolean isNodeStart()
DurboInput.Element
isNodeStart
in class DurboInput.Element
true
if this element is a node start;
false
otherwisepublic boolean isNodeEnd()
DurboInput.Element
isNodeEnd
in class DurboInput.Element
true
if this element is a node end; false
otherwisepublic java.lang.String getString()
DurboInput.Element
getString
in class DurboInput.Element
public boolean wasBinary()
DurboInput.Element
wasBinary
in class DurboInput.Element
true
if this element has binary content.public boolean wasString()
DurboInput.Element
wasString
in class DurboInput.Element
true
if this element has string content.public long size()
DurboInput.Element
size
in class DurboInput.Element
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"