public class MaskPropertyNode extends DelegateNode
Modifier and Type | Field and Description |
---|---|
IMaskingNode |
mask |
delegate, documentNode, endColumn, endLine, name, startColumn, startLine, uri
Constructor and Description |
---|
MaskPropertyNode() |
Modifier and Type | Method and Description |
---|---|
void |
addChild(IFXGNode child,
Collection<ICompilerProblem> problems)
Adds an FXG child node to the delegate node.
|
String |
getNodeName() |
getChildren, getDocumentNode, getDocumentPath, getEndColumn, getEndLine, getNodeURI, getStartColumn, getStartLine, setAttribute, setDelegate, setDocumentNode, setEndColumn, setEndLine, setName, setNodeURI, setStartColumn, setStartLine
public IMaskingNode mask
public String getNodeName()
getNodeName
in interface IFXGNode
getNodeName
in class DelegateNode
public void addChild(IFXGNode child, Collection<ICompilerProblem> problems)
DelegateNode
addChild
in interface IFXGNode
addChild
in class DelegateNode
child
- - a child FXG node to be added to the delegate node.problems
- problem collection used to collect problems occurred within this methodCopyright © 2016 The Apache Software Foundation. All rights reserved.