Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument

Uses of IpNameDocument in com.dell.wsdm.demos.interop.x2005.x04
 

Methods in com.dell.wsdm.demos.interop.x2005.x04 that return IpNameDocument
static IpNameDocument IpNameDocument.Factory.newInstance()
           
static IpNameDocument IpNameDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static IpNameDocument IpNameDocument.Factory.parse(java.lang.String s)
           
static IpNameDocument IpNameDocument.Factory.parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options)
           
static IpNameDocument IpNameDocument.Factory.parse(java.io.File f)
           
static IpNameDocument IpNameDocument.Factory.parse(java.io.File f, org.apache.xmlbeans.XmlOptions options)
           
static IpNameDocument IpNameDocument.Factory.parse(java.net.URL u)
           
static IpNameDocument IpNameDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static IpNameDocument IpNameDocument.Factory.parse(java.io.InputStream is)
           
static IpNameDocument IpNameDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static IpNameDocument IpNameDocument.Factory.parse(java.io.Reader r)
           
static IpNameDocument IpNameDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static IpNameDocument IpNameDocument.Factory.parse(org.w3c.dom.Node node)
           
static IpNameDocument IpNameDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static IpNameDocument IpNameDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static IpNameDocument IpNameDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)