org.apache.xml.utils

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » XML » xalan » org.apache.xml.utils 
org.apache.xml.utils
Xalan utilities.

Implementation of Xalan utility classes. This package is also shared by XPath. There *should* be no outward dependencies to XPath or Xalan by classes in this package.

Java Source File NameTypeComment
AttList.javaClass Wraps a DOM attribute list in a SAX Attributes.
BoolStack.javaClass Simple stack for boolean values.
Constants.javaClass
DefaultErrorHandler.javaClass Implement SAX error handler for default reporting.
DOM2Helper.javaClass
DOMBuilder.javaClass This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and adds the result to a document or document fragment.
DOMHelper.javaClass
DOMOrder.javaInterface
ElemDesc.javaClass This class is in support of SerializerToHTML, and acts as a sort of element representative for HTML elements.
FastStringBuffer.javaClass Bare-bones, unsafe, fast string buffer.
Hashtree2Node.javaClass Simple static utility to convert Hashtable to a Node.
IntStack.javaClass Implement a stack of simple integers. %OPT% This is currently based on IntVector, which permits fast acess but pays a heavy recopying penalty if/when its size is increased.
IntVector.javaClass A very simple table that stores a list of int. This version is based on a "realloc" strategy -- a simle array is used, and when more storage is needed, a larger array is obtained and all existing data is recopied into it.
ListingErrorHandler.javaClass Sample implementation of similar SAX ErrorHandler and JAXP ErrorListener.
LocaleUtility.javaClass
MutableAttrListImpl.javaClass Mutable version of AttributesImpl.
NameSpace.javaClass A representation of a namespace.
NamespaceSupport2.javaClass Encapsulate Namespace tracking logic for use by SAX drivers.

This class is an attempt to rewrite the SAX NamespaceSupport "helper" class for improved efficiency.

NodeConsumer.javaInterface The tree walker will test for this interface, and call setOriginatingNode before calling the SAX event.
NodeVector.javaClass A very simple table that stores a list of Nodes.
NSInfo.javaClass This class holds information about the namespace info of a node.
ObjectFactory.javaClass This class is duplicated for each JAXP subpackage so keep it in sync. It is package private and therefore is not exposed as part of the JAXP API.

This code is designed to implement the JAXP 1.1 spec pluggability feature and is designed to run on JDK version 1.1 and later, and to compile on JDK 1.2 and onward.

ObjectPool.javaClass
ObjectStack.javaClass Implement a stack of simple integers. %OPT% This is currently based on ObjectVector, which permits fast acess but pays a heavy recopying penalty if/when its size is increased.
ObjectVector.javaClass A very simple table that stores a list of objects. This version is based on a "realloc" strategy -- a simle array is used, and when more storage is needed, a larger array is obtained and all existing data is recopied into it.
PrefixResolver.javaInterface The class that implements this interface can resolve prefixes to namespaces.
PrefixResolverDefault.javaClass This class implements a generic PrefixResolver that can be used to perform prefix-to-namespace lookup for the XPath object.
QName.javaClass Class to represent a qualified name: "The name of an internal XSLT object, specifically a named template (see [7 Named Templates]), a mode (see [6.7 Modes]), an attribute set (see [8.1.4 Named Attribute Sets]), a key (see [14.2 Keys]), a locale (see [14.3 Number Formatting]), a variable or a parameter (see [12 Variables and Parameters]) is specified as a QName.
RawCharacterHandler.javaInterface An interface that a Serializer/ContentHandler/ContentHandler must implement in order for disable-output-escaping to work.
SAXSourceLocator.javaClass Class SAXSourceLocator extends org.xml.sax.helpers.LocatorImpl for the purpose of implementing the SourceLocator interface, and thus can be both a SourceLocator and a SAX Locator.
SecuritySupport.javaClass This class is duplicated for each Xalan-Java subpackage so keep it in sync.
SecuritySupport12.javaClass This class is duplicated for each Xalan-Java subpackage so keep it in sync.
SerializableLocatorImpl.javaClass The standard SAX implementation of LocatorImpl is not serializable, limiting its utility as "a persistent snapshot of a locator". This is a quick hack to make it so.
StopParseException.javaClass This is a special exception that is used to stop parsing when search for an element.
StringBufferPool.javaClass This class pools string buffers, since they are reused so often.
StringComparable.javaClass
StringToIntTable.javaClass A very simple lookup table that stores a list of strings, the even number strings being keys, and the odd number strings being values.
StringToStringTable.javaClass A very simple lookup table that stores a list of strings, the even number strings being keys, and the odd number strings being values.
StringToStringTableVector.javaClass A very simple table that stores a list of StringToStringTables, optimized for small lists.
StringVector.javaClass A very simple table that stores a list of strings, optimized for small lists.
StylesheetPIHandler.javaClass Search for the xml-stylesheet processing instructions in an XML document.
SuballocatedByteVector.javaClass A very simple table that stores a list of byte.
SuballocatedIntVector.javaClass A very simple table that stores a list of int.
SystemIDResolver.javaClass This class is used to resolve relative URIs and SystemID strings into absolute URIs.

This is a generic utility for resolving URIs, other than the fact that it's declared to throw TransformerException.

ThreadControllerWrapper.javaClass A utility class that wraps the ThreadController, which is used by IncrementalSAXSource for the incremental building of DTM.
TreeWalker.javaClass This class does a pre-order walk of the DOM tree, calling a ContentHandler interface as it goes.
UnImplNode.javaClass To be subclassed by classes that wish to fake being nodes.
URI.javaClass A class to represent a Uniform Resource Identifier (URI).
WrappedRuntimeException.javaClass This class is for throwing important checked exceptions over non-checked methods.
WrongParserException.javaClass Certain functions may throw this error if they are paired with the incorrect parser.
XML11Char.javaClass THIS IS A COPY OF THE XERCES-2J CLASS org.apache.xerces.utls.XMLChar This class defines the basic properties of characters in XML 1.1.
XMLChar.javaClass This class defines the basic XML character properties.
XMLCharacterRecognizer.javaClass Class used to verify whether the specified ch conforms to the XML 1.0 definition of whitespace.
XMLReaderManager.javaClass Creates XMLReader objects and caches them for re-use.
XMLString.javaInterface This class is meant to be an interface to character strings, whether they be java Strings or org.apache.xml.utils.FastStringBuffers, or other character data.
XMLStringDefault.javaClass The default implementation of the XMLString interface, which is just a simple wrapper of a String object.
XMLStringFactory.javaClass A concrete class that implements this interface creates XMLString objects.
XMLStringFactoryDefault.javaClass The default implementation of XMLStringFactory.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.