Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.nwalsh.saxon
Class UnwrapLinksEmitter.StartElementInfo  view UnwrapLinksEmitter.StartElementInfo download UnwrapLinksEmitter.StartElementInfo.java

java.lang.Object
  extended bycom.nwalsh.saxon.UnwrapLinksEmitter.StartElementInfo
Enclosing class:
UnwrapLinksEmitter

private class UnwrapLinksEmitter.StartElementInfo
extends java.lang.Object

A private class for maintaining the information required to call the startElement method.

In order to close and reopen elements, information about those elements has to be maintained. This class is just the little record that we push on the stack to keep track of that info.


Field Summary
(package private)  org.xml.sax.Attributes _attributes
           
private  int _nameCode
           
(package private)  int[] _namespaces
           
(package private)  int _nscount
           
 
Constructor Summary
UnwrapLinksEmitter.StartElementInfo(int nameCode, org.xml.sax.Attributes attributes, int[] namespaces, int nscount)
           
 
Method Summary
 org.xml.sax.Attributes getAttributes()
           
 int getNameCode()
           
 int[] getNamespaces()
           
 int getNSCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_nameCode

private int _nameCode

_attributes

org.xml.sax.Attributes _attributes

_namespaces

int[] _namespaces

_nscount

int _nscount
Constructor Detail

UnwrapLinksEmitter.StartElementInfo

public UnwrapLinksEmitter.StartElementInfo(int nameCode,
                                           org.xml.sax.Attributes attributes,
                                           int[] namespaces,
                                           int nscount)
Method Detail

getNameCode

public int getNameCode()

getAttributes

public org.xml.sax.Attributes getAttributes()

getNamespaces

public int[] getNamespaces()

getNSCount

public int getNSCount()