Package org.web3d.util
Class XMLTools
java.lang.Object
org.web3d.util.XMLTools
Provides XML entity utilities.
This code has been copied from the jakarta commons project from an Apache license. It has been modified to just support XML escaping.- Version:
- $Revision: 1.3 $
- Author:
- Alexander Day Chaffee, Gary Gregory, Alan Hudson
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEntities
(String[][] entityArray) void
entityName
(int value) int
entityValue
(String name) Escapes the characters in aString
.Unescapes the entities in aString
.
-
Field Details
-
XML
The set of entities supported by standard XML.
-
-
Constructor Details
-
XMLTools
public XMLTools()
-
-
Method Details
-
addEntities
-
addEntity
-
entityName
-
entityValue
-
escape
-
unescape
-