Searched refs:myChildren (Results 1 – 1 of 1) sorted by relevance
609 Set<String> myChildren = toChildren.getAll(element); in checkStructure() local612 if (myChildren != null) { in checkStructure()613 if (myChildren.contains("PCDATA")) { in checkStructure()614 values = "\tVALUE=" + myChildren.toString(); in checkStructure()616 } else if (myChildren.contains("EMPTY")) { in checkStructure()630 if (myChildren == null || skipChildren) in checkStructure()632 for (String child : myChildren) { in checkStructure()