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, setStartLinepublic void setDelegate(IFXGNode delegate, Collection<ICompilerProblem> problems)
setDelegate in class DelegateNodepublic void addChild(IFXGNode child, Collection<ICompilerProblem> problems)
DelegateNodeaddChild in interface IFXGNodeaddChild in class DelegateNodechild - - 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.