public static final class DetectInfo.RootElementNamespace extends DetectInfo.Test
Constructor and Description |
---|
RootElementNamespace() |
Modifier and Type | Method and Description |
---|---|
Namespace |
getValue() |
boolean |
load(Element element,
List<LoadError> errors) |
void |
save(NamespaceToPrefixes nsToPrefixes,
Element parent) |
boolean |
test(Element rootElement,
SchemaKind schemaKind,
String dtdPublicId,
String dtdSystemId,
String fileNameExtension,
String mimeType) |
public Namespace getValue()
public boolean test(Element rootElement, SchemaKind schemaKind, String dtdPublicId, String dtdSystemId, String fileNameExtension, String mimeType)
test
in class DetectInfo.Test
public boolean load(Element element, List<LoadError> errors)
load
in class DetectInfo.Test
public void save(NamespaceToPrefixes nsToPrefixes, Element parent)
save
in class DetectInfo.Test