| org.sakaiproject.metaobj.utils.xml.ValidatedNode
All known Subclasses: org.sakaiproject.metaobj.utils.xml.impl.ValidatedNodeImpl,
ValidatedNode | public interface ValidatedNode (Code) | | Created by IntelliJ IDEA.
User: John Ellis
Date: Apr 15, 2004
Time: 11:10:17 AM
To change this template use File | Settings | File Templates.
|
getChild | public ValidatedNode getChild(String elementName)(Code) | | Get the named child node as a validated node
Parameters: elementName - |
getChildren | public List getChildren()(Code) | | Get all the direct children of this node as
a list of ValidatedNode objects
|
getChildren | public List getChildren(String elementName)(Code) | | Get all the named direct children of this node
as a list of ValidatedNode objects.
Parameters: elementName - |
getElement | public Element getElement()(Code) | | This returnes the element associated with this node.
|
getErrors | public List getErrors()(Code) | | The list of errors associated with this node
|
getNormalizedValue | public Object getNormalizedValue()(Code) | | Get the normalized value of this element as an object.
Note: in the case of complex nodes, this could return
either a List of ValidatedNode objects (the children of this node)
|
getSchema | public SchemaNode getSchema()(Code) | | Get the schema responsible for this node.
|
|
|