Uses of Interface
org.w3.xml.x1998.namespace.BaseAttribute
-
Packages that use BaseAttribute Package Description org.w3.xml.x1998.namespace -
-
Uses of BaseAttribute in org.w3.xml.x1998.namespace
Methods in org.w3.xml.x1998.namespace that return BaseAttribute Modifier and Type Method Description static BaseAttributeBaseAttribute.Factory. newInstance()static BaseAttributeBaseAttribute.Factory. newInstance(XmlOptions options)static BaseAttributeBaseAttribute.Factory. parse(File file)static BaseAttributeBaseAttribute.Factory. parse(File file, XmlOptions options)static BaseAttributeBaseAttribute.Factory. parse(InputStream is)static BaseAttributeBaseAttribute.Factory. parse(InputStream is, XmlOptions options)static BaseAttributeBaseAttribute.Factory. parse(Reader r)static BaseAttributeBaseAttribute.Factory. parse(Reader r, XmlOptions options)static BaseAttributeBaseAttribute.Factory. parse(String xmlAsString)static BaseAttributeBaseAttribute.Factory. parse(String xmlAsString, XmlOptions options)static BaseAttributeBaseAttribute.Factory. parse(URL u)static BaseAttributeBaseAttribute.Factory. parse(URL u, XmlOptions options)static BaseAttributeBaseAttribute.Factory. parse(XMLStreamReader sr)static BaseAttributeBaseAttribute.Factory. parse(XMLStreamReader sr, XmlOptions options)static BaseAttributeBaseAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BaseAttributeBaseAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic BaseAttributeBaseAttribute.Factory. parse(Node node)static BaseAttributeBaseAttribute.Factory. parse(Node node, XmlOptions options)
-