public class XmlElement extends Object
Constructor and Description |
---|
XmlElement() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getNamespace() |
Element |
getSchemaElement(Document document,
Map namespacePrefixMap) |
QName |
getType() |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setType(QName type) |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.