public interface NodeConverter
Modifier and Type | Method and Description |
---|---|
void |
applyStyle(XMLNode node,
String clipID)
Apply the node style.
|
XMLNode |
convert()
Convert the Node to an xml element.
|
Map<String,Object> |
getAllProperties()
Return all the CSS properties Map of the Node.
|
Map<String,CSSProperty> |
getCSSProperties()
Return the CSS properties Map of the Node.
|
Map<String,Object> |
getProperties()
Return the CSS properties Map of the Node.
|
XMLNode convert()
Map<String,CSSProperty> getCSSProperties()
Map<String,Object> getAllProperties()
Map<String,Object> getProperties()
Copyright © 2023. All rights reserved.