Method and Description |
---|
org.xmlbeam.AutoMap.containsKey(Object) |
org.xmlbeam.types.XBAutoMap.containsKey(Object)
Please use stronger typed XBAutoMap#get(CharSequence) instead.
|
org.xmlbeam.AutoMap.get(Object)
use get(CharSequence) instead. Key needs to be of CharSequence/String. No sense
in using object in this case.
|
org.xmlbeam.types.XBAutoMap.get(Object)
Please use stronger typed XBAutoMap#get(CharSequence) instead.
|
org.xmlbeam.util.intern.duplex.SimpleCharStream.getColumn() |
org.xmlbeam.util.intern.duplex.SimpleCharStream.getLine() |
org.xmlbeam.AutoMap.remove(Object)
use remove(CharSequence) instead.
|
Copyright © 2012-12-21-2017. All Rights Reserved.