public class XmlFile
extends java.lang.Object
Copyright 2009 Partner Software, Inc.
| Constructor and Description |
|---|
XmlFile(java.lang.String filePath) |
XmlFile(VfsFile file) |
| Modifier and Type | Method and Description |
|---|---|
XmlBuilder |
createBuilder() |
void |
parse(XmlActor actor) |
boolean |
validate() |
void |
validateAgainstSchema(VfsFile schema) |
public XmlFile(VfsFile file)
public XmlFile(java.lang.String filePath)
public void parse(XmlActor actor) throws java.io.IOException
java.io.IOExceptionpublic XmlBuilder createBuilder() throws java.io.IOException
java.io.IOExceptionpublic boolean validate()
throws java.io.IOException
java.io.IOExceptionpublic void validateAgainstSchema(VfsFile schema) throws java.io.IOException
java.io.IOException