java.lang .Object org.sakaiproject.metaobj.utils.xml.impl .SchemaNodeImpl org.sakaiproject.metaobj.utils.xml.impl .ComplexSchemaNodeImpl ComplexSchemaNodeImpl public class ComplexSchemaNodeImpl extends SchemaNodeImpl (Code) Created by IntelliJ IDEA.
User: John Ellis
Date: Apr 15, 2004
Time: 3:47:11 PM
To change this template use File | Settings | File Templates.
getChild public SchemaNode getChild(String elementName)(Code) Gets the schema object for the named child node.
Parameters: elementName - the name of the schema node to retrive.
hasEnumerations public boolean hasEnumerations()(Code)
initSchemaElement protected void initSchemaElement()(Code)
isDataNode public boolean isDataNode()(Code)
processAttributes protected void processAttributes(List childList)(Code)
processSequence protected void processSequence(Element sequenceElement)(Code)
setupAttributeGroups protected synchronized void setupAttributeGroups()(Code)
validateAndNormalize public ValidatedNode validateAndNormalize(Element node)(Code) Validates the passed in node and all children.
Will also normalize any values.
Parameters: node - a jdom element to validate the validated Element wrappedin a ValidatedNode class
Fields inherited from org.sakaiproject.metaobj.utils.xml.impl.SchemaNodeImpl protected Namespace xsdNamespace(Code) (Java Doc)