Package | Description |
---|---|
org.w3.xml.x1998.namespace | |
org.w3.xml.x1998.namespace.impl |
Modifier and Type | Method and Description |
---|---|
static LangAttribute |
LangAttribute.Factory.newInstance() |
static LangAttribute |
LangAttribute.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static LangAttribute |
LangAttribute.Factory.parse(File file) |
static LangAttribute |
LangAttribute.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static LangAttribute |
LangAttribute.Factory.parse(InputStream is) |
static LangAttribute |
LangAttribute.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static LangAttribute |
LangAttribute.Factory.parse(Node node) |
static LangAttribute |
LangAttribute.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static LangAttribute |
LangAttribute.Factory.parse(Reader r) |
static LangAttribute |
LangAttribute.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static LangAttribute |
LangAttribute.Factory.parse(String xmlAsString) |
static LangAttribute |
LangAttribute.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static LangAttribute |
LangAttribute.Factory.parse(URL u) |
static LangAttribute |
LangAttribute.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static LangAttribute |
LangAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static LangAttribute |
LangAttribute.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static LangAttribute |
LangAttribute.Factory.parse(XMLStreamReader sr) |
static LangAttribute |
LangAttribute.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
LangAttributeImpl
A document containing one lang(@http://www.w3.org/XML/1998/namespace) attribute.
|
Copyright © 2019. All Rights Reserved.