else if (fileScope.isPrivateTag(childTag))
{
// A <Private> tag must be the last child tag.
if (childTag.getNextSibling(true) != null)
{
ICompilerProblem problem = new MXMLPrivateTagLocationProblem(childTag);
builder.addProblem(problem);
}
else
{
childNode = new MXMLPrivateNode(this);