|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
XPathFactoryConfigurationException を使用しているパッケージ | |
---|---|
javax.xml.xpath | このパッケージは、XPath 式を評価するための「オブジェクトモデルに依存しない」API を提供し、評価環境にアクセスします。 |
javax.xml.xpath での XPathFactoryConfigurationException の使用 |
---|
XPathFactoryConfigurationException をスローする javax.xml.xpath のメソッド | |
---|---|
abstract boolean |
XPathFactory.getFeature(String name)
名前が付けられた機能の状態を取得します。 |
static XPathFactory |
XPathFactory.newInstance(String uri)
指定されたオブジェクトモデルを使用して、新しい XPathFactory インスタンスを取得します。 |
static XPathFactory |
XPathFactory.newInstance(String uri,
String factoryClassName,
ClassLoader classLoader)
ファクトリクラス名から XPathFactory の新しいインスタンスを取得します。 |
abstract void |
XPathFactory.setFeature(String name,
boolean value)
このファクトリによって生成された XPathFactory および XPath の機能を設定します。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。