Condividi tramite


XPathFactory Classe

Definizione

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

[Android.Runtime.Register("javax/xml/xpath/XPathFactory", DoNotGenerateAcw=true)]
public abstract class XPathFactory : Java.Lang.Object
[<Android.Runtime.Register("javax/xml/xpath/XPathFactory", DoNotGenerateAcw=true)>]
type XPathFactory = class
    inherit Object
Ereditarietà
XPathFactory
Attributi

Commenti

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

Vedere #newInstance(String uri) per il meccanismo di ricerca.

Aggiunto nella versione 1.5.

Documentazione java per javax.xml.xpath.XPathFactory.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal Android e usato in base ai termini descritti in 2.5 Attribution License Creative Commons 2.5 Attribution License.

Costruttori

XPathFactory()

Il costruttore protetto come #newInstance()#newInstance(String uri) o #newInstance(String uri, String factoryClassName, ClassLoader classLoader) deve essere usato per creare una nuova istanza di un oggetto XPathFactory.

XPathFactory(IntPtr, JniHandleOwnership)

Costruttore utilizzato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

Campi

DefaultObjectModelUri

URI del modello a oggetti predefinito.

DefaultPropertyName

Nome della proprietà predefinito in base alla specifica JAXP.

Proprietà

Class

Restituisce la classe di runtime di questo Objectoggetto .

(Ereditato da Object)
Handle

Handle per l'istanza di Android sottostante.

(Ereditato da Object)
JniIdentityHashCode

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

(Ereditato da Object)
JniPeerMembers

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

PeerReference

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

(Ereditato da Object)
ThresholdClass

Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice.

ThresholdType

Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice.

Metodi

Clone()

Crea e restituisce una copia di questo oggetto.

(Ereditato da Object)
Dispose()

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

(Ereditato da Object)
Dispose(Boolean)

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

(Ereditato da Object)
Equals(Object)

Indica se un altro oggetto è "uguale a" questo.

(Ereditato da Object)
GetFeature(String)

Ottiene lo stato della funzionalità denominata.

GetHashCode()

Restituisce un valore del codice hash per l'oggetto.

(Ereditato da Object)
IsObjectModelSupported(String)

Il modello a oggetti specificato è supportato da questo XPathFactory?

JavaFinalize()

Chiamato dal Garbage Collector su un oggetto quando Garbage Collection determina che non sono presenti altri riferimenti all'oggetto .

(Ereditato da Object)
NewInstance()

Ottenere una nuova XPathFactory istanza usando il modello a oggetti predefinito, #DEFAULT_OBJECT_MODEL_URI, il DOM W3C.

NewInstance(String)

Ottenere una nuova XPathFactory istanza usando il modello a oggetti specificato.

NewInstance(String, String, ClassLoader)

Ottenere una nuova <istanza di codice>XPathFactory</code> usando il modello a oggetti predefinito, #DEFAULT_OBJECT_MODEL_URI, il DOM W3C.

NewXPath()

Restituisce un nuovo XPath oggetto utilizzando il modello a oggetti sottostante determinato quando è stata creata un'istanza XPathFactory di .

Notify()

Riattiva un singolo thread in attesa del monitor dell'oggetto.

(Ereditato da Object)
NotifyAll()

Riattiva tutti i thread in attesa del monitoraggio di questo oggetto.

(Ereditato da Object)
SetFeature(String, Boolean)

Impostare una funzionalità per questa XPathFactory factory e XPathcreata da questa factory.

SetHandle(IntPtr, JniHandleOwnership)

Imposta la proprietà Handle.

(Ereditato da Object)
SetXPathFunctionResolver(IXPathFunctionResolver)

Stabilire un resolver di funzioni predefinito.

SetXPathVariableResolver(IXPathVariableResolver)

Stabilire un sistema di risoluzione delle variabili predefinito.

ToArray<T>()

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

(Ereditato da Object)
ToString()

Restituisce una rappresentazione in formato stringa dell'oggetto.

(Ereditato da Object)
UnregisterFromRuntime()

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

(Ereditato da Object)
Wait()

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere eseguendo <una>notifica</em> o <em>interrotto</em>.

(Ereditato da Object)
Wait(Int64)

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere eseguendo <una notifica</>em> o <em>interrotto</em> o fino a quando non è trascorsa una certa quantità di tempo reale.

(Ereditato da Object)
Wait(Int64, Int32)

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere eseguendo <una notifica</>em> o <em>interrotto</em> o fino a quando non è trascorsa una certa quantità di tempo reale.

(Ereditato da Object)

Implementazioni dell'interfaccia esplicita

IJavaPeerable.Disposed()

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

(Ereditato da Object)
IJavaPeerable.DisposeUnlessReferenced()

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

(Ereditato da Object)
IJavaPeerable.Finalized()

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

(Ereditato da Object)
IJavaPeerable.JniManagedPeerState

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

(Ereditato da Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

(Ereditato da Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

(Ereditato da Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

(Ereditato da Object)

Metodi di estensione

JavaCast<TResult>(IJavaObject)

Esegue una conversione del tipo verificato dal runtime Android.

JavaCast<TResult>(IJavaObject)

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

GetJniTypeName(IJavaPeerable)

È possibile usare un'istanza XPathFactory di per creare javax.xml.xpath.XPath oggetti.

Si applica a