public class ContentPropertyNode extends DelegateNode implements IPreserveWhiteSpaceNode
delegate, documentNode, endColumn, endLine, name, startColumn, startLine, uri
Constructor and Description |
---|
ContentPropertyNode() |
Modifier and Type | Method and Description |
---|---|
void |
addChild(IFXGNode child,
Collection<ICompilerProblem> problems)
Adds an FXG child node to the delegate node.
|
void |
setDelegate(IFXGNode delegate,
Collection<ICompilerProblem> problems) |
getChildren, getDocumentNode, getDocumentPath, getEndColumn, getEndLine, getNodeName, getNodeURI, getStartColumn, getStartLine, setAttribute, setDocumentNode, setEndColumn, setEndLine, setName, setNodeURI, setStartColumn, setStartLine
public void setDelegate(IFXGNode delegate, Collection<ICompilerProblem> problems)
setDelegate
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.