public interface NodeConverter
| Modifier and Type | Method and Description | 
|---|---|
void | 
applyStyle(XMLNode node,
          java.lang.String clipID)
Apply the node style. 
 | 
XMLNode | 
convert()
Convert the Node to an xml element. 
 | 
java.util.Map<java.lang.String,java.lang.Object> | 
getAllProperties()
Return all the CSS properties Map of the Node. 
 | 
java.util.Map<java.lang.String,CSSProperty> | 
getCSSProperties()
Return the CSS properties Map of the Node. 
 | 
java.util.Map<java.lang.String,java.lang.Object> | 
getProperties()
Return the CSS properties Map of the Node. 
 | 
XMLNode convert()
java.util.Map<java.lang.String,CSSProperty> getCSSProperties()
java.util.Map<java.lang.String,java.lang.Object> getAllProperties()
java.util.Map<java.lang.String,java.lang.Object> getProperties()
void applyStyle(XMLNode node, java.lang.String clipID)
node - the nodeclipID - the clip ID (may be null)Copyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence