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