Microsoft SDK for Java

setCaseInsensitive

This method of the Document class is a Boolean switch that determines whether the next XML loaded will be treated as case-insensitive. If not, names are folded to uppercase.

Syntax

public void setCaseInsensitive(boolean yes);

Parameters

yes Specifies that the next loaded XML will be treated as case-sensitive.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.