|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
An input that can be turned into a RELAX NG pattern.
This is either a RELAX NG schema in the XML format, or a RELAX NG schema in the compact syntax.
メソッドの概要 | |
ParsedPattern |
parse(SchemaBuilder sb)
Parses this Parsable object into a RELAX NG pattern. |
ParsedPattern |
parseExternal(java.lang.String uri,
SchemaBuilder f,
Scope s,
java.lang.String inheritedNs)
|
ParsedPattern |
parseInclude(java.lang.String uri,
SchemaBuilder f,
IncludedGrammar g,
java.lang.String inheritedNs)
|
メソッドの詳細 |
public ParsedPattern parse(SchemaBuilder sb) throws BuildException, IllegalSchemaException
Parsable
object into a RELAX NG pattern.
sb
- The builder of the schema object model. This object
dictates how the actual pattern is constructed.
BuildException
IllegalSchemaException
public ParsedPattern parseInclude(java.lang.String uri, SchemaBuilder f, IncludedGrammar g, java.lang.String inheritedNs) throws BuildException, IllegalSchemaException
BuildException
IllegalSchemaException
public ParsedPattern parseExternal(java.lang.String uri, SchemaBuilder f, Scope s, java.lang.String inheritedNs) throws BuildException, IllegalSchemaException
BuildException
IllegalSchemaException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |